/*
//------------------------------------------------------------------
// 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 p{
	margin-bottom:10px;
}	

#content p.strong {
	font-weight:bold;
	text-align:center;
}	

#content .etalon{
	width:298px;
	float:right;
}

#content .contenu{
	margin-right:320px;
}


#content .contenu .contact{
	clear:left;
}


#content .contenu .contact a{
	color:#474747;	
}

#content .contenu .contact h2{
	margin-right:170px;
}

#content .contenu .contact ul{
	text-align:center;
	margin-top:15px;
}

#content .right{
	float:right;
	margin-left:5px;
}

#content .left{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#content ul {
	margin-bottom:15px;
}
#content ul li{
	list-style-type:none;
}