body{
background-image: url(img/fond.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
/*background-position: center;*/
background-position: top;
margin-top:0px;
margin-bottom:0px;
margin:0px;
padding:0px;
}

A {
    text-decoration: none
}

A:hover {
    text-decoration: underline;
    color: black;
}

/*        DIV PRINCIPAL        */
div#fondblanc {
  /*width:70%;*/
  /*height:100%;*/
  background-color:#FFFFFF;
  width : 800px;
  margin : auto;
  margin-top:0px;
  margin-bottom:0px;
  /*background-image: url(img/texture1.png);*/
  }

/*        DIV ENTETE        */
div#fondtitle {
  /*width:70%;*/
  height:107px;
  background-color:#FFFFFF;
  width : 800px;
  margin : auto;
  margin-top:0px;
  margin-bottom:0px;
  /*background-image: url(img/img_titre.png);*/
  }

/*        DIV PIED DE PAGE        */
div#fondbas {
  /*width:70%;*/
  height:101px;
  background-color:#FFFFFF;
  width : 800px;
  margin : auto;
  margin-top:0px;
  margin-bottom:0px;
  background-image: url(bas_new_100118_2s.jpg);
  }


/*        DIV CORPS DE PAGE        */
div#fondcorps {
  /*width:70%;*/
  /*height:600px;*/
  width : 780px;
  margin : auto;
  margin-top:0px;
  margin-bottom:0px;
  /*overflow:auto;*/
  }

/*        IMG de fond des fleches de navigation        */
.submit{
     border:none; // on enleve les bordure (facultatif)
     background:transparent;
     background-image: url(img/appeler.gif);
     width: 128px; //la largeur de ton image
     height: 23px; // la hauteur de ton image
}


/* MENU ARTICLES DE LA PAGE PRINCIPALE */  
div#menuarticlehome {
    position: center;
    margin-left: 4px;
    padding: 0px;
    text-align: left
    text-indent: 3px;
    background-image: url(img/fond_menu_articles_themes2.png);
    color: #993399;
    width: 100px;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
        }
div#menuarticlehome  a:hover,
div#menuarticlehome  a:focus
{

}

  
/* MENU DES PAGES ARTICLES */
#menu
{
    position: center;
    margin-left: 11px;
    margin-right: 15px;
    /*border: 2px solid #8c7159;*/
    width: 140px;
    text-indent: 0px;
}
#menu dl
{
    position: left;
    margin: 0px;
    float: center;
    /*border-bottom: 1px solid #8c7159;*/
    width: 140px;
    text-indent: 0px;
    color: black;
    margin-left: 0px;
    padding: 0px;
}
#menu dl dt
{
    position: left;
    font-weight: bold;
    font-size: .9em;
    line-height: 1.3em;
    background-image: url(img/fond_menu_articles_themes.png);
    color: black;
    width: 140px;
    height: 20px;
    text-indent: 3px;
    text-align: left;
    margin-left: 0px;
    padding: 0px;
}
#menu dl dt a
{
    background-color: ;
    position: left;
    color: #000000;
    text-decoration: none;
    display: block;
    width: 140px;
    height: 20px;
    cursor: default;
    margin-left: 0px;
    text-align: left
    text-indent: 3px;
    padding: 0px;
}
#menu dl dd
{
    position: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left
    width: 140px;
    text-indent: 0px;
    display: block;
    padding: 0px;
}
#menu dl dd ul
{
    position: left;
    list-style-type: none;
    line-height: 1.5em;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left
    width: 140px;
    text-indent: 0px;
    display: block;
    padding: 0px;
}
#menu dl dd ul li
{
    position: left;
    width: 140px;
    line-height: 1.5em;
    display: block;
    font-weight: normal;
    font-size: .7em;
    border-left: 2px solid #8c7159;
    text-align: left
    margin-left: 0px;
    text-indent: 3px;
    list-style-position: outside;
    padding: 0px;
}
#menu dl dd ul li a
{
    position: left;
    width: 140px;
    height: 1.5em;
    text-decoration: none;
    cursor: pointer;
    display: block;
    background-color: ;
    color: #000;
    text-align: left;
    margin-left: 0px;
    text-indent: 3px;
    list-style-position: outside;
    padding: 0px;
}
#menu dl dd ul li a:hover,
#menu dl dd ul li a:focus
{
    /*background: #c9bea7;*/
    background-image: url(img/fond_menu_articles_articles.png);
}
