* { margin: 0; padding: 0; }

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #626262;
}
body#site
{
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-color: #fff;
}
form input, form select
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #626262;
  padding: 2px;
}

form select#vehicule option, form select#vehicule optgroup { font-size: 11px; }

a img { border: 0; }

.clear
{ 
 clear: both; 
 font-size: 0;
 margin: 0;
 padding: 0;
}

a
{
	color: #5d1910;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
  margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

h1.accessoire
{
 font-size: 18px;
 color: #555;
 font-weight: bold;
}

h2, h5
{
 font-size: 13px;
 margin-bottom: 10px;
}

h2.ligne { margin-bottom: 0; }

h3
{
 color: #5d1910;
 font-size: 11px;
 margin-bottom: 7px;
}

h4
{
 color: #5d1910;
 font-size: 12px;
 margin-bottom: 7px;
}

h5
{
 color: #5d1910;
 margin-bottom: 0px; 
}

.lettreQuestion, .lettreReponse
{
 font-size: 13px;
 font-weight: bold;
}

.lettreQuestion { color: #a16d24; }
.lettreReponse { color: #555; }

.question { font-size: 11px; color: #a16d24; font-weight: bold;  text-transform: uppercase; }
.reponse { font-size: 11px; color: #555; font-weight: normal;}

h6
{
 color: #5d1910;
 font-size: 11px;
 margin: 0;
 font-weight: bold;
}

p
{
	margin-bottom: 15px;
}


.bordureDroit
{
    float: right;
	margin: 0px 0px 10px 10px;
}

.bordureGauche
{
    float: left;
	margin: 0px 10px 10px 0;
}

.bordureSansFloat
{
  margin: 0;
}

ul
{
 margin: 5px;
}

ul li
{
 background: url(../images/puce.gif) no-repeat;
 background-position: 0px 3px;
 padding-left: 15px;
 list-style-type: none;
}

ol{margin-left:20px;}

.sansMarges { margin: 0; }

.tableauFormulaire
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #626262;
}

ul li.sousItem { background: none;}

table
{
 border-right: 1px solid #c0c0c0;
 border-bottom: 1px solid #c0c0c0;
 margin: 0;
 padding: 0;
}

table td
{
 padding: 5px 8px;
 border-collapse: collapse;
 border: 1px solid #c0c0c0;
 border-bottom: 0;
 border-right: 0;
}

table.rien
{
 border-right: 0px;
 border-bottom: 0px;
 margin: 0;
 padding: 0;
}

table.rien td
{
 padding: 0px 0px;
 border-collapse: collapse;
 border: 0px;
 border-bottom: 0;
 border-right: 0;
}

tr.titre td
{
 background-color: #dcdcdc; 
 font-weight: bold;
}

tr.titre td.coinGauche
{
 background-color: #cbcbcb;
}

td span.puce
{
 background-image: url(../images/puceTableau.gif);
 background-repeat: no-repeat;
 background-position: center left;
 padding-left: 8px;
}

tr.rangeeBlanche td
{
 background-color: #ffffff;
}

tr.rangeeGrise td
{
 background-color: #f9f9f9
}

tr.sansBorder td
{
 border-top: 0;
 padding-top: 0;
 padding-bottom: 3px;
}

hr
{
color: #ccc;
background-color: #ccc;
height: 1px;
border: 0;
}


table.sansBordure { border: 0; }
table.sansBordure td { border: 0; padding: 0; }
