@charset "utf-8";
/* CSS Document */

body {
color: #669966; /*couleur de la police*/
background-color: black; /*couleur arrire plan*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
* {padding: 0; margin: 0;}
#wrapper {
color: #669966; 
background-color: white;
width: 791px;
margin-top: 50px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}

h1 { font-size: 200%; text-align: center; }
h2 { font-size: 100%; color: #0076b4;}

a { text-decoration: none;}

a:link { color: #669966; }
a:visited { color: #669966; }
a:hover { color:#0076b4; }

table { border-bottom: 0px dotted fuchsia; border-left: 0px dotted fuchsia; }

td { padding: 20px 50px 20px 40px; border-top: 0px dotted fuchsia; border-right: 0px dotted fuchsia; }
