@charset "utf-8";

#diapo {
	height: 250px;
	width: 980px;
}
#diapo #legende_photo{
	height: 210px;
	width: 330px;
	position: absolute;
	z-index: 8888;
	background-image: url(fond_legende_photo.png);
	padding-top: 40px;
	padding-left: 10px;
}
#diapo #c_btn {
	height: 25px;
	width: 144px;
	position: absolute;
	left: 124px;
	top: 223px;
	z-index: 8888;
}
#diapo #c_btn #btn01,#btn02, #btn03, #btn04, #btn05{
	height: 25px;
	width: 20px;
	background-image: url(btn_norm.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
}
#diapo #c_btn #btn01{
	background-image: url(btn_select.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#diapo #c_photo {
	height: 250px;
	width: 980px;
	position: relative;
	z-index: 7777;
}
#diapo #photo_1,#diapo #photo_2,#diapo #photo_3,#diapo #photo_4,#diapo #photo_5 {
	height: 250px;
	width: 795px;
	position: absolute;
	left: 185px;
}
#diapo  #photo_2, #photo_3, #photo_4, #photo_5 {
	display:none;
}
#diapo #c_photo #legende_photo #titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#diapo #c_photo #legende_photo ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(puce_orange.png);
	line-height: 30px;
	padding-left: 15px;
}
