body {
 background: #c0c0c0;
 background-image: url(../images/fond.jpg);
 background-repeat: repeat-x;
 padding: 0px;
 margin: 0px;
 margin-top: 20px;
 margin-bottom: 15px;
 font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
 font-size: 0.8em;
}

#global {
 position: relative;
 margin: auto;
 width: 90%;
 background-color: #6080AF;
}

#titre {
 height: 130px;
 background-color: #6080AF;
 background-image: url(../images/logo.gif);
 background-position: 20px 8px;
 background-repeat: no-repeat;
}

#menu {
 padding-top: 45px;
 background-color: #6080AF;
 position: absolute;
 left: 0px;
 width: 160px;
}

#page {
 background: #93B3E2 url(../images/roundcorn.gif) no-repeat left top;
 margin-left: 160px;
 padding: 5px;
 min-height: 380px;
}

#bottom {
 font-size: 0.75em;
 text-align: right;
}

#nav ul {
 margin: 0;
 padding: 20px 10px;
 list-style: none;
}

#nav a {
 font-weight: bold;
 display: block;
 height: 1%;
 padding: 6px 6px 6px 10px;
 text-decoration: none;
}

#nav a:hover, #nav a:focus {
 background: #c0c0c0;
}

#nav a {
 color: #FF6533;
}

#nav a:hover, a:focus {
 color: #FF4C00;
}

#page a {
 color: #FFFFFF;
 text-decoration: none;
}

#page a:hover, a:focus {
 color: #FFFFFF;
 background-color: #A9A9A9;
}

#titre img {
 position: absolute;
 left: 35%; 
 top: 35px;
}

a img {
 border: none;
}

#page input[type="text"], textarea {
 background-color: #e0f0ff;
}

.center {
 text-align: center;
}

.adresse {
visibility: hidden;
display: none;
}
