/* CSS Document */
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color: #213c7f;
}
body{
font-size:62.5%;
background:#213c7f url(../images/charte/bg-intro.jpg) center center no-repeat;
}

#intro {
position:absolute;
top:50%;
left:50%;
height:990px;
height:572px;
margin-top:-286px;
margin-left:-350px;}

/***************** FOOTER ****************
#footer{
	position: relative;
	width:100%;
	height:22px;
	font:1em Arial, Helvetica, sans-serif;
	color: #208fff;
	text-align:center;
}

#footer a:link, #footer a:visited{
	text-decoration:none;
	margin:0 17px;
	color: #208fff;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color: #74baff;
}*/
/***************** FOOTER INTRO *****************/
#footerintro{
position: relative;
	width:700px;
	height:22px;
	text-align:center;
	font:0.9em Arial, Helvetica, sans-serif;
	color: #208fff;
}

#footerintro a:link, #footerintro a:visited{
	text-decoration:none;
	margin:0 10px;
	color: #208fff;
}
#footerintro a:hover, #footerintro a:active{
	text-decoration:underline;
	color: #74baff;
}
