/* ~~~ Diaporama ~~~ */
.diapo_BtM {
	float:right;
	margin-bottom:20px;
	height:20px;
}
.diapo_BtM a {
	text-decoration:none !important;
	cursor:pointer;
	margin-left:10px;
	display:inline-block;
	padding:4px 10px;
	vertical-align:text-top;
	border-top: solid 1px #fff3;
	border-left: solid 1px #fff3;
	border-radius:6px;
}
.diapo_BtM a:hover{
	background-color: #9537;
}
.diapo_BtM a.actif{
	color: #FF5500 !important;
	background-color: #9552;
}
.diapo_BtM img{
	margin:0 0 -6px 6px;
	height:22px;
	border-radius:2px;
}
.diapo_BtM img.actif{
	background-color: #f70;
}
/* ~~~ Diaporama H ~~~ */
.diapo_Cdr{
	text-align:center;
	margin:0 auto 20px;
	display:table;
	clear:right;
	width:100%;
}
.diapo_Pho{
	height:auto;
	max-height:480px;
	max-width: calc(100% - 120px);
	-webkit-border-radius:6px;border-radius:6px;
}
.diapo_Cdr .diapo_Flg{
	margin-top:180px;
	position:relative;
	visibility:hidden;
}
.diapo_Cdr .diapo_Fld{
	margin-top:180px;
	position:relative;
	visibility:hidden;
}
.diapo_Flg{
	float:left;
	margin-top:10px;
	margin-right:5px;
	cursor:pointer;
}
.diapo_Fld{
	float:right;
	margin-top:10px;
	margin-left:5px;
	cursor:pointer;
}
.diapo_Ctr{
	margin-bottom:20px;
	height:126px;
	width:calc(100% - 96px);
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}
.diapo_Ctu{
	display:inline-block;
}
.diapo_Ctu a{
	margin:0 3px;
}
.diapo_Ctu img{
	height:100px;
	border:2px solid transparent;
	-webkit-border-radius:6px;border-radius:6px;
}
.diapo_Ctu img:hover{
	border-color:#f00 !important;
}
.diapo_Mag{
	border-right:solid 2px transparent;
	-webkit-border-radius:6px;border-radius:6px;
}
.diapo_Mad{
	border-left:solid 2px transparent;
	-webkit-border-radius:6px;border-radius:6px;
}	 
/* ~~~ Diaporama M ~~~ */
.diapo_Mos{
	text-align:center;
	margin:auto;
	clear:both;
}
.diapo_Mos img{
	margin:4px;
	cursor:pointer;
	border:2px solid transparent;
	-webkit-border-radius:6px;border-radius:6px;
}
.diapo_Mos img:hover{
	border-color:#f00 !important;
}
.diapo_Leg{
	text-align:center !important;
	height:32px; 
}
.imgOne{
	float:left;
	margin-right:10px;
	cursor:pointer;
	border:2px solid transparent;
	-webkit-border-radius:6px;border-radius:6px;
}
.imgOne:hover{
	border-color:#f00 !important;
}
/* ~~~ Full screen ~~~ */
.full_Cdr{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#f0f0d0;
	background-color:#31302e;
	cursor:pointer;
	z-index:999;
}
#full_Pho{
	max-height:calc(100% - 95px);
	max-width:calc(100% - 80px);
	margin-top:40px;
	-webkit-border-radius:6px;border-radius:6px;
}
#full_Fclose {
	float:right;
	position:fixed;
	right:0;
	margin-left:-40px;
	cursor:pointer !important;
	font-size:40px;
	-webkit-border-radius:6px;border-radius:6px;
}
#full_Fclose:hover {
	background-color:#b8b8b8 !important;
}
.full_Fpg {
    cursor: pointer;
    float: left;
    font-size: 40px;
    position: fixed;
    left: 0;
    top: calc(50% - 40px);
    visibility: hidden;
}
.full_Fpd {
    cursor: pointer;
    float: right;
    font-size: 40px;
    position: fixed;
    right: 0;
    top: calc(50% - 40px);
    visibility: hidden;
}
#full_Leg > p{
	padding:0 20px;
}
.mask{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	cursor:not-allowed;
}
