/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/

.ligneactu {
	height: 52px;/* Pour forcer une taille mini sur IE */
}

html>body .ligneactu{/* Pour forcer une taille mini sur Mozilla */
	height: auto;
	min-height: 52px;
}


#content .ligneactu{
	border-bottom:dashed 1px #187AB0; 
	padding-top:5px;
	padding-bottom:5px;
}
#content .ligneactu img{
	border:solid 1px black;
	float:left;
	margin-right:5px; 
}
#content .ligneactu a{
	color:#187AB0;
	font-weight:bold;
	text-decoration:none;
}
#content .ligneactu a:hover{
	text-decoration:underline;
}

#content .ligneactu .suite{
	font-weight:normal;
	text-decoration:underline;
}

