@charset "utf-8";
/* CSS Document */

body {
	background-color:#999;
	font-family:Verdana;
	font-size:12px;
}
#conteneur {
	background-color:#fff;
	width:1000px;
	height:1000px;
	margin:auto;
}
/* homepage */
#bandeau {
	float:left;
	width:1000px;
	height:385px;
}

/* others */
#bandeau{position:relative;}
#bandeau img{position:absolute;z-index:1}
#bandeau img.active{z-index:3}

#menu {
	float:left;
	width:894px;
	padding-left:106px;
	font-size:17px;
	background:#b0cbd7;
}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu li {
	float:left; /*pour IE*/
}
#menu ul li a {
	display:block;
	float:left;   
	color:#008066;
	text-decoration:none;
	padding-left:22px;
	padding-right:22px;
	padding-top:8px;
	padding-bottom:8px;
	/*pour avoir un effet "outset" avec IE :*/
}
#menu ul li a.ok {
	display:block;
	float:left;   
	color:#fff;
	background-color:#008066;
	text-decoration:none;
	padding-left:22px;
	padding-right:22px;
	padding-top:8px;
	padding-bottom:8px;
	/*pour avoir un effet "outset" avec IE :*/
}
#menu ul li a:hover {
	background-color:#008066;
	color:#fff;
} 
#fleche {
	float:left;
	width:10px;
	height:5px;
	background:url(../images/fleche.png);
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:790px;
	margin-left:105px;
	margin-right:105px;
	margin-top:15px;
}
#contenu {
	float:left;
	width:350px;
	margin-right:50px;
	line-height:18px;
	text-align:justify;
}
#bloc {
	float:left;
	width:390px;
	/*border:solid 1px #000;*/
	line-height:16px;
}
h2 {
	color:#008066;
	font-size:24px;
	font-weight:lighter;
	line-height:24px;
}
h3 {
	color:#008066;
	font-size:13px;
	margin:0px;
}
.dix {
	font-family:Verdana;
	font-size:10px;
}
.rouge {
	color:#de3c42;
}
.slideshow {  
   width: 860px;  
   height: 365px;  
   overflow: hidden;  
}  
  
.slideshow ul {  
	/* 8 images donc 8 x 100% */  
   width: 800%;  
   height: 365px;  
   padding:0; margin:0;  
   list-style: none;  
}  
.slideshow li {  
   float: left;  
}  
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#008066;
	text-decoration:underline;
}
