﻿body{
    background: #f0f9d9 url(images/body.jpg) no-repeat top center;
}

#header
{
    background: url(images/header.png) no-repeat bottom left;
}

#header h1 a
{
    background: url(images/logo.png) no-repeat top left;
}

#menu
{
    background: url(images/menu.png) no-repeat top right;
}

.menulist
{
    background: url(images/menulist.png) no-repeat top left;
}

.menulist a 
{
    background: url(images/menu-separateur.png) no-repeat top left;
}

.menulist a.highlighted, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif, .menulist li:first-child a.highlighted, .menulist li:first-child a:hover, .menulist li:first-child a.highlighted:hover, .menulist li:first-child a:focus, .menulist li:first-child a.actif
{
    background: url(images/menu-droite.png) no-repeat top right;
}
.menulist a.highlighted span, .menulist a:hover span, .menulist a.highlighted:hover span, .menulist a:focus span, .menulist a.actif span
{
    background: url(images/menu-gauche.png) no-repeat top left;
}

#navigation .btnRecherche {
	background: url(images/recherche-rapide.png) no-repeat top left;
}
#navigation .btnLogin {
    background: url(images/login-ok.png) no-repeat top left;
}

#navigation .element .element
{
    background: url(images/element.png) no-repeat bottom left;
}
#navigation .element h2 
{
    background: #acd245 url(images/element-h2.png) no-repeat top left;
}

#pieddepage
{
    background: url(images/footer.png) no-repeat top left;
}

