body, html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #99bedd;
color: #de9000;
font: 16px/1.5 Nimbus Mono, Serif;
}

a:link {
padding: 2px;
border: 1px solid #de9000;
text-decoration: none;
background-color: #de9000;
color: #1e2a87;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 1px 1px 13px #de9000;
-webkit-box-shadow: 1px 1px 13px #de9000;
box-shadow: 1px 1px 13px #de9000;
}

a:visited {
padding: 2px;
border: 1px solid #de9000;
text-decoration: none;
background-color: #de9000;
color: #1e2a87;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 1px 1px 13px #de9000;
-webkit-box-shadow: 1px 1px 13px #de9000;
box-shadow: 1px 1px 13px #de9000;
}

a:hover {
background-color: #99bedd;
color: #1e2a87;
border-color: #1e2a87;
-moz-box-shadow: 1px 1px 13px #1e2a87;
-webkit-box-shadow: 1px 1px 13px #1e2a87;
box-shadow: 1px 1px 13px #1e2a87;
-moz-transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
}

a:active {
}

div#titre {
position: absolute;
height: 15%;
width: 95%;
top: 0;
left: 0;
margin: 0;
padding: 5% 5% 0 0;
text-align: right;
font-size: 120%;
line-height: 15%;
background-color: #293ab8;
color: #de9000;
border-bottom: medium solid #de9000;
}

div#titre h1 {
color: #de9000;
}

div#contenu {
position: absolute;
height: 77%;
width: 100%;
top: 23%;
left: 0;
color: #1e2a87;
font-weight: bold;
}

div#contenu p {
width: 96%;
margin: 2%;
}

div#contenu p em {
}

p#validation a {
border: 0;
background-color: #6793b8;
}

p#validation a img {
border: none;
}

div#pied {
position: fixed;
height: 5%;
top: 94%;
right: 15px;
}
