body{
	margin:0;
	background:#272727 url(../images/bg.gif) repeat-x;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#ffffff;

}

.logo{
    margin:6px 0 0 0;
}

/***********  generic  ***************/
.general{
	width:960px;
	margin:0 auto 0 auto;
	background:#333333;

}

.visu{
    
    border-bottom:1px solid #cc0000;
}


.visu p{
	text-align: center;
	margin: 0;
}


.text_intro{
    line-height: 18px;
}
.text_intro p{
    margin: 5px 0 5px 0;
}


.content{
    width:910px;
    margin:0 auto 0 auto;
    background:#333333;
    color:#ffffff;
    padding:20px 0 50px 0;
}



h1.titre_page{
    margin: 0 0 20px 25px;
    height:18px;
}

/********************   HEADER   *********************/
.header{
	width:960px;
	height:46px;
	margin:0 auto 0 auto;
	background: url(../images/header.gif) no-repeat;
	
}




/*****************  page recherche  *****************/

.form{
    width:615px;
    margin:35px 0 0 0;
    font-weight:bold;
}

* html .form{
    margin:15px 0 0 0;
}
.form label{
    width:165px;
    font-size:12px;
    float: left;
    font-weight: bold;
}
.form .my_input{
    width:194px;
    padding:2px;
     border:1px solid #1c1c1c;

}
.form select{
    width:200px;
    padding:2px;
    border:1px solid #1c1c1c;

}

.double-select{
    margin:12px 0 12px 0;
}
.double-select select{
     float: left;
}
.form .entre{
    width:50px;
    float:left;
    margin: 5px 0 0 0;
    text-align: center;

}


.bt-recherche{
    margin: 35px 0 0 0;
    text-align: right;
}

/******************* page resultat  ***********************/


.table-resultat {
    width:750px;
    margin: 15px 0 0 0;
}

.no-result{
    font-size: 14px;
    font-weight: bold;
}
.table-resultat table{
    width:100%;
    font-size:11px;
}

.table-resultat table th{
   text-align: left;
   color:#888888;
   padding:8px;
   text-transform: uppercase;
   font-weight: bold;
}
.table-resultat table a{
   color:#888888;
    text-decoration: none;
}
.table-resultat table td{
   padding:8px;
   background: #5e5e5e;
   border-bottom:1px solid #333333;
   font-weight: bold;
}
.table-resultat table td a{
   color:#ffffff;
   text-decoration:none;
}



/********************  detail vehicule  ******************/
.detail-vehicule{
    width:750px;
}
.detail-vehicule h1{
    background:#5e5e5e;
    padding:5px 5px 5px 25px;
    font-size: 14px;
    margin: 35px 0 20px -25px;
}

* html .detail-vehicule h1{
    margin: 15px 0 20px 0;
}
.detail-vehicule p{
   line-height: 17px;
   margin:0 0 10px 0;
   font-size:11px;
   font-style: italic;
   font-weight: bold;
}

.detail-vehicule .gris{
   text-transform: uppercase;
   font-style: normal;
   font-weight: normal;
}

.bt-detail{
    width:100%;
    margin: 35px 0 0 0;
}

.bt-detail .retour-liste{
    float: left;
}

.bt-detail .nouvelle-recherche{
    float: right;
}



/************************************************ STYLE  ************************/

p, h1, h2, a{
	font-family:arial, sans-serif;
}

a{
    outline: none;
}
a:hover{
	text-decoration:underline;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.clear{
	clear:both;
}
img{
	border:0;
	outline: none;
}
/****  couleur   ****/
.gris{
	color:#888888;
}
.red{
	color:#cc0000;
}
.marron{
	color:#754c24;
}

.gras{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
form{
	margin:0;
	padding:0;
}


