body {
	background-color: #04516d;
	overflow: hidden;
}

select#listmodele,
select#listimages {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto !important;
	border-radius: 5px;
	height: 30px;
	width: 200px;
}


div#global {
	position:relative; 
	margin-top: -25px;
	margin-bottom: auto;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

		
div#menu {
	position:fixed;
	/*float:left;*/
	width:100px;
	height:100%;
	margin-top: -28px;
	margin-left: -10px;
	background-color:#FF6699;
}

	
div#telephone {
	position:absolute;
	/*float:right;*/
	width:440px;
	height:100%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	display: block;
	margin-top: 50px;
}

		
div#vignettes {
	width:calc(100% - 450px);
	height:75%;
}


div#outils {
	position: fixed;
	top: 100%;
	width: calc( 100% - 450px );
	margin-top:-250px;
}


#smartphone {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}


#popup-Dropbox {
	position:absolute;
	/*display:hidden;*/
	top:50%;
	width:440px;
	height:850px;
	float: right;
	background-color:#abc;
	z-index:2;
	padding:5px;
	float:right;		
	right: 0px;
	top:20px;
	opacity:0;
}


#popup-Glisser {
	position:absolute;
	top:730px;
	width:364px;
	height:100px;
	background-color:#fff;
	z-index:2;
	padding:5px;
	float:bottom;		
	right:40px;
	opacity:1;
	border-radius: 0px 0px 30px 30px;
	padding-top: 20px;
	text-align: center;
	color:#aaa; font-size:25px; 
	font-family:Arial; 
	text-shadow:#ccc 1px 1px 2px; 
	display:none;
}


#overlay-Dropbox {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background : #000;
	/*opacity : 1;*/
	filter : alpha(opacity=60);
	z-index : 1;
	display: none;
}


#overlay-Apercu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1001;
}


.popup_Apercu{
	background: #fff;
	position: relative;
	margin: 10% auto;
	width: 500px;
	height: 700px;
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px;
}


#overlay-Calendrier {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.popup_Calendrier {
	background: #fff;
	padding: 20px;
	border: 20px solid #ccc;
	position: relative;
	margin: 10% auto;
	width: 30%;
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px;
	height: 250px;
}


#modalCalendrier{
	display: none;
}


#modalCalendrier:checked + #overlayCaldendrier{
	display: block;
}


.contenu {
	float: left; 
	margin: 20 0 0 0px;
}


.my_btn_close {
    	float: right;
    	margin: -55px -55px 0 0;
	width: 50px;
	height: 50px;
}


#mydiv {
	position: absolute;
	z-index: 9;
	background-color: #f1f1f1;
	text-align: center;
	border: 1px solid #d3d3d3;
	top: 15px;
	height: 150px;
}
				

#mydivheader {
	padding: 1px;
	cursor: move;
	z-index: 10;
	background-color: #2196FD;
	font-size: 8px;
	color: #fff;
	height: 12px;
}


img {	
	width: 110px;
	height: 150px; 
}		
