.titre_listing {
    font-weight: bold;
    color: #11214b;
}
.image_gauche{
 float:left;
 margin-right: 5px;
 margin-bottom: -2px;
 border: 1px solid black;
}
.image_droite{
 float:right;
 margin-left: 5px;
 margin-bottom: -2px;
 border: 1px solid black;
}

.lien_article  {color:#0062AC; }
.lien_externe {color:#0062AC; }
.lien_pdf {color:#0062AC; background-image: url('../images/site/icone_pdf.png'); background-repeat: no-repeat;  line-height:20px;  height: 20px; padding-left: 20px;;width: 500px;  display: block;   }
.lien_article_restreint {color:#0062AC; background-image: url('../images/site/exclam.png'); background-repeat: no-repeat; padding-top:0px; line-height:16px;  padding-left: 16px }


 #cadre_contenu_article {
    color: #11214b;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
 #cadre_contenu_article p {margin-left: 0px;}
 h1 {
 	 color: #11214b;
    font-size: 16px;
    text-align: center;
    margin: 0 0 16px 0;
    padding-bottom: 1px;
   
    background-image: url('../images/site/titre1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    font-weight: bold;
}

 h2 {
    color: #11214b;
    font-size: 15px;
    line-height:17px;
    margin: 0 0 9px 0px;
    padding-left: 5px;
    background-image: url('../images/site/titre2.png');
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
}
 h3 {
	 color: #11214b;
    font-size: 13px;
    line-height:17px;
    margin: 0 0 9px 17px;
    padding-left: 5px;
    background-image: url('../images/site/titre2.png');
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
}

p {
    text-indent: 20px;
    text-align: justify;
    margin: 0 5px 7px -7px;
    padding: 0;
}

 ul {
    margin: 3px 0 7px 45px;
      
    
}
ul ul {
    margin: 3px 0 7px 25px;
    
}
ul ul ul {
    margin: 3px 0 7px 25px;
    
}
ul ul ul ul {
    margin: 3px 0 7px 25px;
    
}
ul h2{margin: 0 0 9px 0px;}
ul h3{margin: 0 0 9px 0px;}

 li {
    margin: 0 0 5px 0px;
    padding: 0;
    text-align: justify;
  
    
   
}

ul li {
    display: list-item;
    list-style-image: url('../images/site/puce1.png');
   
     
}

ul li ul li {
    display: list-item;
    list-style-image: url('../images/site/puce2.png');
  
}

ul li ul li ul li {
    display: list-item;
    list-style-image: url('../images/site/puce3.png');
}
ul li ul li ul li ul li {
    display: list-item;
    list-style-image: url('../images/site/puce3.png');
}


