		/* 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: 650px;
			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:100px;
margin-left:150px;

}

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:400px;
	height:271px;
background:url(/images/map2.gif) no-repeat;
	}
	
div#welcome {
	margin-right:100px;
	float:right;
	Height:250px;
	width:300px;
	}
#welcome h1{
	font: 20px "Trebuchet MS",bold, arial sans-serif ;
	margin:10px;
	text-align:center;
	}
#welcome h2{
	font: 15px "Trebuchet MS", arial, sans-serif ;
	margin:10px;
	}
.nordeku {
  position: relative;
  top: 50px;
  left: 55px;
  font: 15px "Trebuchet MS", bold,arial, sans-serif ;
  color:green;
  Height:10px;
  width:300px;
  
}
.nordeku_new {
  position: relative;
  top: 60px;
  left: 45px;
  font: 15px "arial", bold,arial, sans-serif ;
  color:green;
  Height:10px;
  width:300px;
  display: inline;
}

.clic {
  position: relative;
  top: 200px;
  left: 100px;
  font: 13px "arial", arial, sans-serif ;
  color:grey;
  Height:10px;
  width:350px;
}

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

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