.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: #000000;
}
.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: #000000;
}
.txt_actu_14 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
}
.txt_actu_10 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #000000;
}
.txt_actu_blanc {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #FFFFFF;
}
.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: #0033FF;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
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:#FFFFFF;
	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:#FFFFFF;
	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;
	
}
._filetV {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*rollover background*/
.tablebg{
	/*background-image: url(images/gris_65.png);*/
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3E3E3E;
	padding-right: 20px;
	padding-top: 5px;
	
}

.tablebg:hover{
  background-image: url(images/gris_65.png);
}