/* CSS Document */
html {
  height: 100%;
  width:100%;
}

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
    padding:0px;
	text-align:center;
}

#cadre {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:768px;
	width:1024px;
    text-align:left;		
}

#banniere {
	width:1000px;
	height:106px;
}

#menu {
	position:relative;
	background: url(../img/fond_nav.jpg) center repeat-x;
	width:1000px;
	height:40px;
	font-size:14px;	
	color:#FFFFFF;
	font-weight:bold;	
}

#menu a {
	text-decoration:none;
	color:#FFF;
}

#menu a:hover{
	text-decoration:underline;
}

.cur {
	position:absolute;
	top:0px;
	color:#fff;
	text-align:center;
	text-decoration:underline;
}

#diapo {
	position:relative;
	top:10px;
}

/* protofade */
#slider-container { width:1000px; }
#protofade { position:relative; margin:0; padding:0px; width:1000px; height:219px; overflow:hidden; }
#protofade li { position:absolute; top:0; left:0; margin:0; padding:0; background:none;}
.next, .previous, .start, .stop { cursor:pointer; display:block; margin:5px 15px 15px 15px; float:left; }
/* end protofade */

#enc {
	position:relative;
	width:1000px;	
	height:200px;;
}

a img{
	border: none ;
}

#vert {
	position:relative;
	top:20px;
	height:197px;
	width:330px;
	background-color:#32b20b;
	float:left;
}

#orange {
	position:relative;
	top:20px;
	left:5px;
	height:197px;
	width:330px;
	background-color:#fb9f1c;
	float:left;
}
#bleu {
	position:relative;
	top:20px;
	left:10px;
	height:197px;
	width:330px;
	background-color:#03a8e0;
	float:left;
}

.titre {
	position:absolute;
	top:15px;
	left:20px;
	font-size:16px;	
	color:#FFFFFF;
	font-weight:bold;	
}

.extr {
	position:absolute;
	top:45px;
	left:20px;
	width:280px;
	font-size:12px;	
	color:#FFFFFF;
}

.pos {
	position:absolute;
	top:168px;
	left:0px;
}

#text {
	display:block;
	position:relative;
	width:1000px;
	top:20px;	
}

#text a{
	color:#fc9503;
	text-decoration:underline;
}

#gche {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	height:250px;
	width:332px;
	float:left;
}

#mil {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	height:250px;
	width:333px;
	float:left;	
}

#drte {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	height:250px;
	width:330px;
	border-left: 1px solid #515252;
	float:left;
	text-align:center;
}

#drtegrd {
	display:block;
	position:relative;
	height:400px;
	width:667px;	
	text-align:justify;
	float:left;
}

#txtbas {
	display:block;
	clear:both;
	position:relative;
	height:170px;
	width:1000px;
	text-align:center;
	border-top: 1px solid #515252;
}


#titre_gche {
	position:absolute;
	top:10px;
	left:10px;	
}

#sstitre_gche {
	position:absolute;
	top:40px;
	left:10px;
}

#text_gche {
	position:absolute;
	top:70px;
	left:10px;
	width:310px;
}

#text_etude{
	position:absolute;
	top:120px;
	left:0px;
	width:310px;
	text-align:center;
}

.txt_titre {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.txt_sstitre {
	color:#515151;
	font-size:12px;
	font-weight:bold;
}

.txt_corps {
	color:#000;
	font-size:12px;
}

.txt_bleu {
	color:#1c4796;
	font-weight:bold;
	font-size:13px;
}

.txt_drte {
	color:#1c4796;
	font-weight:bold;
	font-size:14px;	
}

#footer {	
	display:block;
	position:relative;
	top:40px;
	width:1000px;
	border-top:1px solid #515252;
	text-align:center;
}

#footer a{
	color:#2463a3;
	text-decoration: none ;
}
#footer a:hover{
	color:#2463a3;
	text-decoration:underline;
}

.validation-advice {
	margin: 2px 0;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f60a0a;
}

INPUT.normal, textarea.normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border : 1px solid #2463a3;
	background-color:#dbd9d9;
}

INPUT.required, textarea.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border : 1px solid #2463a3;
	background-color:#dbd9d9;
}

INPUT.normal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;f;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	background-color:#2463a3;
	border : 1px solid #2463a3;
}
