/*CSS voitures des îles*/

/*---Font---*/
@font-face {
	font-family: "lane-nar";
	src: url("../font/lane_narrow_regular.ttf") format("truetype");
}
@font-face {
	font-family: "lane";
	src: url("../font/lane-cane.ttf") format("truetype");
}
@font-face {
	font-family: "oceania";
	src: url("../font/Oceania-Light.otf") format("opentype");
}
@font-face {
	font-family: "helvetica";
	src: url("../font/HelveticaNeue.ttf") format("truetype");
}
@font-face {
	font-family: "helvetica-roman";
	src: url("../font/HelveticaNeue-Roman.otf") format("opentype");
}



body {
	font-family:arial;
}

*{margin:0; padding:0;}
a {
	text-decoration:none; 
	cursor:hand;
}
a:hover {cursor:hand;}
img {border: none;}
p{}
ul li {list-style-type:none;}


#general {
	width:100%;
	background:url("../IMAGES/background.jpg") repeat-y top center;
}

#global{
	width: 100%;
	margin: 0 auto;
}

#header, #middle, #footer {
	width:100%;
}
#content-header, #content-middle, #content-footer {
	margin: 0 auto;
	position: relative;
}
#content-header, #content-footer {
	width: 961px;
}


/*----------HEADER----------*/

#header {
	height:388px;
	background:url("../IMAGES/background-header.jpg") no-repeat top center;
	position: relative;
	z-index: 900;
}
#content-header {
	height:388px;
}

/*Top -> petite barre noire tout en haut*/
#top {
	height:26px;
}
#top p.fil-ariane {
	float:left;
	font-family:arial;
	font-size:10px;
	padding:6px 0 0 13px;
	color:#fff;
}
#top p.fil-ariane span {
	color:#82c5d1;
}
#top ul.newsletter {
	float:right;
	font-family:arial;
	font-size:10px;
	padding:4px 14px 0 0;
	height:25px;
}
#top ul.newsletter li{
	display:inline;
	margin:0 10px 0 0;
	height:25px;
}
#top ul.newsletter li a {
	color:#fff;
}
#top ul.newsletter li a img{
	margin:0px 0 -4px 0;
}
#top .deconnect a {
	color:#ff0000;
	font-size:12px;
	margin:0 0 0 190px;
	padding:5px 0 0 0;
	float:left;
}

/*Bandeau*/
#bandeau {
	height:292px;
	width:376px;
	margin:3px 0 0 -2px;
	padding:0 6px 0 20px;
	float:left;
}
#bandeau h1{
	text-align:left;
	color:#82c5d1;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	padding:10px 0 0 13px;
	clear:both;
}
#bandeau p {
	text-align:left;
	color:#515050;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:12px;
	padding:7px 20px 0 13px;
	clear:both;
}
#bandeau p a {
	text-align:left;
	color:#515050;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:12px;
}

/*Logo*/
#logo {
	float:left;
	margin:9px 26px 0 0;
}


/*--MENU--*/ 
#menu {
	clear:both;
	margin:0 0 0 0px;
	position: relative; 
	z-index: 999;
}

/*Premier niveau*/
#menu ul.dropdown   {
	padding:0px 0 0px 0;
	height:69px;
	position: relative; 
	z-index:999;
}
#menu ul.dropdown   li {
	display:inline;
	width:127px;
	height:48px;
	margin:-1px 0 0 0;
	padding:20px 10px 0 0;
	text-align:center;
	background:url("../IMAGES/ligne-menu.jpg") no-repeat right top;
	float:left;
	z-index:999;
}
#menu ul.dropdown   li.menu-partenaire {
	background:none;
}
#menu ul.dropdown   li.menu-partenaire:hover {
	background:url("../IMAGES/bg-sousmenu-hover-partenaires.jpg");
}
#menu ul.dropdown   li a{
	color:#fff;
	font-family:"oceania";
	font-size:14px;
	text-transform:uppercase;
	display: block;
	z-index:999;
	margin:-19px 0 -19px 0;
	padding:19px 0 19px 0;
}
#menu ul.dropdown li:hover { 
	position: relative; 
	z-index:999;
	background:url("../IMAGES/bg-sousmenu-hover.jpg") no-repeat ;
}

/*Deuxième niveau*/
#menu ul.dropdown ul { 
	width:262px; 
	visibility: hidden; 
	position: absolute; 
	z-index:1000999;
	background:url("../IMAGES/bg-sous-menu.png") no-repeat ;
	padding:12px 0 0 0;
	margin:16px 0 0 -6px;
}
#menu ul.dropdown ul li 	{ 
	width: 240px; 
	height:33px;
	z-index:999;
	background:url("../IMAGES/bg-sous-menu-li.png") no-repeat ;
	margin:0px 0 0 0;
	padding:0px 0 0 22px;
	text-align:left;
}
#menu ul.dropdown ul li a{ 
	font-weight: normal;
	font-size:12px;
	color:#fff;
	height:30px;
	margin:0px 0 0 0;
	padding:3px 0 0px 0;
}	
#menu ul.dropdown ul li:hover { 
	background:url("../IMAGES/bg-sous-menu-li-hover.png") no-repeat ;
}	
#menu ul.dropdown ul li.carte {
	background:url("../IMAGES/bg-sousmenu-carte.png") no-repeat ;
	height:15px;

}
#menu ul.dropdown ul li.carte a:hover{
	color:#7fbfca;
}
							  
                       /* IE 6 & 7 Needs Inline Block */
