#div_form_login{
	
}

#div_form_codeauth{
	display:none;
}

#div_terminal{
	display:none;
	position:absolute;
}

#div_terminal_text{
	
}

#div_plugin{
	display:none;
}

#div_maintenance{
	display:none;
}

#div_message_box{
	display:none;
}

#lien_plugin{
	visibility:hidden;
}



.download-bubble-ie {

 left:51%;
 bottom:60px;
 margin:1em 0 2em;
}

.download-bubble-chrome {

 left:20px;
 bottom:0;
 margin:1em 0 1.4em;
}
.download-bubble-safari {

 right:40px;
 top:0;
 margin:1em 0 2em;
}
.download-bubble {
	z-index:1000;
 position:absolute;
 width:530px;
 padding:15px;
 color:#2b2b30;
 font-size:17px;
 font-weight:300;
 background:#fff;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 border-style:solid;
 border-width:1px;
 border-color:#b8cbdb;
}
.download-bubble.top:after {
 top:-9px;
 right:45px;
 bottom:auto;
 left:auto;
 border-width:0 10px 10px;
 border-color:#fff transparent;
 z-index:1;
}
.download-bubble:after {
 content:"";
 position:absolute;
 bottom:-9px;
 left:45px;
 border-width:10px 10px 0;
 border-style:solid;
 border-color:#fff transparent;
 display:block;
 width:0;
 z-index:1;
}
.download-bubble.top:before {
 top:-11px;
 right:45px;
 bottom:auto;
 left:auto;
 border-width:0 10px 10px;
 border-color:#b8cbdb transparent;
 z-index:0;
}
.download-bubble:before {
 content:"";
 position:absolute;
 bottom:-11px;
 left:45px;
 border-width:10px 10px 0;
 border-style:solid;
 border-color:#b8cbdb transparent;
 display:block;
 width:0;
 z-index:0;
}
