/* CSS Document */
* {margin:0; padding:0; border:0;}
img {border:none;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
/*	background:url(images/bg_snow.png); */
	background-color:#000000;
}

#Conteneur {
	margin:auto;
	margin-top:15px;
	width:990px;
	}
	
#header{
	height:150px;
	background:url(images/header.png) no-repeat;
	}
	
#header p{
	text-align:right;
	font-size:9px;
	color:#ffffff;
}
	
#MenuTop{
	height:40px;
	background-color:#000000;
	vertical-align: middle;
}

/*--------------------------- CONTENU ---------------------------*/
#Content{
	clear: both;
	width:990px;
}	

/*--------------------------- MENU GAUCHE ---------------------------*/
#MenuLeft {
	width:190px;
	float:left;
	color:#ffffff;
	font-size:14px;
	background-color:#000000;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
}	

.BlocLeft { 
	background-color:#1b1c1e;
	margin-bottom: 15px;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

.menu_left { 
	border: 1px solid #084696;
	list-style:none; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#MenuLeft .title {
	background-color:#084696;
	height:17px;
	font-weight:bold;
	padding:5px 10px 3px 10px;
	border-bottom: 1px solid #084696;
	color:#ffffff; 
	}	
	
#MenuLeft li.current { 
	display:block;
	color:#084696; 
	text-decoration:none; 
	font-size:13px;
	padding: 3px 10px 3px 15px;
	margin: 3px 2px;
	width:143px;
	background:url(images/puceCurrent.gif) 10px 9px no-repeat;
	}

#MenuLeft li.lien a { 
	display:block;
	color:#fff; 
	text-decoration:none; 
	font-size:13px;
	padding: 3px 10px 3px 15px;
	margin: 3px 2px;
	width:143px;
	background:url(images/puce.gif) 5px 9px no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#MenuLeft li.lien a:hover {
	margin: 3px 2px;
	width:143px;
	background-color:#c52224;
}

#Bell {
	width:182px;
	padding:3px;
	border: 1px solid #545454;
}
/*--------------------------- CONTENU ---------------------------*/
#Page{
	width:770px;
	float:right;
}	

#TitrePage {
	font-size: 14px;
	background:url(images/menu-black.png) no-repeat;
	padding-top:8px;
	margin-bottom: 15px;
	height: 32px;
	letter-spacing: 2px;
}

#Titre {
	float:left;
	width;725px;
	height:19px;
	padding: 3px 0 0 10px;
	font-weight:bold;
	color: #0b62d2;
}

#Imp {
	float:right;
	height:17px;
	padding-top: 5px;
	width:150px;
	text-align:center;
}

#Imp a{
	text-decoration:none;
	color:#c4c4c4;
	font-size:10px;
}

#Imp a:hover{
	border-bottom: #c52224 solid 1px;
	color:#ffffff;
}

#PageTop {
	background:url(images/PageTop.gif);	
	height:15px;
}

#PageContent {
	background-color:#ffffff;
	padding: 10px 20Px;
	min-height:600px;
	overflow:hidden;
}

#PageBottom {
	background:url(images/PageBottom.gif);	
	height:15px;
}

/*--------------------------- GENERAL ---------------------------*/

#PageContent img {
	margin:0 5px 5px 5px;
	border: 0;
}

#PageContent p {padding-bottom:15px;}

#PageContent a {
	text-decoration:none;
	color:#888888;
	font-weight:bold;
}

#PageContent a.Petit {font-size:10px;}

#PageContent a:hover{border-bottom:#c52224 solid 1px;}

#PageContent .NoBorder{border:0;}

#PageContent .Gras{font-weight:bold;}

#PageContent .GrasBleu{
	font-weight:bold;
	color: #084696;
}

#PageContent .Bleu{color: #084696;}

#PageContent .Rouge{color: #c52224;}

#PageContent .MiniFont{font-size:10px;}

#PageContent img a{ border: 0;}
#PageContent img a:hover{ border: 0;}

#PageContent h1{ 
	font-weight:bold;
	font-size:18px;
	padding-bottom:16px;
	color:#c52224;
	}

#PageContent h2{ 
	font-weight:bold;
	font-size:12px;
	padding-bottom:14px;
	text-align:justify;
	}

#PageContent h3{ 
	font-weight:bold;
	font-size:12px;
	padding:5px 0;
	color:#084696;
	}

#PageContent .centre{ text-align:center;}

#PageContent hr{
	height: 1px;
	margin:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	color: #c52224;
	background-color: #c52224;
	width: 650px;
}

/*--------------------------- GALERIES ---------------------------*/

#PageContent #Gallery{
	width:700px;
	margin:auto;
}

#PageContent #Gallery #Empty {padding:200px 0; }

#PageContent #Gallery .image{
	width:170px;
	margin:10px 30px;
	min-height:140px;
	float:left;
}

#PageContent #Gallery .image img{
	border: 1px solid #c2c2c2;
	margin: auto;
	padding: 2px;
}

#PageContent #Gallery .image a:hover{ border: 0;}

#PageContent #Gallery p{
	width:160px;
	margin: auto;
	margin-top: 5px;
	text-align:center;
	font-size: 10px;
}

#PageContent .navigation{
	font-size:11px;
	margin:auto;
	color:#084696;
	width:650px;
}

#PageContent .navigation a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#PageContent .navigation a:hover{
	color:#084696;
	border:0;
}

#PageContent .PageNavL{
	width:150px;
}

#PageContent .PageNavR{
	width:150px;
	text-align:right;
}

#PageContent .ChoixPage{
	text-align:center;
	width:350px;
}

