@import "styles.css";

/***************** STRUCTURE *****************/
body,html{
	height:100%;
	scrollbar-base-color: #09c1d9;
}
body{
	margin:0;
	padding:0;
	font-size:62.5%;
	/*background:#08A3B8 url(../images/charte/bg-intro.jpg) no-repeat scroll left top;*/
	background:#09c1d9;
}
#container{
	margin:0;
	padding:0;
	width:990px;
}
/***************** FOOTER *****************/

#footer{
	position: absolute;
	margin:0;
	padding:0;
	width:100%;
	clear:both;
	background:url(../images/charte/bg_footer2.jpg) repeat-x scroll left top;
}
.intro{
	height:134px;
	background:url(../images/charte/bg-footer.jpg) repeat-x scroll left top;
}
#footerFlash{
	float:left;
	margin:0;
	padding:0;
	width:990px;
	height:112px;
}
#footerMenu{
	float:left;
	margin:0;
	padding:0px;
	width:990px;
	height:22px;
	text-align:center;
	background:url(../images/charte/bg-footermenu.jpg) no-repeat scroll left top;
}

#idep{
	float: left;
	margin:0;
	padding:0;
	width:92px;
	height:22px;
}
#footerMenu p{
	margin:0;
	padding:8px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-seriff;
	font-size:0.9em;
	color: #1E5047;
	text-align:center;
	float: left;
	width: 896px;
	display: inline;
}
#footerMenu a:link, #footerMenu a:visited{
	font-weight:normal;
	text-decoration:none;
	color: #1E5047;
}
#footerMenu a:hover, #footerMenu a:active{
	font-weight:normal;
	text-decoration:underline;
	color: #fff;
}

/* ================================================ */
#promo{
	float: right;
}