/* 
    Document   : home
    Created on : Oct 26, 2009, 4:25:14 PM
    Author     : viv
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0px;
    padding: 0px;
}

#header, #footer {
    margin: 0px;
}

#shelf, #content {
    margin: 10px;
    border: 1px solid gray;
}

#shelf {
    width: 200px;
    float: left;
}

#content {
    margin-left: 220px;
}

#footer {
    clear: both;
}

#header {
    border-bottom: 1px solid gray;
}

#header>div>img {
    margin: 20px;
}

#login_label {
    float: right;
    margin-right: 10px;
}

#footer {
    text-align: center;
}

.corbeille {
    text-align: center;
    display: inline-block;
    margin: 10px 40px 10px 40px;
    width: 150px;
}

.corbeille>img {
    margin: auto;
}

.box {
    width: 45%;
    margin: 10px 2% 20px 2%;
    display: inline-block;
    border: 1px solid gray;
    background-repeat: no-repeat;
    background-position: right bottom;
    vertical-align: top;
}

.box>h2 {
    margin: 0px;
    padding: 2px;
    border-bottom: 1px solid gray;
}

.box>.box_content {
    min-height: 64px;
    margin: 0px;
    padding: 0px;
}

.en-preparation {
    background-image: url('../images/icons/corbeilles/en-preparation-bg.png');
}

.a-traiter {
    background-image: url('../images/icons/corbeilles/a-traiter-bg.png');
}

.a-archiver {
    background-image: url('../images/icons/corbeilles/a-archiver-bg.png');
}

.retournes {
    background-image: url('../images/icons/corbeilles/retournes-bg.png');
}