body {
    font-family: sans-serif;
}

#BLOC_GLOBAL {
    width: 960px;
    margin: auto;
}

#BLOC_CARTE {
width: 600px;
float: left;

}

#BLOC_SELECTION {
    padding: 5px;
    border-style: solid;
    border-width: thin;
    border-color: black;
    font-size: small;
width: 300px;
float: right;
}

p.Titre {
    text-align: center;
    font-weight: bold;
}

p.Intitule {
    margin-bottom: 0;
}

p.Liste {
    margin-top: 0;
}

p.Validation{
    text-align: center;
    margin-top: 20px;
}
    
    