/*
//------------------------------------------------------------------
// 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 h3{
	font-size:11px;
	padding-right:2px;
	padding-left:2px;
}

#content img{
	border:solid 1px #3b3b3b;
}

#content .reference{
	float:left;
	width:49%;
	text-align:center;
	margin-bottom:20px;
}

#content table td{
	padding-bottom:20px;
}

#content table td.photo{
	text-align:center;
	padding-right:10px;
}

#content table td a{
	font-size:13px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}