/******************************************************************/
/* Feuille de style pour la page "Plan du site"                   */
/******************************************************************/

/******************************************************************/
/* Inhibition des options de menu correspondant à "Plan"          */
/******************************************************************/
/* Entete : inhibition de la redirection de "l'icone Plan"        */
div#Entete img.Plan {
  position:absolute;
  top:62px;
  height:30px;
  width:40px;
  left:310px;
  background-image:url(../Images/EntetePlanOFF.jpg);
  background-repeat:no-repeat;
}
/******************************************************************/
/* Mise en page spécifique de la zone "ContenuH"                  */
/******************************************************************/
.PLTitre, .PLPlan {
  position:absolute;
  left:14px;
  width:380px;
}
.PLTitre {
  top:17px;
  height:38px;
  background-image:url(../Images/PLTitreFond.jpg);  
}
.PLPlan {
  top:72px;
  height:495px;
  background-image:url(../Images/PLPlanFond.jpg); 
}
.PLPlan table {
  margin-left:10px;
  margin-top:10px;
  width:360px;
}
.PLPlan td {
  vertical-align:top;
  padding-left:2px;
  padding-top:2px;
  padding-right:2px;
  padding-bottom:2px;
}
.PLPlan td.Arbo {
  padding:0px;
  width:95px;
  background-image:url(../Images/PLTableFond.jpg);
  background-repeat:repeat-y;
}
.PLPlan td.DebFin {
  padding:0px;
  width:95px;
}  

