/***** CSS Pages *****/
body
{
	background-image: url(../images/bg_global.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#000;
	font-size:75%;
	font-family: Tahoma, sans-serif;
	margin-top:5px;
	padding:0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
	text-align: justify;
}
img { border:0px}
h1 {
	display:block;
	background: url(../images/back_titre.png) 0 0 no-repeat;
	height:25px;
	margin:11px 0 5px 5px;
	padding-top:12px;
	padding-left:15px;
	color: #333333;
	font-size:14px;
	text-align:left;
	}
h2 {
	display:block;
	background: url(../images/back_titre.png) 0 0 no-repeat;
	height:20px;
	margin:11px 0 5px 5px;
	padding-top:12px;
	padding-left:15px;
	color: #333333;
	font-size:12px;
	text-align:left;
	}
h3 {
	display:block;
	background: url(../images/back_titre.png) 0 0 no-repeat;
	height:20px;
	margin:11px 0 5px 5px;
	padding-top:12px;
	padding-left:15px;
	color: #333333;
	font-size:11px;
	text-align:left;
	}
	
.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	color: #000000;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** wrapper *****/
#hacc {
	width:400px;
	height:30px;
	padding-top:10px;
	padding-bottom:30px;
	background:none;
	float:left;
	text-align: left;
	}
	#hacc ul {
	list-style: none ;
	list-style:none;
	display: inline;
	}
		#hacc ul li {
	list-style:none ;
	display: inline;
	}
	#hacc span {
	margin-right:5px;
	}
#wrapper
{
	color:#000000;
	padding:0;
	width:970px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
.clear {
		clear:both;
		line-height:1px;
}
/**  Contenu **/
.down {
	background-color: #FFFFFF;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	}
/**** tag ****/
.tag {
	background:#FFFFFF;
	color:#000;
	width:966px;
	margin: auto;
	padding: inherit;
	border: none;}
/***** Top *****/

#top
{
	background-image: url(../images/banniere.jpg) ;
	background-repeat:no-repeat;
	color:#CC0000;
	height:92px;
	width: 970px;
	margin:0;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}


#top .left
{
	margin:4px 0 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background:#cb1103;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#f71504;
	color:#fff;
	text-decoration:none;
}

/***** Content *****/

#content
{
	background:#fff;
	float:left;
	padding:15px 10px;
	width:555px;
	border-right:1px solid #999999;
	color:#000;
}

#content h3
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h4
{
	color:inherit;
	font-size:.8em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content p
{
	margin:5px;
	padding-left:5px;
	padding-right:5px;
	background:inherit;
	color:inherit;
}

#content a
{
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

/***** left Content *****/

#sidecontent
{
	margin:0px;
	padding-left:10px;
	margin-left:0px;
	float:left;
	width:370px;
	height:100%;
	vertical-align:super;
	background-color:#FFFFFF;
}

#sidecontent ul
{
	color:#333;
	list-style:none;
	padding:0px;
	margin:0px;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
}

#sidecontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:8px 20px;
	background:inherit;
}

#sidecontent li a:hover
{
	background:#94CC29;
	color:white;
}

#sidecontent h2
{
	font-size:0.9em;
	color:#F00;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
/***** R Content *****/

#sidecontent p
{
	font-size:0.9em;
	color:#804040;
	margin:0px;
	padding-left:15px;
	padding-right:10px;
	text-align:justify
}
#rcontent
{
	margin-left:5px;
	padding:10px;
	float:right;
	width:550px;
	height:auto;
	text-align:left;
	background-image:url(../img/bg_rcontent.jpg);
	background-repeat:repeat-y;
	background-position: top left;
	background-color:#FFFFFF;
}

#rcontent ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#rcontent li
{
  padding: 0.1ex 0;
}

#rcontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:8px 20px;
	background:inherit;
}

#rcontent li a:hover
{
	background:#94CC29;
	color:white;
}

#rcontent h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 15px;
}
/***** Footer *****/

#footer
{
	background-image: url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #000;
	clear:both;
	color:#fff;
	font-size:0.9em;
	width:966px;
	height:100px;
	margin:0;
	padding:0;
	text-align:center;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}
#footer ul { 
	padding:0px;
	margin:0px;
	}
#footer li { 
	padding:0px;
	margin-right: 5px;
	list-style: none;
	display:inline;
	}
	
