/*
//------------------------------------------------------------------
// 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 .actu {
	background: white;
	margin-bottom: 20px;
	padding: 15px 0;
}
#content .actu table {
	width: 98%;
}
#content .actu td {
	vertical-align: top;
}
#content .actu td.photo {
	width: 204px;
	text-align: center;
}
#content .actu td.photo img {
	border: solid 2px #001D4C;
}
#content .actu td.details {
	
}
#content .actu td.details h3 {
	font: normal 14px Verdana;
	text-transform: uppercase;
}
#content .actu td.details .resume {
	padding-bottom: 15px;
}