
body.ide
{
    background-color:transparent !important;
}

body.ide::before 
{    
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-size: cover;
    background-position:center center;
    background-color:#F8F8F8;   
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#ide_recover.button.ajax.exclamation {
  background-image: none;
  white-space:nowrap;
}

#btn_panelcl_ide_View .accepted::before
{
    content:'\f090';
}

#popup_reconnect
{
	max-width:400px;
}

#IE6message
{
	width:420px;
}

#navigator_info
{
	font-size:10px;
	line-height:20px;
	text-align:center;
	font-style:italic;
	color:#848484;
}

.mdp_forget
{
    font-size:10px;
}


.info_ide::before
{
	content: '\f2be';
	font-size:32px;	
	color:#606060;
	margin-left:-45px;
	position:absolute;
	
}


.info_ide.avec_titre::before
{
    margin-top:10px;
    font-size:40px; 
    margin-left:-55px;
}

.info_ide.avec_titre
{
    margin-left:55px;
    padding-bottom:15px;
    border-bottom:1px solid #E0E0E0;
    
}

.info_ide > div
{
    margin:0px;
    padding:0px;
    margin-top:8px;
    font-size:.75em;
}

.info_ide
{
	opacity:.7;
	font-size:18px;
	letter-spacing:-.5px;
	margin-left:50px;
	margin-bottom:10px;
    margin-top:15px;
}

.separator
{
    opacity:.7;
    font-size:14px;
    letter-spacing:1.5px;
    text-align: center;
    margin-bottom:10px;
    margin-top:15px;
}