#menu ul.dropdown ul li a{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	z-index:999;
	position: relative;
}  
#menu ul.dropdown ul li a:hover {
	color:#fff;
	z-index:999;
}




/*---------MIDDLE---------*/

#middle {
	background:url("../IMAGES/background-middle.jpg") no-repeat top center;
	z-index: 1;
	position: relative;
}
#content-middle {
	width:959px;
	background: url("../IMAGES/background-content-middle.jpg") repeat-x #FFF; 
	padding:12px 0 0 0;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	z-index: 10;
	position: relative;
	min-height:1340px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {   /*Chrome et Safari*/
	#content-middle{ 
	width:960px;
	}
}

/*--Texte--*/
#texte {
	width:625px;
	background:#fff;
	z-index:10;
	float: left;
	padding: 0 0 30px 0;
	min-height: 1340px;
}

#texte h3 {
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:24px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:40px 0 0 0;
	padding:0 0 10px 22px;
	color:#2fb1c8;
	width:615px;
}
#texte h3 span, #texte h2 span{
	color:#666666;
}

#texte p {
	font-family:arial;
	font-size:12px;
	color:#999999;
	padding:20px 0 0 26px;
	text-align:justify;
	clear:both;
}
#texte p a {
	font-family:arial;
	font-size:12px;
	color:#999999;
	text-align:justify;
}
#texte p.rouge {
	color:#b10404;
	font-size:11px;
	font-weight:bold;
	margin:-5px 0 0 0;
}
#texte p span{
	color:#30b9d1;
}
#texte p span.case3 {
	font-size:14px;
	height:22px;
	width:160px;
	padding:3px 40px 5px 10px;
	margin:0px 0 0 10px;
	background:url("../IMAGES/case3bis.jpg") no-repeat;
	color:#666666;
}

#texte ul li h2 {
	background:none;
	font-family:arial;
	font-size:14px;
	text-transform:none;
	color:#333333;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#texte ul li p.rouge {
	padding:0 0 0 0;
	margin:7px 0 0 -15px;
}

#texte h6 {
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:17px;
	width:484px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:40px 0 0 0;
	padding:0 0 10px 22px;
	color:#2fb1c8;
}
#texte select {
	font-size:14px;
	margin:0px 0 0 10px;
	color:#666666;
}

.case-moins {
	margin:0 0 0 -10px;
}

#texte ul.partenaires {	
	width:438px;
	height:62px;
	background:url("../IMAGES/background-partenaires.jpg") no-repeat;
	padding:30px 0 0 34px;
	margin:20px auto 0 auto;
}
#texte ul.partenaires li {
	display:inline;
	margin:0 10px 0 0;
}
#texte p.partner a {
	color:#31bdd7;
}
#devenir-partenaire {
	height:35px;
	width:201px;
	clear:both;
	margin:40px 20px 0 0;
	float:right;
}
.nos-partenaires {
	background:url("../IMAGES/bouton-bleu.png") no-repeat;
	padding:8px 20px 8px 35px;
	margin:-8px -20px -8px -15px;
	height:17px;
	width:180px;
	display:block;
	clear:both;
	color:#fff;
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:15px;
}

#bouton-recherche {
	margin:40px 0 -20px 390px;
}
#bouton-recherche .rechercher{
	display: block;
	height:35px;
	width:234px;
	background:url("../IMAGES/bouton-bleu.png") no-repeat;
	border: none;
	color:#fff;
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:15px;
	cursor: pointer;
	padding: 6px 50px 10px 15px;
}

#image-home {
	height:295;
	width:604;
	margin:-4px 0 0 21px;
}

/*--Colonne droite--*/
#colonne-droite {
	width:311px;
	float:right;
	background:#fff;
}



/*En savoir+ */
.bouton-savoir {
	width: 179px;
	height: 25px;
	display: block;
	background:url("../IMAGES/bouton-gris.png") no-repeat;
	margin:20px 0 0 35px;
	padding:9px 0 0 55px;
	color:#333333;
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:15px;
}


/*Facebook*/
#facebook {
	height:47px;
	width:194px;
	margin:10px 0 0 0;
	background:url("../IMAGES/facebook.jpg") no-repeat;
	padding:11px 25px 0 70px;
}
#facebook a{
	font-size:14px;
	font-family:arial;
	color:#666666;
	display:block;
	padding:10px 24px 10px 68px;
	margin:-10px -24px -10px -68px;
	text-align:left;
}
#facebook a span{
	font-weight:bold;
	color:#355499;
}

