/* CSS Document */

body {
	background-image:url(img/fond.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#898989;
	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:#FFF;text-decoration:underline;}
a:hover {margin:0;padding:0;color:#000;text-decoration:none;}
a img {border: 1px solid #9B2E14; }
a:hover img {border: 1px solid #999;}
td.pht1 a img {border: 1px solid #FFF; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
td.pht1 a:hover img {border: 1px solid #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
a img.cadre_gauche  {border: 1px solid #9B2E14; margin:0 10px 10px 0;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img.cadre_gauche  {border: 1px solid #999; margin:0 10px 10px 0;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
a img.cadre_droit  {border: 1px solid #9B2E14; margin:0 0 10px 10px;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img.cadre_droit  {border: 1px solid #999; margin:0 0 10px 10px;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:600px;
	background: url(img/repetiteur.jpg) repeat-y;
}

td#haut {
	margin:0;
	padding:0;
	width:765px;
	height:110px;
	background:url(img/haut.jpg) no-repeat;
}
td#blocmenu_haut {
	margin:0;
	padding:0;
	width:765px;
	height:36px;
	background: url(img/menu_haut.jpg) no-repeat;
	vertical-align:bottom;
}
td#haut a img {
	border:none;
}
td#haut h1.header {width:765px;height:110px;margin:0;padding:0}
td#blocmenu {
	margin:0;
	padding:0;
	width:765px;
	height:22px;
	background:url(img/fd_menu.jpg) no-repeat;
}
td#titre {
	margin:0;
	padding:0;
	height:51px;
	width:765px;
}
td#centre {
	vertical-align:top;
	background:url(img/corps.jpg) no-repeat top;
	margin:0;
	padding:10px 255px 10px 35px;
	height:179px;
	width:765px;
}
td#centre_haut {
	background:url(img/centre_haut.jpg) no-repeat top;
	margin:0;
	padding:0;
	height:197px;
	width:765px;
}
td#centre_haut a img {
	border:none;
}
td#centre_haut h1.centre_h {width:765px;height:197px;margin:0;padding:0}
td#bas {
	margin:0;
	padding:0;
	background:url(img/bas.jpg) no-repeat;
	height:41px;
	clear:both;
	width:765px; 
	text-align:center;
	vertical-align:bottom;
}
/*********************************************Titres********************************************/
h1 {font-size:1em;color: #999999;margin:0 0 0 250px;padding:20px 0 0 0; font-weight:bold}
h2 {margin:0; padding:5px; color:#FFDF1D;font-size:1em; border:1px #FFDF1D solid;text-align:center}
h3 {margin:0; padding:5px; color:#FFDF1D;font-size:1em;text-align:center}
h4 { color:#37D3E1; margin:0; padding:0}
/*********************************************Textes********************************************/
td#bas p {margin:0;padding:0 0 10px 0;font-size:0.8em;color:#FFF; line-height:0.8em; text-transform:uppercase}
td#centre p {margin:0;padding:0;color:#CCC;font-size:0.8em; text-align:justify}
td#centre p.intro {margin:0;padding:0;color:#CCC;font-size:0.9em; text-align:justify; font-weight:bold}
td#centre p.truc {margin:0;padding:0;color:#9B2E14;font-size:0.8em; text-align:justify;}
span.trucastuce { font-weight:bold; font-style:italic}
td#centre p.cliquez {color:#CCC;text-align:center; font-size:0.8em; margin:8px 0 0 0}
td#centre p.visite {color:#FBA02A; text-align:center; font-weight:bold; font-size:0.9em}
td.legende {margin:0;padding:2px 0 0 0;color:#0D346F;font-size:0.8em;}
td#centre p.merci {margin:0;padding-top:50px; text-align:center; font-weight:bold;color:#CCC}
td#centre p.ancre {text-align:center; font-size:0.7em; margin:15px 0 0 0}
td#centre span.rouge {color:#9B2E14;font-weight:bold }
/**********************************************Listes*********************************************/
#ul1 {color:#FFDF1D;margin:0 0 0 30px;padding:0;list-style:square;font-size:0.9em;}
#ul1 li {padding-bottom:7px;}
/**************************************************Menu*******************************************/
ul#menu {padding:0 0 0 5px;margin:0;}
ul#menu li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
}
ul#menu li a{
	height:22px;
	float:left;/*si menu horizontal pour IE*/
	line-height:22px;
	color:#383838;
	display:block;
	font-size:0.7em;
	margin:0;
	padding:0 8px;
	border-right:1px #9F9A82 solid;
	text-align:center;
	text-decoration:none;
}
ul#menu li.border_gauche a {
	float:left;/*si menu horizontal pour IE*/
	display:block;
	border-left:1px #9F9A82 solid;
	text-align:center;
	text-decoration:none;
}
ul#menu li.border_droit a {
	float:left;/*si menu horizontal pour IE*/
	display:block;
	border-right:1px #9F9A82 solid;
	text-align:center;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a.active {background:url(img/bt_over.jpg) repeat-x; color:#FFF}
/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
ul#formulaire {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
ul#formulaire li {
	margin-left:10px;
	padding:5px 0 5px 25px;
}
form#form1 {
	margin:auto;
	text-align:left;
	width:70%;
	padding:4px;
}
form#form1 fieldset {}
form#form1 legend {
	font-size:0.8em;
	font-weight:bold;
	color:#FFDF1D
}
form#form1 label {
	text-align:right;
	float:left;
	width:40%;
	padding-top:3px;
	font-size:0.8em;
	color:#000;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:right; }
/****************************************************
				    SIGNATURE
****************************************************/
div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#CCC;
}
div#signature div#signaturek span {
	position:relative;
	top:-5px;
	font-size:0.7em;
}
div#signature a { color:#FFF; }
div#signature p span{ font-size:0.7em;color:#CCC; }
/*********************photos***************************/
.pht {border:none;margin:0  10px 5px 0;padding:0;}
.cadre { margin:0 10px 10px 0;padding:0; border:1px #9B2E14 solid}
img.puce {margin:0;padding:0 5px 0 0}
/*********************Actu*******************************/
.cadre3 {border:1px #CCC solid; color:#FFF}


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

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

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


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


