body {
    background: url(mosalis.jpg) no-repeat #565656;
    color:#EEEEDD;
    font-family: arial, verdana, helvetica, sans-serif;
}

a {
    text-decoration:none;
    color: white;
}

img {
    border:0px;
}

/* --- Imagettes ------------------------------------------- */
div.imagette {
    float: left; 
    position:relative;
    height: 210px; 
    width: 210px;
    margin: 2px 2px;
    background:#464646;
    border:1px solid #888;
}
div.rang {
    position:absolute;
    top:5px;
    left:5px;
    font-family Verdana, Arial, sans-serif;
    font-size:30px;
    font-weight:bolder;
}
div.rang a {
    color:#777;
}
div.rang a:hover {
    color:#fe3;
}
/* --- Titre ----------------------------------------------- */
#titre {
    margin: 20px auto 10px auto;
    width:85%;
    font-size: 180%;
    font-weight: bolder;
}
#haut {
    margin: 20px auto 10px auto;
    text-align:center;
    font-size:150%;
    font-weight:bolder;
}
/* --- Blocs ----------------------------------------------- */
#blocs {
    margin: 5px auto 10px auto;
    width: 85%;
}
/* --- Pied ------------------------------------------------ */
#pied { 
    margin: 5px auto 10px auto;
    width:85%;
    padding-top:4px;
    border-top:2px solid #AAA;
    font-weight:bolder;
    font-size:11px;
}
.bas {
    font-weight:bolder;
    font-size:11px;
    padding-top:3px;
}


/* --- Présentation ---------------------------------------- */
img.presentation {
 background:#464646;
 padding:15px;
 -moz-border-radius:12px;
}
