/** BASIC */
/* rappel # = id et . = class  */

body {
    height: 100%;
    background-color: #FFF;
    font-family: arial, verdana, sans-serif ;
    text-align: justify;
    color: black;
    background-image: url("../images/fond_mineurs5.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
}

img {
    border: 0px none;
}

#page {
    width: 950px;
    background-image: url("../images/transp_blanc_80.png");
    background-color: transparent;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid black;
    font-size: small;
    color: black;
}

#page h1 {
    color:#FFF;
    background-color: #F00;
    text-align:center;
}

#page p{
    padding-left:10px;
    padding-right:10px;
    margin: 1px;
}

#page li {
    padding-right:10px;
}

#formulaire{
    text-align:center;
}

#pied {
    clear: both;
    height: 40px;
    margin: 0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    padding-top:2px;
    text-align:center;
    background-color: #DDD;
    border-top: 2px solid red;
    color: black;
}

#pied a{
    color:blue;
    text-decoration:none;
    background-color: transparent;
}

#pied ul {
    list-style: none;
    margin:0px;
    padding:0px;
}

#pied li {
    display:inline;
    height: 30px;
}

#conclusion{
    text-align:center;
}
.floatright{
    float:right;
}

.floatleft{
    float:left;
}

.cellule {
    width:100px;
}