Rev 996 | Blame | Compare with Previous | Last modification | View Log | RSS feed
@charset "UTF-8";
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Widget */
.intitule_determination {
float:left;
}
.votes_determination {
float:right;
}
.auteur_determination {
font-style:italic;
}
.image_secondaire {
height: 40px;
cursor:pointer;
}
.nb_votes {
position: relative;
top: -12px;
}
.image_active {
border: solid 1px black;
}
.bouton_selectionne > * {
background-color: #BBBBBB;
cursor: default;
}
.bouton_selectionne {
cursor: default;
}
.lien_connexion {
float: right;
}
.info_observation {
font-size: 14px;
font-weight: bold;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 5px;
}
.images {
text-align: center;
}