/*
//------------------------------------------------------------------
// 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:#FFF;
}
#content .contenu{
	background:#fff;
	margin-left:0px;
}
/*--------------------------------------------------*/
#content .contenu table#actu {
	border-collapse: collapse;
}
#content .contenu table#actu  a{
	color:white;
	font-weight:bold;
}
/*-----------------*/
#content .contenu table#actu td.affiche{
	background:#002545;
	width:450px;
	text-align:center;
	border-right: solid 5px white;
}
/*-----------------*/
#content .contenu table#actu td.actualite-seule{
	background: #dee3e7 url( 'images/actu-seule-fond.jpg') no-repeat center;
	padding:20px;
	vertical-align:top;
	height: auto;
}
#content .contenu table#actu td.actualite-seule .descriptioncourte{
	margin-bottom:20px;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
}
#content .contenu table#actu td.actualite-seule .description{
	margin-bottom:20px;
	font-size:13px;
	line-height:25px;
}
/*-----------------*/
#content table#actu td.retour {
	vertical-align: bottom;
	background: #dee3e7;
}
#content table#actu td.retour div {
	background:#002545;
	height:15px;
	text-align:right;
	padding:15px;
	font: blod 12px Arial;
	border-top: solid 5px white;
}
#content table#actu  td.retour a{
	background: transparent url('images/actu-seule-retour.jpg') left center no-repeat;
	text-decoration:none;
	color:#79bfe9;	
	padding:20px 50px 20px;
}