h1 {
    color:#009039;
    margin: 0; /* Rapproche le titre du texte. (5) */
    line-height: 1;
    }
    
h2, h2 a {
    margin: 0; /* Rapproche le titre du texte. (5) */
    line-height: 1;
    color:#000;
    text-decoration:none;
    }

h2 a:hover {
    text-decoration:underline;
    }

.itemactu {
    border-bottom: solid 1px #CCCCCC;
    padding: 0 20px 10px 0;
    }


#contentgeneral { 
    width:680px;
    text-align:justify;
    }

#contentgeneral #texte {
    float:left;
    width:480px;
    border-right: solid 1px #CCCCCC;
    }
    
#contentgeneral #illustration {
    float:left;
    width:170px;
    margin-left: 20px;
    
    }

#contentgeneral #illustration h4 {
    color:#838486;
    font-size: 1.3em;
    }

#contentgeneral #illustration ul {
    margin:0 0 0 10px;
    }
    
#contentgeneral #illustration li a {
    color:#000;
    text-decoration:none;
    font-size: 1.2em;
    }

#contentgeneral #illustration li a:hover {
    color:#000;
    text-decoration:underline;
    }

#contentgeneral .legende, #contentgeneral #illustration {
    color: #eb8116;
    font: 0.8em Arial, Verdana, sans;
    }
  
.chapeau {
    text-align:left;
    color: #7F7F7F;
    font: bold 1.1em Arial, Verdana, sans;
    }
    



    

