/* 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;
}
	
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	float: right;
	font-size: 11px;
	font-weight: bold;
}

ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li p {
	margin: 8px 0;
	padding: 2px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-shadow: 1px 1px 2px red;
}

ul.topnav li a {
	margin: 8px 0;
	padding: 2px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-shadow: 1px 1px 2px red;
}

ul.topnav li a:hover {border-bottom:#c52224 solid 1px;}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.png) no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	text-align: left;
	font-size: 10px;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	border: 1px solid #c4c4c4;
	background-color: #000000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #a3a3a3; /*--Create bevel effect--*/
	clear: both;
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 170px;
	padding: 0 15px;
	font-weight:bold;
	background:url(images/puce.gif) 5px 4px no-repeat;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	border:0;
	color :#084696;
}

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

/*--------------------------- MENU GAUCHE ---------------------------*/
#MenuLeft {
	width:190px;
	float:left;
	color:#ffffff;
	font-size:11px;
	background-color:#000000;
}	

.menu_left { 
	border: 1px solid #c4c4c4;
	list-style:none; 
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#MenuLeft .title {
	background-color:#084696;
	height:17px;
	font-weight:bold;
	padding:5px 10px 0 10px;
	border-bottom: 1px solid #c4c4c4;
	text-shadow: 1px 1px 2px red;
}	
	
#MenuLeft li.current { 
	display:block;
	color:#c52224; 
	font-weight: bold;
	text-decoration:none; 
	padding:5px 10px 5px 20px;
	width:158px;
	background:url(images/puceCurrent.gif) 10px 9px no-repeat;
	}

#MenuLeft li.lien a { 
	display:block;
	color:#fff; 
	text-decoration:none; 
	font-weight: bold;
	padding:5px 10px 5px 15px;
	width:165px;
	background:url(images/puce.gif) 5px 9px no-repeat;
	text-shadow: 1px 1px 2px red;
}

#MenuLeft li.lien a:hover {
	width:163px;
	background-color:#c52224;
}

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

#TitrePage {
/*	background:url(images/BgTitre.jpg) 0 center repeat-x; */
	background-color:#084696;
	border: #c4c4c4 solid 1px;
	margin-bottom:20px;
	height:22px;
	text-shadow: 1px 1px 2px red;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

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

#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:13px;
	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:15px 30px;
	border: 1px solid #545454;
	min-height:150px;
	float:left;
	text-align:center;
}

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

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

#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 td{
	padding:0 10px;
}

#FormRecherche select{
	padding:3px;
	border: 1px solid #545454;
	font-size:11px;
}	

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

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

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

#AffResult th {
	background-color:#c52224;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:3px;
} 

#AffResult td {
	border-right:#084696 solid 1px;
	border-bottom:#084696 solid 1px;
	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;
}
