*{
	margin:0;
	padding:0;
}
body {
	background-attachment: fixed;
	background-image: url(../gifs/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}
h1, h2, h3 {
	margin-bottom: 15px;
}
.img1 {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}


#container {
	width:999px; /* à modifier*/
	margin:0 auto; /* à modifier*/
	position:relative;
	z-index:1;
	padding-top:180px;
	background-image: url(../gifs/degrade-container.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	height:180px; /* à modifier*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:250;
}

#content {
	width:100%; /* à modifier*/
	padding-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
}
#presentation {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}

#presentation h1 {
	font-size: 20px;
	color: #FF9D39;
	font-weight: normal;
}
#presentation p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}


#colonne_gauche {
	width:245px; /* à modifier*/
	margin-right: 20px;
	margin-left: 10px;
}
#colonne_centre {
	width: 460px;
	margin-right: 20px;

}

#contenu h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FF9D39;
}
#contenu h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF9D39;
}
#contenu h3 {
	color: #999999;
	margin-left: 30px;
}


#contenu p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
#contenu p a {
	font-weight: bold;
	color: #FF9D39;
	text-decoration: underline;
}

#contenu ul {
	margin-bottom: 15px;
}
#contenu li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: square;
	font-weight: bold;
	list-style-position: inside;
}

#colonne_droite {
	width:240px; /* à modifier*/
}
#rotate {
	position: relative;
	height: 395px;
	width: 240px;
}
#btn-recherche {
	position: absolute;
	right: 5px;

	top:360px;
	height: 25px;
	width: 115px;
}
#btn-recherche a {
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
#btn-reservation {
	position: absolute;
	top: 0px;
	right: 10px;
}
#btn-reservation a {
	background-image: url(../gifs/lettre-infos.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 250px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#btn-contact {
	position: absolute;
	top: 28px;
	right: 20px;
}
#btn-contact a {
	background-image: url(../gifs/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 247px;
	display: block;
	font-size: 24px;
	/*line-height: 45px;*/
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top:10px;
}
#btn-contact a:hover {
	color: #CC0000 !important;
}
#header p {
	font-size: 20px;
	font-weight: normal;
	color: #FD6C34;
	position: absolute;
	top: 100px;
	right: 35px;
}



#container-bottom {
	background-image: url(../gifs/degrade-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 14px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	overflow: hidden;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#logos-partenaires {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	filter:alpha(opacity=80);
	opacity:0.8;
	height:50px;
	overflow: hidden;
}
#logos-partenaires img {
	margin-right: 0px;
	margin-left: 0px;
}


.float_right {
	float:right;
}

.float_left {
	float:left;
	display: inline;
}

.clear_both {
	clear:both;
}

#logo a{
	background-image: url(../gifs/logo.png);
	-background-image: url(../gifs/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 140px;
	width: 215px;
}

#logo a:hover{
	background-image: url(../gifs/logo-hover.png);
	-background-image: url(../gifs/logo-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 140px;
	width: 215px;
}

#diaporama {
	width:480px; /* à modifier*/
	height:135px; /* à modifier*/
	background:#eee; /* à modifier*/
	position: relative;
}
#diaporama p {
	position: absolute;
	left: 10px;
	top: 50px;
	font-size: 19px;
	color: #333333;
}

#menu {
	background-image: url(../gifs/menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
	padding-left: 25px;
	z-index: 600;
	position: relative;
}
#menu li {
	display: inline;
	float: left;
}
#menu li a {
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	height: 38px;
	padding-right: 12px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../gifs/separation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
}

#menu li a:hover {
	color: #FFFFFF;
	background-image: url(../gifs/menu-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.sous_menu {
	left:519px;
	top:24px;
	width:153px;
	position:absolute;
	z-index:40;
	padding: 5px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFCD6E;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF5001;
	display:none;

}
.sous_menu li {
	display: inline;
	float: left;
	width: 150px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
}
.sous_menu li a {
	text-decoration: none;
	text-decoration:underline;
	font-weight:bold !important;
	color:#5E0522 !important;
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	display:block;
	font-size:1em !important;
}
#menu1 .sous_menu li a:hover {
	color: #fff !important;
	background: #FF5001 !important;
	display:block;
}

.img img {
	float:left;
	margin:5px 8px 8px 0;
}


/********************************************************************* Exemple pour encart
*/

#encart_content {
	background:#fff;
	overflow:hidden;
	width:100%;
}

#encart_content div {
	width:20%;
	height:100px;
	display:inline;
	margin:0 40px;	
}
#encart-infos {
	background-image: url(../gifs/texte-infos.png);
	-background-image: url(../gifs/texte-infos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9D39;
}
#encart-infos p {
	line-height: 20px;
}

#encart-actualités {
	background-image: url(../gifs/texte-actu.png);
	-background-image: url(../gifs/texte-actu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-right: 15px;
}
#encart-actualités li{
	list-style-type:none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9D39;
	margin-bottom: 10px;
}

