.Gtitre_actu {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
}
.titre_actu {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
}
.s-titre_actu {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
}
.s-titre_actu_ital {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
}
.txt_actu {
	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: #ffffff;
	font-style: italic;
}
.txt_actu_bold {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
}
/*LIENS TXT*/
a:link {
	color: #0090CE;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: #0090CE;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*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);
}
.habillage {
	position: relative;
	float: left;
	margin-right: 20px;
	top: -5px;
	margin-bottom: -5px;
}

.small-caps {
	font-variant: small-caps;
}