/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;padding:10px 0 0 0;
	background: url('img/fond.jpg') #104289;
	color:#050e1a;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
}
a {	font-weight:bold;color:#0c3671; }
a:hover { text-decoration:none; }
hr {
	clear:both;
	visibility:hidden;
	margin:0;padding:0;
	height:0;
}
/************************************************
				CLASSES DIVERSES
************************************************/
.petit { font-size:10px; }
.grand { font-weight:bold;font-size:130%; }
.big {
	margin-left:-5px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:#0c3671;
}
/************************************************
				IMAGES
************************************************/
img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; }
div.bloc_image img {
	border:1px solid #0c3671;
	margin:1px;
	padding:0;
}
div.bloc_image a { text-decoration:none; }
div.bloc_image p#zoomer { text-align:center;font-size:9px; }
div#contenu div.bloc_image p.legende {
	margin:0 auto;
	padding:0 0 4px 0;
	font-weight:bold;
	text-align:center;
}
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:765px;
	background: url('img/coulisse.jpg') repeat-y #dde4ef;
	border:1px solid white;
}
/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:265px;
	margin:0;padding:0;
}
h1#entete a span{
	display:block;
	height:265px;
	visibility:hidden;
}
/*****************************************************
				MENU
*****************************************************/
ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:21px;
	margin:0 0 0 0;
	padding:0 0 0 50px;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0;padding:0;
}
ul#menu li a {
	border-right:1px solid white;
	display:block;
	height:21px;
	float:left;
	margin:0;
	padding:0 10px 0 10px;
	color:white;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:21px;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a.active {
	background:url(img/menu_hover.jpg) repeat-x black;
}
ul#menu li#dernier_lien a { border:none; }
ul#menu li#dernier_lien a:hover, ul#menu li#dernier_lien a.active {}
/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	margin:0;
	padding:25px 3px 15px 0;
	text-align:right;
}
h2#titre span {
	display:block;
	margin:0;
	padding:0 0 0 0;
	font:bold 16px  Arial, Helvetica, sans-serif;
	color:#11448a;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/corps_bas.jpg') no-repeat 0 bottom;
}
div#contenu {
	background:url('img/corps_haut.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;
	padding:0 52px 0 52px;
	min-height:284px;
}
div#contenu_modifiable {
	margin:0 0 0 0;
	padding:0 0 20px 0;
}
div#colonne_gauche {
	margin:-50px 0 0 0;
	width:165px;
	float:left;
	border-right:1px solid #11448a;
}
div#colonne_centre {
	margin-left:10px;
	float:left;
	width:325px;
}
div#colonne_droite {
	float:right;
	width:150px;
}

div#contenu_modifiable a.lien {
	background:url(img/lien.gif) no-repeat right center transparent;
	padding:0 20px 0 0;
	border-bottom:1px dotted #0c3671;
	text-decoration:none;
}
div#contenu_modifiable a.lien:hover {
	border-bottom:2px dotted #0c3671;
}
div#contenu h3 {
	margin:0;
	padding:10px 5px;
	font-size:16px;
	color:#0c3671;
}
div#contenu p#etiquette {
	font-weight:bold;
	color:#0c3671;
	padding:5px;
}
div#contenu p#etiquette span.lettrine {
	float:left;
	dispaly:block;
	height:34px;
	font:bold 34px Verdana, Arial, Helvetica, sans-serif;
	margin:-6px 1px -6px 0;
}
div#contenu p#etiquette span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
div#contenu p#etiquette strong{
	font-size:120%
}
div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
}
div#contenu_modifiable ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul li {
	background:url(img/puce.gif) no-repeat left 50%;
	margin-left:10px;
	padding:2px 0 2px 15px;
}
div.vignette {
	margin:10px auto;
	border-left:1px solid #0c3671;
	border-bottom:1px solid #0c3671;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
div#contenu div.vignette h4 {
	background:url(img/menu_hover.jpg) repeat-x black;
	margin:0;
	padding:2px;
	color:white;
	font-size:14px;
}
div#contenu div.vignette p { text-align:center;padding:4px; }

div.vignette p span { font-weight:bold;font-size:15px; }
div.vignette p span.tel {background:url(img/tel.gif) no-repeat left center;padding:15px 0 15px 35px;line-height:32px;}
/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
form#form1 {
	margin:auto;
	text-align:left;
	width:60%;
	padding:4px;
}
form#form1 fieldset {}
form#form1 legend {
	font-weight:bold;
	color:#0c3671;
}
form#form1 label {
	text-align:right;
	float:left;
	width:33%;
	padding-top:3px;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:right; }
/****************************************************
				STYLES SPECIFIQUES AU SITE
****************************************************/

/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:30px;
}
div#pied p {
	margin:0;
	padding:0 0 0 0;
	color:white;
	font-weight:bold;
	line-height:24px;
}
div#pied p span { font-size:9px; }

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#cccccc;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
}
div#signature a { color:#dddddd; }
div#signature p span{ font-size:10px; }
/********************************************************
				MERCI
********************************************************/
div#merci {
	background:url(img/enveloppe.gif) no-repeat 50% 0;
	margin:15px auto;
	padding:40px 0 0 0;
	text-align:center;
	width:50%;
}
div#merci p {
	text-align:center;
	font-weight:bold;
	color:#0c3671;
}








/********************************************************
				CATALOGUE
********************************************************/
.cadre3{ border:1px solid #184B8D;}

#listeVehicules {
 	border: solid 1px #184B8D;

}

#bandeauVehicules {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01ex;
	text-align:center;
	color: #FFFFFF;
	background:url(img/bandeaucata.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: #000000;
}

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

