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

body {
	background-color:#19271a;
	font-family:Verdana;
	font-size:12px;
}
#conteneur {
	width:980px;
	height:780px;
	margin:auto;
	margin-top:0px;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
}
.dix {
	font-family:Verdana;
	font-size:10px;
}
a.vert {
	color:#44a12b;
	text-decoration:none;
}
a.vert:hover {
	color:#44a12b;
	text-decoration:underline;
}
#bandeau {
	float:left;
	margin-top:10px;
	margin-left:150px;
	width:680px;
	height:185px;
	background-color:rgba(255,255,255,0.70);
}
#logo {
	float:left;
	width:250px;
	height:78px;
	margin-left:10px;
}
#bloc {
	float:left;
	width:230px;
	height:83px;
	margin-left:20px;
	margin-top:5px;
	background-color:#44a12b;
	padding:5px;
}
#blocint {
	float:left;
	width:220px;
	height:73px;
	background-color:#cd071e;
	color:#fff;
	text-align:center;
	font-size:8px;
	padding:5px;
}
#img {
	float:right;
	margin-right:7px;
	margin-top:7px;
}
#menu {
	float:left;
	width:680px;
	margin-left:150px;
	margin-top:40px;
	font-size:10px;
}
#contenu {
	float:left;
	width:450px;
	/*height:415px;*/
	margin-top:10px;
	margin-left:245px;
	background-color:#fff;
	padding:15px;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
li {
	float:left; /*pour IE*/
}
ul li a {
	display:block;
	float:left;   
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px;
	/*pour avoir un effet "outset" avec IE :*/
}
ul li a:hover {
	background-color:#8db672;
} 
h1 {
	color:#44a12b;
	font-size:14px;
}
h2 {
	color:000;
	font-size:13px;
	font-weight:lighter;
}
#pancarte {
	position:absolute;
	margin-left:660px;
	margin-top:680px;
	z-index:1000;
	background:url(../images/pancarte.png);
	width:71px;
	height:53px;
}

.slideshow {  
   width: 390px;  
   height: 170px;  
   overflow: hidden;  
   border: 3px solid #F2F2F2;  
}  
  
.slideshow ul {  
	/* 5 images donc 5 x 100% */  
   width: 500%;  
   height: 170px;  
   padding:0; margin:0;  
   list-style: none;  
}  
.slideshow li {  
   float: left;  
}  
