﻿@charset "utf-8";
*{
	margin:0;
	padding:0;	
	}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background:#a96126 url(../images/body_bg.jpg) repeat-x left 23px;
}

h1,h2{
	position:absolute;
	left:-10000px;	
	}

.clear{cleat:both}

/* Fin général */
#top{width:100%;background:url(../images/top_bar.jpg) repeat-x}
#top #navtop{
	height:20px;
	width:1000px;
	margin:0 auto;
	padding-top:3px;
	font-size:11px;
	color:white;
	text-align:center;
	background:url(../images/navtop_bar.jpg)
	}
#top #navtop a{
	color:#ff7f00;
	}

#top #navtop a:hover{
	text-decoration:none;
	}

/* Début du site */

#site{width:1000px;margin:0 auto;}
#site #header{height:265px;background:url(../images/header_bg.jpg) no-repeat;padding:14px 0 0;}
#site #header #headerslide{height:254px;width:954px;background:url(../images/h1.jpg) no-repeat;margin:0 auto;position:relative;}
#site #header #headerslide #prev {position:absolute;left:-21px;top:88px;height:63px;width:22px;background:url(../images/header_fleche_prev.png) no-repeat;}
#site #header #headerslide #next {position:absolute;right:-21px;top:88px;height:63px;width:22px;background:url(../images/header_fleche_next.png) no-repeat;}

#site #corp{
	background:url(../images/content_bg.jpg) repeat-y center top;
	/* on float le aprent pour avoir un bg comun a tous ainsi il s'agrandirra avec */
	float:left;
	}
/* colonne de gauche */
#site #leftcolonne{
	background:url(../images/colonne_left_bg_top.jpg) no-repeat right top;
	float:left;
	width:188px;
	}
#site #leftcolonne ul li {
	color:white;
	margin-bottom:1px;
	list-style-type:none;
	text-align:center;
	}
#site #leftcolonne ul li.titre {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	height:20px;
	background:url(../images/titre_menu.png)no-repeat left top;
	padding-top:23px;
	}
#site #leftcolonne ul li.menu a {
	display:block;
	width:178px;
	padding-left:10px;
	height:22px;
	padding-top:5px;
	background-color:black;
	color:white;
	/* axe x / axe y / rayon */
	text-shadow: 0px 0px 10px white;
	text-decoration:none;
	text-align:left;
	}
#site #leftcolonne ul li.menu a:hover {
	background-color:#350101;	
	}
/* fin de colonne de gauche */
/* debtu du contenue */


#site #content{
	background:url(../images/colonne_content_bg_top.jpg) repeat-x left top;
	width:604px;
	float:left;
	padding:0 10px 30px 10px ;
	}
#site #content .slideshow{
	background-color:black;	
	}
#site #content .block a {
	color:black;	
	}
#site #content .block a:hover {
	color:red;	
	text-decoration:none;
	}
#site #content .block {
	margin:10px 0;
	padding: 0 0 25px;
	background:url(../images/content_block_bottom_bg.jpg) no-repeat left bottom;
	}
#site #content .block h3 {
	color:#b63423;
	font-size:22px;
	background:url(../images/h3.jpg) no-repeat left top;
	padding:5px 0 0 10px;
	height:33px;
	width:594px;
	margin-bottom:5px;
	}
#site #content .block p {
	color:#b06223;
	font-size:12px;	
	margin: 10px;
	
	}
/* fin du contenue */
/* débtu de la colonen de droite */
#site #rightcolonne{
	background:url(../images/colonne_right_bg_top.jpg) no-repeat left top;
	float:left;
	width:188px;
	}
#site #rightcolonne ul li {
	color:white;
	margin-bottom:1px;
	list-style-type:none;
	text-align:center;
	}
#site #rightcolonne ul li.titre {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	height:20px;
	padding-top:20px;
	background:url(../images/titre_menu2.png)no-repeat left top;
	}
#site #rightcolonne ul li.menu a {
	display:block;
	width:178px;
	padding-left:10px;
	height:22px;
	padding-top:5px;
	background-color:black;
	color:white;
		/* axe x / axe y / rayon */
	text-shadow: 0px 0px 10px white;
	text-decoration:none;
	text-align:left;
	}
#site #rightcolonne ul li.menu2,#site #leftcolonne ul li.menu2 {
	
	width:168px;
	background:url(../images/black_opacity.png);
	text-align:left;
	padding:10px;
	color:white;
	}

#site #rightcolonne ul li.menu2 a,#site #leftcolonne ul li.menu2 a {
	color:#ff7f00;
	}
#site #rightcolonne ul li.menu2 a:hover,#site #leftcolonne ul li.menu2 a:hover {
	color:black;
	text-decoration:none;
	}
#site #rightcolonne ul li.menu a:hover {
	background-color:#350101;
	}
/* Début du footer*/

#footer{clear:both;width:100%;background:black url(../images/footer.jpg) no-repeat center top;color:white;float:left;padding:30px 0;font-size:11px;}
#footer #contentfooter{width:1000px;margin:0 auto}
#footer #contentfooter .blockfoot{float:left;width:142px;background:url(../images/footer_bar.jpg) repeat-y left top}
#footer #contentfooter .blockfoot2{float:left;width:142px;}
#footer #contentfooter a {color:#ff7100}
#footer #contentfooter a:hover {color:#ff0600}
#footer #contentfooter dl {
	padding-left:10px;	
	}
#footer #contentfooter dl dt{
	padding-left:20px;	
	}