/* CSS Document */

body {
	background: url(img/fond.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* pour éviter les marges */
	padding:0;
    text-align: center; /* pour corriger le bug de centrage IE */
}
/***********************liens*******************************/
a {margin:0;padding:0;color:#555555;text-decoration:none;}
a:hover {margin:0;padding:0;color:#FFB20B;text-decoration:underline;}
a img {border:none;}
a:hover img {border:none;}
td.pht1 a img {border: thin solid #305CC4; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
td.pht1 a:hover img {border: thin solid #334164;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}

/***************Structure principale************************/
table#conteneur {
	padding:0;
	margin-left: auto;
    margin-right: auto;
    text-align: left; /* on rétablit l'alignement normal du texte */
	width:765px;
	height:auto;
	min-height:400px;
	background: url(img/repetiteur.jpg) repeat-y;
}
td#haut {
	margin:0;
	padding:0;
	background: url(img/haut.jpg) no-repeat;
	height:220px;
	width:765px;
}
td#blocmenu {
	margin:0;
	padding:0;
	width:569px;
	height:26px;
	background: url(img/menu.jpg) no-repeat;
	vertical-align:top;
}
td#gauche {
	margin:0;
	padding:0;
	width:196px;
	height:359px;
	background:url(img/gauche.jpg) no-repeat;
	vertical-align:top;
}
td#titre {
	margin:0;
	padding:0;
	height:33px;
	width:569px;
	background: url(img/titre.jpg) no-repeat;
}
td#centre {
	vertical-align:top;
	background: url(img/centre.jpg) no-repeat top;
	margin:0;
	padding:0;
	height:300px;
	width:569px;
	color:#000;
	font-size:0.8em;
}
td#bas {
	margin:0;
	padding:0;
	background: url(img/bas.jpg) no-repeat;
	height:21px;
	clear:both;
	width:765px; 
	text-align:center;
}
/******************Menu******************************/
table#menu {
	text-align:center;
	margin:0;
	padding:0;
	height:26px;
	font-size:0.7em;
	color:#245192;
}
tr,td,img#menu {
	margin:0;
	padding:0;
}
table#menu a {
	border-right:1px solid #ff6600;
	display:block;
	padding:0 3px;
	margin:0;
	color:#245192;
	text-decoration:none;
	line-height:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
