		/* 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: 900px;
			margin: 0 auto ;
			text-align: left ;
			border: 2px solid #ab4 ;
			background: #fff;
		   }
		  /*le titre à l'intérieur du conteneur*/
#header img
		{
		
		}
		/*le menu*/
ul#menu {
list-style-type: none;
width: 900px; /* précision pour Opera */
margin-bottom:100px;
margin-left:120px;

}

ul#menu li {
float: left;
}
.test{
color:blue;
font:bold;
font-size:15px;
text-decoration: none;
}


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; 
}

div#carte {
	margin-left:20px;
	float:left;
	width:200px;
	height:300px;

	}
	
div#welcome {
	margin-right:20px;
	float:right;
	Height:600px;
	width:600px;
	}
	
div#footer
		{
		
		width: 900px ;
		height: 20px;
		margin: 0 auto ;
		}
#footer	img{margin-left:700px;}	


A:hover { color: red ; font-weight:bold}
a:link{color:green ; text-decoration:none}
a:visited{color:green ; text-decoration:none}
a {
   outline:none;
}

