

.waiting{
	position:absolute;
	width:100%;
	height:523px;
	left:0;
	background-color:black;
	z-index:1000;
	text-align:center;
	color:white;
	font-size:1.2em;
	font-weight:bold;
}
.waiting .image{margin:150px 0 20px 0;}

.diaporama-liste {
	font-size: 0.8em;
	position:absolute;
	overflow:hidden;
	margin:0 0 5px 0;
	right:20px;
	top:70px;
	z-index:100;
	width:1000px;
	color:white;
}
.diaporama-liste ul{
	float:right;
	list-style-type:none;
}
.diaporama-liste li{
	float:left;
}
.diaporama-liste li.separateur{
	padding:0 15px 0 15px;
}
.diaporama-liste li a{
	color:white;
	text-decoration: none;
	font-weight: bold;
}
.diaporama-liste li a:hover,
.diaporama-liste li a.selected{
	color:#AAADB1;
}

#actus_acc {
	position: absolute;
	right: 35px;
    top: 116px;
	width: 344px;
	height: 366px;
	background:url("../../images/css/structure/bg_actus.png") 0 0 no-repeat transparent;
}

#actus_acc .scroll {
	margin-left: 24px;
    margin-top: 57px;
    margin-right: 10px;
}
#actus_acc ul li{
	list-style-type: none;
	margin-bottom: 25px;
}
#actus_acc ul li .titre {
	font-size: 0.9em;
    margin-bottom: 10px;
}
#actus_acc ul li .description {
	font-size: 0.9em;
    margin-bottom: 10px;
    text-align: justify;
}
#actus_acc ul li .plus {
	margin-bottom: 15px;
}
#actus_acc ul li .titre a,
#actus_acc ul li .plus a,
#actus_acc ul li {
	color: white !important;
}


#btn_actus {
    height: 365px;
    position: absolute;
    right: 0;
    top: 117px;
    width: 35px;
}









