#menu_list li.menu-7 {
	border-bottom:4px solid #019edf;
	background:#e3e3db;	
	color:#545442;
}

div#compte_top {
	position:relative;
	width:97%;
	min-width:230px;
	overflow:hidden;
	height:auto;
	margin:10px 0 5px 0;
	padding:3px 5px;
	background:#eaeaea;
	border:1px solid #d8d8d8;
}
p.espace_username {
	position:relative;
	float:left;
	margin:0; padding:0;
	min-width:200px;
	overflow:hidden;
	height:30px;
	background:url(../img/public/ep_compte.png) center left no-repeat;
	text-indent:35px;
	padding-top:10px;
	font-size:0.9em;
}
p.espace_logout {
	position:relative;
	float:right;
	margin:0; padding:0;
	max-width:30px;
	width:30px;
	height:30px;
	padding-top:10px;
	background:url(../img/public/ep_logout.png) center right no-repeat;
}
p.espace_logout a {width:100%;height:100%;display:block;}

.liste_session {
	width:100%;
	display:table;
	padding:5px 0;
}

.ligne_session, .ligne_entete {
	width:100%;
	display:table;
}
.ligne_col {
	float:left;
	padding:1%; margin:1px;
}
.entete_session {background:#003e60;}
.entete {font-size:0.9em;font-style:italic;margin:0;border-right:1px solid #FFF;color:#FFF;}
.entete.ligne_finacces {border-right:none;}
.ligne {font-size:0.9em;}

.ligne_nom {width:40%;}
.ligne_date {width:20%;}
.ligne_nbdoc {width:12%;}
.ligne_finacces {width:18%;}
.center {text-align:center;}

.ligne_session:hover {background:#efefef;}
.ligne_session a {display:block; width:100%; height:100%;color:inherit;text-decoration:none;}


.ligne_nomdoc {width:55%;padding-left:30px;}
.ligne_mel {width:21%;}
.ligne_action {width:5%;min-width:30px;border-right:none;}

div#ep_contenu img {width:auto;}


p.erreur {
	background:#ffb4b4;
	color:#CC0000;
	text-indent:25px;
	padding:3px 5px;
	margin: 0 0 15px 0;
}
p.erreur.center {text-indent:0px;}
.info_valide {
	width:96%;
	border:1px dashed #009900;
	background:#99FF99;
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding:0 1%;
}

.bouton_envoyer {
	border:none;
	width:180px;height:50px;
	margin:0 auto;
	color:#FFF;
	cursor:pointer;
	background:url(../img/public/btn_envoyer.png) center no-repeat;
}