/************************************************************
							Body
************************************************************/
body {
	background-image:url(img/fond.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#f4e496 ;
	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
************************************************************/
img {border:none;}
img.border {border: 1px solid #6b177e;}
img.no_border { border:none}
a {margin:0;padding:0;color:#000;text-decoration:underline;}
a:hover {margin:0;padding:0;color:#785844;text-decoration:none;}
a img {border: 1px solid #000; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img {border: 1px solid #785844;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
td.pht a img {border: none; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
td.pht a:hover img {border: none;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
td.pht1 a img {border: 1px solid #000; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
td.pht1 a:hover img {border: 1px solid #785844;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
a img.cadre_gauche  {margin:0 10px 10px 0; padding:0 ;border: 1px solid #000;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img.cadre_gauche  {border: 1px solid #785844; margin:0 10px 10px 0;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
a img.cadre_droit  {border: 1px solid #000; margin:0 0 10px 10px;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img.cadre_droit  {border: 1px solid #785844; 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:550px;
	background: url(img/repetiteur.jpg) repeat-y;
}
td#bandeau {
	margin:0;
	padding:0;
	width:765px;
	height:300px;
	background:url(img/bandeau.jpg) no-repeat;
}
td#bandeau a img {
	border:none;
}
td#bandeau h1.header {width:765px;height:300px;margin:0;padding:0; border:none;}
td#blocmenu {
	margin:0;
	padding:0;
	width:245px;
	height:250px;
	background:url(img/menu.jpg) no-repeat;
	vertical-align:top;
}
td#corps {
	vertical-align:top;
	background:url(img/corps.jpg) no-repeat top;
	margin:0;
	padding:10px 0 15px 45px;
	height:250px;
	width:475px;
}
div#adresse {
	margin:0 auto;
	padding:30px 0 0 120px;
	background:url(img/adresse.jpg) no-repeat;
	height:20px;
	clear:both;
	width:645px; 
	text-align:left;
	color:#90725d;
	font-size:0.8em;
	line-height:0.8em;
	font-weight:bold;
	text-transform:uppercase;
}
/************************************************************
							Titres
************************************************************/
h1 {font-size:1.2em;color:#765b49;margin:0 0 15px 0;padding:0; font-weight:bold;}
h1.lettrine:first-letter {font-weight:bold;font-size:1.2em; color:#765b49;}
h2 {margin:10px 0 10px 0; padding:0; color:#785844;font-size:1em;text-align:center;}
h3 {margin:0 0 10px 0; padding:0; color:#785844;font-size:0.9em;text-align:left;}
/************************************************************
							Textes
************************************************************/
td#corps p {margin:0;padding:0;color:#785844;font-size:0.8em; text-align:justify}
td#corps p.intro {margin:0;padding:0;color:#000;font-size:0.9em; text-align:justify; font-weight:bold}
td#corps p.cliquez {color:#785844;text-align:center; font-size:0.6em; margin:15px 0 0 0}
td#corps p.merci {margin:0;padding-top:50px; text-align:center; font-weight:bold;color:#000}
td#corps p.ancre {text-align:center; font-size:0.7em; margin:15px 0 0 0}
span.noir {color:#000;font-weight:bold;}
span.gd {color:#000; font-weight:bold; text-transform:uppercase}
/************************************************************
							Listes
************************************************************/
#ul1 {color:#785844;margin:15px 0;padding:0;list-style-type:square; list-style-position:inside; font-size:0.8em; line-height:0.8em}
#ul1 li {padding-bottom:15px;}
/************************************************************
					Menu principal
************************************************************/
ul#menu {padding:40px 0 0 0;margin:0 7px 0 94px;}
ul#menu li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}
ul#menu li a{
	height:23px;
	line-height:23px;
	color:#785844;
	display:block;
	font-size:0.7em;
	margin:0;
	padding:0 10px 0 5px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px #FFF solid;
}
ul#menu li.border_bas a {
	border-bottom:none;
}
ul#menu li a:hover, ul#menu li a.active{background-image:url(img/bt_over.jpg); background-repeat:repeat-x; color:#447233}
/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
table#formulaire { margin:0; padding:0;}
table#formulaire td#nom { margin:0; padding:0;color:#666; font-size:0.7em; font-weight:bold}
table#formulaire td#obligatoire { margin:0; padding:0;color:red; font-size:0.7em;}
/****************************************************/
form#form1 {
	margin:auto;
	text-align:left;
	width:90%;
	padding:4px;
}
form#form1 fieldset {
border: 1px solid #785844;
margin-bottom:5px;
}

form#form1 legend {
	font-weight:bold;
	color:#000;
}
form#form1 label {
	text-align:left;
	float:left;
	width:33%;
	padding-top:3px;
	font-size:0.7em;
	margin-left:5px;
	color:#785844;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:left; margin:15px 0 }


#cryptogram {
background-color:#FFFFFF;
	border: 1px solid #000;
	margin:5px 0 0 0;
	padding:0;
}

input, textarea {
	color:#000;
	font-weight:bold;
	background:#eff0f1;
	border:1px solid #666;
	margin:3px 0 5px 5px;
}
legend { font-size:0.8em}
div#obligatoire { margin:3px; padding:0;color:red; font-size:0.7em; text-align:right}
/****************************************************
				    SIGNATURE
****************************************************/
#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#90725d;
	/*position:relative;
	top:-30px;*/	
}
#credits a{
	font-size:11px;
	color:#666;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#000;	
	text-decoration:none;
}


/*****************************************************************
							Module Actu
*****************************************************************/
div#news_desc {margin:0 0 5px 5px; font-size:0.7em; color:#FFF}
span#news_page {font-size:0.6em; color:#FFFFCC}
span#news_date { text-align:left; color:#785844; width:100%; padding:5px; margin:0;font-weight:bold;}
td.cadre3 {padding:0;border:1px #785844 solid; background:#FFF}
div#news img.pht a {border:1px #785844 solid} 
h6 { font-size:0.8em; color:#90725d}
/*****************************************************************
						Module catalogue
*****************************************************************/
#listeVehicules {
 	border: solid 1px #254e86;
}

#bandeauVehicules {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01ex;
	text-align:center;
	color: #254e86;
	background:url(img/fd_entete_cata.jpg) repeat-x;
}


.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: #000;
	font-weight:bold;
}

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

