body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
   margin: 0px;
   padding: 0px;
   border: none;
}

body {
   text-align: center;
   color: #424242;
   background-color: transparent;
   font-size: 1em;
}

img {
   border: none;
}

#container {
   width: 760px;
   /* Répété à voir */
   text-align: center;
   /* Pour centrer tout mettre à auto, sinon pour aligner (droite ou gauche)
      met l'attribut correspondant à qlqe px */
   margin-left: auto; 
   margin-right: auto;
   margin-top: 3px;
   margin-bottom: 3px;
   border: 1px solid #555555;
   position: relative;
}

textarea.transparent {
	color: #000066;
	background-color: transparent;
	border: 1px solid Silver;
   text-align: left;
}

table.bordure {
   width: 90%;
}
table.bordure th {
   text-align: center;
   border: 1px solid Silver;
   padding: 5px 10px 5px 10px;
}
table.bordure td {
   text-align: left;
	border: 1px solid Silver;
   padding: 5px 10px 5px 10px;
}



