/*
//------------------------------------------------------------------
// 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 div#prestations{
	width:945px;
}
#content div#prestations p#illustration{
	float:left;
	width:319px;
	margin:0 45px 0 0;
}
#content div#prestations p#illustration img{
	border:2px solid #754c28;
	display:block;
	margin:0 0 5px 0;
}
#content div#prestations div#contenu{
	float:left;
	width:581px;
}
#content div#prestations div#contenu h3{
	margin:20px 0 10px 0;
}
#content div#prestations div#contenu p{
	margin:0 0 20px 0;
}
#content div#prestations div#contenu dl{
	margin:20px 0 10px 0;
}
#content div#prestations div#contenu dl dt{
	float:left;
	width:150px;
	background:#ecd7c5;
	padding:5px;
	margin:0 10px 0 0;
}
#content div#prestations div#contenu dl dd{
	float:left;
	font-weight:bold;
	padding:5px;
}
#content div#prestations div#contenu dl dd em{
	font-weight:normal;
	font-size:.8em;
}