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

body {
background-color:#DEDEDE;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:140%;
margin: 0;
padding: 0;
color:black;
}

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

a:hover{
color:black;
text-decoration:underline;
}

.h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color:#FF6600;
font-weight:bold;
}

.h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FF6600;
}

.h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color:#17405B;
font-weight:bold;
}

.h4 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color:white;
}

.h5 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:white;
}

.h5 a{
color:white;
text-decoration:none;
}

.h5 a:hover{
color:#A6C8E9;
text-decoration:none;
}

.details {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:120%;
}

.bas {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color:black;
}

#fenetre {
width:670px;
top: 0px;
position: absolute;
left: 50%;
margin-left:-335px;
}

#haut {
height:177px;
width:670px;
background-image:url(images/haut.png);
float:left;
}

#contenu {
width:670px;
float:left;
}

#menu {
width:670px;
height:20px;
float:left;
}

#vide {
width:670px;
height:9px;
float:left;
}

#texte {
width:670px;
float:left;
}

#credits {
width:670px;
height:20px;
float:left;
}