/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	scrollbar-arrow-color:#874400;
	scrollbar-face-color:#eecba6;
	scrollbar-highlight-color:#eecba6;
	scrollbar-3dlight-color:#874400;
	scrollbar-shadow-color:#874400;
	scrollbar-darkshadow-color:#eecba6;
	scrollbar-track-color:#eecba6;
	background-color:#e7b57f;
}
body{
	font-size:62.5%;

}
#intro{
	width:990px;
	height:550px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-495px;
}

#inter {
height:478px;
width:990px;
margin:0;
padding:0;}

#footer{
	width:990px;
	height:72px;
	background:  url(../images/charte/bg-footer-intro.jpg) top center;
	font:bold 1em "Trebuchet MS", Arial;
	color:#804000;
	line-height:21px;
}


#footer a {
	font:bold "Trebuchet MS", Arial;
	text-decoration:none;
	color: #804000;
}
#footer a:hover {
text-decoration:underline;

}
