/* CSS Document */
#texte-accueil {
	float: left;
	width: 495px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div.bloc-gauche {
	float: left;
	width: 321px;
	margin-right: 5px;
}
#actus {
	float: right;
	width: 157px;
	margin-top: 20px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
#head-actus {
	width: 158px;
	background: #FFFFFF url(actu/head-actus.jpg) no-repeat;
	float: right;
	height: 19px;
}
#txt-actus {
	float: right;
	width: 149px;
	border-left: 1px dotted #d3e897;
	padding-right: 3px;
	padding-left: 6px;
	margin-top: 10px;
	text-align: center;
}
#foot-actus {
	background: #FFFFFF url(actu/foot-actus.jpg) no-repeat;
	float: right;
	width: 158px;
	height: 31px;
}
div.adresse {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(adresse.jpg);
	height: 46px;
	width: 324px;
	padding-top: 5px;
	float: left;
	margin-top: 30px;
}
img.titre {
	margin-right: 0px;
}
span.actus {
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
