/** Diaporama photo **/

#diaporama {
	background: White;
	width: 286px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Le hack de l'antislash commenté
cache cette règle à IE5+-Mac \*/
* html #diaporama {
	margin-top: 10px;
}

#diaporama .photo {
	width: 100%;
	height: 100%;
	text-align: center;
	background: Silver;
}
#diaporama .photo_w286h330 {
	width: 100%;
	height: 330px;
	text-align: center;
	background: Silver;
}
#diaporama .photo_w286h381 {
	width: 286px;
	height: 381px;
	text-align: center;
	background: Silver;
}
#diaporama .video_w286h200 {
	width: 286px;
	height: 200px;
	text-align: center;
	background: Silver;
}

#diaporama .descr {
	width: 100%;
	text-align: center;
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
}

#diaporama ul { 
	list-style-type: none;
	/* Mozilla - Opera (286 - (nbBoutons * 25 + (nbBoutons - 1 ) * 10))/2 */
	padding-left: 113px;
 }
/* Le hack de l'antislash commenté
cache cette règle à IE5+-Mac \*/
* html #diaporama ul {
	padding-left: 78px;
}

#diaporama li {
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

#diaporama li a {
	display:block;
	width: 25px;
	height: 15px;
	text-indent: -1000em;
}
#diaporama li a:focus { outline: none; }

#diaporama li.zoom a { background: url(../images/diapo_b_agrandir_of.gif) no-repeat left top; }
#diaporama li.back a { background: url(../images/diapo_b_precedent_of.gif) no-repeat left top; }
#diaporama li.next a { background: url(../images/diapo_b_suivant_of.gif) no-repeat left top; }
#diaporama li.diapo a { background: url(../images/diapo_b_lancer_of.gif) no-repeat left top; }
#diaporama li.zoom a:hover { background: url(../images/diapo_b_agrandir_on.gif) no-repeat left top; }
#diaporama li.back a:hover { background: url(../images/diapo_b_precedent_on.gif) no-repeat left top; }
#diaporama li.next a:hover { background: url(../images/diapo_b_suivant_on.gif) no-repeat left top; }
#diaporama li.diapo a:hover { background: url(../images/diapo_b_lancer_on.gif) no-repeat left top; }



#diaporama_center {
	background: White;
	width: 704px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Le hack de l'antislash commenté
cache cette règle à IE5+-Mac \*/
* html #diaporama_center {
	margin-top: 10px;
}

#diaporama_center .photo {
	width: 100%;
	height: 100%;
	text-align: center;
	background: Silver;
}
#diaporama_center .photo_w286h330 {
	width: 100%;
	height: 330px;
	text-align: center;
	background: Silver;
}

#diaporama_center .descr {
	width: 100%;
	text-align: center;
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
}

#diaporama_center ul { 
	list-style-type: none;
	/* Mozilla - Opera (286 - (nbBoutons * 25 + (nbBoutons - 1 ) * 10))/2 */
	padding-left: 322px;
 }
/* Le hack de l'antislash commenté
cache cette règle à IE5+-Mac \*/
* html #diaporama_center ul {
	padding-left: 78px;
}

#diaporama_center li {
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

#diaporama_center li a {
	display:block;
	width: 25px;
	height: 15px;
	text-indent: -1000em;
}
#diaporama_center li a:focus { outline: none; }

#diaporama_center li.zoom a { background: url(../images/diapo_b_agrandir_of.gif) no-repeat left top; }
#diaporama_center li.back a { background: url(../images/diapo_b_precedent_of.gif) no-repeat left top; }
#diaporama_center li.next a { background: url(../images/diapo_b_suivant_of.gif) no-repeat left top; }
#diaporama_center li.diapo a { background: url(../images/diapo_b_lancer_of.gif) no-repeat left top; }
#diaporama_center li.zoom a:hover { background: url(../images/diapo_b_agrandir_on.gif) no-repeat left top; }
#diaporama_center li.back a:hover { background: url(../images/diapo_b_precedent_on.gif) no-repeat left top; }
#diaporama_center li.next a:hover { background: url(../images/diapo_b_suivant_on.gif) no-repeat left top; }
#diaporama_center li.diapo a:hover { background: url(../images/diapo_b_lancer_on.gif) no-repeat left top; }
