/*
//------------------------------------------------------------------
// 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 .photos{
	width:335px;
	float:right;
}

#content ul {
	margin-bottom:20px;
}

#content ul li{
	margin-top:5px;
	margin-left:20px;
}

#content h4{
	margin-bottom:4px;
}

#content p.lien{
	text-align:center;
	margin-top:80px;
}
#content .texte {
	margin-right:345px;
	padding:10px;
	background:#c6cddd;
	font-size:11px;
}
#content .suite {
	text-align:right;
	margin-right:345px;
	font-size:11px;
	margin-top:4px;
	margin-bottom:32px;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#000000;
}
	