#menuhaut ul {
    margin: 10px 0 12px 35px;
    }

h1 {
    color:#900955;
    margin: 0; /* Rapproche le titre du texte. (5) */
    line-height: 1;
    }

.suite a {
    color:#6e6f71;
    font: bold 1em Verdana, Arial, sans;
    text-decoration: none;
    }
    
.suite a:hover {
    color:#6e6f71;
    text-decoration: underline;
    }
    
#touteactu {

float: right;
    width: 180px;
    border-right: solid 1px #CCCCCC; 
    border-left: solid 1px #CCCCCC; 
    background-color:#FFF; 
    padding:0 10px 0 10px;
    text-align: center;
    }

#touteactu a {
    color:#7c9ca2;
    font: italic 1em Verdana, Arial, sans;
    text-decoration: none;
    }
    
#touteactu a:hover {
    color:#7c9ca2;
    font: italic 1em Verdana, Arial, sans;
    text-decoration: underline;
    }








/* -------------------------- */

.itemactu {
    
    padding: 20px 20px 0 0;
    }


#contentgeneral { 
    width:680px;
    text-align:justify;
    }

#contentgeneral #texte {
    float:left;
    width:480px;
    border-right: solid 1px #CCCCCC;
    }
    
#contentgeneral #illustration {
    float:left;
    width:150px;
    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: 1.1em Arial, Verdana, sans;
    }
    

    

