body
{
    /*Pour donner une couleur*/
    background-color: aliceblue;
}

.picture
{
    overflow: hidden;
    /*donner l'url en paramètre de l'image"
     *background-image: url("image/im.jpg");
     */
    /*Donne une couleur par défault si il n'y a pas d'image*/
    background-color: rosybrown;
    /*Taille alloué à l'image*/
    min-width: 50%;
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
}

.picture .option
{
    color: white;
    font-size: 20px;
}

h2
{
    font-size: 30px;
    margin-left: 15px;
}

h3
{
    font-size: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

p
{
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.backform
{
    background-color: white;
    width: 90%;
    min-height: 500px;
    background-color: white;
    border: outset lightgrey;
    border-width: 5px;
    margin-left: auto;
    margin-right: auto;
}

.insertT
{
    text-transform: uppercase;
    margin-left: 15px;
    background: lightgrey;
    border-radius: 7px;
    width: 50%;
    height: 25px;
}

.insertM
{
    margin-left: 15px;
    background-color: lightgray;
    border-radius: 7px;
    width: 50%;
    height: 25px;
}

.insertD
{
    margin-left: 15px;
    background: lightgray;
}

.separateur
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-top-style: dotted;
    border-top-color: dimgray;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ChM
{
    margin-bottom: -5px;
}

.commentaire
{
    border: outset;
    border-width: 1px;
    width: auto;
    height: auto;  
    min-width: 75%;
    min-height: 150px;
    max-height: 150px;
    background-color: lightgray;
    margin-left: 15px;
}

.reset
{
    background-color: blueviolet;
    color: white;
    border-radius: 7px;
    margin-left: 15px;
    border: none;
}

.valider
{
    border: none;
    background-color: rgb(126, 104, 146);
    color: white;
    border-radius: 7px;
    margin-left: 15px;
}

.button
{
    border: outset;
    border-color: purple;
    background-color: blueviolet;
    color: white;
    border-radius: 7px;
    margin-left: 15px;
}

a :hover
{
    border: outset;
    border-color: blueviolet;
    background-color: purple;
    color: white;
    border-radius: 7px;
    margin-left: 15px;
}

.reglep
{
    margin-bottom: 35px;
}

.regle
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

table
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-width: 3px;
    border-style: groove; 
    border-color: black;
}

td
{
    margin-left: 5px;
    margin-right: 5px;
    border-width: 3px;
    border-style: groove; 
    border-color: black;
}

.radio
{
    width: 15px;
    height: 15px;
}

.check
{
    width: 15px;
    height: 15px;
}

audio{
    width: 50%;
}