body {
background-color:black;
}

.cadre_dessu {
border-style:transparent;
width:930px;
height:100px;
margin-left:20;
margin-top:0;
position:relative;
}

.cadre_petit {
border-style:transparent;
width:200px;
height:400px;
margin-left:20;
margin-top:-4;
position:absolute;
}

.cadre_milieu {
border-style:transparent;
width:720px;
height:200px;
margin-left:230;
margin-top:10;
position:absolute;
}

h1 {
color:yellow;
background-color:red;
text-align:center;
font-size:500%;
font-family:comic sans MS;
font-weight:900;
text-indent:0;
}

h2 {
color:white;
font-style:normal;
text-align:center;
font-size:100%;
text-indent:10;
}

h3 {
color:blue;
font-family:comic sans MS;
text-align:center;
font-size:150%;
text-indent:0;
}


table {
background-color:white;
}

td {
background-color:white;
}

a:link {
font-family:comic sans MS, serif;
font-size:100%;
}

a:hover {
color:red
}