﻿
/* Styles pour la page d'administration */

#administration {
    padding: 20px;
}

#admin1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    #admin1 div {
        width: 150px;
        height: 50px;
        margin: 50px;
        padding: 5px;
        border: solid;
        border-radius: 10px;
        text-align: center;
        align-content: center;
    }

        #admin1 div:hover {
            background-color:lightgray;
        }

        #admin1 div a {
            text-decoration: none;
            display:block;
        }

            #admin1 div a:visited {
                color: black;
            }


/* Styles pour la page d'aide */

#adm-aide {
    margin: 20px;
}

    #adm-aide ul li {
        list-style-type: none;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #adm-aide ul li a:link {
            text-decoration: none;
            color: #0000FF;
        }

        #adm-aide ul li a:visited {
            text-decoration: none;
            color: #0000FF;
        }


    #adm-aide img {
        border-style: solid;
        border-width: 1px;
        max-width:400px;
    }


/* Styles pour message d'information */

#adm-infoimage {
    margin: 20px;
    background-color: #C0C0C0;
}

#infocouleur1 {
    width: 40px;
    height: 15px;
}

#infocouleur2 {
    width: 40px;
    height: 15px;
}

#affichagecouleurtexte div {
    float: left;
}

#affichagecouleurfond {
    clear: left;
}

    #affichagecouleurfond div {
        float: left;
    }

#affichagesouligne, #affichageitalique {
    clear: left;
}

#affichagefondtheme div {
    float: left;
}


/* Styles pour largeur et hauteur max des images dans un tableau */

#adm_visu {
    text-align: center;
}

    #adm_visu img {
        max-width: 100px;
        max-height: 100px;
    }

#visu {
    text-align: center;
}

    #visu img {
        max-width: 100px;
        max-height: 100px;
    }


/* Styles pour les options de téléchargement */

#option {
    border: 1px solid #000000;
    margin: 20px;
    padding: 0px 20px 0px 20px;
}


/* centrage de la boite de sélection */

#choixtheme {
    height: 94px;
    line-height: 94px;
    vertical-align: middle;
}

/* Style non appliqué car le DIV a un attribut Runat = Server
/* Appliquer le style dans le design sur le Div

#infotheme {
    width: 94px;
    height: 94px;
}
*/

