.bg{
	height: 15px;
}
/* News sur la page d'accueil  du site*/
.news {
	position: relative;
	margin: 10px;
	padding:0px;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* Sur la page d'accueil on n'affiche pas certains conteneurs*/
/* - Pour les actu à la une */
.news .act_accroches .hg,
.news .act_accroches .h,
.news .act_accroches .hd,
.news .act_accroches .bg,
.news .act_accroches .b,
.news .act_accroches .bd,
.news .act_accroches .c h1,
.news .act_lien_archives, 
.news .act_infosTitre, 
.news .date, 
.news hr, 
.news .act_accroches_head, 
.news .act_accroches_pied, 
.news .spacer, 
.news .act_exp,
.news .type{
	display: none;
}
/* - Pour l'actu mise en avant*/
.highlight .act_accroches .hg,
.highlight .act_accroches .h,
.highlight .act_accroches .hd,
.highlight .act_accroches .bg,
.highlight .act_accroches .b,
.highlight .act_accroches .bd,
.highlight .act_accroches .c h1,
.highlight .act_lien_archives, 
.highlight .act_infosTitre, 
.highlight .date, 
.highlight hr, 
.highlight .act_accroches_head, 
.highlight .act_accroches_pied, 
.highlight .act_exp,
.highlight .type{
	display: none;
}
.news h2,
.highlight h2{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
/* Quand on a une image, on décale le titre de l'actu*/
.news h2.titreAvecImage {
	float: right;
	width: 197px;
	_width: 194px; /* Pour IE6 seulement*/
}
.highlight h2.titreAvecImage {
	float: right;
	width: 537px;
	margin-top: -2px;
	_width: 534px; /* Pour IE6 seulement*/
}
.news .act_imgAccroche_gauche,
.highlight .act_imgAccroche_gauche{
	float : left;
	margin-right : 7px;
	padding: 0;
}
.news .act_imgAccroche_gauche img{
	margin-bottom: 4px;
}
.news p, .highlight p{
	margin: 0;
}
.news br{
	line-height: 2px;
}
.news .lireactu,
.news .lireActuAvecImage{
	display: block;
	margin-bottom: 8px;
}
.highlight .lireactu,
.highlight .lireActuAvecImage{
	display: block;
	position:absolute;
	right: 10px;
	margin-top: -18px;
	background-image: url(/images/fleche.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FAEEEF;
	width: 25px;
	height: 25px;
	font-size: 1px;
}
.savoirplus,
.lireactu,
.lireActuAvecImage,
.ModuleActualite a{
	margin-top: 5px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3071B;
	text-decoration: none;
}
/* News dans la rubrique news */
.ModuleActualite .act_imgAccroche_gauche{
	float: left;
	margin-right: 10px;
}
.ModuleActualite .act_infosTitre,
.ModuleActualite .act_infosTitreAvecImage{
	margin: 5px;
	color: #999999;
}
.ModuleActualite .act_divTexteAccroche *,
.ModuleActualite .act_divTexteAccrocheAvecImage *{
	margin: 0;
}
.ModuleActualite h1 {
	margin: 0;
	margin-bottom: 10px;
}
.ModuleActualite h2 {
	background-image:url(/images/picto.gif);
	background-repeat:no-repeat;
	margin-left :0px;
	padding-left:20px;
	
	}
.ModuleActualite .lireactu,
.ModuleActualite .lireActuAvecImage{
	margin-top: 0;
	text-align:right;
	display:block;
}
.type{
	margin: 0;
	color: #B3071B;
}