/*Structure général de la page Master */

/* Mise en format du bandeau haut */
#Bandeau { display: block; position: absolute; top: 0px; left: 0px; width: 950px; height: 153px; background-color: #fff; border: 0; text-align:right;  background-image: url(Images/Pages/LigneFV.gif); background-position: 0 0; background-repeat:repeat-x;}




/* Zone du menu à droite*/
#Bandeau_Menu { display: block; position: absolute; left: 0; top: 160px; width: 180px; height: 600px; margin:0; padding:0; }

.InfoBox {display: block; position: relative; width:155px; left:5px; font-size:0.8em; font-weight:bold;  padding:1px 5px 1px 5px; border:inset 1px #FFC080; margin:0 0 10px 0; TEXT-ALIGN: center}

.Elem{padding:0 10px 0 10px; margin:5px 3px 5px 3px; border-style:solid; border-left-color:gray; border-left-width:1px;  border-right-color:gray; border-right-width:1px; border-bottom-width:0; border-top-width:0; }

/* Login information sur le Master*/
.InfoBox #LogInOn{float: right; width:60px; text-align:right; margin:0; padding:0; height:30px;}
#LogInOn #LoginStatus1{width:60px; font-size:0.6em; }
.InfoBox #LoginName1{width:80px;}
.MenuBase2 a{}
.MenuBase2 {width: 170px; border-top: solid 2px #97adc7;font-size:11pt; color:#6c7c8f;} 
.MenuBase2 .Level1 a {display:block; color: #6c7c8f; background-color:White ; padding:8px 0 8px 10px; border-bottom: solid 2px #97acc7;  text-decoration: none;} 
.MenuBase2 .Level2 a {display:block; color: #6c7c8f; background-color:White ; padding:8px 0 8px 30px; border-bottom: solid 2px #97acc7; font-size:11pt; text-decoration: none;  height:15px;} 
.MenuBase2 .Level3 a {display:block; color: #6c7c8f; background-color:White ; padding:8px 0 8px 50px; border-bottom: solid 2px #97acc7; font-size:11pt; text-decoration: none; height:15px;} 
.MenuBase2 .Level4 a {display:block; color: #6c7c8f; background-color:White ; padding:8px 0 8px 70px; border-bottom: solid 2px #97acc7; font-size:11pt; text-decoration: none; height:15px; }
.MenuBase2 .Level5 a {display:block; color: #6c7c8f; background-color:White ; padding:8px 0 8px 90px; border-bottom: solid 2px #97acc7; font-size:11pt; text-decoration: none; height:15px; } 
.MenuBase2 .Level6 a {display:block; color: #6c7c8f; background-color:White ; padding:8px 0 8px 110px; border-bottom: solid 2px #97acc7; font-size:11pt; text-decoration: none; height:15px;} 
.MenuBase2 a:hover {background-color: #dde0e3; color: #6c7c8f;border-bottom: solid 2px #ffcd91;}
.MenuBase2 a .MenuBase2 A:link, .MenuBase2 A:visited { color: #6c7c8f; }
.MenuBase2 .Level1 .Selected, .MenuBase2 .Level2 .Selected, .MenuBase2 .Level3 .Selected, .MenuBase2 .Level4 .Selected, .MenuBase2 .Level5 .Selected, .MenuBase2 .Level6 .Selected{background-color: #ffcd91; color:Red;}


/*Zone de travail (ContentPlaceHolder)*/
#ZoneTravail { display: block; position: absolute; left: 200px; top: 160px; width: 750px; height: 700px;}

#LaodingImage{display: block; position: absolute; left: 700px; top: 50px;}