	@import url('style.css');
	@import url('menu.css');

	.liens-elements
	{
		left:0px;
		text-align:left;
		border:dotted 1px black;
		margin-bottom:10px;
	}	
	.liens-elements ul 
	{
		list-style-type:none;
	}
	.liens-elements li 
	{
		margin:2px;
	}
	.liens-elements caption 
	{
		font-weight:bold;
	}
	.liens-elements  a , .liens-elements a:link, .liens-elements a:visited 
	{
		display: block; 
		background-color:#CCFF99;	
		text-decoration: none; 
		color: olive;
	}
	.liens-elements a:hover 
	{
		color: white;
		background-color: olive;
	}
	#google-form
	{
		background-color:white;
	}
	#contenant
	{
		position:absolute;
		left:525px;
		margin-right:0;
	}
