@charset "utf-8";
/* CSS Document */
/*Aide en overlay*/
#menu_infos {position:absolute; left:0; top:0; width:100%; height:100%; overflow:auto; background-color: #EEE;}
#entete{position:relative; top:0; left:0; width:100%; height:32px; z-index:990; }
#pdp{position:fixed; bottom:0; left:0; width:100%; height:26px; z-index:990; }
#quid_img {position:absolute; top:0; left:0; width:100%; height:100%; z-index:996; display:none; }
#aide {position:absolute; top:0; left:0; width:100%; height:100%; z-index:997; display:none;}
#aide div#overlay {position:fixed; bottom:0; left:0; width:100%; height:50%; z-index:999; font-size:15px; font-family:Verdana;
                   background-color:#E7EFF9; opacity:1; color:#000; padding: 0.5em 1em; overflow:auto; border:2px navy dashed;}
#aide p { padding:2px 0; margin:0; }									 
#aide p span { font-size:15px !important; font-family:Verdana !important; }
#aide img#snapshot {
    position: fixed; 
    display: block; 
    width: 100%; 
    height: 100%;
    max-width: 1440px;
    max-height: 990px;
    z-index: 998;
}
#opts_menu {position:absolute; top:36px; left:50%; width:230px; height:auto; margin-left:-115px; background-color:#D8D8D8; 
						padding: 0; font-family: Verdana; font-size:14px; z-index: 50 !important;}
#opts_menu p { padding:0; margin: 6px 0; }
p.sub_header { padding:4px 8px !important; }
p.opt { padding:2px 8px !important; border:1px dashed #444; background-color:#D8D8D8; z-index:988; }
.bd { border-right: 3px solid #000 !important; }
.bg { border-left: 3px solid #000 !important; }
p.opt img { padding-right:2px; display: inline-block; vertical-align: middle; }

.quid {position:absolute; width:auto; max-width:400px; height:auto; padding:4px; top:0; left:0; z-index:988;
			 text-wrap:normal; word-wrap:break-word; background-color:#D8D8D8; border:2px navy dashed; }
.quid p { text-indent:8px; margin:4px 0; }
/*.quid p:hover {text-shadow: 0 0 .9px #333, 0 0 .9px #333, 0 0 .9px #333; }*/
.pseudo_bold {text-shadow: 0 0 .65px #000, 0 0 .65px #000; }
.decal {
  background: url('../interface/fle_decal.png') no-repeat;
  background-position: -8% 48%;
  padding-right:4px;
}
/*div qui sert de ligne */
div.line{
	-webkit-transform-origin: 0 10%;
		 -moz-transform-origin: 0 10%;
					transform-origin: 0 10%;
							 
	height: 6px;
	background: #B3C1D7; 
	opacity: 0.7;
	box-shadow: 0 0 2px #000; 
}
/*Fin de l'aide en overlay==================================================================================================================*/
