body
{
background-color: #F0F0FF;
color: black;
font-weight: bold;
}

a:link
{
color: black;
text-decoration: none;

}

a:visited
{
color: black;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: gray;
text-decoration: none;
}

a:active
{
color: black;
text-decoration: none;
}

.bandeau
{
background-image: url("bandeauHaut.png");
background-repeat: no-repeat;
position: absolute;
top: 0em;
left: 3.5em;
width: 56.3em;
height: 5em;
}

.leftColumn
{
background-image: url("colonne.png");
background-repeat: no-repeat;
position: absolute;
top: 10em;
left: 0em;
width: 11.45em;
height: 50em;
padding-left: 1em;
padding-top: 1em;
}

.rightColumn
{
background-image: url("colonne.png");
background-repeat: no-repeat;
position: absolute;
top: 10em;
left: 50.5em;
width:11.45em;
height: 50em;
padding-left: 1em;
padding-top: 1em;
}

.centre
{
position: absolute;
top: 10em;
left: 12.6em;
width: 37.8em;
height: 50;
padding-bottom: 2em;
}