/*
//------------------------------------------------------------------
// 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 ul{
	margin-bottom:50px;
	margin-left:100px;
	list-style-type:none;

}
#content ul li{
	margin-bottom:50px;
	background-image: url('images/fleche.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:50px;

}

#content #photo-droite {
	float: right;
	margin-bottom:20px;
	margin-left:60px;
}
#content #photo{
	margin:20px auto;
	text-align:center;
	
}
#content p.cliquer{
	margin:20px auto;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	
}