		/* Le corps de la page */
body{
			margin: 20px 40px ;
			padding: 0 ;
			text-align: left ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background-image:url(/images/bkg.gif);
			background-repeat:repeat-x;
			background-position: top left;
	}
	
		/*le conteneur des données*/
div#conteneur{
		width: 900px ;
		height: 750px;
		margin: 0 auto ;
		text-align: left ;
		border: 2px solid #ab4 ;
		background: #fff ;
		}
		 
		 /*le titre à l'intérieur du conteneur*/
h1#header{
	
		}
		
.test{
color:blue;
font:bold;
font-size:15px;
text-decoration: none;
}


		/*le menu*/
ul#menu {
		list-style-type: none;
		width: 900px; /* précision pour Opera */
		margin-bottom:50px;
		margin-left:150px;
		}

ul#menu li {
		float: left;
		}

ul#menu a {
		float: left;
		margin: 0 2px;
		padding: 2px 15px;
		text-align: center;
		font-size:15px;
		font-weight:bold;
		border: 1px solid gray;
		text-decoration: none;
		color: #FFFFFF;
		background: #95CB05;
		}

ul#menu a:hover {
		background: #ccc;
		border: 1px solid gray; 
		}
		
		
#carte {
		margin-top:100px;
		margin-left:200px;
		float:left;
		width:500px;
		height:400px;
		background: url(/images/plant.gif) no-repeat right top ;
		}
		
	
div#footer
		{	
		
		width: 900px ;
		height: 20px;
		margin: 0 auto ;
		}
#footer	img{margin-left:700px;}	
a {
   outline:none;
}