BODY {
background-color: black;
font-family: Trebuchet, Arial;
font-size: 14px;
font-weight: none;
color: white;
overflow: auto;
}

#main {
width: 1000px;
height: 500px;
background: black;
margin-top:50px;
margin-left: 110px;
border: double 4px #487A3E;
position: relative;
float: left;
}

#banniere {
background: url(../../images/banniere2.gif);
width: 1000px;
height: 120px;
margin-top: 0px;
margin-left: 0px;
position: relative;
float: top;
}

#conteneur {
width: 1000px;
height: 380px;
position: relative;
margin-top: 0px;
margin-left: 0px;
float: top;
}

#menu {
width: 140px;
height: 350px;
background-color: #050505;
border: solid 1px #487A3E;
position: relative;
margin-top: 13px;
margin-left: 15px;
float: left;
text-align: center;
}

#contenu {
width: 680px;
height: 350px;
position: relative;
margin-top: 13px;
margin-left: 20px;
float: left;
background-color: black;
font-size: 14px;
font-weight: none;
color: white;
}

#titre {
font-size: 30px;
font-weight: none;
color: white;
}

.formulaire {
color: white;
border: solid 1px #FF9922;
background-color: #050505;
font-family: Trebuchet, Arial;
font-size: 12px;
font-weight: none;
overflow: auto;
}

.bouton {
border: 1px solid #487A3E;
padding: 0px;
background: #050505;
font-family: Trebuchet, Arial;
font-size: 12px;
font-weight: bold;
color: white;
}

#contact {
width: 460px;
text-align: center;
color: white;
font-family: Trebuchet, Arial;
font-size: 11px;
font-weight: none;
}

A:link {
text-decoration: none;
color: white;
font-size: 14px;
font-weight: bold;
}
A:visited {
text-decoration: none;
color: white;
font-size: 14px;
font-weight: bold;
}
A:hover {
text-decoration: underline;
color: #309C1C;
font-size: 14px;
font-weight: bold;
}

HR {
color: #487A3E;
height: 1px;
width: 50px;
}

H2 {
color: white;
font-size: 20px;
font-weight: none;
}

TABLE {
font-size: 14px;
font-weight: none;
color: white;
}