.base {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px}

a        {
        color:  #000000;
        text-decoration: none;
        font-weight:bold;
        }
        
a:hover {                                                                                                
        color:  #3d3b36;
        text-decoration:    underline;
        }

p.base {    
        /*haut-droite-bas-gauche*/
        margin: 10px 10px 10px 20px;
}

p.ax-theme {    
        /*haut-droite-bas-gauche*/
        margin: 10px 10px 10px 20px;
}

a.cv {
        color: #f5e8e6;
}

a.cv:hover {                                                                                                
        color:  #e5cfc9;
        text-decoration:    underline;
        }

a.menu {
        color: #000000;
}

a.menu:hover {                                                                                                
        color:  #993a29;
        text-decoration:    underline;
        }

a.sommaire {
        
        display: block;
        text-align: right;
        /*font-size: 8pt;*/
        /*color: #c60;*/
        text-decoration: none;
        
}

a.sommaire:hover {
        
        text-decoration: none;
        
}

.davin  {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #eff3e7;
}

.h1     {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 14px; color: #993a29;
        font-weight: bold;
}

.h2     {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #000000;
        font-weight: bold;
}

.ax-theme     {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #000000;
        font-weight: bold;
}

li {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px;
        line-height: 14px;
        list-style-image: url("/images/puce.gif");
}