#PageContent .previous{
	background:url(images/left_arrow.gif) left 4px no-repeat;
	padding-left:17px;
}
	
#PageContent .next{
	background:url(images/right_arrow.gif) right 4px no-repeat;
	padding-right:17px;
}
	
/*--------------------------- CARACTERISTIQUES ---------------------------*/

#Caracteristiques{
	width:720px;
	margin:auto;
}

#CarImg{
	margin:auto;
	width:220px;
	text-align:center;
	float:left;
}

#TabCaract {
	width:480px;
	float:right;
}

#TabCaract  table{
	width:480px;
	float:right;
}

#TabCaract th{
	background-color:#084696;
	color:#ffffff;
	text-align:left;
	padding: 3px 40px;
}

#TabCaract td{
	border-right:#084696 solid 1px;
	border-bottom:#084696 solid 1px;
/*	font-size:11px; */
	padding:3px;
	vertical-align:top;
}

#TabCaract td.titre{
	text-align:right;
	border-left:#084696 solid 1px;
	width:110px;
}

/*---------------------- RESULTATS / PROPRIETAIRES ----------------------*/

#TitreRecherche{
	margin:auto;
	text-align:center;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #c52224;
	font-weight:bold;
}

#FormRecherche{
	margin:auto;
}

#FormRecherche .borders{
	border:#084696 solid 1px;
}

#FormRecherche td{
	padding:0 10px;
}

#FormRecherche select{
	padding:3px;
	background-color:#e2e2e2;
	border: 1px solid #084696;
	font-size:11px;
	color: #084696;
}

#FormRecherche #validation {
	text-align:center;
	padding: 20px;
}

#FormRecherche #validation input {
	background-color:#e2e2e2;
	border: 1px solid #084696;
	padding: 2px;
	width: 130px;
	color: #084696;
}

#AffResult, #AffOwner {
	margin:auto;
	font-size:11px;
	margin-top:10px;
}

#AffResult {
	border:#084696 solid 1px;
	padding:3px;
}

#AffResult tr.TopListe {
	background-color:#c52224;
}

#AffResult th {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:3px;
	border-bottom: #ffffff solid 2px;
} 

#AffResult td {
	background-color:#e2e2e2;
	border-bottom: #ffffff solid 2px;
	padding:3px;
} 

#AffResult .chassis{ width:100px;}
#AffResult .date{ width:60px;}
#AffResult .lieu{ width:120px;}
#AffResult .num{ width:30px;}
#AffResult .pilote{ min-width:200px;}
#AffResult .place{ width:100px;}
#AffResult .BordBleu{
	text-align:center;
	border-left:#084696 solid 1px;
}

#AffOwner td { padding:3px;} 

#AffOwner .chassis{
	width:600px;
	color:#c52224;
	font-weight:bold;
}
	
#AffOwner .ligne { border-bottom:#c52224 solid 1px;} 

#NavResult {
	font-size:11px;
	color:#084696;
	margin:auto;
	margin-top:10px;
}

#NavResult img {
	margin:0; padding:0;
}

#NavResult a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#NavResult a:hover{
	color:#084696;
	border:0;
}

#NewResult {
	text-align:center;
	padding:10px;
}

/*--------------------------- CONTACT ---------------------------*/
#DivContact {
	border:#084696 solid 1px;
	margin:auto;
	padding:15px;
	margin-top:30px;
	width:500px;
}

#FormContact {
	text-align:center;
	padding:10px;
	margin:auto;
}

#FormContact .titre {
	text-align:right;
}

#FormContact input {
	padding:2px 3px;
	border:#c4c4c4 solid 1px;
}
	
#FormContact textarea {
	padding:2px 3px;
	border:#c4c4c4 solid 1px;
	width:280px;
}
	
.ValidContact {
	text-align:center;
}

.ValidContact input {
	background-color:#084696;
	border: #c52224 solid 1px;
	padding: 2px;
	width: 130px;
	color: #ffffff;
}

.ObliContact {
	font-size10px;
	color:#c52224;
	font-weight:bold;
	text-align:center;
}

#SentContact {
	margin:auto;
	margin-top:20px;
	padding:50px;
	color:#084696;
	text-align:center;
}

/*--------------------------- PIED DE PAGE ---------------------------*/
#Foot {
	clear:both;
/*	padding:10px 10px 10px 205px; */
	padding: 10px;
	text-align:center;
	color:#ffffff;
	font-size:9px;
	background-color:#000000;
}

#Foot a{
	color:#084696;
	text-decoration:none;
}

#Foot a:hover{ color: #c52224; }

/*--------------------------- PLAN DU SITE ---------------------------*/
#plan {
	width:700px;
	margin:auto;
}

#plan .Sep {height:10px; }

#plan a {
	font-weight:normal;
}

#plan .Menu {
	border-bottom: #c52224 solid 1px;
	font-weight:bold;
	color:#c52224;
	padding-top: 10px;
}

#plan .Pages {
	color:#084696;
}

#plan .SubMenu {
	padding-left:15px;
	font-size:11px;
}

#PlanH {
	width:340px;
	float:left;
}
	
#PlanG {
	width:340px;
	float:right;
}

#plan th{
	background-color:#084696;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding: 3px 5px;
}

#plan td{
	padding: 3px;
}

/*--------------------------- PLAN DU SITE ---------------------------*/
.References, .References2 {
	margin:auto;
	border: #c52224 solid 1px;
	margin-bottom:5px;

}

.References td {
	width:280px;
	padding:3px;
	text-align:center;
	vertical-align:top;
}

.References2 td {
	width:566px;
	padding:3px;
	text-align:center;
	vertical-align:top;
}