/*Offres spéciales*/
#offre-spe {
	background:url("../IMAGES/offre-spe.jpg") no-repeat;
	width:289px;
	height:198px;
	margin:9px 23px 0 0;
	text-align:left;
}
#offre-spe h5{
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	padding:10px 0 0 15px;
}
#offre-spe h5 a{
	color:#fff;
}
#offre-spe h6 {
	background:url("../IMAGES/offre-spe-h6.jpg") no-repeat 0px 6px;
	font-family: "helvetica-roman";
	font-weight:bold;
	font-size:13px;
	margin:27px 0 0 25px;
	padding:0 0 0 16px;
}
#offre-spe h6 a{
	color:#403f3f;
}
#offre-spe p{
	font-family:arial;
	font-size:12px;
	padding:7px 18px 0 25px;
	margin:3px 0 0 0;
	text-align:justify;
	line-height:120%;
	word-spacing: 1px;	
	overflow:auto;
	height:70px;
	width:240px;
}
#offre-spe p a{
	color:#706f6e;
}


/*Nouveautés*/
#nouveautes {
	background:url("../IMAGES/nouveautes.jpg") no-repeat;
	width:289px;
	height:193px;
	margin:9px 23px 0 0;
	text-align:left;
}
#nouveautes h6 {
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	padding:26px 0 0 36px;
}
#nouveautes p{
	font-family:arial;
	font-size:14px;
	color:#efd4a9;
	padding:3px 28px 0 36px;
	text-align:justify;
	line-height:120%;
	word-spacing: 1px;	
	height:60px;
	overflow:auto;
}

/*Atouts*/
#atouts {
	background:url("../IMAGES/atouts.jpg") no-repeat;
	width:289px;
	height:433px;
	margin:13px 23px 0 0;
	text-align:left;
}
#atouts h4 {
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	padding:22px 0 0 24px;
}
#atouts ul {
	padding:15px 8px 0px 25px;
}
#atouts ul li {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#90cad4;
	margin:8px 0 0 0;
	line-height:110%;
	list-style-position: inside;
	list-style-type: disc;
}
#atouts ul li span{
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	color:#403f3f;
}
#atouts ul li span.normal{
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#706f6e;
}

/*Meilleure garantie*/
#meilleure-garantie {
	background:url("../IMAGES/meilleure-garantie.jpg") no-repeat;
	width:289px;
	height:193px;
	margin:10px 23px 0 0;
	text-align:left;
}
#meilleure-garantie h6 {
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	padding:25px 0 0 36px;
}
#meilleure-garantie p{
	font-family:arial;
	font-size:11px;
	color:#fff;
	padding:8px 28px 0 36px;
	text-align:justify;
	line-height:120%;
	word-spacing: 1px;	
	overflow:hidden;
	height:40px;
	width:230px;
}


/*Charte qualité*/
#charte-qualite {
	background:url("../IMAGES/charte-qualite.jpg") no-repeat;
	width:289px;
	height:193px;
	margin:13px 23px 33px 0;
	text-align:left;
}
#charte-qualite h6 {
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	padding:25px 0 0 36px;
}
#charte-qualite p{
	font-family:arial;
	font-size:11px;
	color:#94cad4;
	padding:6px 28px 0 36px;
	text-align:justify;
	line-height:120%;
	word-spacing: 1px;
	overflow:hidden;
	height:40px;
	width:230px;
}





/*--------FOOTER--------*/

#footer {
	background:url("../IMAGES/background-footer.jpg") no-repeat #fff top center;
	height:400px;
	clear:both;
}
#content-footer {
	height:252px;
}

/*Mentions légales*/
#content-footer ul.mentions {
	text-align:center;
	padding:19px 0 0 0;
}
#content-footer ul.mentions li {
	display:inline;
}
#content-footer ul.mentions li a{
	color:#666666;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:12px;
}

/*Bottom*/
#bottom ul.bottom-general {
	height:300px;
	margin:14px 0 0 0;
	padding:20px 0 0 23px;
	font-family: "helvetica-roman";
	font-weight:normal;
}
#bottom ul.bottom-general li{
	width:280px;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#666666;
	float:left;
}
#bottom ul.bottom-general li span{
	border-bottom:1px solid #000;
	padding:0 30px 14px 0;
	margin:0 0 0px 0;
	width:135px;
}
#bottom ul.bottom-general li span.span2{
	border-bottom:1px solid #000;
	padding:0 47px 14px 0;
	width:119px;
}

