﻿.enum {display:block;float:left; text-align:center; }
/* a href */
.enumm {
    display:block;
    float:left;
    border:solid 2px orange;
    margin:3px; 
    color:black;
    font-size:38px;    
    font-weight:bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color:white;
    width:65px;
    height:72px;
    padding-top:12px;
    text-align:center;
}

.enummc {
    display:block;
    float:left;
    border:solid 2px orange;
    margin:3px; 
    color:black;
    font-size:38px;    
    font-weight:bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color:white;
    width:100px;
    height:72px;
    padding-top:12px;
    text-align:center;
}

.enummfloat {

display:block;
    border:solid 2px orange;
    margin:3px; 
    padding:12px;
    color:black;
    font-size:38px;
    font-weight:bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color:white;

}

.container {}
.container a:hover {color:darkblue; background-color:#28EAC3;} 

#listing a:hover {background-color: yellow;border:solid 2px orange;}
#modalChiffres {}

#ulAdminMenu{list-style-type: none;color:white;}
#ulAdminMenu li{padding:15px;color:white; font-weight:bold;font-size:22px; font-family:Verdana;}
#ulAdminMenu li a {color:white;}

.missingValue {border:solid 1px red;}
.correctValue {border:solid 1px green;}

.WordToPractice{display:block;font-size:66px;font-weight:normal;padding-bottom-20px;font-family:'Times New Roman';}
.WordToPractice a{color:white;}
.WordToPractice a:link{color:white;}
.WordToPractice a:hover{color:yellow;text-decoration:none;}
.WordToPractice a:visited{color:white;}

.WordToPracticeWeek{display:block;color:greenyellow;font-size:13px;font-family:Verdana;padding-bottom:15px;}


.VideoTurbo {width:95%;height:95%;max-width:480px;}

#evaluation {
    color: gray;
    font-size: 12px;
    font-family: Verdana;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 22px;
    padding-top: 7px;
    border-top: 1px dotted;
}

    #evaluation a {
        background-color: #233140;
        text-decoration: none;
        color: #18BC9C;
    }


        #evaluation a:hover {
            background-color: #233140;
            text-decoration: none;
            color: #E24363;
        }
    
#divRetour {
        font-size: 20px;margin-left:30px;
    }