		/* 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{
	  
		}
			
		/*le menu*/
ul#menu {
		list-style-type: none;
		width: 900px; /* précision pour Opera */
		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: #FFF;
		background: #95CB05;
		}

ul#menu a:hover {
		background: #ccc;
		border: 1px solid gray; 
		}
		
		
#carte {
		margin-left:120px;
		margin-top:90px;
		width:600px;
		height:460px;
		background-color:#FF;	
		}
#carte h1{font-size:15px;color: red;
margin-left:400px;}
A:link {text-decoration: none; color: red;}	
A:hover {text-decoration: none; color: green;}	
A:visited {text-decoration: none; color: red;}	
.gauche {
  float: left;
  } 
.droit {
  float: right;
  } 
  
.test{
color:blue;
font:bold;
font-size:15px;
text-decoration: none;
}


div#footer
		{	
		
		width: 900px ;
		height: 20px;
		margin: 0 auto ;
		}
#footer	img{margin-left:700px;}	
a {
   outline:none;
}