#mod_espace_client {
	overflow: auto;
	}

	#menu_esp_cli {
	width: 250px;
	background: white;
	list-style-type:none;
	padding: 10px ;
	float:left;
}

#menu_esp_cli li{
margin: 5px 0;
}
#compte_content {
	
	overflow:auto;
	margin-left : 290px;
}
body.noir #menu_esp_cli {
background-color: #444;
}
body.noir #compte_content {
color: #ffffff;
}



.bggreen {
    background : green;
    width: 15px;
    height: 15px;
}
.bggrey {
    background : grey;
    width: 15px;
    height: 15px;
}
.bgred {
    background : red;
    width: 15px;
    height: 15px;
}
.bgorange {
    background : orange;
    width: 15px;
    height: 15px;
}
.bgblue {
    background : blue;
    width: 15px;
    height: 15px;
}
.icowarning {
    background : url('../images/icons/icowarning.gif');
    width: 15px;
    height: 15px;
}
.iconactive {
    background : url('../images/icons/active.png') no-repeat;
    width: 15px;
    height: 15px;
}
.iconinactive {
    background : url('../images/icons/inactive.gif') no-repeat;
    width: 15px;
    height: 15px;
}
.txt_gestion_ets {
    text-align:center;
    background: white;
    padding: 20px;
    border: 1px solid #CF3319;
    margin : 30px 0;
}
.txt_gestion_ets .button {
       background: #CF3319;
       color:white;
       border:1px solid white;;
       padding: 10px;
}
.txt_gestion_ets .button:hover {
       background: white;
       color:#CF3319;
       border:1px solid #CF3319;;
       padding: 10px;
}




.redir_pdf_overlay_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background : rgba(0,0,0,0.8);
  z-index: 100;
}
.redir_pdf_overlay_txt {
  padding-top: 50px;
  text-align: center;
  color:white;
}


@media only screen and (max-width : 870px) {

#menu_esp_cli {
	float:left;
	clear: both;
}
	#compte_content  {
	float:left;
	overflow: auto;
	margin: 10px 0 0 0;
}

}