html,  BODY              { color: black; font-family: Verdana, Arial; background-image: url("../images/fond_sans_tcb_1024x768.gif"); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom; margin: 0; padding: 0 }
Font        { color: black; font-size: 90%; font-family: Verdana, Arial }
#header                 { color: black; background-image: url("../images/ctb_jr.gif"); background-repeat: no-repeat; background-attachment: fixed; background-position: left 0; margin: 0; padding: 0; position: absolute; top: 0; left: 0; width: 205px; height: 135px }
#sidebar_right       { margin: 0; padding: 0; position: absolute; top: 135px; left: 800px; width: 100px; height: 50% }
#main { color: black; font-family: Verdana, Arial; text-decoration: none; margin: 0; padding: 0; position: absolute; top: 0; left: 205px; width: 600px; height: 90%; overflow: auto; vertical-align: middle }	
#footer              { color: black; font-family: Verdana, Arial; margin: 0; padding: 0; position: absolute; bottom: 0; left: 0; width: 950px; height: 10% }

/* Crée à partir des données CSS du menu vertical, bieler batiste */
.menu    { margin: 0; padding: 0; position: absolute; top: 135px; left: 810px; width: 180 }
/*position de la ligne de bordure et de l'ensemble du menu*/  
.menu span{display:none;}   
/*Aucune idée de la nécessité de ce menu*/  
.menu ul { margin: 0; padding: 0; position: absolute; width: 180px }  
/*position de la ligne de bordure du sous-menu est plus grand*/  
.menu li ul { visibility: hidden }
/*pas de modifications*/
.menu li ul  { margin-top: -24px; margin-left: -170px }
/*Position du sous-menu*/
.menu a  { color: #fff; text-decoration: none; background-color: #fc6; text-align: center; display: block; margin: 0; padding: 3px 0; width: 180px; border: solid 2px; text-weight: bold }
/*Taille du sous-menu est adaptée à la bordure*/  
.menu a:hover {text-decoration: none; background-color: #f5975c }
/*pas de modifications*/
/* for a mozilla better display with key nav */
.menu a:focus { background-color: #f5975c }
.menu span{/* hide some accessibility stuff */display:none;}      
.menu li  { font-size: 85%; list-style: none; display: block; margin: 0; padding: 0; width: 180px; float: right } 
/* IE PC selector */
* html .menu li  { font-size: 85%; display: inline; float: none }
