/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------tableau contenant les portraits des 4 etalons----------------------------------------------------*/

#content .etalons {
	text-align : center;
}
#content .portraits {
	margin: auto;
	text-align : center;
}
#content .portraits div{
	background:url('images/fond-fiche-presentation.gif')left bottom repeat-x #F6E3BB;
	border:solid 5px #756254;
	padding:5px;
	width:170px;
	float : left;
	margin : 10px 20px;
	text-align : center;
}
#content .portraits img{
	border: solid 1px #756254;
	margin: auto;
	display:block;
}
#content .portraits p{
	text-align:center;
	display : block;
}
#content .portraits p a {
	color: black;
	text-decoration: none;
}

.presentation  {
	padding: 10px;
	padding-bottom: 20px;
}