#menuAdmin{
	position:absolute;
	top: 50px;
	right: 0px;
	width: 100px;
	height: 300px;
	background-color:#DF0000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 150;
        border: 2px solid #666666;
        padding: 5px;
}

#menuAdmin a{
	color: #ffffff!important;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
        padding: 0 2px 0 2px;
        margin: 5px 0 0 0;
	width: 100%;
	display:block;
}

#menuAdmin a:hover{
	background-color: #ffffff!important;
	color:#DF0000!important;
}

#menuAdmin h2{
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

ul.rubriqueAdmin {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 0 0;
	background-color: #FFEFF0;
	border: 1px solid #DDDDDD;
}

ul.rubriqueAdmin li{
	font-size: 12px;
	margin: 5px 0 0 25px;
	font-weight: normal;
	list-style: square outside;
}

ul.rubriqueAdmin a{
	font-weight: normal;
	font-size: 10px!important;
	margin: 0 0 0 5px;
}

h1.admin {
	z-index: 0;
	position: relative;
	background: url(../img/fleche_rouge.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-size: 16px;
	margin-top: 30px;
	padding: 5px 0 0 20px;
	color:#DF0000;
	border-bottom: 2px solid #DF0000;
}
*html h1.admin {
	margin-top: 0!important;
}
h1.admin span{
	color: #666666;
	font-size: 9px;
	margin:0 0 0 10px;
}
a.admin img{
	border: 0;
	margin: 0;
	padding: 0 5px 0 5px;
}
a.admin{
        text-decoration: none;
	margin: 0;
	padding: 0;
	color: #DF0000;
        font-weight:bold;
        font-size: 12px;
}

a.admin:hover{
	color: #ffffff;
	background-color:#DF0000;
        text-decoration: none;
}

div.liste_pair, div.liste_impair {
	position: relative;
	display: block; 
	width: 97%;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px;
	margin: 5px 0 5px 0;
	font-size: 12px;
	height: 120px;
	color: #555555;
}
div.liste_pair h2, div.liste_impair h2{
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 2px;
	border-bottom: 1px solid #bbbbbb;
        border-top: 1px solid #bbbbbb;
	color: #555555;
        font-family: trebuchet ms;
        font-size: 13px;
	background-color: #FFFFFF;

}
div.liste_pair p, div.liste_impair p{
	font-size: 11px;
	width: 70%;
}
div.liste_pair img, div.liste_impair img{
	position: absolute;
	top: 25px;
	right: 5px;
}

div.liste_pair {
	background-color: #EFEFEF;
}

div.liste_impair {
	background-color: #DDDDDE;
}

div.liste_pair span, div.liste_impair span{
	position: absolute;
	bottom: 0;
	right: 0;
}

div.personne_pair, div.personne_impair {
font-size: 10px;
color: #333333;
height: 20px;
border-top: 1px solid #555555;
position: relative;
padding: 2px 0 0 3px;
}

div.personne_pair span, div.personne_impair span{
position: absolute;
top: 3px; right: 0;
}

div.personne_pair {
background-color:#B3DFEF;
}
div.personne_impair {
background-color:#DFF7FF;
}


table.list_admin{
	width: 100%;
}
table.list_admin thead{
	font-size: 12px;
	text-align: left;
	background-color: #555555;
	color: #FFFFFF;
	font-weight: bold;
}
table.list_admin thead td{
	padding: 2px;
}
table.list_admin tbody{
	font-size: 9px;
}
table.list_admin tbody tr.pair{
	background-color: #efefef;
}

table.list_admin tbody tr.impair{
	background-color: #fdfdfd;
}
.important{
	background-color: #FFCC00!important;
	color: #000000;
}
p.info img{
	margin: 0 2px 0 15px;
}
.info a{
	color: #555555;
	font-weight: bold;
}
p.info{
	font-style: italic;
	font-size: 20px;
	color: #AFAFAF;
}