@charset "iso-8859-1";
* {
    margin: 0;
    padding: 0;
  	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
    font-family: 'V2RFont';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'V2RFontBold';
    src: url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
	
body, html {
  height: 100%;
}

.myBody {
	background:#F2F2F2;
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
	font-family: V2RFont,Arial;
	font-size:10pt;	
}

.myBody2 {
#	background:#414141;
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
	font-family: V2RFont,Arial;
	font-size:10pt;	
}

.myBodyListe {
	background:#eee;
	margin:0px;
	padding:10px;
	height: 100%;
	width: 100%;
	font-family: V2RFont,Arial;
	font-size:8pt;	
}

.logo {
	position:absolute;
	#height:149px;
	padding:0px;
	margin:0px;
	text-align:center;
	top:8px;
	left:50%;
	margin-top:0px;
	margin-left:-100px;
}

.WAITINGOPAQUE {
	background-color:#FFFFFF;
	opacity: 0.90;
	color:#000000;
	margin:0px;
	padding:0px;
	font-family: arial;
	font-weight:bold;
	font-size:10pt;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
	vertical-align:center;
	display:none;	
}

.WAITING {
	color:#000000;
	margin:0px;
	padding:0px;
	font-family: arial;
	font-weight:bold;
	font-size:10pt;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 300px;
	height: 180px;
	margin-left: -150px;
	margin-top: -90px;
	text-align:center;
	vertical-align:center;
}

@-webkit-keyframes animSoleil{
    0%{-webkit-transform: scale(1.20) rotate(0deg);}
    50%{-webkit-transform: scale(1.3) rotate(180deg);}
    100%{-webkit-transform: scale(1.2) rotate(360deg);}
}
 
@keyframes animSoleil{
    0%{transform: scale(1.2) rotate(0deg);}
    50%{transform: scale(1.3) rotate(180deg);}
    100%{transform: scale(1.2) rotate(360deg);}
}

@-webkit-keyframes gaucheDroite{
    0%{-webkit-transform: scale(1.0) translateX(0%);}
    100%{-webkit-transform: scale(1.0) translateX(100%);}
}
 
@keyframes gaucheDroite{
    0%{transform: scale(1.0) translateX(0%);}
    100%{transform: scale(1.0) translateX(100%);}
}

@-webkit-keyframes rotating{
    0%{-webkit-transform: rotate(360deg)}
		100%{-webkit-transform: rotate(0deg)}
}
@keyframes rotating{
    0%{transform: rotate(360deg)}
		100%{transform: rotate(0deg)}
}

.titre {
	position:relative;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
}

.titre2 {
	position:relative;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
	font-family: V2RFontBold,Arial;
	font-size:26pt;	
	text-shadow: 1px 1px 2px black;
}

.conteneur {
	position:absolute;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	color:#FFFFFF;
	overflow:hidden;
}

.conteneurFond {
	position:absolute;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	top:0%;
	left:0%;
	overflow:hidden;
}

.imageFond {
	position:absolute;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	top:0%;
	left:0%;
	overflow:hidden;
	#background-image: url("");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 4000ms;
	transition: all 4000ms;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	will-change: transform, opacity;
	opacity:0;
}

.cadre {
	position:absolute;
	width:100%;
	height:260px;
	padding:0px;
	margin:0px;
	top:50%;
	left:0%;
	color:#FFFFFF;
	min-width: 640px;
	text-align:center;
	margin-top:-130px;
}

.cadreBis {
	position:absolute;
	width:100%;
	height:260px;
	padding:0px;
	margin:0px;
	top:50%;
	left:0%;
	color:#FFFFFF;
	min-width: 640px;
	text-align:center;
	margin-top:-130px;
}

.cadreFond2 {
	position:absolute;
	width:100%;
	height:260px;
	padding:0px;
	margin:0px;
	top:50%;
	left:0%;
	min-width: 640px;
	text-align:center;
	margin-top:-130px;
	background:#000000;
	opacity:0.25;
}

.cadreFond {
	position:absolute;
	width:100%;
	height:260px;
	padding:0px;
	margin:0px;
	top:50%;
	left:0%;
	min-width: 640px;
	text-align:center;
	margin-top:-130px;
	background:#eee;
	opacity:0;
}

.cadre2 {
	border:1px solid #FFFFFF;
	background:#CCC;
	padding:8px;
	COLOR:#212121;
	width:600px;
	#text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	#-webkit-border-radius: 10px;
	#-moz-border-radius: 10px;
	#border-radius: 10px;
		-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,1);
		-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,1);
		box-shadow: 2px 2px 5px 1px rgba(0,0,0,1);
	
}

.boutonSubmitBM {
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%);
    color: #ffffff;
    font-size: 12pt;
    font-family: V2RFontBold,Arial;
    padding: 8px;
    margin: 0px;
    cursor: pointer;
	border:0;	
	padding-left:16px;
	padding-right:16px;
}

.pied {
	position:absolute;
	width:100%;
	height:20px;
	padding:0px;
	margin:0px;
	bottom:8px;
	left:0px;
	text-align:center;
	color:#444;
}

.texte {
	position:relative;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
	padding:0px;
	text-align:center;
	color:#EEEEEE;
	#text-shadow: 1px 1px 1px rgba(0,0,0, 1);
}

.ajouterFichier {
	font-family: V2RFontBold,Arial;
	font-size:14pt;	
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:underline;
	text-align:center;
}

.DLFRAME {
		width:200px;
		height:24px;
		position:absolute;
		top:10px;
		left:10px;
		display:none;
}

/* DOWNLOAD BUTTON
   ================================================== */

.button {
    width: 400px;
    margin: 32px auto;
	cursor:pointer;
}

.button a {
    display: block;
    height: 50px;
    width: 400px;
    /*TYPE*/
	position: absolute;
    color: white;
    text-decoration: none;
    text-align: center;
	z-index: 2;
	text-shadow: 1px 1px 0px rgba(255, 255,255, 1);

    /*GRADIENT*/
	background-color: MediumSlateBlue;
    background-image: linear-gradient( white, rgba(255,255,255,0));
		 
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;	
}

.button a, p {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 2px;
}

.button a {
	-webkit-box-shadow: 2px 2px 5px 1px rgba(255,255,2,1);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,1);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,1);
	font-size:14pt;
	padding-top:12px;
	font-family: V2RFontBold,Arial;
	color:#000000;
}

p {
    background: #222;
    display: block;
    height: 40px;
    width: 380px;
    margin: 0px 0 0 10px;
    /*TYPE*/
    text-align: center;
    color: #fff;
    /*POSITION*/
    position: absolute;
    z-index: 1;
    /*TRANSITION*/
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* HOVER
   ================================================== */

.button:hover .bottom { margin: 40px 0 0 10px;line-height: 48px; }

.button:hover .top {
    margin: -30px 0 0 10px;
    line-height: 35px;
}

.button a:hover {
	background-color: LimeGreen;
}

