@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:50px;
}
a img {
	border:none;
}
* a:focus {
	outline:none;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#bandeau_alert {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#003300;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}
#bandeau_alert2 {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}
#container {
	line-height:20px;
	margin-top:20px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#menu {
	margin-top:20px;
	padding:2px;
	padding-left:5px;
	background-color:#FFFFFF;
	color:#000000;
}
#menu a {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#menu a.on {
	font-weight:bold;
}
.fil { margin-top:10px;
	padding:2px;
	padding-left:5px;
	background-color:#FFFFFF;
	color:#000000;
}
.fil a {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.fil a:hover {
	text-decoration:underline;
}
form * {
	color:#000000;
	border:0px;
}
label {
	vertical-align:top;
	display:inline-block;
	text-align:right;
	margin-right:10px;
	width:200px;
	color:#FFFFFF;
}
input {
	display:inline-block;
	padding-top:2px;
	height:20px;
	width:200px;
}
.multiple {
	height:80px;
}
textarea {
	height:120px;
	width:615px;
}
select {
	height:20px;
	width:200px;
}
input.btn {
	cursor:pointer;
	color:#FFFFFF;
	background-color:#B55970;
}
input.check { width:20px; vertical-align:bottom; }
.msg_alert {
	color:#FF6600;
}
.alert {
	margin-top:10px;
	background-color:#CC3300;
	padding:2px;
	padding-left:5px;
	font-weight:bold;
}

/* POUR LES TABLO DE LISTING */
.listing {
	margin-top:10px;
}
.listing table {
	width:100%;
	background-color:#CCCCCC;
	border:1px solid #FFFFFF;
	border-collapse:collapse;
}
.listing table th {
	background-color:#CCCCCC;
	color:#000000;
	padding-right:10px;
	white-space:nowrap;
	border:1px solid #FFFFFF;
}
.listing table th.header {
	cursor:pointer;
}
.listing table th.headerSortUp { 
    background:url(../images/tablesorter/asc.gif) no-repeat right center; 
    background-color: #FFFFFF; 
}
.listing table th.headerSortDown { 
    background:url(../images/tablesorter/desc.gif) no-repeat right center; 
    background-color: #FFFFFF; 
}
.listing table td {
	padding:2px;
	background-color:#000000;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.listing table td.ajust {
	width:20px;
	text-align:center;
}
.listing table td.totaux {
	background-color:#CCCCCC;
	text-align:right;
	color:#000000;
	font-weight:bold;
}
/* FICHES */
.fiche_rose {
	border:1px solid #B55970;
	padding:10px;
}
.fiche_rose hr {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #B55970;
}
.fiche_vert {
	border:1px solid #778756;
	padding:10px;
}
.fiche_vert hr {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #778756;
}
.fiche_beige {
	border:1px solid #706d5d;
	padding:10px;
}
.fiche_beige hr {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #706d5d;
}
a.a_rose {
	margin-top:10px;
	display:block;
	background-color:#B55970;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}
a.a_vert {
	margin-top:10px;
	display:block;
	background-color:#778756;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}
a.a_beige {
	margin-top:10px;
	display:block;
	background-color:#706d5d;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}
.fiche_vert input.btn {
	background-color:#778756;
}
.fiche_beige input.btn {
	background-color:#706d5d;
}
