.titre_actu {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
}
.s-titre_actu {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.s-titre_actu_ital {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	color: #000000;
}
.txt_actu {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-align: left;
}
.txt_actu_ital {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	font-style: italic;
}
.txt_actu_bold {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}
/*LIENS TXT*/
a:link {
	color: #006699;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.habillage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*STYLES ROLL OVER---------------------------*/
#contenu a{
	width: 150px;
	height: 150px;
	display: inline-block;
	position:relative;
	text-decoration:none;
}
#contenu a img{
	width: 150px;
	height: 150px;
	display: inline-block;
	border: none;
}
#contenu a span{
	position: absolute;
	top: 25px;
	left: 25px;
	display: none;
}
#contenu a:hover span{
	display: block;
}
#contenu span.titre{
    font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
	font-size: 16px;
	top: 30px;
	color:#FFF;
	font-weight: 400;
	z-index:2;
}
#contenu span.sous-titre{
	font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 90px;
	color:#FFF;
	font-weight: 300;
	z-index:2;
}

#contenu span.bg{
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background-image: url(images/gris_65.png);
	z-index:1;
	
}