#encart-actualités li a{
	margin-bottom:10px;
	display:block;
}


#encart1 {
}
#encart1 img {
	float: left;
	margin-right: 1em;
}
#encart1 h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FF9D39;
}
.encart-produit {
	background-color: #545353;
	float: left;
	height: 180px;
	width: 133px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 5px;
	position: relative;
	display: inline;
}
.encart-produit h2 {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #FF9D39;
	margin-bottom: 5px;
	text-transform:lowercase;
}

.encart-produit h2:first-letter {
	text-transform:uppercase;
}
.type {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
}
.prix {
	color: #FF9D39;
	display: block;
	margin-top: 15px;
	font-weight: bold;
}
.recherche {
	position: absolute;
	right: 0px;
	bottom:0px;
	-bottom: 10px;
}
.recherche a {
	background-image: url(../gifs/loupe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 48px;
	width: 64px;
}





#encart2 {
	background:#666;
}
.fiche-gauche {
	display: inline;
	float: left;
	width: 200px;
	margin-right: 20px;
}
.fiche-gauche img {
	padding-top: 2px;
	border: 1px solid #FF9D39;
	margin-bottom: 15px;
}
.prix2 {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #FF9D39;
	text-align: center;
	height: 30px;
	width: 198px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
	border: 1px solid #FD6C34;
}
.derniere-minute {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FF0000;
	height: 25px;
	border: 1px solid #FF0000;
	display: block;
	padding: 2px;
	margin-bottom: 15px;
	text-align:center;
}

#album {
	margin-top: 25px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9D39;
}
#album img {
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	border: 1px solid #FF9D39;
}


#info li {
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9D39;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px !important;
}

#autres-liens {
display:block;
	margin: 0px !important;
	padding:0px !important;
}

#autres-liens li {
	list-style-type: none;
	margin-left: 0px !important;
	width:200px;
	float:left;
	clear:left;
}
#autres-liens li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FD6C34;
	text-align: center;
	height: 25px;
	display: block;
	border: 1px solid #ff9d39;
	line-height: 25px;
}
#navigation li {
	list-style-type: none;
	float:left;
	display:inline-block;
	line-height:25px;

}
#prec {
	background-image: url(../gifs/prec.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: left;
	height: 35px;
	width: 50px;
	margin-right:25px !important;
	margin-left:0px !important;
}
#suiv {
	background-image: url(../gifs/suiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: left;
	height: 35px;
	width: 50px;

}

#retour {

	background-image: url(../gifs/retour.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: left;
	height: 35px;
	width: 50px;	
}

#fiche-produit li {margin-left:1px !important;
}

#fiche-produit #suiv {
	margin-left:20px!important;
}

#navigation  {
clear:both;
display:block;
margin-top:15px !important;
}

#navigation li a{
	color:#FD6C34;
	text-decoration:none;
	display: inline-block;
	float: left;
	height: 50px;
	width: 50px;
}

.fiche-droite {
	display: inline;
	float: left;
	width: 230px;
}
.bloc-detail {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9D39;
}

.bloc-detail h3 {
	font-size: 13px !important;
	color: #FF9D39 !important;
	margin-left: 0px !important;
}
.bloc-detail p {
	margin-bottom:5px !important;
}
.non-contractuel {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}




#encart3 {
	background:#666;
}

#footer h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#footer li {
	list-style-type: none;
	margin:0;
	padding:0;

}
#footer li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#footer li a:hover {
	text-decoration:underline;
	color: #CCCCCC;
}


#footer-coordonnees {
	height: 140px;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	display: inline;
	float: left;
	padding-left: 50px;
}

#footer-navigation {
	height: 140px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	display: inline;
	float: left;
}
#footer-navigation ul {
	float: left;
}


#footer-savoir-plus {
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	display: inline;
	float: left;
	height: 140px;
}

#footer-support{
	height: 140px;
	padding-left: 25px;
	display: inline;
	float: left;
		padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
}

#relance-navigation {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#relance-navigation h4 {
	color: #691893;
	margin-bottom: 15px;
}
#relance-navigation li {
	margin-left: 30px;
	list-style-type: none;
	width:150px;
	float:left;
	clear:left;	
}
#relance-navigation li a {
	font-weight: bold;
	color: #691893;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}

/********************************************************************* CSS associé aux box d'inscription à la newsletter
*/
#newsletter_iframe {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.newsletter_input {
	margin-top:10px;
	display:block;
	float:left;
}

#js_submit {
margin-top:8px;
	float:left;
}

.newsletter_input {
	margin-top:10px;
	display:block;
	float:left;
}

#newsletter2 {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
}

#newsletter2 .newsletter_input {
float:none;
}
#newsletter2 #input_newsletter {
clear:both;
}

#newsletter_iframe #input_newsletter {
clear:both;
margin-top:15px;
margin-bottom:15px;
}

#newsletter_iframe label{
float:none !important;
}

