/*
//------------------------------------------------------------------
// 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{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background:#e8ebee;
	padding:2px;
}

#content table {
	width:99%;

}

#content h3{
	text-transform:uppercase;
	font-size:12px;
}

#content table td{
	vertical-align:top;
	background:#e8ebee;
	border-bottom:solid 8px white;
	padding:5px;
}


#content table td.photo {
	width:170px;
}
#content table td.photo img{
	border:solid 1px black;
}

#content a{
	color:#d20001;
	font-weight:bold;
}
