/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content{
	background:url(images/visuels/photos.jpg) top center no-repeat;	
}

#content .photos{
	width:520px;
	text-align:center;
}

#content .photos a{
	display:block;
	background:url(images/fdphoto.jpg) top center no-repeat;
	width:124px;		
	height:85px;	
	padding-top:49px;	
	text-align:center;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
}

#content img{
	border:none;
}

#content .navigateurparpages a{
	color:#c99036;
	font-weight:bold;
	margin-left:3px;
}
#content .navigateurparpages{
	text-align:center;
}