#bottom ul.bottom-general ul li{
	display:block;
	text-transform:none;
	font-size:12px;
	color:#999999;
	float:none;
}
#bottom ul.bottom-general ul li a{
	font-size:12px;
	color:#999999;
}
#bottom ul.bottom-general ul.bottom1 {
	margin:15px 0 0 0;
}
#bottom ul.bottom-general ul.bottom1 li{
	border-bottom:1px solid #000;
	width:130px;
	height:20px;
	padding:8px 0 2px 0;
}
#bottom ul.bottom-general ul.bottom1 li a{
	display:block;
	width:130px;
	height:20px;
}
#bottom ul.bottom-general ul.bottom2{
	padding:10px 0 0 0;
	margin:15px 0 0 0;
}
#bottom ul.bottom-general ul.bottom2 li{
	margin:0px 0 -10px 0;
}




/*-----Locations de voitures (rates)------*/

#texte h3 span.h3 {
	text-transform:none;
	font-size:16px;
	font-family:arial narrow;
	color:#999999;
}
#texte .liste-voitures {
	width:627px;
	margin:35px 0 0 0px;
	float:left;
}
#texte .liste-voitures img.voitures {
	margin:10px 5px 0 12px;
	float:left;
}
#texte .liste-voitures .liste-texte {
	width:205px;
	height:57px;
	float:left;
	margin:17px 0 0 -53px;
	padding:10px 0 0 0;
}
#texte .liste-voitures h4 {
	color:#999999;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:0px 0 0 0px;
	margin:8px 0 11px 5px;
	width:469px;
}
/*Opéra*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)  
{
	#texte .liste-voitures h4 {
		width:305px;
	}
}
#texte .liste-voitures p {
	color:#666666;
	padding:0 0 0 5px;
}
#texte .liste-voitures s {
	color:#ba2929;
	margin:0px 0 0px -143px;
	padding:0 0 0px 0;
	font-weight:bold;
	position:relative;
}
#texte .liste-voitures span.jaune {
	font-size:18px;
	font-family:arial;
	color:#df8f28;
	padding:0 10px 0 0;
	margin:-1px 0 15px 20px;
	float:left;
}
#texte .liste-voitures span.clim {
	padding:4px 10px 5px 10px;
	margin:-50px 0 0 -10px;
}
#texte .liste-voitures span.nbpers {
	padding:4px 10px 5px 10px;
	margin:-50px 0 0 -10px;
	color:#666666;
}
#texte .liste-voitures span.porte {
	padding:3px 10px 5px 10px;
	margin:-50px 0 0 -10px;
	color:#666666;
}
#texte .liste-voitures span.valise {
	padding:3px 10px 5px 10px;
	margin:-50px 0 0 -10px;
	color:#666666;
}
#texte .liste-voitures .btreserver {
	background:url("../IMAGES/reserver.jpg") no-repeat;
	display:block;
	padding:0px 0px 3px 0px;
	margin:0px 0 0 0px;
	height:24px;
	width:158px;
	color:#ffffff;
	font-family: "helvetica-roman";
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	float:right;
}
#texte .liste-voitures .btdevis {
	background:url("../IMAGES/devis.jpg") no-repeat;
	display:block;
	padding:0px 0px 3px 0px;
	margin:33px -158px 0 0px;
	height:24px;
	width:158px;
	color:#666666;
	font-family: "helvetica-roman";
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	float:right;
}



/*Demande de location*/
#demande h3{
	margin:2px 0 0 0;
}
#demande table {
	margin:34px 0 0 110px;
}
#demande td {
	color:#666666;
	font-size:14px;
}
#demande td.premiere-case{
	margin:13px 0 0 0;
	height:22px;
	width:100px;
}
#demande td.case-moins select{
	padding:0 0 0 0;
	margin:0 0 0 0px;
}
#demande .calendar{
	width:160px;
}



/*Rappel de la demande*/
#rappel h2 {
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:24px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:0px 0 0 0;
	padding:0 0 10px 22px;
	color:#2fb1c8;
}
#rappel ul {
	margin:9px 0 0px 25px;
}
#rappel ul li{
	color:#666666;
	font-family:arial;
	font-size:14px;
	margin:5px 0 0 0;
}
#rappel ul li span.darkblue{
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	color:#2b4679;
}
#rappel ul li.categorie {
	margin:15px 0 0 0;
}
#rappel ul li.categorie span.jaune {
	color:#df8f28;
	font-weight:bold;
}
#rappel ul li.montant {
	margin:15px 0 0 0;
}
#rappel ul li.montant span.jaune {
	color:#df8f28;
	font-weight:normal;
	font-size:18px;
}
#rappel ul li.detail {
	font-size:12px;
	margin:5px 0 0 0;
	border:1px solid #666666;
	padding:5px 5px 5px 5px;
}

