#CORP_ADMIN {
    min-height: 1595px;
    background-color: #e5e3eb;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
    padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

#CORP_ADMIN a {
	text-decoration: none;
    color: black;
}

#NO_ACCESS {
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #F44336;
    background-color: #e8e6ee;
    height: 1485px;
	padding-top: 120px;
}

.CATEGORIE_LISTE_ADMIN {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #e4e2ea;
    height: 25px;
    padding-top: 5px;
    width: auto;
    margin-top: 0px;
    margin-bottom: -10px;
	padding-left: 10px;
}

#LISTE_ADMIN td, th{
	border: 1px solid black;
	padding-left: 10px;
    padding-right: 10px;
}
#LISTE_ADMIN {
	border: 1px solid black;
	border-collapse: collapse;
}