/* 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: #6b89a1;
}
body{
font-size:62.5%;
background:#6b89a1;
}
#container{
position:relative;
top:50%;
left:50%;
margin-left:-490px;
/*margin:0px auto 0px auto;*/
width:980px;
height:521px;
margin-top:-280px;


}
/***************** FOOTER *****************/
#footer{
position:absolute;
bottom:0px;
left:50%;
width:760px;
height:25px;
margin-left:-380px;
}
#footerIdep{
position:absolute;
margin-left:450px;
width:61px;
height:25px;
padding-top:2px;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:25px;
	color: #f7ce00;
	text-align:center;
	
}
#footer a:link, #footer a:visited{
	font-weight:normal;
	text-decoration:none;
	color: #f7ce00;
}
#footer a:hover, #footer a:active{
	font-weight:normal;
	text-decoration:underline;
	color: #f7ce00;
}
