/* CSS Document */

/*----------CENTRE ACCUEIL DIAPO--------*/
#annonc_diapo {
	margin:10px 0 10px 0;
}
.overflow_diaporama {
	float:left;
	width:630px;
	height:188px;
	overflow:hidden;
}
.overflow_diaporama ul{
	margin:0 0 0 10px;
}
.overflow_diaporama ul li{
	float:left;
	list-style:none;
	text-align: center;
}
.overflow_diaporama ul li a img{
	padding-right: 10px;
}
.overflow_diaporama ul li div.annonc_fich {
	clear: both;
}
.btn_retour,.btn_avance{
	display:block;
	width:19px;
	height:37px;	
	margin:25px 0 0 0;
}
.btn_retour {
	float: left;
	background:url(../img/commun/annonc_ico_flech_gch.gif) no-repeat;
}
.btn_avance {
	float: right;
	background: url(../img/commun/annonc_ico_flech_dte.gif) no-repeat;
}
