/********************/
/*   sanctum.css    */
/********************/
   
   
/*-----------------------*/
/* definitions generales */
/*-----------------------*/
/*body.bkg{ background: #FFFFFF url(../images/bkg-sanctum.png) no-repeat top left;}*/
.search_sanctum {
   margin: 0px 50px 0px 0px;
   padding: 0px 0px 0px 0px;
}  
   
/*--------------------------------------------------------------*/
/* description des differents volets/boites constituant la page */
/*--------------------------------------------------------------*/ 
.cadre_principal {
   text-align: center;
}
.volet_gauche {
   position: absolute;
   left:0px;
   height: 700px;
   width: 300px;
}
.volet_droit {
   position: absolute;
   right:0px; 
   height: 700px;
   width: 50px;
}
.volet_central {
   height: 7Opx;
   margin: 0px 50px 0px 50px;
   text-align: justify;
}

      
/* -------[Menu gauche]-------- */
#menuleft {
   width: 250px;
   margin: 10px;
}
#menuleft ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#menuleft li a {   
   font-size: 12px;
   voice-family: "\"}\"";
   voice-family: inherit;
   height: 24px;
   text-decoration: none;
   margin: 2px 0px 0px 0px;   
}
#menuleft li a:link, #menuleft li a:visited {
   color: #3C8AAC;
   display: block;
   background: #FFFFFF url(../images/btn-gauche.gif) no-repeat top;
   padding: 8px 0px 0px 10px;
   border: 1px solid #00688B;
}
#menuleft li a:hover, #menuleft li a:active, #menuleft li a.on{
   color: #FFFFFF;
   font-weight: bold;
   background: #FFFFFF url(../images/btn-gauche-survol.gif) no-repeat top;
   padding: 8px 0px 0px 10px;
   border: 1px solid #00688B;
}  


