/*
//------------------------------------------------------------------
// 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 table{
	width:99%;
	border-spacing:0px;
}

#content img{
	border:solid 1px black;
}

#content td.photo{
	width:100px;
}

#content td{
	vertical-align:top;
	border-bottom:solid 15px white;	
	padding:5px;
}

#content table tr{
	background:#e8ebee;
}

#content table .titreactu{
	font-size:12px;
	text-decoration:none;
	color:#353535;
	font-weight:bold;
}


#content td a.suite{
	font-style:italic;
	text-decoration:underline;
	color:#2e4c70;
}


#content .descriptioncourte{
	margin-bottom:20px;
	font-style:italic;
	zoom:1;
}

#content .description{
	zoom:1;
}
/*----------------------------------------------------*/

#content .retour{
	float:right;
	font-size:11px;
	text-decoration:none;
	color:#353535;
}

#content .photos{
	width:180px;
	float:right;
	text-align:right;
}

#content .photos img{
	margin-bottom:5px;
}

