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

A {
    text-decoration: none
}

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

.submit{
     border:none; // on enleve les bordure (facultatif)
     background:transparent;
     background-image:url('img/pgon.png');
     width: 30px; //la largeur de ton image
     height:36px; // la hauteur de ton image
}


div#menu {
    float:left;
    width:198px;
    height:400px;
    /*background-color:#FF6699;*/
    }

div#contenu {
    float:left;
    width:70%;
    height:100%;
    /*background-color:#FFCC00;*/
    }

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

div#fondtitle {
  /*width:70%;*/
  height:100%;
  background-color:#FFFFFF;
  width : 800px;
  margin : auto;
  margin-top:0px;
  margin-bottom:0px;
  }

table#texte_mag {
  /*width:70%;*/
  width: 630px;
  border: 1px #000000;
  background-color:#000000;
  }

/*texte general en georgia*/
.texte_gen{
    font-family: "Georgia", serif;
}

/*texte general en georgia*/
.texte_gene{
    font-family: "Georgia", serif;
    color: #0000FF;
}

/*texte general en gras georgia*/
.texte_gras{
    font-family: "Georgia", serif;
    font-weight: bold;
}

/*texte information en bleu georgia*/
.texte_info{
    font-family: "Georgia", serif;
    color: blue;
}

/*lien en bleu*/
.lien_bleu{
    text-decoration: underline;
    color: blue;
}