/*** annuaire ***/
#annuaire
{
	background:#FFFFFF;
	float:none;
	color:#000;
	width:966px;
	height:50px;
	margin:auto;
	padding: inherit;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #000;
	text-align:center;
}

.images_g {
	text-align: right;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.images_d {
	text-align: justify;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Style4 {
	color: #000000;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
.Style5 {color: #FFFFFF}
.Style34 {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
.Style35 {font-size: 10px}
SELECT {
	FONT-SIZE: 80%; background:#e9e5e0
}
INPUT {
	FONT-SIZE: 80%; background:#e9e5e0
}
TEXTAREA {
	FONT-SIZE: 80%; background:#e9e5e0
}
INPUT {
	FONT-FAMILY: Verdana, Arial, "DejaVu Sans", "Bitstream Vera", Geneva, Helvetica, sans-serif; background: #e9e5e0;
}
SELECT {
	FONT-FAMILY: Verdana, Arial, "DejaVu Sans", "Bitstream Vera", Geneva, Helvetica, sans-serif; background: #e9e5e0
}
OPTION {
	FONT-FAMILY: Verdana, Arial, "DejaVu Sans", "Bitstream Vera", Geneva, Helvetica, sans-serif; background: #e9e5e0
}

TH {
	BACKGROUND: #fff; VERTICAL-ALIGN: bottom; TEXT-ALIGN: left
}

.td-donne { padding-left:10px; margin-left:10px}
.plop {
       text-decoration: blink;
}
.alert {color: #FFFF00; font-size:14px; font-weight: bold; background:#FF0000; }
.alert2 {color: #FFFFFF; font-size:14px; font-weight: bold; background:#FF0000; }
.h2{
	background:  url(../images/bg_h.gif) repeat-x;
	/*height: 20px;*/
	font-family: "Howie's_Funhouse", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* formulaire resa ***/

.frm { 
padding-bottom:3px;
padding-top:3px;
padding-right:10px;
text-align:right;

}
.frm1
{
	position:relative;
	z-index:2;
	padding-bottom:20px;
	margin:5px;
	background-image:url(../lib/form.gif);
	background-repeat:no-repeat;
	width:360px;
	height:200px;
}
.ft {
background-color:#FFFFFF;
margin:auto;
}
.voi4x4m {
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:120px;
}
.voi4x4m a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.voi4x4m a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.voi4x4m a:active {
	text-decoration: none;
}
.voi4x4m a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.resa { 
	background: url(images/bg-resea-form.jpg);
	}
	
.flash{
  position:absolute;
  z-index:1;
}

.td_select { padding-left:10px ;
background: url(../images/select_bg.gif) 0 0 repeat-y;
}
.border0 { border:0px;}
.td_gauche { background-image: url(../images/bg-paragraphe_02.jpg);
}
.form_top { 
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/tabl-form_01.gif) ;
	background-repeat:no-repeat;
	}
.form_midl { background-image:url(../images/tabl-form_02.gif) ; background-repeat:repeat-y;}
.form_foot { background-image:url(../images/tabl-form_04.jpg) ; background-repeat:no-repeat;}
.td_corps {
	background-image:url(../images/table_donnee_loc_02.jpg);
	background-repeat:repeat-y;
	text-align: left;
}
.td_corps_top{background-image:url(../images/table_donnee_loc_01.jpg) ; background-repeat: no-repeat;}
.td_cp_m_t { height:21px; background-image:url(../images/bg-paragraphe_01.jpg) ; background-repeat: no-repeat;}
.td_cp_m_m { background-image:url(../images/bg-paragraphe_02.jpg) ; background-repeat: repeat-y;}
.td_cp_m_f { height:18px; background-image:url(../images/bg-paragraphe_04.jpg) ; background-repeat: no-repeat;}
.rcon
{
	margin:0;
	padding-left:5px;
	float:right;
	width:590px;
	height:auto;
	text-align:left;
}
p {
	padding:0px;
	margin:0px;
	text-align: left;
}
.td_prix { 
	background-image:url(../images/bg_prix.jpg) ; 
	background-repeat:no-repeat; 
	background-position:center; 
	vertical-align:middle; 
	font-family:verdana; 
	font-size:1em; 
	font-weight:bold; 
	color:#FFF;
	}
.tab_voiture { 
	width:95% ; 
	height:50px; 
	line-height:10px; 
	background-color:#FFF ; 
	border-bottom:1px solid #000; 
	margin-left:10px; 
	margin-right:10px;
	}
.tdimg_loc { 
	height:40px; 
	width:70px ; 
	background-color:#FFF
	}

/* debut CSS menu */

UL#mainnav {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	FLOAT: right;
	padding: 0px;
	MARGIN: 0px;
	WIDTH: 540px;
	HEIGHT: 38px;
	}
UL#mainnav LI {
	DISPLAY: inline;
	FLOAT: left;
	BORDER-LEFT: #702f0d 1px solid;
	POSITION: relative;
	font-size:10px;
	text-align:justify;
}
UL#mainnav LI A {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #000000 1px solid;
	COLOR: #ffffff;
	LINE-HEIGHT: 15px;
	PADDING-TOP: 9px;
	HEIGHT: 23px;
	TEXT-DECORATION: none;
	font-size:10px
}
UL#mainnav LI.sub A {
	BACKGROUND: url(../img/ic_arrow_down.gif) no-repeat right bottom ; padding-left:10px
}
UL#mainnav LI.first {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
UL#mainnav LI.first A {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
UL#mainnav LI UL.subnav {
	CLEAR: both; DISPLAY: none; BACKGROUND: #e9e9e9; LEFT: 5px; POSITION: absolute; TOP: 32px; font-size:11px 
}
UL#mainnav LI:hover UL.subnav {
	DISPLAY: block
}
UL#mainnav LI.open UL.subnav {
	DISPLAY: block
}
UL#mainnav LI UL.subnav LI {
	CLEAR: left; PADDING-RIGHT: 0px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 0px; FLOAT: inherit; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 150px; PADDING-TOP: 0px; BORDER-LEFT-STYLE: none; HEIGHT: auto ;font-size:11px 
}
UL#mainnav LI UL.subnav LI A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 10px; FONT-WEIGHT: normal; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; PADDING-BOTTOM: 4px; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 140px; COLOR: #999999; PADDING-TOP: 5px; WHITE-SPACE: nowrap; BORDER-LEFT-STYLE: none; HEIGHT: auto ;font-size:11px ; color:#000000
}
UL#mainnav LI UL.subnav LI A:hover {
	BACKGROUND: #FFFFFF; TEXT-DECORATION: none ;font-size:11px ; color:#000000
}
/* fin CSS menu */
	
/* ==== deut CSS Calendrier==== */
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
	background-image:url(../img/bg_th_cal.gif);
	background-repeat:repeat-x;
}
/* month year header */
div#tcal table.ctrl th {
	background-image:url(../img/bg_th_cal.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: white;
	background-image:url(../img/bg_th_cal.gif);
	background-repeat:repeat-x;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-image:url(../img/bg_cal_week.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
div#tcal td.today {
	background-image:url(../img/bg_cal_today.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}
div#tcal td.selected {
	FONT-FAMILY: Verdana, Arial; color:#FFFFFF; background-color: #ff3c00;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

/* FIN CSS Calendrier */
.button {
	display:block;
	width:98px;
	height:28px;
	text-indent:-9999px;
	margin:auto;
	margin-top:10px;
}
.button a {
	display:block;
	width:98px;
	height:28px;
	background:transparent url(../images/contact_btn.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -28px;
}