table#menu a:hover {
	color:#FFE324;
	text-decoration:none;
	background-color:#FF5206;
}
table#menu a.active {
	color:#FFE324;
	text-decoration:none;
	background-color:#FF5206;
}
/****************Menu gauche*************************/
table#menu_gauche {width:186px;font-size:0.8em;font-weight:bold;}
table#menu_gauche a {display:block;margin:0;padding:15px 0 15px 50px;color:#555555;text-decoration:none;background:url(img/bt_off_accueil.jpg) no-repeat left; text-align:left}
table#menu_gauche a:hover, table#menu_gauche a.active {color:#FF9900;text-decoration:underline;background:url(img/bt_on_accueil.jpg) no-repeat left}
table#menu_gauche td#plan a {background:url(img/bt_off_plan.jpg) no-repeat left}
table#menu_gauche td#plan a:hover, table#menu_gauche td#plan a.active {background:url(img/bt_on_plan.jpg) no-repeat left}
table#menu_gauche td#contact a {background:url(img/bt_off_contact.jpg) no-repeat left}
table#menu_gauche td#contact a:hover, table#menu_gauche td#contact a.active {background:url(img/bt_on_contact.jpg) no-repeat left}
/****************Titres*****************************/
h1 {font-family:Arial, Helvetica, sans-serif;font-size:1.1em;color:#1A1A68;margin:0;padding:5px 0 0 30px;}
/*****************Textes*****************************/
td#bas p {
	margin:0;
	padding:2px 0 3px 0;
	font-size:0.7em;
	line-height:0.8em;
	font-weight:bold;
	color:#2B2B76;
	vertical-align:middle;
}
td#centre table#contenu p.prochainement {text-align:center;margin:50px 0 0 0;font-weight:bold}
td#centre table#contenu {margin:0;padding:0;width:100%}
td#centre table#contenu p  {margin:10px; padding:0;color:#000;text-align:justify}
td#centre table#contenu span.rouge {color:#FF3905;font-weight:bold;font-size:1.2em}
td#centre table#contenu  {color:#1A1A68;font-weight:bold;font-size:0.9em}
td#centre .num {font-weight:bold;color:#C72C15;}
.cliquez {font-style:italic;color:#1A1A68;text-align:center;}
td#centre table#contenu p.renseignement {font-weight:bold;color:#C1CFB9;font-size:0.9em;}
span.rouge {color:#C41301;}
td#centre table p.merci {margin:50px 0 0 0;color:#1A1A68;font-weight:bold;font-size:0.9em; text-align:center}
/**********************************************************/
table#menu {margin:0;padding:0;border:0;}
table#menu img {border:0;}

 /********************Formulaire***************************/
td#centre table#formulaire {text-align:left;margin:0 0 0 10px;padding:0;vertical-align:top;width:500px;}
form {
	background-color:#8D6509;
	color:#FFF;
	margin:0;
	padding:0;
}
input, textarea {
font-family:Arial, Helvetica, sans-serif;
border:1px solid #305CC4;
background-color:#ccc;
color:#1A1A68;
}
input.bouton {
background-color:#FFD700;
border:1px  solid #305CC4;
font-weight:bold;
cursor:pointer;
color:#666;
padding:1px 5px;

}
input.bouton:hover {
border:1px outset #305CC4;
background-color:#1A1A68;
color:#FFD700;
}
input.bouton.active {
border:0.5em outset #305CC4;
background-color:#1A1A68;
color:#FFD700;
}
span.obligatoire {margin:0;padding:0;color:#1A1A68;font-size:0.8em;text-align:right;}
/***********Signature********************************/
table#signature td  {
	margin:0;
	padding:7px 0 1px 0;
	font-size:0.7em;
	color: #CCCCCC;
	 text-align:center;
}
td.kemenn {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #CCCCCC; }
td.kemenn a {text-decoration:underline;color: #CCCCCC; }
td.kemenn a:hover {text-decoration:none;color: #CCCCCC; }



/******************* GARAGE **********************/

#listeVehicules {
 	border: solid 1px #FF5206;
}

#bandeauVehicules {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01ex;
	text-align:center;
	color: #FFFFFF;
	background-color:#FFC60B;
}


.lienInfos {
	font-family: arial;
	font-size: 10px;
	color: #C43024;
	font-weight: bold;
	text-decoration:underline;
	}
.lienInfos:visited {
	font-family: arial;
	font-size: 10px;
	color: #C43024;
	font-weight: bold;
	text-decoration:underline;
}
.lienInfos:hover {
	font-family: arial;
	font-size: 10px;
	color: #C43024;
	font-weight: bold;
	text-decoration:none;
}
.lienInfos:active {
	font-family: arial;
	font-size: 10px;
	color: #C43024;
	font-weight: bold;
	text-decoration:underline;
}

.lien3 {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
	}
.lien3:visited {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
}
.lien3:hover {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:none;
}
.lien3:active {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
}


.lien4 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
	}
.lien4:visited {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
.lien4:hover {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
.lien4:active {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}


.lienVendu {
	background-color:#CCCCCC;
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
	}
.lienVendu:visited {
	background-color:#CCCCCC;
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
}
.lienVendu:hover {
	background-color:#CCCCCC;
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.lienVendu:active {
	background-color:#CCCCCC;
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
}

.cadre3-bas {border-bottom: 1px solid #BABABA; }
.cadre3-left {border-left: 1px solid #6F0A0A; }


.txtRed {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 15px; color: #FF0000;
	font-weight:bold;
}

.txt11 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px; color: #000000;
}

.txt11 p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px; color: #000000;
}