/*Informations (location - conducteur - avion)*/
#informations p{
	color:#666666;
}
#informations ul p.commentaires{
	color:#333333;
	font-size:14px;
}
#informations ul textarea.commentaire{
	margin:-15px 0 0 242px;
}
#informations ul li {
	font-size:14px;
	font-family:arial;
	color:#df9029;
	margin:20px 0 0 38px;
	list-style-type:disc;
}
#informations ul li span{
	color:#333333;
}
#informations ul li span.jaune{
	color:#df8f28;
	font-weight:bold;
}
#informations ul li a.changer {
	float:right;
	color:#fff;
	font-size:15px;
	font-family: "helvetica-roman";
	font-weight:normal;
	text-transform:uppercase;
	padding:8px 44px 12px 12px;
	margin:-35px 0 0 0;
	background:url("../IMAGES/bouton-changer.jpg") no-repeat;
	list-style-type:none;
}
#informations ul li h2{
	font-size:14px;
	font-family:arial;
	font-weight:normal;
	color:#333333;
	margin:-10px 0 0 0px;
}
#informations ul li h2.liste{
	font-size:14px;
	font-family:arial;
	font-weight:normal;
	color:#666666;
	margin:20px 0 0 0px;
}
#informations ul h3 {
	background:none;
	text-transform:none;
	margin:0px 0 0 -22px;
}
/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	#informations ul h3 {
		background:none;
		text-transform:none;
		margin:0px 0 0 -34px;
	}
}
#informations ul li h3.jaune{
	color:#df8f28;
	font-weight:bold;
	text-transform:none;
	font-size:14px;
	font-family:arial;
	background:none;
	margin:-16px 0 0 130px;
	width:300px;
}
#informations h2.prise-vehicule{
	margin:-10px 0px -15px 0;
}
#informations select.chzn-select2{
	margin:-5px 0px 0px 204px;
}
#informations #anonymous_element_1_chzn {
	margin:0px 0 0 204px;
}
#informations ul li.conducteur select{
	margin:0 0 0 0px;
}
#informations ul ul li {
	font-size:12px;
	font-family:arial;
	color:#666666;
	margin:13px 0 0 -12px;
	list-style-type:none;
}
#informations ul td{
	color:#666666;
	font-size:12px;
}
#informations ul li td{
	padding:7px 0 0 0;
}
#informations ul li td.premiere-case{
	width:190px;
	margin:8px 20px 0 0;
}
#informations ul li td.premiere-case1{
	width:200px;
	margin:8px 20px 0 0;
}
#informations ul li td.horaires{
	height:94px;
	width:250px;
	margin:0px 0 0 20px;
	padding:0px 3px 0px 5px;
	background:url("../IMAGES/cadre-horaires.jpg") no-repeat 10px 8px;
	text-align:center;
}
#informations ul li td.horaires p{
	height:77px;
	width:230px;
	text-align:center;
	margin:8px 0 0 0;
	padding:3px 3px 0px 3px;
	color:#666666;
	font-size:12px;
	overflow:auto;
}



/*Suppléments*/
#supplement ul li {
	font-size:12px;
	font-family:arial;
	color:#666666;
	height:16px;
	margin:15px 0 0 24px;
	padding:0px 0 0 0px;
	list-style-type:none;
}


/*Paiement*/
#paiement ul li{
	list-style-type:disc;
	color:#2b4679;
	margin:4px 0 0 37px;
	font-family:arial;
	font-size:12px;
}
#paiement ul li span{
	color:#666666;
}
#paiement ul ul li{
	list-style-type:none;
	color:#666666;
	margin:2px 0 0 32px;
}
#paiement h2 {
	background:none;
	color:#333333;
	font-size:14px;
	font-family:arial;
	font-weight:normal;
	text-transform:none;
	margin:25px 0 9px 20px;
}
#paiement p {
	color:#666666;
	margin:-5px 0 0 0;
}
#recalculate p.rouge {
	color:#b10404;
	font-size:13px;
	font-weight:bold;
	margin:5px 0 0 0px;
	padding:5px 5px 5px 5px;
}
#recalculate fieldset{
	margin:7px 0 0 10px;
}
#paiement p.securise {
	color:#666666;
	font-size:14px;
	font-family:arial;
	margin:50px 0 20px 23px;
	padding:3px 0 0 20px;
	background:url("../IMAGES/paiement-securise.jpg") no-repeat;
}
#paiement p span.securise {
	color:#b10404;
	padding:3px 0 0 20px;
	background:url("../IMAGES/paiement-securise.jpg") no-repeat;
}

