@charset "utf-8";
/* CSS Document */

BODY{
	background-image:url(images/fond.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:0px;
}

.client{
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}

.client:hover{
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	text-align:center;
	text-decoration:underline;
}
.textehomepage{
	font-family:Arial;
	font-size:11px;
	color:#000;
	text-align:justify;
}

.textehomepageorange{
	font-family:Arial;
	font-size:11px;
	color:#ff7d09;
	text-align:justify;
}

.textehomepageorange2{
	font-family:Arial;
	font-size:14px;
	color:#ff7d09;
	font-weight:bold;
	text-align:justify;
}
.datenews{
	font-family:Arial;
	font-size:11px;
	color:#ff7d09;
	font-weight:bold;
	text-align:justify;
	width:100px;
	vertical-align:top;
}
.textenews{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	text-align:justify;
}
.foot{
	font-family:Arial;
	font-size:11px;
	color:#2a2a2a;
}
.footorange{
	font-family:Arial;
	font-size:11px;
	color:#ff7d09;
}
.lien{
	font-family:Arial;
	font-size:11px;
	color:#ff7d09;
	text-decoration:underline;
}
.lien:hover{
	font-family:Arial;
	text-decoration:none;
	font-size:11px;
	color:#ff7d09;
}

.lien2{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
.lien2:hover{
	font-family:Arial;
	text-decoration:none;
	font-size:11px;
	color:#fff;
}