html {
    background-color: #D5E8F7;
    background-image: url(../images/html.png);
    background-repeat: repeat-y;
    color: #333;
    font-size: 16px;
    font-family: Arial;   
}

label {
    display: block;
}

legend {
    font-size: 20px;
    color:#0A64A4;
    margin-left: 20px;   
}

fieldset {
    border: 2px solid #0A64A4;
    padding: 20px;
    width: 400px;
    margin: auto; 
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 20px;  
}

input[type="text"], textarea {
    font-family: Georgia;    
    color: #FFF;
    background-color: #5BA9EA;
    border: 2px solid #FFF;
}

input[type="submit"] {
    font-family: Georgia;    
    color: #FFF;
    border: 2px solid #FFF;
    background-color: #0A64A4;
    width: 200px;
    margin-top: 10px;   
}

a {
    text-decoration: none;
    color: #CC3300;
}

a:hover {
    text-decoration: underline;
    color: #267C00;    
}

strong {
    font-weight: bold;
}

.nobold {
    font-weight: normal !important;
}

#header-bg {
    width:100%;
    height: 150px;
    background-color: #5BA9EA;
    background-image: url(../images/wind.png);
    border-bottom: 5px solid #0A64A4;
}

#main {
    width: 100%;
}

#header {
    height: 150px;
    width: 980px;
    margin: auto;
    margin-top: -150px;
}

#header em {
    padding-top: 5px;
    text-align: center;
    display: block;
}

#header em a {
    font-family: Georgia;
    font-size: 35px;
    color: #F90;
    text-decoration: none;     
}

#header em a:hover {
    color: #F10;
}

#menu {
    margin-top: 10px;
}

#menu li a {
    color: #000;
    font-size: 18px;
    font-family: Georgia;
    display: block;
    float:left;
    margin-left: 30px;
    width: 180px;
    height: 30px;
    padding-top: 7px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    text-align: center;
    background-color: #5B9AEA;
    color: #FFF;
    text-decoration:none;  
    background-image: url(../images/menu.png);    
}

#pink, #darkblue {
    width: 240px !important;
}

#green {
    margin-left: 185px !important;
}

#blue:hover, #blue.active {
    background-color: #09F;     
}
#yellow:hover, #yellow.active {
    background-color: #FFBA00;     
}
#green:hover, #green.active {
    background-color: #3C3;     
}
#red {
    background-color: #F10 !important;     
}
#pink:hover, #pink.active {
    background-color: #CE0071;     
}
#darkblue:hover, #darkblue.active {
    background-color: #0B0974;
}
#orange:hover, #orange.active {
    background-color: #F60;
}

#container {
    width: 980px;
    margin: auto;
    background-color: #FFF;
    overflow: auto;
}

#content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: url(../images/bg.png) repeat-y;
    color: #000;
}

#content a {
    color: #0A64A4;
    text-decoration: underline;
}

#content h1 {
    color: #F23;
    font-size: 25px;
    font-family: Georgia;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 30px;
}

#content h2 {
    color: #F23;
    font-size: 18px;
    font-family: Georgia;
}

#content li {
    margin-left: 360px;
    list-style: square;    
}

#partenaires li {
    margin-left: 20px;
}

#content p {
    margin-bottom: 20px;
}

#content img {
    border: 2px solid #F23;
}

#footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #2A49B1;
    border-top:5px solid #F90;
    color: #FFF;
    font-size: 12px;
}

#footer ul {
    width: 980px;
    margin: auto;
}

#footer li {
    display: inline;
    margin-right: 5px;
}

#footer a {
    color: #FFF;
    text-decoration: underline;
}

#footer a:hover {
    color: #F90;    
}

.entry {
    margin-top: 10px;
    margin-bottom: 20px;
}

.entry h2 {
    font-size: 20px;
    color: #267C00;
    font-family: Georgia;    
}

.entry img {
    border: 2px solid #96BF0D;
}

.entry ul {
    margin-left: 370px;
}

.entry li {
    list-style-type: circle;
}

.floatimages {
    float:left;
    margin-right: 20px;
}

.clear {
    clear: both;
}

.important {
    font-size: 150%;
    line-height: 150%;
    color: #F06;
}

.center {
    text-align: center;
}

.noborder {
    border:none !important;
}

#liste-rues li, #liste-rues2 li {
    display: inline;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 10px;
    font-family: Arial;
    font-size: 12px;
    
}