/*
//------------------------------------------------------------------
// 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 .navigateurparpages a{
	color:#c99036;
	font-weight:bold;
	margin-left:3px;
}
#content .navigateurparpages{
	text-align:center;
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/visuels/actualite.jpg) top center no-repeat;	
}

#content img{
	border:solid 1px #9c0303;
	margin-bottom:5px;
}

#content .photos{
	width:100px;
	margin-left:10px;
	float:right;
	padding-right:10px;
}

#content  .retour{
	display:block;
	color:#cfcfcf;
	text-decoration:none;
	background:#3a0805;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	clear:both;
	padding:4px;
}

#content .description a{
	color:#c99036;
}



#content .titreactu {
	margin-top:30px;
	margin-bottom:30px;
}

#content .titreactu div{
	margin-bottom:5px;
}
#content .titreactu a{
	color:white;
	text-decoration:none;
	padding-left:20px;
	font-size:12px;
	background:url(images/puce.jpg) no-repeat;
}

