@charset "UTF-8";


img.navig{
    width: 20px;
    height: 20px;
}
img.navig:hover{
    background-color:aliceblue;
    border: 2px solid blue;
    border-radius:  1px;
    width: 30px;
    height: 30px;
}


#categorie1 #categorie2 #categorie3{
    max-width: 80px;
    width: 80px;
} 

span.cadre-orange{
    padding: 5px;
    background-color:papayawhip;
    margin-bottom: 5px;
    border: 2px solid orange;
    border-radius:10px;
}

div.cadre-orange{
    padding: 10px;
    /*margin-right: 10px;*/

    border: 5px solid orange;
    border-radius:10px;
}
div.cadre-vert{
    padding: 10px;
    /*margin: 10px;*/
    /*margin-right: 10px;*/

    border: 5px solid green;
    border-radius:10px;
}

div.cadre-rouge{
    padding: 10px;
    border: 5px solid red;
    border-radius:10px;
}

div.cadre-bleu{
    padding: 10px;
    border: 5px solid blue;
    border-radius:10px;
}

div.cadre-noir{
    padding: 10px;
    border: 5px solid black;
    border-radius:10px;
}


table tbody tr:hover{ 
   background-color: grey;     
   opacity: 0.5;
/*   font-weight: bold;
   font-size: 1.1em;*/
   /*color:blue;*/
}

table tbody tr:hover td.gras{ 
   font-weight: bold;
   font-size: 1.1em;
   color:blue;
}



table tbody tr:hover td.feu{ 
   background-color: initial;     
/*   opacity: 0.5;*/
}

td.larg10, th.larg10{
    min-width: 10px;
    max-width: 10px;
    width: 10px;
}
td.larg20, th.larg20{
    min-width: 20px;
    max-width: 20px;
    width: 20px;
}
td.larg25, th.larg25 {
    min-width: 25px;
    max-width: 25px;
    width: 25px;
}
td.larg30, th.larg30 {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
}
td.larg50, th.larg50 {
    min-width: 50px;
    max-width: 50px;
    width: 50px;
}
td.larg80, th.larg80 {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
}

td.gras{
    font-weight:  bold;
}

td.milieu {
    text-align :center;
}

.margetopnul {
    margin-top:  0px;
    padding-top: 0px;
}

.margebasnul {
    margin-bottom:  0px;   
    padding-bottom: 0px;
}

tr.colrouge, th.colrouge, td.colrouge {
    color: red;
}
tr.colvert, th.colvert, td.colvert {
    color: green;
}
tr.colnoir, th.colnoir, td.colnoir {
    color: black;
}
