/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	background:url(images/bg_html.jpg) repeat-x #fff;
}

body{
	background:url(images/bg.jpg) no-repeat center top;
	
	width:950px;
	height:600px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color:#666666;
	
	margin:auto;
}

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

a:hover{
	text-decoration:none;
}

h2{
	padding:2px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

p{
	text-align:justify;
	padding:3px;
}

.clear{
	clear:both;
}

div#head{
	height:270px;
	width:881px;
	
	padding-top:19px;
	
	margin:auto;
}

div#logo{
	width:235px;
	float:left;
}

div#banniere{
	width: 636px;
	height:261px;
	
	background:url(images/banniere.jpg) no-repeat center top;
	float:right;
}

div#main{
	width:881px;
	
	margin:auto;
}

div#left{
	width:235px;
	float:left;
}

/*/////////////Menu//////////////*/
#menu {
	width: 234px;
	
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #CCC;
	color:#FFF;
	display: block;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(images/menu.gif);
	padding: 8px 0 0 10px;
	}
/*/////////////Menu//////////////*/

div#right{
	width: 626px;
	padding:5px;
	float:right;
}

div#right ul{
	padding-left:25px;
	list-style:circle;
}

div#right ol{
	padding-left:25px;
}

div#right li{
	padding:2px;
}

div#right h1{
	font-size:18px;
	text-align:center;
	text-transform:capitalize;
	color:#000000;
}

div#right h2{
	background:url(images/puce2.jpg) no-repeat left;
	padding-left:15px;
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
}

div#right h3{
	color:#f49600;
	text-transform:capitalize;
	padding-top:10px;
	font-size:12px;
	/*border-bottom:1px solid #f49600;*/
}

div#right h3 a{
	color:#f49600;
}

div#right h3.puce1{
	background:url(images/puce1.jpg) no-repeat left;
	
	padding:5px;
	padding-left:14px;
}

.cadre{
	border:#ccc 1px solid;
	padding:3px;
}

.titre_achil_car{
	background:url(images/titre_achil_car.jpg) no-repeat center top;
	
	width:310px;
	height:35px;
}

.img_float{
	float:right;
	padding-left:10px;
}

div#sep_texte{
	background:url(images/sep_texte.jpg) no-repeat center top;
	height:24px;
}

div#vignettes{
	width:626px;
}

div#vignettes a{
	color:#FFFFFF;
}

div#vignette{
	width:198px;
	height:207px;
	
	padding:4px;
	
	margin:auto;
	
	float:left;
}

div#vignette:hover{
	width:198px;
	height:207px;
	
	margin:auto;
	background-position:top;
	
	cursor:auto;
}

div.vgt_parc_auto{
	background:url(images/vgt_parc_auto.jpg) no-repeat center bottom;
}

div.vgt_services{
	background:url(images/vgt_services.jpg) no-repeat center bottom;
}

div.vgt_contacts{
	background:url(images/vgt_contacts.jpg) no-repeat center bottom;
}

div#sep_foot{
	background:url(images/sep_foot.jpg) no-repeat center top;
	height:22px;
}

div#foot{
	clear:both;
	padding:10px;
	text-align:center;
}

div#voiture{
	width:308px;
	float:left;
	padding-bottom:10px;
	
}
div#voiture div{
	width:290px;
	padding:2px;
	
	margin: auto;
	text-align:center;
	
	border:1px solid #f27111;
}
div#voiture div h3{
	padding:2px;
	color:#fff;
	background:#f27111;
	background:url(images/bg_vmenu.gif) top;
	margin:0;
}

.bg_coord{
	background:url(images/img_contact.jpg) right bottom no-repeat;
}

table#data_voiture{
	border:1px solid #dadada;
	width:95%;
	margin:0 auto;
	
}

table#data_voiture th{
	background:url(images/th.jpg) top;
	color:#fff;
	padding:5px;
}

table#data_voiture td{
	padding:3px;
}

table#data_voiture td.gras{
	font-weight:bold;
}

table#data_voiture td.op{
	text-align:center;
}

table#data_voiture tr.c1{
	background:#F2F2F2;
}

.reserver{
	text-align:center;
	padding:5px;
}

.plus{
	text-align:right;
	padding:5px;
}

form{
	padding-left:25px;
}

form p {
	margin: 0;
}

form p.double {
	/* Empecher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;;
}

form p.double label {
	float: left;
	width: 150px;
	text-align: left;
	color:#000;
	font-weight: bold;
	cursor: pointer;
}

form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form p.double input,
form p.double textarea {
	width: 200px;
	margin-left: 12px;
	margin-left: 0px;
	border: solid 1px #dadada;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}

select{
	padding:2px;
	border: solid 1px #dadada;
	
	width: 200px;
}

.txt_cal{
	background:url(images/cal.png) right no-repeat;
}

.txt_prix{
	width:50px;
	text-align:center;
	font-weight:bold;
}

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 300px;
	height: 10em;
}

form p.simple {
	margin-left: 0px;
}

.btn_reserver{
	background:url(images/btn_reserver.jpg) no-repeat;
	border:none;
	
	width:105px;
	height:28px;
}

.bouton{
	font-weight:bold;
	color:#333333;
	font-size:11px;
}

/* Cal JS */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/* Fin Cal JS */

.message
{
    border:dotted 1px #188400;
	background:#dafac6;
    color:#188400;
	font-weight:bold;
    padding:4px;
	margin:2px;
    text-align:center;
	text-transform:capitalize;
}

.erreur
{
    border:dotted 1px #c50000;
	background:#fbdbd6;
    color:#c50000;
	font-weight:bold;
    padding:4px;
	margin:2px;
    text-align:center;
	text-transform:capitalize;
}
