/**********************************************************/
/* body principal */       
/**********************************************************/
body { margin: 0;
      padding: 0;
   background: white;
         font: 80% verdana, arial, sans-serif; }

a { text-decoration: none;
              color: black;
              }

dl, dt, dd, ul, li { margin: 0;
                    padding: 0;
            list-style-type: none; }
            
/* menu = topmenu*/

#menu { position: absolute;
             top: 0;
            left: 205px;
         z-index: 100;
           width: 100%; }
           
/* width agrandi à 9*/
#menu dl { float: left; 
           width: 10em;
          margin: 0px;
          }
/* File de nouvelle */

#files { position: absolute;
             top: 530px;
            left: 200px;
         z-index: 100;
           width: 100%; }

/**********************************************************/
/* Barre de menu  POUR TOPMENU*/
/**********************************************************/



#menu dt { cursor: pointer;
       text-align: center;
      font-weight: bold;
            color: white;
       background: green;
           border: 1px solid gray;
        height : 32px    }

#menu dd { border: 1px solid gray; }

/**********************************************************/
/* Sous-menu  POUR TOPMENU*/
/**********************************************************/


#menu li { text-align: center;
           background: darkgreen;}

#menu li a, #menu dt a { color: white;
               text-decoration: none;
                       display: block;
                        height: 100%;
                        border: 0 none; }

#menu li a:hover, #menu dt a:hover { color: black;
                                background: white; }

#leftmenu { position: absolute;
                 top: 150px;
                left: 0px;
             z-index:90;
               width: 200px; }
               
/* padding: 5px pour espacer les lignes*/

#leftmenu li { background: orange ;
              font-weight: bold; 
              padding: 5px;}

#leftmenu li a:hover { background: white}

#nouvelle1 { position: absolute;
              z-index: 1;
                 top : 47px;
                left : 220px;
               width : 360px;
              height : 240px;
                color: #000;
     background-color: #CCFFCC;
              padding: 5px;
               border: 1px solid gray;}
/*           text-align: center; }*/
               
#nouvelle2 { position: absolute;
              z-index: 1;
                 top : 47px;
                left : 590px;
               width : 360px;
              height : 240px;
                color: #000;
     background-color: orange;
              padding: 5px;
               border: 1px solid gray; 
           text-align: center; }
               
#nouvelle3 { position: absolute;
              z-index: 1;
                 top : 267px;
                left : 220px;
               width : 360px;
              height : 250px;
                color: #000;
     background-color: orange;
              padding: 5px;
               border: 1px solid gray;}
/*           text-align: center; }*/

#nouvelle4 { position: absolute;
              z-index: 1;
                 top : 267px;
                left : 590px;
               width : 360px;
              height : 250px;
                color: #000;
     background-color: #CCFFCC;
              padding: 5px;
               border: 1px solid gray;
           text-align: center;  }
           
               
#dir1 { position: absolute;
              z-index: 1;
                 top : 260px;
                left : 210px;
               width : 220px;
              height : 250px;
                color: #000;
     background-color: white;
              padding: 5px;
               border: 1px solid gray; }
               
#dir2 { position: absolute;
              z-index: 1;
                 top : 260px;
                left : 400px;
               width : 200px;
              height : 250px;
                color: #000;
     background-color: white;
              padding: 5px;
               border: 1px solid gray; }
               
#dir3 { position: absolute;
              z-index: 1;
                 top : 260px;
                left : 600px;
               width : 200px;
              height : 250px;
                color: #000;
     background-color: white;
              padding: 5px;
               border: 1px solid gray; }

#dir4 { position: absolute;
              z-index: 1;
                 top : 260px;
                left : 800px;
               width : 180px;
              height : 250px;
                color: #000;
     background-color: white;
              padding: 5px;
               border: 1px solid gray; }


#pleinepage { position: absolute;
               z-index: 1;
                  top : 47px;
                 left : 220px;
                width : 760px;
               height : auto;
                 color: #000;
      background-color: white;
               padding: 7px;
                border: 1px solid gray; }
                
#haut { position: absolute;
               z-index: 1;
                  top : 47px;
                 left : 210px;
                width : 520px;
               height : 220px;
                 color: #000;
      background-color: white;
               padding: 5px;
                border: 1px solid gray; }    
                
#haut2 { position: absolute;
               z-index: 1;
                  top : 47px;
                 left : 230px;
                width : 700px;
               height : 450px;
                 color: #000;
      background-color: white;
               padding: 5px;
                border: 1px solid gray; }    
              
#texte { position: absolute;
               z-index: 1;
                  top : 47px;
                 left : 730px;
                width : 250px;
               height : 220px;
                 color: #000;
      background-color: white;
               padding: 5px;
                border: 1px solid gray; }                
               
#footer { width : 100% ; 
           left : 0px;
         border : 0 ; 
       position : absolute ; 
         bottom : 0 ;
     background : black ; 
      font-size : 75% ; 
          color : white ;}
          
#defaulttable { background-color: #E5F0E8; border: 2px solid darkgreen; border-collapse: collapse; }
#defaulttable th { padding: 5px; color:white; background-color: green; font-weight: bold; }
#defaulttable td { padding: 5px; border: 1px solid #7FB58C; }
#defaulttable td.tf { padding: 3px; border: 2px solid #7FB58C; background-color: #D8E9DC;}