/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#content{
	background:url(images/content-index.jpg) top left no-repeat;
}
.spacer{
	clear:both;
}

h2{
	color:#6d2e58;
}
#content table.photo-trotteur{
	margin-top:100px;
	float:left;
	margin-left:100px;
	height:300px;
}
#content .actualites{
	margin-top:20px;
	margin-bottom:20px;
	background:url(images/actus-index-bas.jpg) bottom no-repeat;
	float:right;
	width:246px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	margin-right:15px;
}
#content .actualites h4{
	font-family:Arial;
	font-size:16px;
	text-align:center;
	color:#f26e7d;
	background:url(images/actus-index-haut.jpg) top no-repeat;
	padding-top:165px;
	height:21px;
}
#content .actualites .actualite{
	margin-top:10px;
	margin-bottom:4px;
	padding-left:20px;
}
#content .actualites .actualite img{
	float:left;
	margin-right:5px;
}

#content .actualites .actualite .titre{
	color:#f26e7d;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#content .actualites .actualite .suite{
	color:#f26e7d;
	font-style:italic;
}
#content .actualites .actualite .description{	
	margin-right:15px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	font-size:11px;
	text-align:left;
	color:#f26e7d;
}

#content .actualites .actualite .description a{
	text-decoration: none;
	color:#f26e7d;
	font-weight: bold;
}

#content .actualites .actualite .description span.details a{
	text-decoration:underline;
	color:#ef7b84;
}
#content .chevaux-a-vendre{
	background:url(images/index-chevaux-a-vendre-d.jpg) right no-repeat;
	height:198px;
	text-align:center;
	margin-left:40px;
	margin-right:40px;
}
#content .chevaux-a-vendre .titre{
	background:url(images/index-chevaux-a-vendre-g.jpg) left no-repeat;
	height:198px;
	width:195px;
	float:left;
}
#content .chevaux-a-vendre .titre h4{
	font-family:Arial;
	font-size:16px;
	text-align:center;
	width:71px;
	padding-left:124px;
	color:#f26e9d;
	padding-top:25px;
}
#content .chevaux-a-vendre .cheval{
	float:left;
	width:25%;
	text-align:center;
	padding:5px;
	height:147px;
	margin-top:15px;
	margin-bottom:15px;
}
#content .chevaux-a-vendre .cheval h5 a{
	font-variant:small-caps;
	font-size:12px;
	font-family:Arial;
	text-align:center;
	color:#9d1b3d;
	text-decoration:none;
	font-size:15px;
}
#content .chevaux-a-vendre .cheval span.race{
	font-size:11px;
	font-style:italic;
}
#content .chevaux-a-vendre .cheval .photo{
	margin-top:5px;
}
#content .chevaux-a-vendre .cheval .description{
	font-family:Arial;
	font-size:11px;
	text-align:center;
	color:#ec1a5c;
}
#content .chevaux-a-vendre .cheval .description span.parents{
	font-variant:small-caps;
}
#content .chevaux-a-vendre .cheval .description span.details a{
	color:#f26e7d;
	text-decoration:underline;
}
#content .presentation{
	margin-top:100px;
	margin-right:261px;
	margin-left:350px;
	padding:20px;
}
#content .presentation h3{
	font-family:Arial;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#62164e;
	margin-top:10px;
	margin-bottom:10px;
}
#content .presentation p{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color:#62164e;
}