body
{
	padding: 0;
	text-align: center;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
/* Titres */ 
h1 {
	font-size: 16px;
	color: #666666;
	display: inline;
	position: relative;
	top: 70px;
} 
h2 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
	text-transform: capitalize;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
	padding: 0px;
} 
/* logo du site */ 
#logo img {
	margin-top: 10px;
	margin-left: 30px;
} 
/* texte page index */ 
#gauche p, #centre p, #droite p {
	text-align: left;
}
/* Paragraphes */ 
p {
	text-align: left;
} 

/* Liens */ 
a { 
  text-decoration: none; 
} 
a:link {
	color: #FF0000;
	font-weight: bold;
} 
a:visited { 
  color: #FF0000; 
} 
a:hover, a:focus, a:active {
	color: #FF0000;
	text-decoration: underline overline;
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
/*liens boutons*/
a.bouton {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: block;
	width: 105px;
	background-color: #333333;
	margin: auto;
}

/* Divers éléments de type en-ligne (8) */ 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
fieldset {
	border: 1px solid #333333;
	margin: auto;
	background-color: #333333;
	text-align: center;
	width: 80%;
}
legend {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
}
label{
	line-height: 30px;
	color: #FFFFFF;
}
input, button, select {
	vertical-align: middle; /* Solution pb. d'alignement. */
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.inp {
	width: 350px;
}

/*les dates */
.date { 
  font-style: italic; 
}
/*le pied de page */
.footer {
	font-style: italic;
	color: #333333;
	text-align: center;
}
/*tableau mise en page*/
table {
	border: 1px solid #333333;
	margin-top: 5px;
	margin-left: 5px;
	width: 760px;
	padding: 0px;
}
/* images miniature dans le tableau de mise en forme*/
.imgmini {
	float: left;
	margin: 5px;
}
.imgminicentre {
	text-align: center;
	margin: auto;
}
.imgminimulti {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* les vidéos youtube, on les centres */
.video {
	text-align: center;
	margin: auto;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.details .voirvid a, .details .voirvid a:visited, .details .voirvid a:active {
	color: #FF0000;
	text-decoration: blink;
}
.voirvid a, .voirvid a:visited, .voirvid a:active {
	color: #FF0000;
	text-decoration: blink;
	font-size: 13px;
}
.prix {
	font-weight: bold;
	color: #FF0000;
}
em {
	font-weight: bold;
	margin-right: 7px;
}
.occasions {
	line-height: 19px;
}
.news {
	line-height: 19px;
	margin-left: 10px;
}
.categorie a, .categorie a:visited {
	color:#666666;
	text-decoration:none;
	font-size: 12px;
}
.categorie a:hover {
	text-decoration:underline;
}
.categorie a:active {
	text-decoration:underline;
	font-weight: bold;
}
.details, .details a, .details a:visited, .details a:active {
	clear: both;
	margin-left: 5px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border: 1px dotted #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.details a:hover, .details a:focus {
	text-decoration: underline;
}
.nbpages, .nbpages a:link, .nbpages a:active, .nbpages a:visited {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;

}
.spacer1 {
	color: #FFFFFF;
}
.centre {
	text-align: center;
}
