@charset "UTF-8";
/* CSS Document */
body {
	font-size:100%;
	line-height:1.25em;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#828282;
	font-family:Arial, Verdana, sans-serif
}
#general {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#entete {
	height:198px;
	background-image:url(../img/entete_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#FFF;
	width:959px;
}
#logo {
	float:left;
	padding:50px 0 0 7px;
}
#banniere {
	float:right;
	height:198px;
}
#menuPrincipal {
	margin-top:-15px;
	margin-left:7px;
	margin-bottom:15px;
}

#basDePage {
	clear:both;
	width:980px;
	text-align:center;
	font-size:.685em;
	color:#FFFFFF;
}
#basDePage a{
	color:#FFFFFF;
}
object:focus{outline:none};