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

html, body {
	 margin: 0;
	 padding: 0;
 }
body {
	height:100%; 
    margin:0; 
    padding:0; 
    font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
    background:url(body_bg.gif); 
    position:relative; 
	font-size: 100%;
}

 
#entete, #menu, #contenu, #footer {
	padding:2px 0;
}

#entete {
	font-family: 'Quicksand', sans-serif;
		font-weight: 400; 
	font-size: 13px;
	color:#902938;
	background-color:#FFF;
}
.titre-centre {
	font-size: 30px;
	color:#810900;
	margin-left:-40px;
}
.centre2 {
	white-space: nowrap;
	text-align:left;
	color:#000;
		margin-left:20px;
}

.centre {
	/* margin-right:-300px; */
	white-space: nowrap;
	text-align:center;
}

.centre div {
	display: inline-block;

	white-space: normal;
	text-align:center;
}
.centre p {
	font-size: 18px;
	color:#575a5b;
}
.centre2 p {
	font-size: 15px;
	color:#000;
}

#main {
	display:table;
	max-with:960px;
	margin:auto;
}
#menu  {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#FFF;
	background-color:#575a5b;
	text-align:center;
}
ul#menu_horizontal li { 
	display : inline;
	padding : 1.15em; /* Pour espacer les boutons entre eux */
	background:url(image/puce.jpg) no-repeat;
	background-position: top center;
	
}

ul#menu_horizontal{
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

#bandeau  {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	background-image: url("image/bandeau.jpg");
	background-repeat: no-repeat;
	background-position: center;	
	background-color:#235d55;
	text-align:center;
	height:292px;
}

#colonne  {
	float:right;
	width:300px;
	margin_left:50px;
	background-color:#FFF;
}

#cartouche  {
	height:300px;
	width:280px;
	margin:0 auto;
	padding:10px;
	background-color:#757575;
	margin-top:40px;
	margin-left:15px;
}

#cadre  {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color:#FFF;
	height:260px;
	width:240px;
	margin:0 auto;
	padding:15px;
	border:3px solid #FFF;
	margin-top:3px;
}

.titre-cadre  {
	text-transform: uppercase;
	font-size: 18px;
	font-weight:bold;
	margin-top:10px;
}

.titre-cadre-voir  {
	text-transform: uppercase;
	font-size: 18px;
	font-weight:bold;
	margin-left:90px;
}

#cartouche-blanc  {
	background-image: url("image/cartouche_blanc.jpg");
	background-repeat:no-repeat;
	height:500px;
	width:340px;
	margin:0 auto;
	background-color:#FFF;
	margin-top:40px;
}

#cadre-blanc  {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color:#575a5b;
	width:280px;
	margin-left:10px;
	padding:20px;
	
	margin-top:3px;
}

.titre-cadre-blanc  {
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	
}

#contenu {
	margin-right:310px;
	background-color:#FFF;
	width:650px;
	padding:10px;
}

.texte {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	color:#575a5b;
	margin-left:15px;
}

.titre {
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#902938;
	margin-left:15px;
}

.sous-titre  {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color:#575a5b;
	font-weight: 400; 
	background: url(puce_grise.jpg) no-repeat 0 0.32em;
	margin-left:15px;
}

a  {
	color:#FFF;
}

.trait {
	border-top : 1px solid #bcbdbd;
	width : 630px; 
	margin-left:15px;
}

#footer {
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	height:40px;
	color:#FFF;
	background-color:#575a5b;
	text-align:center;
	vertical-align:middle;
	clear:both;
}

#sous-menu {}




#slideshow{
	
	height:288px;
	margin:0 auto;
	position:relative;
	width:807px;

}

#slideshow ul{
	height:288px;
	margin-top:-5px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	margin-left:-20px;
	width:807px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:500;
}

#slideshow .slideActive{
	z-index:500;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:1000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}





.clear{
	clear:both;
}



#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
