/******************************************/
/********** STRUCTURE DE LA PAGE **********/
/******************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	background-position:0 -2px;
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/corps-fond.jpg);
	background-position:0 1px;
	background-repeat:repeat-y;
}
#anim{
	position:absolute;
	top:54px;
	right:50%;margin-right:-383px;
}
#block-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:51px;
	text-align:right;
}
#block-bandeau{
	height:165px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-image{
	background-image:url(img/gauche-img.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:765px;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
}
#block-contenu{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:354px;
}
html>body #block-contenu {
	height:auto;
	min-height:354px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:34px;
}

/******************************************/
/************* MENU SECONDAIRE ************/
/******************************************/

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	padding:33px 18px 0 0;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#fff;
	padding-left:6px;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#fff;
}

/******************************************/
/****************** MENU ******************/
/******************************************/

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	margin:0px;
	padding:8px 0 0 0;
	text-align:center;
}
#menu li{
	padding:0px 1px 0px 1px;
	display:inline;
	border-right:1px #fff solid;
}
#menu a{
	padding:3px 4px 3px 4px;
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	background-color:#63a2d5;
	text-decoration:none;
	color:#fff;
}
#menu .no-border{
	border:none;
}

/******************************************/
/************ CORPS DE LA PAGE ************/
/******************************************/

#contenu-texte{
	padding:20px 190px 30px 137px;
	font-size:12px;
	color:#fff;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#ffbf5d;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#ffbf5d;
}
h1{
	font-size:16px;
	color:#fff;
	padding:0px 0px 30px 0px;
	margin:0px;
}
h2{
	font-size:14px;
}
h3{
	font-size:14px;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#fff;
}
h4{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#333;
	background-color:#333;
	height:1px;
	border:0;
}
#contenu-texte img{
	border:1px #fff solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
	border-collapse:collapse;
}
.tbl-border td{
	border:1px #000 solid;
	border-collapse:collapse;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne{
	float:left;
}
.cadre3{
	border:1px solid #ccc;
}
.titre{
	font-weight:bold;
	text-decoration:underline;
}
.boite{
	background-color:#ccc;
	border:1px solid #999;
	width:50%;
}

/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

input.txt11 {
	border:1px #63a2d5 solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #63a2d5 solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #F9D484 solid;
	background-color:#fafafa;
}
/******************************************/
/****************** BAS *******************/
/******************************************/

#block-bas h3{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:13px 0 0 0px;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#fff;	
}
#credits a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}
/******************* CATALOGUE **********************/

#listeVehicules {
 	border: solid 1px #21406C;
	color:#223F6B;
}
#listeVehicules a{
	color:#243F6C;
}
#listeVehicules a:hover{
	color:#243F6C;
}
#bandeauVehicules {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01ex;
	text-align:center;
	color: #FFFFFF;
	background-color:#21406C;
}
#listeVehicules img{
 	border: solid 1px #21406C;
}

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