body
{
	margin: 0px;
	font-family: Trebuchet MS, Arial, sans;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
}

a
{
	text-decoration: none; 
	color: #000088;
}

a:hover
{
	background-color: #FFFFcf;
}

a:active
{
	color: #0000FF;
}

h1
{
	color: #7F7F7F;
	font-size: 20px;
	margin: 0px;
}

h2
{
	color: #000000;
	font-size: 16px;
	margin: 0px;
}

h3
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h4
{
	color: #000000;
	font-size: 13px;
	margin: 0px;
}

input, textarea, select, button
{
	border: 1px solid #AAAAAA;
	font-family: Trebuchet MS, Arial, sans, helvitica;
	font-size: 12px;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 0px;
}

input[type="checkbox"], input[type="radio"]
{
   background: transparent;
   border: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus
{
   background: transparent;
   border: 0;
}
 
input[disabled], textarea[disabled], select[disabled]
{
	background-color: #DDDDDD;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #FFFFcf;
	border: 1px solid #777777;
}
 
img
{
	border: none;
	vertical-align: middle;
}

textarea 
{
	overflow:auto;
}

.login
{
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -190px;
	width: 380px;
	text-align: center;
	padding: 20px;
	border: 1px dashed #DDDDDD;
	background-color: #FFFFFF;
}

.login form
{
	display: block;
	clear: both;
}

.boiteplus
{
	border: 1px dotted #CCCCCC;
	background-color: #ededed;	
	background-image: url(img/fondboiteplus.png);
	background-repeat: repeat-x;
	padding: 10px;
}

.boiteplus:hover
{
	border: 1px dotted #999999;
}

.boiteplusinfo
{
	position: absolute;
	left: 29%;
	background-color: #ededed;	
	background-image: url(img/fondboiteplus.png);
	background-repeat: repeat-x;
	padding: 10px;
	border: 5px solid #9F9F9F;
	z-index: 90;
	width: 500px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boiteplusinfo textarea, .boiteplusinfo input[type="text"]
{
	width: 100%;
}

.tableau tbody tr:hover
{
	background-color: #FFFFcf;	
}

.tableau tfoot
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.tableau thead
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #AAAAAA;
}

.tableau td
{
	border-collapse: collapse;
	border-bottom: 1px dashed #AAAAAA;
}

.tableau
{
	width: 100%;
	margin: auto;
	border: none;
	border-collapse: collapse;	
	clear: both;
}

.balise
{
	float: right;
	width: 200px;
	margin: 0px 0px 10px 10px;
	text-align: center;
	padding: 5px;
	border: 1px dashed #DDDDDD;
	background-color:#FFFFcf;
}

.info
{
	position: fixed;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFcf;
	padding: 5px;
	width: 60%;
	left: 20%;
	top: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.9;
	-moz-opacity:0.9;
	filter : alpha(opacity=90); 
	z-index: 1000;
}

.page
{
   width: 100%;
   background-color: #FFFFFF;
   margin: auto;
}

.boutonhaut:hover
{
	background-color: #CEDCEA;
}

.boutonhaut a
{
	display: block;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 75px;
	text-align: center;
}

.boutonhaut
{
	float:left;
	height: 75px;
	overflow: hidden;
	text-align: center;
}

.menu_info
{
	float:right;
	height: 65px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: center;
	color: #2C3D4F;
	font-size: 14px;
	font-weight: bold;
}

.menu_info table
{
	border: 1px solid #9F9F9F;
	background-color: #FFFFFF;
	width: 140px;
	height: 12px;
}

.menu_info td.rempli
{
	border: 1px solid #6B95BF;
	background-color: #8EAECF;
}

.menu_info td.remplitrop
{
	border: 1px solid #6F0707;
	background-color: #DF0D0D;
}

.menu a:hover
{
	color: #000000;
	font-weight: bold;
	background-color:#f9f9f9;
	border: 1px solid #BBBBBB;
}

.menu a
{
	display: inline-block;
	color: #555555;
	font-weight: bold;
	background-color: transparent;
	padding: 3px;
	height: 18px;
	margin: 0px;
	border: 1px solid transparent;
}

.menu
{
	background-image: url(img/fondmenu.png);
	background-repeat: repeat-x;
	background-color:#c5c5c5;
	padding: 0px;
}

.menufichier a:hover
{
	color: #000000;
	background-color:#f9f9f9;
	border: 1px solid #BBBBBB;
}

.menufichier a
{
	display: inline-block;
	color: #555555;
	background-color: transparent;
	padding: 4px;
	margin: 0px;
	border: 1px solid transparent;
}

.menufichier
{
	border: 1px solid #EEEEEE;
}


.form_recherche
{
	float: right;
	padding-top: 2px;
	margin: 0px;
	height: 25px;
}

.form_recherche input
{
	font-size: 10px;
}

.form_recherche input[type=image]
{
	background-color: transparent;
	border: none;
}

.hautpage a
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
}

.hautpage
{
	width: 100%;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/fondhaut.png);
	white-space: nowrap;
	overflow: auto;
}

.gauchefichier
{
	float: left;
	width: 25%;
}

.listedossier
{
	border-collapse: collapse;
	white-space: nowrap;
}

.listedossier td
{
	padding: 0px;
}

.liste_dossier
{
	overflow: auto;
}

.droitefichier
{
	float: right;
	width: 74%;
}

.gauchefichier .colonne
{
	margin-left: 10px;
}	
	
.droitefichier .colonne
{
	margin-right: 10px;
}

.gauche
{
	float: left;
	width: 49%;
}

.droite
{
	float: right;
	width: 50%;
}

.gauche .colonne
{
	margin-left: 10px;
}	
	
.droite .colonne
{
	margin-right: 10px;
}
	
.colonne
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-image: url(img/fondboite.png);
	background-repeat: repeat-x;
	border: 1px dashed #DDDDDD;
	background-color:#f9f9f9;
}

.contenu
{
	margin: 10px;
	padding: 10px;
	background-image: url(img/fondboite.png);
	background-repeat: repeat-x;
	border: 1px dashed #DDDDDD;
	background-color:#f9f9f9;
}

.baspage
{
	width: 100%;
	text-align: center;
	color: #5F5F5F;
	clear: both;
	background-color: #EEEEEE;
}

body div#bulle
{
	position:absolute;
	z-index: 1000;
	background:#111111;
	max-width: 300px;
	text-align:left;
	padding:5px;
	min-height:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:2px 2px 10px #333333;
	-webkit-box-shadow: 2px 2px 10px #333333;
	-moz-box-shadow: #333333 2px 2px 10px;
}

body div#bulle p 
{ 
	margin:0;
	padding:0;
	color:#FFFFFF;
}

.lightbox_boitestandart
{
	position: absolute;
	padding: 10px;
	top: 10%;
	left: 50%;
	width: 340px;
	margin-left: -170px;
	overflow: auto;
	border: 5px solid #9F9F9F;
	background-color: #ededed;	
	background-image: url(img/fondboiteplus.png);
	background-repeat: repeat-x;
	z-index: 100;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ferme_lightbox
{
	position: absolute;
	left: 100%;
	margin-left: -60px;
	margin-top: -10px;
	width: 24px;
	height: 24px;
	z-index: 101;
	background-color: #9F9F9F;
	text-align: right;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.ferme_lightbox a:hover
{
	background-color: #9F9F9F;
}

#fond_lightbox
{
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
	background-color: #000000;
	z-index: 99;
	text-align: right;
}
