﻿
#header
{
    background: #fefefe url(images/header.jpg) no-repeat top left;
}

.menulist a 
{
    background: url(images/menu-separateur.png) no-repeat top right;
}
.menulist a.highlighted, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    background: #555555;
}
.menulist ul {
	background: #e63f26;
}

#navigation .element h2
{
    background: #e54128 url(images/element-h2.png) no-repeat top left;
}