	
		/* 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-bottom:50px;
		margin-left:150px;
		}
.test{
color:blue;
font:bold;
font-size:15px;
text-decoration: none;
}


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:40px;
		float:left;
		width:244px;
		height:460px;
		background-color:#FF;	
		}
		
		
#carte img{
		margin-top:5px;
		border: 4px solid #dea;
		margin-right:10px;
		}	

		
div#welcome {
		margin-right:100px;
		float:right;
		Height:500px;
		width:300px;
		}	
		

		

#welcome h1{
		margin-top:0;
		font: 18px "arial", arial sans-serif ;
		background:#dea;
		
		}
	
	
#welcome h2{
		font: 14px "arial",bold, arial, sans-serif ;
		}
		
#welcome h3{
		font: 22px "arial",bold, arial, sans-serif ;
		text-align: center ;
		margin-bottom:0;
		color:#000000;

		border: 2px solid #ab4 ;
	text-align:center;
		}		
		
li h1	{
	font-family: verdana,helvetica,arial,sans-serif ;
	font-size:14px;
	margin:0px;
	}
div#footer
		{	
		
		width: 900px ;
		height: 20px;
		margin: 0 auto ;
		}
#footer	img{margin-left:700px;}	
a {
   outline:none;
}