.RGRCouleurs {
    width: 100px;
    height: 20px;
    /*	resize:none;
	position:relative; 
	left:150px; 
    */
    border: solid 2px;
    border-color: black;
}

table {
    border: solid 1px;
}

.RGRCurseurChoixCouleur {
    cursor: url(../../images/pipette.cur), pointer;
}

.RGRCurseurRubriqueCouleur {
    cursor: url(../../images/curseurPalette.png), cell;
}

.RGRTableauCaseCouleurH {
    border-style: none;
    border-width: 0px;
    border-color: transparent;
}

td.RGRTableauCaseCouleurH {
    background-color: transparent;
    width: 20px;
    height: 3px;
    border-style: none;
    border-width: 0px;
    padding: 0px;
}

tr.RGRTableauCaseCouleurH {
    background-color: transparent;
    /* width: 20px; */
    /* height: 1px; */
    border-style: none;
    border-width: 0px;
    padding: 0px;
}


/*
td.RGRTableauCaseCouleur {
    border: solid 1px #770000;
    width: 10px;
    height: 10px;
}

tr.RGRTableauCouleurs {
    height: 15px;
}


.RGRTableauCouleurs {
   
    top: 20px;
   
}
*/


/*
td:hover.RGRTableauCaseCouleur {
    cursor: pointer;
}
*/

.RGRMenuRubrique {
    text-align: center;
    border: none;
    border-radius: 20px;
    background-color: #a5a5a5;
}

.RGRMenuRubrique:hover {
    cursor: pointer;
}

.nomsParametres {
    position: absolute;
    top: 10px;
    left: 10px;
}

.couleursParametres {
    position: absolute;
    top: 10px;
    left: 10px;
}

label {
    font-size: 17px;
}