/*    ------------------    */
/*    BODY & BACKGROUNDS    */
/*    ------------------    */


body {
  background-color: #333333;
  margin-top: 0;
}


.motifs {
  background-color: #F3F0EF;
  background-repeat: repeat-y;
  background-position: top left;
  background-image: url(images/motifs.gif);
}


.fond-motif {
  background-color: #F3F0EF;
  background-repeat: repeat-y;
  background-position: top left;
  background-image: url(images/fond-motifs.gif);
}



.rubActive {
  background-image: url(images/tag-titre.jpg);
  background-repeat: no-repeat;
  background-position : center center
}


.Tag-Prix {
  background-image: url(images/Num-tag.jpg);
  background-repeat: no-repeat;
  background-position : top left
}

/*    --------------------------    */
/*    TEXTES & LIENS HYPERTEXTES    */
/*    --------------------------    */


.txtgauche-justif {
  margin-right: 60px ;
  margin-left: 60px ; 
}


.txt-marron {
  font-family: Arial,Helvetica,sans-serif;
  /*color: #60330B;*/
  color: #764343;
  text-decoration: none;
  font-size: 10pt;
  font-weight: inherit;
  text-align : justify;
}

.Nom-articles {
  font-family: Arial,Helvetica,sans-serif;
  color: #4A48AC;
  text-decoration: none;
  font-size: 13pt;
  font-weight: bold;
  text-align : justify;
}


.Numero-articles {
  font-family: Arial,Helvetica,sans-serif;
  color: #D75C43;
  font-size: 13pt;
  font-weight: bold;
}


a.txt-marron:link {
  font-family: Arial,Helvetica,sans-serif;
  color: #60330B;
  text-decoration: underline;
  font-weight: inherit;
}
a.txt-marron:visited {
  font-family: Arial,Helvetica,sans-serif;
  color: #60330B;
  text-decoration: underline;
  font-weight: inherit;
}
a.txt-marron:hover {
  font-family: Arial,Helvetica,sans-serif;
  color: #60330B;
  text-decoration: underline;
  font-weight: inherit;
}


a.marron-gras:link {
  font-family: Arial,Helvetica,sans-serif;
  color: #60330B;
  font-size: 11pt;
  text-decoration: none;
  font-weight: bold;
}
a.marron-gras:visited {
  font-family: Arial,Helvetica,sans-serif;
  color: #60330B;
  font-size: 11pt;
  text-decoration: none;
  font-weight: bold;
}
a.marron-gras:hover {
  font-family: Arial,Helvetica,sans-serif;
  color: #60330B;
  font-size: 11pt;
  text-decoration: none;
  font-weight: bold;
}


