*{padding:0;margin:0;}

body  {
    background: #EFEFEF url('images/fond.png') repeat-x 0 0;
    padding:0px 0 0px 0;
    margin: auto;
    text-align: center;
    vertical-align: top;
    color: #000;
    font-family: verdana;
    font-size: 10px;
}

div#all {
    text-align:left;
    background: url('images/site.png') repeat-y 0 0;
    width: 724px;
    margin : auto
}

div#top {
    background: url('images/top.png') no-repeat 0 0;
    height : 127px;
    margin : 0;
    padding: 0;
}

div#header {
    background: url('http://s2.noelshack.com/uploads/images/1649025410967_header.png') no-repeat 0 0;
    height : 229px;
    margin : 0;
    padding;
}

div#menu {
    float: left;
}

#menu ul {
    margin-left: 35px;
    padding: 0;
}

#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li a {
    display: block;
    padding: 3px 8px 4px;
    text-decoration: none;
    color: #0D337A;
    font-size: 1.1em;
    background-color: #ffffff;
    border-color: #a8b4be;
    border-style: solid;
    border-width: 0 0 1px 0;
}

#menu li a:hover {
    display: block;
    padding: 3px 8px 4px;
    text-decoration: none;
    color: #DC0909;
    font-size: 1.1em;
    background-color: #ffffff;
    border-color: #a8b4be;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-weight:bold;
}

div#contenu {
    float: right;
    width: 530px;
    padding-right: 30px;
    margin-bottom: 20px;
}

div#footer {
    background:url('images/footer.png') no-repeat 0 0;
    height : 127px;
    margin : 0;
    clear: both;
    text-align: center;
    color: #757575;
}

div#footer p {
    padding-top:35px;
}

div#footer a {
    text-decoration: none;   
    text-align: center;
    color: #757575;
    font-family: verdana;
    font-size: 10px;
}

div#footer a:hover {
    text-decoration: none;   
    text-align: center;
    color: #757575;
    font-family: verdana;
    font-size: 10px;
    font-weight:bold;
}

img {
	border: 0;
}

ul#navbar{
    list-style: none;
    text-align: right;
    padding-left:205px;
    padding-top:95px; 
}

ul#navbar li{
    float: left;
    padding: 10px 0;
    width: 150px;
    margin: 0 14px 0 0;
    text-align: center;
}

ul#navbar li a, ul#navbar li a:link{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #DC0909;
    font-weight:bold;
}

ul#navbar li a:hover, ul#navbar li a:active, ul#navbar li a:focus {
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#000000;
}

h2 {
text-align: center;
}
