
body {
    background-image: url("images/bg.jpg");
    background-color: #3d0c07;
    background-repeat: no-repeat;
    margin: 0px;
    scrollbar-face-color: #c58e4e;
    scrollbar-shadow-color: #3d0c07;
    scrollbar-3dlight-color: #3d0c07;
    scrollbar-darkshadow-color: #3e0c07;
    scrollbar-highlight-color: #e5ae6e;
}
input {
    font-weight: bold;
    border: 1px solid #3d0c07;
    background-color: #c58e4e;
}

div.content {
    font-family: "Comic Sans MS";
    font-size: 16px;
    background-image: url("images/n2bg.jpg");
    background-repeat: no-repeat;
    color: #3d0c07;
    margin-left: 325px;
    margin-top: 250px;
    width: 520px;
    height: 350px;
    overflow: auto;
    position: absolute;
    z-index: 1;
}

hr {
    width: 90%;
    border: 1px dashed #3d0c07;
    height: 1px;
}

p {
    text-align: justify;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 5px;
}

li {
    display: list-item;
    list-style-image: url("images/puce.png");
}

h4 {
    margin: 0px 0px 0px 0px;
}

img {
    border: 0px;
}

div.footer {
    height: 680px;
    position: relative;
    z-index: -1;
}

img.diapo {
    border: 0px;
    height: 10em;
}

div.diapo_content {
    background-image: none;
    position: relative;
    text-align: center;
    width: 490px;
    top: 10px;
    left: 10px;
}

div.diapo {
    background-image: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.diapo_text {
    position: relative;
    left: 0px;
    top: 0px;
}

div.diapo_picture {
    position: relative;
    left: 0px;
    top: 30px;
}

div.diapo_selector {
    position: relative;
    width: 200px;
    left: 155px;
}

table.diapo_selector {
    border-style: none;
    border-spacing: 4px;
    border-collapse: collapse;
    height: 100%;
}

td.diapo_select_box {
    width: 50px;
    text-align: center;
}

table.livredor {
    border-style: none;
    border-spacing: 4px;
    border-collapse: collapse;
    border-color: #3d0c07;    
    width: 450px;
}

table.main_livredor {
   border-spacing: 14px; 
   border-padding: 4px 14px 14px 14px;
}
td.main_livredor_sign {
    vertical-align: top;
}

td.livredor_title {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
}

td.livredor_message {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
}

a {
    color: #3d0c07;
    text-decoration: none;
}

a:active {
    outline:0;
    color: #8d5c57;
}

a:hover {
    outline:0;
    text-decoration: underline;
}

div.button_accueil {
    background-image: url("images/button_accueil.jpg");
    margin-left: 30px;
    margin-top: 225px;
    height: 49px;
    width: 230px;
    position: absolute;
}

div.button_nousdeux {
    background-image: url("images/button_nousdeux.jpg");
    margin-left: 30px;
    margin-top: 274px;
    height: 49px;
    width: 230px;
    position: absolute;
}

div.button_jourj {
    background-image: url("images/button_jourj.jpg");
    margin-left: 40px;
    margin-top: 322px;
    height: 30px;
    width: 198px;
    position: absolute;
}

div.button_infop {
    background-image: url("images/button_infop.jpg");
    margin-left: 30px;
    margin-top: 371px;
    height: 45px;
    width: 230px;
    position: absolute;
}

div.button_presences {
    background-image: url("images/button_presences.jpg");
    margin-left: 30px;
    margin-top: 412px;
    height: 43px;
    width: 230px;
    position: absolute;
}

div.button_livredor {
    background-image: url("images/button_livredor.jpg");
    margin-left: 30px;
    margin-top: 453px;
    height: 45px;
    width: 230px;
    position: absolute;
}

div.button_photos {
    background-image: url("images/button_photos.jpg");
    margin-left: 30px;
    margin-top: 500px;
    height: 45px;
    width: 230px;
    position: absolute;
}

div.button_contacts {
    background-image: url("images/button_contacts.jpg");
    margin-left: 30px;
    margin-top: 545px;
    height: 45px;
    width: 230px;
    position: absolute;
}

