body {
	background-image: url(images/body_bg.png);
	background-repeat: repeat;
	background-color: #E2E2E2;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #008081;
	background-attachment: fixed;
}

a{
	color: #FF6600;;
	text-decoration: none;
}

a:hover{
color: #FF9900
	
}

img {
	border: 0
}

h2{
	margin: 0px;
	color: #FFFFFF;
	background-color: #008081;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h3{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.titre_sommaire{
	color: #008282;
	width: 100%;
	font-size: 14px;
	padding: 0px;
	height: auto;
	text-align: center;
	font-weight: bold;
}
.titre_rubrique{
	color: #FFFFFF;
	width: 100%;
	font-size: 14px;
	height: auto;
	text-align: left;
	background-color: #008081;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.vignette_sommaire{
	text-align: center;
	height: 300px;
	width: 190px;
	background-image: url(images/fd_vignette_actu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-right: 20px;
	margin-top: 15px;
	color: #666666;
	font-size: 12px;
}

#zoom{
	background-image: url(images/zoom_fd.jpg);
	background-repeat: repeat-y;
	color: #666666;
}
#entete{
	height: 237px;
	width: 984px;
	background-image: url(images/entete.jpg);
	padding-top: 54px;
	padding-left: 16px;
}

#conteneur{
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#menu_gauche{
	float: left;
	width: 165px;
	font-size: 14px;
	font-weight: bold;
}

#texte-centre{
	float: left;
	width: 630px;
	margin-left: 15px;
}

#menu_droite{
	background-image: url(images/fd_menu-droite.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 164px;
	float: right;
	padding-top: 30px;
	padding-left: 0px;
	font-size: 12px;
}

#pied{
	text-align: center;
	height: 20px;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
}

/* Easy Slider */

#content{
	height: auto;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
}

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 150px;
	height:300px;
	overflow:hidden;
		}	

	#slider2 li{

		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{
	margin-top: 20px;
	margin-bottom: 20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}	
	#nextBtn, #nextBtn2{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}		
div#menu ul {
	width: 163px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0;
}
div#menu ul ul, 
div#menu ul ul ul {
	padding: 0;
	width: 163px;
	background: #ddd;
	position: absolute;
	top: -1px;
	left: 163px;
	display: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#menu ul li, 
div#menu ul li ul li, 
div#menu ul li ul li ul li {
	position: relative;
	list-style: none;
	height: auto;
	line-height: 20px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#menu li:hover {
	background: #666;	
}
div#menu li a, 
div#menu ul ul li a, 
div#menu ul ul ul li a, 
div#menu ul.rang1 li.smenu ul.rang2 a, 
div#menu ul.rang1 li.smenu ul.rang2 li.smenu ul.rang3 a {
	color: #666;
}
div#menu ul.rang1 li.smenu {
	background-color: #ddd;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
div#menu ul.rang1 li.smenu:hover {
	background-color: #666;
	background-image: url(images/arrow_right_over.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
div#menu li a:hover, 
div#menu ul ul li a:hover, 
div#menu ul ul ul li a:hover, 
div#menu ul.rang1 li.smenu ul.rang2 a:hover, 
div#menu ul.rang1 li.smenu ul.rang2 li.smenu ul.rang3 a:hover, 
div#menu ul.rang1 li.smenu:hover a, 
div#menu ul.rang1 li.smenu ul.rang2 li.smenu:hover a {
	color: #FFF;
	
}
div#menu li a { 
	text-decoration: none;
	padding: 4px 8px;
	display: block;
	width: auto;
	height: 100%;
	line-height: 20px;
}
div#menu ul.rang1 li.smenu:hover ul.rang2, 
div#menu ul.rang2 li.smenu:hover ul.rang3 {
	display: block;
}