#paiement .bouton-bleu2 {
	background:url("../IMAGES/bouton-bleu2.jpg") no-repeat;
	margin:15px 0 0 50px;
	padding:9px 0 0px 0;
	width:230px;
	height:25px;
}
#paiement .bouton-bleu2 a {
	color:#fff;
	text-transform:uppercase;
	background:none;
	margin:-9px 0 0 0;
	font-size:14px;
	font-weight:normal;
	font-family: "helvetica-roman";
}
#paiement .bouton-bleu2 .cb {
	padding:8px 0 0px 15px;
	margin:-8px 0 0 0;
}
#paiement .bouton-bleu2 a.cb {
	padding:8px 0 0 0px;
	margin:-8px 0 0 0px;
}
.validation-paiement {
	background:url("../IMAGES/bouton-bleu2.jpg") no-repeat;
	margin:15px 0 0 50px;
	padding:9px 0 0px 0;
	color:#fff;
	text-transform:uppercase;
	background:none;
	margin:-9px 0 0 0;
	font-size:14px;
	font-weight:normal;
	font-family: "helvetica-roman";
}
#paiement .bouton-paiement {
	background:url("../IMAGES/bouton-bleu2.jpg") no-repeat;
	margin:10px 0 0 50px;
	padding:9px 0 0px 0;
	height:25px;
	width:230px;
}
#paiement .bouton-paiement a {
	color:#fff;
	text-transform:uppercase;
	background:none;
	margin:-9px 0 0 7px;
	padding:9px 0 0 0;
	font-size:14px;
	font-weight:normal;
	font-family: "helvetica-roman";
	width:223px;
	height:23px;
	display:block;
}
#paiement .bouton-paiement a.resa-en-ligne {
	padding:9px 4px 0px px;
	text-align:center;
}
#paiement .bouton-bleu2 a.resa-en-ligne {
	padding:9px 0 0px 35px;
}
#paiement .bouton-gris2 {
	background:url("../IMAGES/bouton-gris2.jpg") no-repeat;
	margin:-34px 0 37px 330px;
	padding:9px 0 0px 0;
	height:25px;
	width:230px;
}
#paiement .bouton-gris2 a {
	color:#333333;
	text-transform:uppercase;
	background:none;
	margin:-9px 0 0 0;
	padding:9px 10px 0px 0px;
	font-size:15px;
	font-family: "helvetica-roman";
	width:220px;
	height:25px;
	display:block;
	text-align:center;
}
#paiement a.calculer {
	padding:9px 0 0px 17px;
	width:216px;
	height:25px;
	display:block;
}
#paiement a.cb {
	padding:9px 0 0px 10px;
	text-align:center;
	width:230px;
	height:25px;
	display:block;
}
#resa {
	margin:-35px 0 40px 0;
}
#resa p{
	margin:-25px 0 0px 0;
}

#recap_bas a {
	color:#df8f28;
}



/*Sitemap*/

#texte .sitemap h3{
	margin:5px 0 0 0;
}
#texte .sitemap h4{
	margin:-39px 0 0 205px;
}
#texte .sitemap h4 a{
	font-size:25px;
}
#texte .sitemap a{
	color:#666666;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
}
#texte .sitemap ul{
	margin:10px 0 0 0px;
}
#texte .sitemap ul li {
	list-style-type:disc;
	color:#df8f28;
	margin:0 0 0 39px;
}


/*Réservation par téléphone ou par mail*/

#texte .info h2 {
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:24px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:10px 0 0 0;
	padding:0 0 10px 22px;
	color:#2fb1c8;		
}
#texte .info ul li {
	font-family: arial;
	font-weight:normal;
	font-size:12px;
	margin:15px 0 0 0;
	padding:0 0 10px 22px;
	color:#666666;		
}
#texte .info ul li a{
	color:#2fb1c8;		
}
#texte .lienpaiement {
	font-size:12px;
	margin:10px 0 0 22px;
}


/*Paiement CB*/
#texte .titre_paiement h6 {
	font-size:24px;
	margin:10px 0 0 0;
}
#texte .CB  {
	font-size:12px;
	margin:10px 0 0 22px;
	text-align:left;
}


/*Pages optimisées*/
#texte .optim  h1{
	text-align:left;
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:lighter;
	font-size:24px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:10px 0 0 0;
	padding:0 0 10px 22px;
	color:#2fb1c8;	
}
#texte .optim  h1 a{
	text-align:left;
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:lighter;
	font-size:24px;
	margin:10px 0 0 0;
	padding:0 0 10px 0px;
	color:#666666;	
}
#texte .optim  h1 span{
	color:#666666;	
}
#texte .optim  h2{
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:17px;
	width:615px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:40px 0 0 0;
	padding:0 0 10px 22px;
	color:#3db6cc;
}
#texte .optim {
	color:#666666;
}
#texte .optim a{
	margin:0px 0 0 26px;
	color:#666666;
	font-size:12px;
}
#texte .optim p a{
	margin:0 0 0 0px;
	color:#df8f28;
	text-decoration:none;
}
#texte .optim ul {
	margin:10px 0 0 0;
}
#texte .optim ul li {
	font-size:12px;
	margin:0 0 0 50px;
	color:#666666;
	list-style-type:disc;
}
#texte .optim ul li a{
	margin:0 0 0 0px;
	color:#df8f28;
}

#devis-destination {
	font-size:14px;
	color:#666666;
	margin:0px 0 100px 82px;
	padding:20px 0 0 0;
}
#devis-destination .row{
	width:560px;
	height:25px;
	margin:0 0 5px 0;
	padding:3px 0 0 0;
}
#devis-destination .row span{
	font-family:arial;
	font-size:14px;
}
#devis-destination .row b{
	margin:0 0 0 36px;
	color:#2b4679;
	font-size:14px;
}
#devis-destination .row table{
	margin:-20px 0 0 120px;
}
#devis-destination .submit .rechercher{
	display: block;
	height:35px;
	width:234px;
	background:url("../IMAGES/bouton-bleu.png") no-repeat;
	border: none;
	color:#fff;
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:15px;
	cursor: pointer;
	padding: 6px 50px 10px 15px;
	float:right;
	margin:15px 0 0 0;
}

