html,body {
background-color : black; 
}

p,ul,li {
font-size : 12; 
font-family :  Arial; 
color : blue; 
background-color : black;
font-weight : bold;
}

table
{
border : 1px;
width : 70%;
margin-left: auto;
margin-right: auto;
}

table.large
{
border : 1px;
width : 100%;
margin-left: auto;
margin-right: auto;
}

td{
padding-left: 30px;
padding-bottom: 6px;
font-size : 13;
background-color : black; 
color : blue;
font-weight : bold;
}

td.quatre{
padding-left: 40px;
padding-bottom: 6px;
font-size : 13;
background-color : black; 
color : blue;
font-weight : bold;
width : 25%;
}

textarea {
width : 100%;
height : 100;
}

input[type="text"] {
width : 100%;
}

h1 {
font-size : 150%; 
font-family :  Arial;
color : blue; 
text-align: center;
}

h2 {
font-size : 100%; 
font-family :  Arial; 
color : blue; 
padding-left:15px;
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: blue; text-decoration:underline;}
a:hover {color:blue; text-decoration:none;}
