#Article{   

  margin:  0 5px 20px 5px;  /* Haut - Droite - Bas - Gauche */

  padding: 5px 10px 10px 5px;
  border: 1px solid #000000;
  
  font-family: "Tahoma", Arial, sans-serif;
  
  background: #ffffff;
  
  text-align: justify;
  font-size: small;   
}

#Article h3{

   text-decoration : underline;
   text-align : center;

}

#Article a img {
 border: none;
 text-decoration:none;
}

.ImageArticle{
  position:relative;
  padding-left : 5px;
  padding-right : 20px;
  padding-bottom : 5px;
  float : left;
  
}
.ContenuArticle{

    right : 0px;
    
    padding : 0 0 0 30px;
    text-align: justify;
   
}
.AutorArticle{
    font-size: 10px;
    text-align: right;
    text-decoration : underline;
    font-style: italic; 
}
.DateArticle{ 
    font-size: 10px;
    text-align: left;
    font-style: italic;
    float : right;
}
.CommentaireArticle{
    font-size: 11px;
    text-decoration:none;
}

