@charset "utf-8";
/* CSS Document */

body  {
	width:80%;
	margin:auto;
	min-width: 780px;
	max-width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	scrollbar-face-color: #b9a894;
    }

/*fond du site*/

.cinqCol #container {
	position: relative;
	background-color:#fff;
	margin: 30px auto auto auto;
	width: 100%;
	height: 600px;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: middle;
    } 

/*calques de contenu*/

.cinqCol #titre {
	position: absolute;
	padding: 0 10px 0 0;
	top: 1px;
	height: 110px;
	width: 40.25%;
	left: 47%;
	float: left;
	z-index:20;
    } 

.cinqCol #titre h1 {
	margin: 0; 
	padding: 10px 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    }
	
.cinqCol #titre h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    }
	
/*calques de vignettes*/
   
.cinqCol #vignettes {
	position: absolute;
	top: 0px;
	left: 22.5%;
	float: left;
	width: 16.3%;
	height: 465px;
	clear: left;
    }


.transp {
	background-color:#ffffff;
	position:absolute;
	top:50px;
	width: 151px;
	left: 24%;
	float:left;
	height:495px;
	background-image:url(../images/vignettes.gif) no-repeat;
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.5;
	z-index: 0;
}

.dark{
	position:absolute;
	top:70px;
	width: 136px;
	left:25%;
	float: left;
	z-index: 1;
}

.dark #texte {
	color:000;
   filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index:-1;
}


.fltrt { 
    	float: right;
    	margin-left: 8px;
    }
.fltlft { 
    	float: left;
    	margin-right: 8px;
    }

.cinqCol #logo {
	background-image:url(../images/bandeauG.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	float:left;
	width: 20%;
	height: 260px;
}

.cinqCol #bandeauD {
	position: absolute;
	top: 0px;
	float:right;
	right: 0px;
	z-index:10;
}

/*ascenseur*/
    
.autoscroll {
	overflow : auto;
	scrollbar-face-color : #b9a894; 
	scrollbar-arrow-color : #fff;
	scrollbar-track-color : inherit;
	scrollbar-highlight-color : #fff;
	scrollbar-shadow-color : #fff;
	scrollbar-darkshadow-color : #fff;
	}


a {
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:normal;
	}

a:hover {
	color:#CC9900;
	scrollbar-face-color: #b9a894;
	}

#TopFrame {
	position: absolute;
	padding: 0px;
	top: 158px;
	height: 424px;
	width: 45%;
	left: 47%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:15;
}

#TopiFrame {
	position: absolute;
	background-color:none;
	padding: 0px;
	top: 0px;
	height: 424px;
	width: 100%;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#TopFrame li {
	font-size:12px;
	list-style: disc;
    }	

#BottomFrame {
	position: absolute;
	top: 0px;
	width: 110%;
	height: 475px;
	left: 0px;
	float: left;
}

.cartel {
	font-size: 11px;
	align:left;
}

.presentation
{
font-size:12px;
}

.Style1 {
	color: #E3007A;
	font-weight: bold;
	font-size:14px;
}

.Style2 {
	color: #009EE1;
	font-weight: bold;
	font-size:14px;
}

