body{background-color: #EEA93C;}

a, a:link, a:active, a:visited{color: #AD6306;}

.ban{background: url(../img/mairie/ban.jpg) no-repeat center center;}
.ban h1{color:#683300;}
#navigation {background: #FFE4A5;}
#navigation a {color: #4F4F4F; font-weight: bold;}
#navigation li a:hover{background: #663200; }
.menu_principal{
    background: linear-gradient(top, #c67408 10%, #663200 100%);
    background: -o-linear-gradient(top, #c67408 10%, #663200 100%);
    background: -moz-linear-gradient(top, #c67408 10%, #663200 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c67408), to(#663200));
}

.menu li a, .menu li a:link, .menu li a:visited {border-right: 1px solid #552a01; border-left: 1px solid #c67408;}
.menu li#current a, .menu li.active a, .menu li a:hover, .menu li a:active {
    background: linear-gradient(top, #663200 10%, #c67408 100%);
    background: -o-linear-gradient(top, #663200 10%, #c67408 100%);
    background: -moz-linear-gradient(top, #663200 10%, #c67408 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#663200), to(#c67408));
    text-decoration: underline;
}
.menu li ul li {border-color:#552a01;}
.menu li ul li a:hover, .menu li ul li a:active, .menu li ul li a:focus {
    background: linear-gradient(top, #663200 10%, #c67408 100%);
    background: -o-linear-gradient(top, #663200 10%, #c67408 100%);
    background: -moz-linear-gradient(top, #663200 10%, #c67408 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#663200), to(#c67408));
    color: white;
}
.menu li ul ul {border-color:#03531a;}

.title_items_right, .footer{
    background: linear-gradient(top, #c67408 10%, #663200 100%);
    background: -o-linear-gradient(top, #c67408 10%, #663200 100%);
    background: -moz-linear-gradient(top, #c67408 10%, #663200 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c67408), to(#663200));
}

.title_text{color: #663200;}

.items_right{border-color: #663200;}
.items_left{background-color: #FFE4A5;}
.title_article{color: #713a01;}