body {
    min-width: 650px;
    background: rgb(248, 248, 248);
}

/* Header */

#header {
    overflow: hidden;
    border-top: 3px solid rgb(64, 64, 64);
}

#header h1 {
    height: 175px;
    background: transparent url("back.png") center 0 repeat-x;
}

#header h1 a {
    text-indent: -9999px;
    display: block;
    width: 250px;
    height: 94px;
    position: absolute;
    left: 50%;
    margin-left: -135px;
    margin-top: 20px;
    background: transparent url("logo.png") 0 0 no-repeat;
    _behavior: url("iepngfix2.htc");
}

#header #menu li {
    float: left;
    width: 20%;
    height: 70px;
    margin-top: -49px;
}

#header #menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: -9999px;
/*    _behavior: url("iepngfix2.htc");*/
}

#header #menu_apropos a {
    background: transparent url("menu/apropos.png") center 0 no-repeat;
    _background: transparent url("menu/apropos.gif") center 0 no-repeat;
}

#header #menu_prestations a {
    background: transparent url("menu/prestations.png") center 0 no-repeat;
    _background: transparent url("menu/prestations.gif") center 0 no-repeat;
}

#header #menu_produits a {
    background: transparent url("menu/produits.png") center 0 no-repeat;
    _background: transparent url("menu/produits.gif") center 0 no-repeat;
}

#header #menu_references a {
    background: transparent url("menu/references.png") center 0 no-repeat;
    _background: transparent url("menu/references.gif") center 0 no-repeat;
}

#header #menu_contacts a {
    background: transparent url("menu/contacts.png") center 0 no-repeat;
    _background: transparent url("menu/contacts.gif") center 0 no-repeat;
}

#header #menu li a:hover,
#header #menu li a:focus {
    background-position: center -70px;
}

body#apropos #menu_apropos a,
body#apropos #menu_apropos a:hover,
body#apropos #menu_apropos a:focus,
body#prestations #menu_prestations a,
body#prestations #menu_prestations a:hover,
body#prestations #menu_prestations a:focus,
body#produits #menu_produits a,
body#produits #menu_produits a:hover,
body#produits #menu_produits a:focus,
body#references #menu_references a,
body#references #menu_references a:hover,
body#references #menu_references a:focus,
body#contacts #menu_contacts a,
body#contacts #menu_contacts a:hover,
body#contacts #menu_contacts a:focus {
    background-position: center -140px;
}



/* Body */

#body {
    width: 600px;
    position: relative;
    left: 50%;
    margin-left: -300px;
    padding: 0 0 100px 0;
}

#body h2 {
    display: none;
}

#body h3,
#body h3 a {
    font-family: Georgia, times, serif;
    font-style: italic;
    color: rgb(98, 98, 98);
}

#body h3 {
    font-size: 1.3em;
    margin: 2em 0 1em 0;
    border-bottom: 1px solid rgb(192, 192, 192);
}

#body h3 a {
    font-size: 1em;
}

#body h4,
#body h4 a {
    margin: 0.5em 0;
    font-weight: bold;
    color: rgb(64, 64, 64);
}

#body a:hover,
#body a:focus {
    text-decoration: underline;
}


/* Footer */

#footer {
    height: 40px;
    background: rgb(32, 32, 32);
    border-top: 7px solid rgb(64, 64, 64);
    border-bottom: 3px solid rgb(64, 64, 64);
    padding: 1em 0 0 0;
    text-align: center;
    letter-spacing: 2px;
}

#footer,
#footer a {
    color: silver;
}

#footer a:hover {
    text-decoration: underline;
}

#footer hr {
    clear: both;
}
