/* 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:803px;
	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:97px;
}
#bloc{
	float:right;
	width:737px;
	height:472px;
	/*border:1px solid #3f4472;*/
	background-color:#bdccd4;
}

#collLeft{
	float:left;
	width:430px;
	height:447px;
	padding-top:20px;
	/*padding-top:5px;*/
	/*border:1px solid red;*/
}

#collRight{
	float:right;
	width:304px;
	height:472px;
	background-color:#6b89a1;
}
#texte{
	float:left;
	width:350px;
	height:380px;
	padding-left:30px;
	overflow:hidden;
	background-color:#BDCCD4;
}
#nav{
	float:right;
	
}
#accueil{
	float:left;
	text-align:center;
	/*border:1px solid red;
	margin-left:10px;
	margin-right:10px;*/
	padding:0 10px 0 10px;
}
*html #accueil{
	margin-left:0px;
	margin-right:0px;
	padding:0 10px 0 10px;
}
#accueil img{
	margin-top:5px;}
#accueil p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color: #3f4673;
	/*margin-bottom:10px;
	text-align:center;*/
}

/***************** 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;
}