/* CSS Document */

		body
		{
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #013300 ;
		}
		
		div#conteneur
		{
			width: 800px ;
			margin: 0 auto ;
			text-align: left ;
			border: 1px solid #ab4 ;
			background: url(bg.jpg);
		}
		
		h1#header
		{
			height: 344px ;
			margin: 0 ;
			background: url(haut.jpg) no-repeat left top ;
			font-size: 10px ;
		}
		
		h1#header a
		{
			width: 350px;
			height: 20px ;
			display: block ;
			position: relative ;
			left: 250px;
			top: 25px ;
			text-decoration: none;
			color: white;

		}
		
		
		ul#menu {
margin-top: -30px;
list-style-type: none;
width: 100%; /* précision pour Opera */
}

ul#menu li {
float: left;
margin-left: 10px;
}

ul#menu a {
float: left;
margin: 0 2px;
padding: 3px 15px;
text-align: center;
border: 1px solid gray;
text-decoration: none;
color: #024A01;
background: #fff;
}

ul#menu a:hover {
background: #A0CE9F;
border: 1px solid gray; 
}

		
		div#contenu
		{
			padding: 0 100px 0 180px ;
			background: url(fleurs.jpg) no-repeat 27px 5px ;
		}
		
		div#contenu h2
		{
			margin-top: 80px;
			padding-left: 35px ;
			line-height: 30px ;
			font-size: 1.4em ;
			background: url(petite-fleur.jpg) no-repeat left bottom ;
			color: #9b2 ;
			border-bottom: 1px solid #9b2 ;
		}
		
		div#contenu h3
		{
			margin-left: 15px ;
			padding-left: 5px ;
			border-bottom: 1px solid #9b2 ;
			border-left: 3px solid #9b2 ;
			color: #9b2 ;
		}
		
		div#contenu h4
		{
			margin-top: 20px;
			margin-left: 15px ;
			padding-left: 60px ;
			line-height: 30px ;
			border-bottom: 1px solid #9b2 ;
			border-left: 3px solid #9b2 ;
			background: url(anglais.gif) no-repeat left bottom ;
			color: #9b2 ;
		}
		
		div#contenu p
		{
			text-align: justify ;
			line-height: 1.7em ;
		}
		
		div#contenu a
		{
			color: #8a0 ;
		}
		
		div#contenu a:hover
		{
			color: #9b2 ;
		}
		
		#footer
		{
	height: 45px;
	background: #013300 url(footer.jpg) no-repeat;
	padding-top: 50px;
	text-align: center;
	font-size: 11px;
	color: white;
	margin: 0px;
		
		}
		
		#sign
		{
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: white;
	margin: 0px;
		
		}
		
		#sign a
		{
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: white;
	margin: 0px;
		
		}

