body {
    font-family:arial;
    font-size:14px;
    font-weight: lighter;
    cursor:default;
    color:#333333;
    background-color: #5aadf3;
    margin: auto;
}

td {
    font-size:14px;
    color:#125089;
}

a {
    color:#56a1ff;
    text-decoration:none;
    font-size:14px;
}

a:hover {
    color:#1b64f6;
    text-decoration:underline;
}

a.nav {
    color:#ffffff;
    text-decoration:none;
    font-size:18px;
}

a.nav:hover {
    color:#1b64f6;
    text-decoration:underline;
}

a.bottom {
    color:#ffffff;
    text-decoration:none;
    font-size:11px;
}

a.bottom:hover {
    color:#1b64f6;
    text-decoration:underline;
    font-size:11px;
}

div.header {
    background-color: #5aadf3;
}

div.content {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 900px;
    height: 600px;
    text-align: center;
}

div.mouette {
    position: absolute;
    left: 0px;
    top: 0px;
}

div.banniere {
    position: absolute;
    left: 0px;
    top: 90px;
    width:950px;
    background-color:#ffffff;
    z-index: 1;
}

div.admin_menu {
    position: absolute;
    width: 950px;
    left: 0px;
    top: 90px;
    background-color: #ffffff;
    text-align: center;
    z-index: 2;
}

div.main_menu {
    position: absolute;
    top: 10px;
    left: 180px;
    text-align: left;
}

div.login {
    position: absolute;
    top: 10px;
    left: 500px;
    text-align: left;
}

span.commande1 {
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 730px;
    text-align: left;
}

span.commande2 {
    white-space: nowrap;
    inline;
    position: absolute;
    top: 50px;
    left: 750px;
    text-align: left;
}

div.main {
    position: absolute;
    width: 950px;
    height: auto;
    min-height: 512px;
    left: 0px;
    top: 180px;
    background-image: url("../images/cahier_spiralle.png");
    text-align: center;
}

table.main_table {
    width: 730px;
    height: 512px;
    padding-left: 50px;
    font-size: 14px;
    text-align: center;
}

div.news {
    width:270px;
    border: solid 1px;
    border-color: #1b64f6;
    background-color: #ffffff;
    margin-left: 15px;
    padding: 10px;
}

table.news_table {
    width:270px;
}

table.foot {
    background-color: #5aadf3;
    width:100%;
    text-align: center;
}

