BODY {
    font-family: Arial;
    font-size: 13px;
    color: #6D2F00;
    text-align: justify;
}

A {
    color: #444444;
    text-decoration: underline;
}

A:hover{
    color: #444444;
    text-decoration: none;
}

.corpsSite {
    position: absolute;
    border: 1px solid #777777;
    top: 0px;
    left: 0px;
    width: 940px;
    height: 603px;
}

.bandeauHaut {
    position: absolute;
    background-image: url(images/bandeau_haut.jpg);
    top: 0px;
    left: 0px;
    width: 940px;
    height: 87px;
    text-align: right;
}

.bandeauBas {
    position: absolute;
    background-image: url(images/bandeau_bas.jpg);
    top: 516px;
    left: 0px;
    width: 940px;
    height: 87px;
}

.menu {
    position: absolute;
    top: 83px;
    left: 0px;
}

.zoneText1 {
    position: absolute;
    border-right: 1px dashed #777777;
    left: 170px;
    top: 87px;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 20px;
    padding-bottom : 10px;
    height: 409px;
    width: 475px;
    text-align: justify;
    overflow: auto;
}

.zoneText2 {
    position: absolute;
    left: 677px;
    top: 87px;
    padding : 5px;
    height: 419px;
    width: 253px;
    text-align: justify;
    overflow: auto;
    background-color: #FFF4C7;
}

.login {
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    background-color: #DDDDDD;
    color: #444444;
    top: 500px;
    right: 15px;
    width: 80px;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

.reference {
    color: #444444;
    top: 605px;
    left: 860px;
    width: 100px;
    height: 20px;
    font-size: 10px;
    position: absolute;
}
.login2 {
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    background-color: #DDDDDD;
    color: #444444;
    top: 395px;
    right: 15px;
    width: 231px;
    height: 120px;
    text-align: center;
    position: absolute;
    z-index: 3;
}

.login H1 {
    color: #444444;
    text-align: left;
    font-size: 13px;
    margin: 0px;
    margin-left: 5px;
    font-weight: normal;
}

H1 {
    color: #A0571F;
    font-size: 15px;
    text-align: center;
}

H2 {

}

/* encadrés */

.cadre {
    border: 1px solid #D37A35;
    background-color: #FFD9A8;
    margin-left: 20px;
    margin-bottom: -40px;
    margin-right: 10px;
    top: -45px;
    left: 6px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.comment {
    border: 1px solid #D37A35;
    background-color: #FFE9D8;
    margin-left: 26px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.image {
    position: relative;
    padding-top: 25px;
    top: -20px;
    width: 240px;
    height: 40px;
    z-index: 2;
}


/* soulignés */

.simage {
    border-bottom: 1px solid #D37A35;
    position: absolute;
    /*padding-top: 5px;
    padding-left: 5px;
    margin-top: 0px;
    height: 40px;
    top: 25px;*/
    width: 90%;
    float: left;
    z-index: 2;
}
/* Formulaires */

.inputtext {
    height: 18px;
    border: 1px solid #DA772C;
}

.inputbutton {
    padding: 2px;
    border: 1px solid #DA772C;
    background-color: #F7A457;
    margin: 1px;
    font-size: 12px;
    text-align: center;
}

TABLE {
    width: 100%;
}

FORM {
    margin-bottom: 0px;
}

/* Part 2 My Kitchen */

.listefridge{
    position: relative;
    width: 470px;
    height: 270px;
    overflow: auto;
}

.zonealphab {
    position: relative;
    width: 240px;
    height: 50px;
}

.listeingr {
    position: relative;
    width: 240px;
    height: 120px;
    overflow: auto;
    
}