/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#bandeau {
	height: 205px;
	background: url(images/bandeau/elevage.jpg) center top no-repeat;
	position: relative;
}
/*------------------------------------------------------------------*/
#contenu table{
	margin-bottom:30px;
	text-align:center;

}
#contenu .photo-droite{
	float:right;
	margin-left:3px;
}
#contenu #qualites{
	margin-bottom:20 px;
}
#contenu ul{
	margin-bottom:20px;
	margin-left:20px;
	margin-top:15px;
}
#contenu ul li{
	margin-bottom:10px;

}

#contenu table.historique{
	width:100%;
}
#contenu table.historique td.dates{
	border-spacing:10px;
	width:30%;
	text-align:center;
	margin-bottom:20px;
	background:#D4D4D4;
}
#contenu table.historique td.evenements{
	border-spacing:10px;
	width:70%;
	padding:10px;
	margin-bottom:20px;
	background:#ebebeb;
}
#content h3.majuscules {
	text-transform: uppercase;
}