/* 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: #612016;
}
body{
font-size:62.5%;
background:#9c3000;
}
#container{
position:absolute;
top:50%;
left:50%;
width:760px;
height:520px;
margin-top:-280px;
margin-left:-380px;
padding-left:27px;
padding-top:27px;
background:url(../images/charte/bg-intro2.gif) no-repeat scroll left top;
}
/***************** FOOTER *****************/
#footer{
position:absolute;
bottom:0px;
left:50%;
width:760px;
height:25px;
margin-left:-380px;
}
#footerIdep{
position:absolute;
margin-left:699px;
width:61px;
height:25px;
}
#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	letter-spacing:2px;
	line-height:25px;
	color: #612016;
	text-align:center;
}
#footer a:link, #footer a:visited{
	font-weight:normal;
	text-decoration:none;
	color: #612016;
}
#footer a:hover, #footer a:active{
	font-weight:normal;
	text-decoration:underline;
	color: #612016;
}
