body{background-color: #bcd2dd;}

a, a:link, a:active, a:visited{color: #0f6592;}

.ban{background: url(../img/mairie/ban.jpg) no-repeat center center;}
.ban h1{color:#ce650a;}

#name{
    color: #fff;
}
.menu_principal, .footer{
    background: linear-gradient(top, #eb942d 10%, #bf5404 100%);
    background: -o-linear-gradient(top, #eb942d 10%, #bf5404 100%);
    background: -moz-linear-gradient(top, #eb942d 10%, #bf5404 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#eb942d), to(#bf5404));
}
.title_items_right{
    background: linear-gradient(top, #13546b 10%, #012e3e 100%);
    background: -o-linear-gradient(top, #13546b 10%, #012e3e 100%);
    background: -moz-linear-gradient(top, #13546b 10%, #012e3e 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#13546b), to(#012e3e));
}

.menu li a, .menu li a:link, .menu li a:visited {border-right-color:#af5b04; border-left-color:#ea922c;}
.menu li#current a, .menu li.active a, .menu li a:hover, .menu li a:active,
.menu li ul li a:hover, .menu li ul li a:active, .menu li ul li a:focus {
    background: linear-gradient(top, #bf5404 10%, #eb942d 100%);
    background: -o-linear-gradient(top, #bf5404 10%, #eb942d 100%);
    background: -moz-linear-gradient(top, #bf5404 10%, #eb942d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#bf5404), to(#eb942d));
    text-decoration: underline;
    color: white;
}
.menu li ul li, .menu li ul ul {border-color:#a84506;}

.title_text{color: #cc6710;}
.items_left{ background-color: #bcd2dd; }
.items_right{border-color: #2d5165;}

.title_article{color: #a84506;}

#navigation {background-color: #bcd2dd;}
#navigation a:hover, #navigation a:focus, #navigation a:active{background-color: #e38926;}
