/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
scrollbar-base-color: #bdccd4;
}
body{
font-size:62.5%;
background:#bdccd4;
}
#container0{
	position:absolute;
	top:0;
	left:50%;
	width:900px;
	height:100%;
	margin-left:-450px;
	background-image: url(../images/charte/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#container{
position:absolute;
top:50%;
left:50%;
width:900px;
height:503px;
margin-top:-270px;
margin-left:-450px;
background:#bdccd4 url(../images/charte/bg-container.jpg) no-repeat right top;
padding-top:30px;
padding-right:0px !important;

padding-right:97px;



}
#bloc{
	float:right;
	width:737px;
	height:472px;
	border:1px solid #3f4472;
	background-color:#bdccd4;
	margin-right:97px !important;
	margin-right:0px;
}

#collLeft{
	float:left;
	width:430px;
	height:447px;
	padding-top:25px;
	
}

#collRight{
	float:right;
	width:304px;
	height:472px;
	background-color:#6b89a1;
}
#texte{
	float:left;
	width:350px !important;
	width:375px;
	height:380px;
	padding-left:30px;
	overflow:hidden;
	/*color:#3e3865;*/
	margin-top:10px;
}
#texte p{
	font:11px Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	line-height:20px;
	color:#3e3865;
	margin-bottom:10px;
	/*color: #3f4673;
	margin-bottom:10px;
	text-align:center;*/
}
td{
	font:11px Arial, Helvetica, sans-serif;
	/*font-size:1.2em;*/
	font-weight:normal;
	color:#3e3865;
	margin-bottom:10px;
}
#texte a:visited{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3e3865;
	text-decoration:none;
}
#texte a{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3e3865;
	text-decoration:none;
}
#texte a:hover{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3e3865;
	text-decoration:underline;
}
#texte h1{
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6b89a1;
}
#nav{
	width:50px;
	float:right;
	
}
#image{
	/*float:left;*/
	position:relative;
	width:100%;
	/*border:1px solid red;*/
}
#image img{
	margin:10px 7px 10px 0px;
}
/*.fresque_img{
	float:left;
	padding:10px 200px 10px 10px;
	border:1px solid red;
}*/
/**html .fresque_img{
	padding:0;
	margin-bottom:8px;
	margin-right:5px;
	margin-left:5px;
}*/

/***************** FOOTER *****************/
#footer{
position:absolute;
bottom:0px;
left:50%;
width:900px;
height:25px;
margin-left:-450px;
}
#footerIdep{
position:absolute;
margin-left:180px;
width:61px;
height:25px;
padding-top:2px;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:25px;
	color: #3f4673;
	text-align:center;
	
}
#footer a:link, #footer a:visited{
	font-weight:normal;
	text-decoration:none;
	color: #3f4673;
}
#footer a:hover, #footer a:active{
	font-weight:normal;
	text-decoration:underline;
	color: #3f4673;
}
/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}