#newsletter_iframe a{
color:#691893 !important;
display:block;
margin-top:15px;
margin-bottom:15px;
}

#mess_newsletter {
	display: block;
	clear:both;
	margin-top:15px;
	font-weight:bold;
	color:#f00;
}

#newsletter2 label{
float:none !important;
}

#encart-newletter {
	padding-left: 35px;
	display: inline;
	float: left;
	width: 196px;
}
#encart-newletter a {
	font-weight: bold;
	color: #242424;
	text-decoration: underline;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

#google-map {
	padding: 5px;
	border: 1px solid #691893;
	width: 318px;
}

/********************************************************Formulaire contact***************************************************************/

.ligne-contact1{
	font-size: 11px;
	color: #515151;
	float: left;
	height:15px;
	margin-bottom: 10px;
	display: inline;
	width:420px;
}



.input-form {
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	font-family: Arial;
	color: #333333;
	margin-top: 5px;
	width: 295px;
	height:110px;
}


.bouton_form {
	height: 30px;
	width: 150px;
	border: 1px none #fff;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	background-color: #006b9f;
}

.bouton_form:hover {
	height: 30px;
	width: 150px;
	border: 1px none #fff;
	color: #999999;
	display: block;
	cursor: pointer;
	background-color: #003D59;

}


.form-contact2 {

	width: 420px;
	position:relative;

	overflow:hidden;
	
}

.h2-contact{
	font-size: 14px !important;
	font-weight: bold;
	color: #217bb1!important;
	padding-bottom: 5px!important;
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #F2F2F2!important;
	margin-top:15px;
	display:block !important;
}


.validation2{

position:relative;
left:-50px;
/*-position:absolute;
-bottom:-20px;*/
width:100px !important;
margin:0 !important;


}

#formulaire_1 label{
	text-align:left;
}

form.generateur label.noFloatingLabel input {
width:10px!important;
font-weight:normal !important;
position:relative !important;
top:2px !important;
}

form.generateur label.noFloatingLabel{
width:5px !important;
font-weight:normal !important;
}

#formulaire_1 label {
	width:200px;
	font-weight:bold;
}

#formulaire_1 input {
	width:200px;
}

#formulaire_2 label {
	width:135px;
	font-weight:bold;
	
}

#formulaire_2 input {
	width:160px;margin-left:40px;
}

.newsletter_input {
	margin-top:10px;
	display:block;
	float:left;
}

#js_submit {
margin-top:8px;
	float:left;
}


#contact-gauche {
	padding-right: 10px;
	width:335px;
	margin-right:20px;
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#contact-droite {
	display: inline;
	float: left;
	width: 250px;
	margin-left:20px;

}

#contact-droite h4 {
	font-size: 14px;
	font-weight: bold;
	color: #691893;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
#contact-droite p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	line-height: 18px;
}
#contact-droite a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact-droite img {
	margin-top: 15px;
}

#contact-droite a:hover {
	color: #999999;
}
#contact-droite ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	width:250px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#contact-droite li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#attr_marque {
margin-top:190px;
margin-bottom:5px;
width:150px;
margin-left:20px;
}

#attr_vehicule {
width:150px;
margin-bottom:5px;
margin-left:20px;
}

#attr_classes {
width:150px;
margin-bottom:5px;
margin-left:20px;
}

#vente p input {
width:50px;
}

#vente p {
margin-top:20px;
margin-left:20px;
}

.image_listing_vehicule{
	position:relative;
}

.watermark_derniere_minute{
	position:absolute;
	height:99px;
	width:133px;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-image: url(../gifs/watermark1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.watermark_vendu{
	position:absolute;
	height:99px;
	width:133px;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-image: url(../gifs/watermark2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.lieninter {
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none !important;
}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; z-index:999999 !important;}
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:999999 !important; }
a span.fleche {
	color:#CC0000 !important;
	font-size:22px !important;
}

.boutonreservation {
	margin: 10px auto 20px auto;
	width: 450px;
}
.boutonreservation a {
	background-image: url(../gifs/newcontact.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 450px;
	display: block;
	font-size: 22px;
	/*line-height: 45px;*/
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top:8px;
}
.boutonreservation a:hover {
	color: #CC0000 !important;
}

.tpl_accessoire img{
	border:none;
}

.tpl_accessoire a img{
	margin-right:10px;
	margin-bottom:10px;
}

.bord-collapse{
	border-collapse:collapse;
}

.bord{
	border:1px solid #999 !important;
	padding: 5px;
}
#encart-newsletter {
	padding-bottom: 20px;
	padding-left:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9D39;
	margin-top:20px;
}
#encart-partenaires {
	background-color:#FFFFFF;
	position:absolute;
	position: absolute;
	top: 20px;
	right: 28px;
	width: 237px;
	height:88px;
	text-align:center;
	padding:5px;
	border:1px solid #CCCCCC;
	font-size:14px !important;
}