/*Page*/
/*body{
	padding:50px;
	font-family:Arial;
	text-shadow:1px 1px 0 #fff;
	font-weight:normal;
	color:#bbb;
	background:#666
}*/

#accueil-galerie a {
	outline:none
}
#accueil-galerie ul {
	margin:0;
	padding:0;
}
#accueil-galerie p {
	font-style:normal;
	text-shadow:none
}
/* Styles*/
.jDiaporama {
	position:relative;
}
.jDiaporama ul {
	/*-moz-box-shadow:1px 1px 0.5em #222;effet ombre sur le bloc*/
	overflow:hidden;
}
.jDiaporama li {
	list-style-type:none;
	overflow:hidden;
	position:absolute
}
.jDiaporama li img {
	display:block
}
.jDiaporama li .desc {
	width:982px;
	height:80px;
	position:absolute;
	bottom: 0;
	left: 0;
	display:none;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 20px 5px 20px;
	background:url(img/back_desc.png) repeat;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back_desc.png', sizingMethod='scale');
	color:#ffffff;
	_background-image:none;
	
}
.text-diapo1{
	font-size:36px;
}
.text-diapo2{
	font-size:14px;
}
.jDiaporama li .title {
	position:absolute;
	/*top: 0; left: 0;*/
	bottom: 0;
	left: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
}
.jDiaporama li .count {
	position:absolute;
	top: 0;
	right: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
}
.jDiaporama_controls {
	display:none;
}
.jDiaporama_controls a {
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:block;
	margin:0 3px;
	position:absolute;
}
.jDiaporama_controls .prev {
	background:url(img/controls2.png) no-repeat bottom;
	_background:url(img/controls.gif) no-repeat bottom;
	top:130px;
	/*top:50%;
	margin-top:-16px;*/
	height:32px;
	width:32px;
	left: 10px
}
.jDiaporama_controls .next {
	background:url(img/controls2.png) no-repeat top;
	_background:url(img/controls.gif) no-repeat top;
	top:130px;
	/*top:50%;
	margin-top:-16px;*/
	height:32px;
	width:32px;
	right: 10px
}
.jDiaporama_controls .pause {
	background:url(img/playpause.png) no-repeat top;
	_background:url(img/playpause.gif) no-repeat top;
	/*width:64px;
	height:48px;*/
	width:95px;
	height:95px;
	left:50%;
	top:30%;
	margin-left:-32px;
	margin-top:-24px;
}
.jDiaporama_controls .play {
	background:url(img/playpause.png) no-repeat bottom;
	_background:url(img/playpause.gif) no-repeat bottom;
	/*width:64px;
	height:48px;*/
	width:95px;
	height:95px;
	left:50%;
	top:30%;
	margin-left:-32px;
	margin-top:-24px;
}
/**** Status ****/

.jDiaporama_status {
	/*text-align:center;
	margin-top:10px;*/
	text-align:left;
	position:absolute;
	/*left:50%;*/
	display:none;
	right:20px;
	bottom:15px;
}
.jDiaporama_status a {
	background:url(img/bullets.png) no-repeat left;
	_background:url(img/bullets.gif) no-repeat left;
	float:left;
	/*width:10px;
	height:10px;*/
	width:13px;
	height:12px;
	text-indent:-9999px;
	margin-right:5px;
}
.jDiaporama_status a.active, .jDiaporama_status a:hover {
	background:url(img/bullets.png) no-repeat right;
	_background:url(img/bullets.gif) no-repeat right;
}