#texte .optim  table.prix {

	margin:0 10px 0 10px;
}
#texte .optim table.prix tr {
	margin:0 0 0 5px;
}
#texte .optim table.prix tr td{
	font-size:12px;
	text-align:center;
	padding:5px 0 5px 0;
}
#texte .optim table.prix tr td a{
	margin:0 0 0 0;
	padding:0px 0 0px 0;
}
#texte .optim table.prix tr.entete td b{
	font-size:13px;
	color:#333333;
}
#texte .optim table.prix tr.entete td{
	background:#f3d88e;
}
#texte .optim table.prix tr.tranche td {
	font-size:11px;
	background:#f3c74e;
	color:#2b4679;
}

#texte .optim  table.consigne tr td{
	margin:10px 0 0 0px;
	padding:0 0 0 22px;
	float:left;
	font-size:13px;
	font-family:arial;
	color:#b10404;
	
}

#texte .optim  table.periode {
	margin:10px 0 0 126px;
}
#texte .optim  table.periode tr td{
	font-size:12px;
	font-family:arial;
	width:240px;
	color:#666666;
	line-height:140%;
	text-align:center;
	width:200px;
	background:#D2D6DD;
}
#texte .optim  table.periode tr td span.saison{
	padding:2px 0px 0 0px;
	border-bottom:1px solid #fff;
}
#texte .optim  table.periode td{
	margin:0 50px 0 0;
}
#texte .optim  table.periode tr.entete td{
	font-size:14px;
	color:#333333;
	background:#f3d88e;
}

#texte .optim .tableaux h2 a{
	margin:0 0 0 0;
	font-size:17px;
}
#texte .optim .tableaux ul li p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#666666;
}

#texte .optim  table.supplement {
	margin:10px 0 0 24px;
	float:left;
	font-size:12px;
	font-family:arial;
	width:600px;
}
#texte .optim  table.supplement tr td {
	line-height:140%;
	color:#666666;
}
#texte .optim  table.supplement tr.entete td {
	font-size:13px;
	margin:0 0 20px 0;
	color:#2b4679;
}


/*Pages standard*/

#texte .destination ul {
	margin:15px 0 0 60px;
}
#texte .destination ul li {
	color:#666666;	
	list-style-type:disc;
	font-size:4px;
	font-weight:normal;
	margin:5px 0 0 0px;
}
#texte .destination ul li a {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#df8f28;	
}


/*Informations*/
#conditions-generales ol {
	margin:15px 0 0 40px;
	font-size:12px;
	font-family:arial;
}
#conditions-generales ol li{
	margin:5px 0 0 0px;
}
#texte .optim #conditions-generales ol li a{
	color:#2fb1c8;
	margin:0 0 0 0;
}
#texte .optim #conditions-generales ol li ul {
	margin:5px 0 10px 0px;
}
#texte .optim #conditions-generales ol li ul li {
	margin:5px 0 0px 40px;
}
#texte .optim #conditions-generales ul {
	margin:15px 0 0px 40px;
}
#texte .optim #conditions-generales ul li {
	margin:10px 0 0px 0px;
}
#texte .optim h2 b{
	font-weight:normal;
}


/*Partenaires*/
#texte .optim table.fiche {
	margin:10px 0 0 22px;
}
#texte .optim table.fiche tr.entete_partner td {
	color:#2b4679;
	font-weight:bold;
	font-size:15px;
}
#texte .optim table.fiche tr td {
	color:#666666;
	font-size:12px;
}
#texte .optim table.fiche tr td p {
	margin:10px 0 0 0px;
	padding:0 0 0 0;
}
#texte .optim table.fiche tr td p b{
	margin:0 0 0 0;
	float:left;
	padding:0 0 0 0;
}
#texte .optim table.fiche tr td p.coordonnees b{
	color:#666666;
}
#texte .optim table.fiche tr td p.adresse b{
	color:#999999;
	margin:5px 0 0 0;
}
#texte .optim table.fiche tr td span.adresse {
	color:#666666;
	font-style:normal;
	font-size:12px;
	font-family:arial;
	margin:5px 0 0 44px;
	text-align:left;
	float:left;
}
#texte .optim table.fiche tr td img{
	margin:0 0 0 30px;
}
#texte .optim table.fiche tr td .button a{
	margin:0 30px 0 0px;
	color:#999999;
	font-weight:bold;
}

