/**************** structure de la page du site *********************************/
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     }
#pagecentre{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
	width: 999px;
	height: 100%;
	z-index: 1;
	/*background-color: #ECEBEC;*/
	background-color: White;
	overflow: visible;
}

.entete{  /* entete du haut avec le bandeau flash */
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 108px;
	text-align: left;
	padding-top: 0px;
	margin-right: 0px;
	overflow: hidden;
	background-color: Black;
}

.header1{
	/* bandeau d'information */
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #DCDCDC;
	width: 100%;
	height: 20px;
	text-align: right;
	font: bold 10px Verdana; /*overflow: visible;*/
	z-index: 8;
}

.centre{   /* zone centrale */
	position: relative;
	float: left;
	background-color: White;
	width: 760px;
	height:600px;
	font: 10px Verdana; /*height: 100%;*/
	overflow: hidden;
	padding-left: 10px; /*padding-top: 5px;*/
	z-index: 1;
}

.centre_intranet{ /* zone centrale avec scroll sans colonne à droite*/
	position: relative;
	float: left;
	background-color: White;
	width: 866px;
	font: 10px Verdana; /*height: 100%;*/
	overflow: scroll;
	padding-left: 10px; /*padding-top: 5px;*/
	z-index: 1;
	height: 600px;
}

.centre_intra{ /* zone centrale avec scroll avec colonne à droite*/
	position: relative;
	float: left;
	background-color: White;
	width: 760px;
	font: 10px Verdana; /*height: 100%;*/
	overflow: hidden;
	padding-left: 10px; /*padding-top: 5px;*/
	z-index: 1;
	overflow: scroll;
	height: 600px;
}

.centre_full{ /* zone centrale avec scroll en pleine largeur (affichage FTP ou galerie) */
	position: relative;
	float: left;
	background-color: White;
	width: 1000px;
	font: 10px Verdana; /*height: 100%;*/
	overflow: hidden;
	padding-left: 0px; /*padding-top: 5px;*/
	z-index: 1;
	overflow: scroll;
	height: 600px;
}

.menug{  /* menu gauche */
	position: relative;
	float: left;
	width: 120px;
	background-color: #ECEBEC;
	font: bold 10px Verdana;
	height:600px;
	z-index: 100;
}

.droite{ /* zone droite */
	position: relative;
	float: right;
	background-color: black;
	width: 106px;
	font: 10px Verdana;
	height: 600px;
	z-index: 2;
}

.piedpage{  /* pied de page */
	position: relative;
	float: left;
	width: 100%;
	font-family: "Arial";
	font-size: 10pt;
	background-color: Black
	font-style: normal;
	text-align: left;
}

/*********************** CADRE AFFICHAGE MESSAGE*****************************/
#ZONE_LOADER{
	position:absolute;
	background-image: url(../images/fondmessage.gif);
	background-repeat: no-repeat; 
	top:200px;
	left:400px;
	width:300px;
	height:200px;
	z-index: 100;
	opacity : 0.8;
   filter : alpha(opacity=80);
	/*border: medium solid green;
	background-color: White;*/
}
a.fermer_message{
	position: absolute;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	top:20px;
	left:265px;
	text-decoration:none;
	z-index:50;
	width:30px;
	height:30px;
}
.message{
	margin-top:30px;
	color: white;
	padding:20px;
	text-align: center;
	font-family: Trebuchet;
	font-size: 14px;
	font-weight: bold;
}

/* ----- mentions légales ----*/

a.legal{
	position:absolute;
	top:7px;
	left:730px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color:white;
	text-decoration:none;
}

a.legal:hover{
	font-weight:bold;
}