ul.notes-echelle {
    margin:0;
    padding:0;
    font:.75em/1.2 Arial, Helvetica, sans-serif;
}
ul.notes-echelle li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}

ul.notes-echelle li .label {
    display:block;
    text-align:center;
    line-height:20px;
    background:url(/img/etoiles.gif) center top no-repeat;
    position: absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
}

ul.notes-echelle li label.label {
    cursor:pointer;
}

ul.notes-echelle li.note-off .label {
    background-position:center -60px;
}
ul.notes-echelle li.note-checked {
    font-weight:bold;
}

ul.notes-echelle.js li {
    min-width:20px;
    min-height:20px;
    outline:1px solid #FFF;
    position:relative;
    overflow: hidden;
}
ul.notes-echelle.js input {
    position:absolute;
    bottom:-100%;
}
ul.notes-echelle.js li.note-focus {
    outline:1px dotted #000;
}


ul.notes-echelle.js li {
    width:20px;
    height:20px;
}

ul.notes-echelle.js li.moyenne {
	padding-top:6px;
    width:17em;
}


div.notation {
    bottom:5px;
    left:8px;
    position:absolute;
    height: 25px;
}

ul.notes-echelle {
    float:left;
}

div.notation-label {
	padding-top:3px;
    float:left;
}