@charset "utf-8";

table.notif td.vide {
	border: 0;
}

table.notif {
	border: 0;
	width: 100%;
	border-collapse: collapse; 
}

table.notif td {
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	text-align:right;
}

table.notif td.bordbas {
	border-bottom: 1px solid black;	
}

table.notif td.bordbasdroit {
	border-bottom: 1px solid black;	
	border-right: 1px solid black;	
}

table.notif td.borddroit {
	border-right: 1px solid black;
}

table.notif td.titre {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align:left;
}

table.notif th {
	border:0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	background-color: #cbe8b0;
}

table.notif th.g {	
	border-left: 1px solid black;
}

table.notif th.d {	
	border-right: 1px solid black;	
}

table.notif tr.d0 td {
	background-color: #FEFEF2;
}
table.notif tr.d1 td {
	background-color: #DFF1CF;
}


table.tabbord tr.d0 td {
	background-color: #FEFEF2;
}
table.tabbord tr.d1 td {
	background-color: #DFF1CF;
}

.pave {
position: relative;
padding: 5px;
font-size: 14px;
width: 90%;
/*left: 5%;*/
margin-top: 10px;
display: none;
text-align: center;
}

.titrepave {
position: relative;
margin-bottom:0;
margin-left:10px;
margin-right:10px;
margin-top: 30px;
padding-bottom: 5px;
background-color: #ffffff;
height: 20px;
font-weight: bold;
border-bottom: 1px solid #999999;
text-align: left;
}

#zone_option .titrepave a{
color:#000000;
}
