/*Styles génériques*/

html *{margin:0; padding:0;}

body{
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

a{
	text-decoration:none;
	}
a:active, a:focus{
   outline:none;
}

#bg_banniere_gauche{
	position:absolute;
	width:50%;
	background-image:url(../IMG-conseil-auto/banniere_bg.jpg);
	height:108px;
	}

#bg_banniere_droite{
	position:absolute;
	width:50%;
	margin-left:50%;
	height:129px;
	background-image:url(../IMG-conseil-auto/banniere_bg.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
	}

#banniere{
	width:100%;
	height:108px;
	background-image:url(../IMG-conseil-auto/banniere_bg.jpg);
	}

#banniere-contenu{
	width:1024px;
	
	height:108px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
	}

#banniere-contenu a.logo{
	position:absolute;
	width:239px;
	height:67px;
	left:39px;
	top:21px;
	background-image:url(../IMG-conseil-auto/logo-banniere.jpg);
	}



ul.menu{
	position:relative;
	color:#E2001A;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	
	}

ul.menu li{
	display:inline;
	padding-left:9px;

	color:#FFFFFF;
	}
ul.menu li a{
	color:#A5C8DD;
	}
ul.menu li a:hover{
	color:#FFFFFF;
	}

#footer-bg{clear:both;
	background-image:url(../IMG-conseil-auto/footer-bg.jpg);
	background-repeat:repeat-x;
	height:141px;
	}
#footer{
	position:relative;
	background-image:url(../IMG-conseil-auto/footer-bg.jpg);
	background-repeat:repeat-x;
	height:141px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;

	
	}

#footer a.contact{
	position:absolute;
	width:208px;
	height:70px;
	left:510px;
	top:0px;
	background-image:url(../IMG-conseil-auto/bouton-contact.jpg);
	background-repeat:no-repeat;
	}

#footer #contenu{
	position:relative;
	width:450px;
	left:40px;
	top:17px;
	color:#a5c8dd;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#footer #contenu p{
	margin-bottom:10px;
	text-align:right;
	}
#footer #contenu a{
	color:#a5c8dd;
	text-decoration:none;
	}
#footer #contenu a:hover{
	text-decoration:underline;
	}
