/* td - habillage, en-tête */
.centre-diaporama-haut
{
	
}

/* td - habillage, arrière-plan du contenu */
.centre-diaporama-milieu
{
	border:1px solid #4D5050;
	border-bottom:none;
	width:752px;
	padding:0px;
}

/* td - habillage, pied de page */
.centre-diaporama-bas
{
	border:1px solid #4D5050;
	border-top:none;
	width:750px;
	padding:3px 0px;
	background:#161616;
}



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:100%; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width:100%;
margin:0;
padding:0;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:left;
}

.pagination{
width:740px;
padding:0;
margin:0;
margin-left:5px;
text-align:center;
}

.toc {
	display:block;
	margin:5px;
	width:8px;
	height:8px;
	background: url(images/rond.png) no-repeat 50% 50%;
}

.toc:hover, .selected{
	background: url(images/rond_hover.png) no-repeat 50% 50%;
}

.next 
{
	display:block;
	width:10px;
	height:10px;
	background: url(images/next.png) no-repeat;
}
.next:hover{
	/* background: url(images/next_hover.png); */
}

.prev 
{
	display:block;
	width:10px;
	height:10px;
	background: url(images/prev.png);
}
.prev:hover{
	/* background: url(images/prev_hover.png); */
}