 body {
   background: rgb(219,227,199);
   font-family: 'arial', helvetica, verdana, sans-serif;
   font-size: 0.65em;
   color: rgb(41,59,52);
   margin: 0;
   text-decoration: none;
}

/*Général   */


.fondArticles {
  margin-left: 100px;
  margin-top: 20px;
  background-image: url(images/fond_articles.jpg);
  width: 800px;
  height: 122px;
  background-repeat: no-repeat ;
}
.fondArticlen {
  margin-left: 100px;
  margin-top: 20px;
  background-image: url(images/fonden_articles.jpg);
  width: 800px;
  height: 122px;
  background-repeat: no-repeat ;
}
.general {
  margin: 20px auto auto 100px;
  margin-left: 100px;
  margin-top: 0;
  border: 1px solid #008000;
  width: 768px;
  height: 500px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  background-color: rgb(248,250,228);
  background-attachment: fixed;
  overflow: auto;
}

.pied {
    margin-left: 100px;
    margin-top: 2%;
    line-height: 1em;
}

/*Liens génériques   */

a:link {
  color: rgb(222,175,53);
  font-weight: bold;
  text-decoration: underline;
  font-size: 101%;
}

a:hover {
  color: rgb(249,250,228);
  text-decoration: none;
}

a:visited {
  color: rgb(222,175,53);
}


/*Titres  */
h2 {
  color: rgb(41,59,52);
  text-align: left;
  font-size: 150%;
  font-weight: bold;
  line-height: 4px;
}
h3 {
  color: rgb(41,59,52);
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  line-height: 2px;
}
h4 {
  color: rgb(41,59,52);
  line-height: 2px;
  font-size: 60%;
  font-weight: bold;
}
h5 {
  color: rgb(41,59,52);
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 2px;
}
.majuscules {
    text-transform: uppercase;
    line-height: 0.3em;
}



ul#listintro {
   background: transparent;
   list-style-type: none;
}

