@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#banniere {
	float: left;
	height: 257px;
	width: 990px;
}
#principal {
	background-image: url(images/fond2.jpg);
	float: left;
	width: 990px;
	background-repeat: repeat;
	background-position: left top;
}

#principal #gauche {
	background-image: url(images/infos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 216px;
}
#container #principal #gauche #adresse {
	float: left;
	width: 206px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #436BA6;
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
}
#container #principal #gauche #adresse p {
	margin-bottom: 7px;
}
#container #principal #gauche #adresse p strong {
	color: #900;
}

#container #principal #gauche #actus {
	float: left;
	width: 156px;
	height: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 5px;
	overflow: hidden;
}
#container #principal #gauche #savoir {
	float: left;
	height: 27px;
	width: 196px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
#container #principal #gauche #savoir a {
	color: #900;
	text-decoration: underline;
}
#container #principal #gauche #savoir a:hover {
	color: #FFF;
	text-decoration: underline;
}
#container #principal #gauche #voitures{
	background-image: url(images/voitures.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 137px;
	width: 216px;
}
#container #principal #droite #texte p a {
	color: #FFF;
	text-decoration: underline;
}






#principale #droite {
	float: left;
	width: 774px;
}
#droite #menu {
	float: left;
	width: 774px;
}
#droite #texte {
	background-image: url(images/texte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 674px;
	font-family: Arial, Helvetica, sans-serif;
	color: #465FA1;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 60px;
	padding-bottom: 20px;
	text-align: justify;
}
#texte p {
	padding-bottom: 20px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 77px;
	width: 990px;
	text-align: center;
	padding-top: 25px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #475F9D;
	text-decoration: none;
	font-weight: bold;
	padding-right: 27px;
	padding-left: 27px;
}
#footer a:hover {
	text-decoration: underline;
}


#balise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	width: 990px;
	float: left;
}
#texte ul {
	padding-bottom: 20px;
	padding-left: 25px;
}
#centrer {
	text-align: center;
}


h1 {
	font-size: 22px;
	padding-bottom: 30px;
	padding-top: 10px;
	color: #FFF;
}
h2 {
	font-size: 18px;
	padding-bottom: 15px;
	color: #FFF;
}
h3 {
	padding-bottom: 10px;
}
.petit {
	font-size: 11px;
}
.imgD {
	float: right;
	padding-left: 20px;
}
.imgG {
	float: left;
	padding-right: 20px;
}
.decalage-haut {
	margin-top: 10px;
}

