/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------*/
#content {
	background:#181810 url(images/fdpresentation.jpg) bottom repeat-x;
}
#content .contenu {
	background: url(images/selle.jpg) no-repeat;
	height:425px;
	margin-right: 20px;
}
#content h2{
	height:50px;
	padding-top:30px;
	margin-bottom:20px;
	margin-left:35%;
}
#content p{
	color:#e7e7e7;
	font-family:Times New Roman;
	font-size:13px;
	text-indent:35px;
	margin-bottom:10px;
	margin-left:45%;
}
/*------------------------------------------------------------------*/
#content #selles {
	width: 175px;
	height: 376px;
	background: url(images/accueil-occasion.jpg);
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top: 25px;
	text-align: center;
}
#content #selles h3 a,
#content #selles h3 {
	font: italic 18px "Times New Roman", serif;
	color: #b47510;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
#content #selles img {
	border: solid 3px #17170f;
}
#content #selles p {
	color: white;
	text-align: center;
	margin: 0;
	text-indent: 0;
	font: normal 12px "Trebuchet MS" serif;
	color: #fefefe;
}
#content #selles p.consultez {
	font: italic 12px "Trebuchet MS" serif;
	margin-top: 10px;
}
#content #selles p a {
	text-decoration: none;
	color: #fefefe;
}