*{
	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;
}


/************************************************************************ MISE EN PAGE */


h1, h2, h3 {
	margin-bottom: 15px;
}

h1 {
	color:#fc4f01;
	font-size:20px;
}

p {
margin:0.8em 0;
text-align:justify
}

.img1 {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	outline:none;
}
a.relance {
	background:url(../gifs/relance.jpg) repeat-x;
	padding:3px 10px;
	color:#fff !important;
	text-decoration:none;
	float:right;
	display:block;
	overflow:hidden;
	margin:10px 0;
}

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

.img_left {
margin:10px 0px 10px 20px;
float:right;
border:0;
}

.titre {
	font-size:18px;
	color:#ffa30a;
	margin-bottom:5px;
}

/************************************************************************ CONTAINER */


#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 */

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


#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: 15px;
	top: 44px !important;
	font-size: 18px !important;
	color: #333333 !important;
}

#menu {
	background-image: url(../gifs/menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	padding-left: 25px;
	z-index: 600;
	position: relative;
}
#menu li {
	display: inline;
	float: left;
	position:relative
}

#menu li a {
	font-size: 13px;
	color: #000000;
	text-decoration:none;
	display: inline-block;
	border-right:1px solid #FFDA96;
	border-left:1px solid #E28D04;
	padding:8px 22px;
	text-align:center;
	font-weight:normal;
	position:relative
	
}

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

#menu li a.selected {
font-weight:bold;
}


#menu ul {
	position:absolute;
	z-index:40;
	top:32px;
	left:0;
	padding:0px;
	overflow: hidden;	
	background-color:#FFA510;
	width:145px
}
#menu ul li {
	display: inline;
	float: none;
	text-align:center;
}

#menu ul li a {
	color:#000 !important;
	display:block;
	border:0;
	padding:5px 10px;
	background:#FFCC69;
}

#menu ul li a:hover {
	background:#FF5001;
}

/***** recherche ***/

#recherche {
	background:url(../gifs/bg_moteur_recherche.jpg) repeat-y;
	width:100%;
	overflow:hidden;
	height:40px;
	position:relative
}

#icone-recherche {
	background:url(../gifs/icone-recherche.jpg) no-repeat;
	width:127px;
	height:29px;
	position:relative;
	top:5px;
}

#form_recherche {
	position:absolute;
	top:10px;
	left:180px;
	color:#fff;
	width:790px;
}

#form_recherche input {
	margin:0 10px;
	
}

#form_recherche select {
	color:#E04502!important;
	margin:0 10px;
}

.marginR {
	margin-right:10px;
	}

.carte{
	background:url(../gifs/carte.jpg) no-repeat;
	border:solid 1px #000;
	width:150px;
	height:100px;
	margin:5px auto;
}
.carte a{
	padding-top:75px;
	margin:5px auto;
	float:right;
	padding-right:10px;
}

#cache {
	clear:both;
	margin-top:10px;
	padding-left:156px;
}

#avance {
	color:#fff;
	position:absolute;
	right:0;
	cursor:pointer
}

.ouvrir_avance {
	}

.fermer_avance {
	display:none;
	border:1px solid #fff;
	padding:3px 10px;
}

.envoie {
	background:#FFC863;
	border:none;
	padding:3px 5px;
	color:#E04502;
	-moz-border-radius:10px;
	border-radius:10px;
}

#form_recherche input[type=text] {
	width:50px;
}

/************************************************************************ CONTENT */

#content {
	width:100%; /* à modifier*/
	padding-top:57px;
	padding-bottom: 20px;
	overflow: hidden;
}
#presentation {
	margin-bottom: 10px;
	overflow:hidden;
}

#presentation p {
	line-height: 20px;
	text-align: justify;
}


/************************************************************************ COLONNE GAUCHE */


#colonne_gauche {
	width:245px; /* à modifier*/
	margin:0 10px
}


#encart-infos {
	padding-left:10px;
	padding-bottom: 10px;
	border-bottom:1px solid #FF9D39;
}
#encart-infos p {
	line-height: 20px;
}

/************************************************************************ COLONNE CENTRE */

#colonne_centre {
	width: 460px;
	margin-right: 20px;

}

#contenu h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FC4F01;
}
#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 */

#colonne_droite {
	width:240px; /* à modifier*/
}

#encart_reservation {
	background:url(../gifs/encart_reservation.png) no-repeat;
	width:265px;
	height:69px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}


/**** actus ****/

.bx-next, .bx-prev {
	float:left;
	}
.bx-next {
margin-left:113px;
}	


.all_actu {
clear:both;
}


#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 */

#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;
}

/************************************************************************ FLAOT */

.float_right {
	float:right;
}

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

.clear_both {
	clear:both;
}

/************************************************************************ CONTAINER */

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

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

#encart_content div {
	width:20%;
	height:100px;
	display:inline;
	margin:0 40px;	
}

.bx-window {
margin-bottom:20px;
}

#encart-actualités {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 15px;
	margin:20px 0 20px 0;
}

#encart-actualités li{
	list-style-type:none;
}

#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: #E14701;
}


#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;
}