#texte .optim table.infos-coordonnees{
	clear:both;
}
#texte .optim table.infos-coordonnees tr td.coord{
	width:100px;
	color:#999999;
	float:left;
}
#texte .optim table.infos-coordonnees tr td {
	width:180px;
	color:#2fb1c8;
	float:left;
}
#texte .optim table.infos-coordonnees tr td a{
	margin:0 0 0 0;
	color:#df8f28;
	width:180px;
}

#texte .optim p.partner a{
	color:#2fb1c8;
}


/*Liens utiles*/
#texte .optim table.fiche2 {
	margin:10px 0 0 22px;
	width:600px;
}
#texte .optim table.fiche2 tr.entete_partner td {
	color:#2b4679;
	font-weight:bold;
	font-size:15px;
}
#texte .optim table.fiche2 tr td {
	color:#666666;
	font-size:13px;
	padding:10px 0 0 0;

}
#texte .optim table.fiche2 tr td a {
	color:#df8f28;
	font-size:13px;
	margin:0 0 0 0;
}
#texte .optim table.fiche2 tr td p {
	margin:0px 0 0 0px;
	padding:0 0 0 0;
}


/*Promos*/
#texte .optim .promo p a span{
	color:#df8f28;
	text-decoration:underline;
	
}
#texte .optim .promo p span{
	color:#999999;
	text-align:left;
	font-weight:normal;
}
#texte .optim .promo h2{
	color:#999999;
	background:none;
	text-align:center;
	color:#b10404;
	margin-bottom:-17px;
	font-size:19px;
}



/*Contact*/
#texte .optim .contact h2 b {
	font-size:17px;
	color:#666666;
	margin:0 0 0 0px;
	font-weight:normal;
}
#texte .optim .contact b {
	font-size:12px;
	color:#666666;
	margin:0 0 0px 0px;
	font-weight:bold;
}
#texte .optim .contact p {
	margin:-15px 0 0px 0px;
}
#texte .optim .contact .contact-tel h2  {
	margin:30px 0 15px -22px;
}
#texte .optim .contact .contact-tel {
	margin:10px 0 0px 22px;
	padding:10px 0 0 0;
	color:#2b4679;
}
#texte .optim .contact .contact-tel p {
	margin:-15px 0 0px -22px;
}


/*Parc de voitures*/
#texte .optim .parcauto ul li table  {
	margin:15px 0 15px 0;
}
#texte .optim .parcauto ul li table tr.entete td {
	color:#2b4679;
	font-weight:bold;
	text-transform:uppercase;
}
#texte .optim .parcauto ul li table.fiche a.close {
	float:right;
	color:#fff;
	font-size:15px;
	font-family: "helvetica-roman";
	font-weight:normal;
	text-transform:uppercase;
	padding:8px 43px 12px 18px;
	margin:-35px 0 0 0;
	background:url("../IMAGES/bouton-changer.jpg") no-repeat;
	list-style-type:none;
}


/*Modelcar (petite fenêtre)*/
#modelcar .button a {
	color:#b10404;
	font-weight:bold;
}
#modelcar tr.entete {
	color:#2b4679;
	font-weight:bold;
}
#modelcar table.caract td b{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 0;
}
#modelcar table.caract table tr td {
	font-size:14px;
	margin:5px 0 0 0;
}
#modelcar tr td.consigne {
	font-size:14px;
	margin:5px 0 0 0;
}


#texte .optim table.supplement li {
	width:370px;
}




/*Espace pro*/
#texte .pro  table.identification{
	margin:10px 0 0 160px;
}
#texte .pro p {
	color:#666666;
	font-size:14px;
	font-family:arial;
}
#texte .pro p.rouge {
	color:#b10404;
	font-size:12px;
	font-family:arial;
}
#texte .pro input.text{
	margin:18px 0 0 0;
}
#texte .pro input.valider{
	float:right;
	color:#fff;
	font-size:15px;
	font-family: "helvetica-roman";
	font-weight:normal;
	text-transform:uppercase;
	padding:8px 37px 12px 17px;
	margin:20px 0 0 10px;
	width:119px;
	height:34px;
	background:url("../IMAGES/bouton-changer.jpg") no-repeat;
	border:none;
	cursor:hand;
}
#texte .optim h4 {
	text-transform:uppercase;
	font-family: "helvetica-roman";
	font-weight:normal;
	font-size:24px;
	width:484px;
	background:url("../IMAGES/background-sous-titre.jpg") no-repeat #fff bottom left;
	margin:10px 0 0 0;
	padding:0 0 10px 22px;
	color:#2fb1c8;
}
#texte .optim .lien_pro ul li {
	line-height:150%;
	font-size:14px;
}


/*Confirmation paiement*/
.confirmation {
	font-size:12px;
	font-family:arial;
	color:#666666;
	margin:0 0 0 0px;
	border:none;
}
.confirmation legend, .confirmation legend p{
	font-size:15px;
	font-weight:bold;
	color:#2b4679;
}
.confirmation table{
	width:580px;
}
.confirmation ol{
	margin:0 0 0 44px;
}


/*Nos plus*/
.bigbox {

}
