/* Styles des liens */
a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a.choix {
    height: 8px;
    width: 18px;
    float: left;
}
a.lien_haut{
    position : relative ; /* indique un décalage par rapport à la position normale */
    color: navy;       
}
a.lien_haut:hover{
    position : relative ; /* indique un décalage par rapport à la position normale */
    left: 2px;
    top: 1px;
    text-decoration: underline;       
}
.ombre{
    position: absolute; 
    left: 16px; 
    top: 1px
}
.lien_gauche a{
    color: #000000;
}
.lien_gauche a:hover{
    color: #ffffff;
}
a.onglet{
    font-weight: bold;
    color: navy;
}
a.onglet:hover{
    text-decoration: underline;
}
/* Les boutons */
a.bouton, a.bigbouton {
    display:-moz-inline-box;
    display:inline-block;
    margin:0;
    padding:0;
    white-space:nowrap;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:0;
    background:none;
}
a.bouton span {
    position:relative;
    float:left;
    padding:0 0 0 10px;        /* Largeur du côté gauche */
    vertical-align:middle;
}
a.bouton span span {
    padding:0 10px 0 0;        /* Largeur du côté droite */
}
a.bouton span span span {
    height:20px;        /* Hauteur du bouton */
    padding:0;
    line-height:1.5;    /* Alignement vertical du texte */
}
a.bigbouton span {
    position:relative;
    float:left;
    padding:0 0 0 20px;        /* Largeur du côté gauche */
    vertical-align:middle;
}
a.bigbouton span span {
    padding:0 20px 0 0;        /* Largeur du côté droite */
}
a.bigbouton span span span {
    height:40px;        /* Hauteur du bouton */
    padding:0;
    line-height:1.5;    /* Alignement vertical du texte */
}
a.bvert span {
    background:url(../images/vert_gch.png) left top no-repeat;
}
a.bvert span span {
    background:url(../images/vert_drt.png) right top no-repeat;
}
a.bvert span span span {
    background:url(../images/vert_ctr.png) left top repeat-x;
}

a.bvert:hover span {
    background:url(../images/vert_gch_2.png) left top no-repeat;
}
a.bvert:hover span span {
    background:url(../images/vert_drt_2.png) right top no-repeat;
}
a.bvert:hover span span span {
    color: white;
    background:url(../images/vert_ctr_2.png) left top repeat-x;
}

a.bbleu span {
    background:url(../images/bleu_gch.png) left top no-repeat;
}
a.bbleu span span {
    background:url(../images/bleu_drt.png) right top no-repeat;
}
a.bbleu span span span {
    background:url(../images/bleu_ctr.png) left top repeat-x;
}

a.bbleu:hover span {
    background:url(../images/bleu_gch_2.png) left top no-repeat;
}
a.bbleu:hover span span {
    background:url(../images/bleu_drt_2.png) right top no-repeat;
}
a.bbleu:hover span span span {
    color: white;
    background:url(../images/bleu_ctr_2.png) left top repeat-x;
}

a.bgris span {
    background:url(../images/gris_gch.png) left top no-repeat;
}
a.bgris span span {
    background:url(../images/gris_drt.png) right top no-repeat;
}
a.bgris span span span {
    background:url(../images/gris_ctr.png) left top repeat-x;
}

a.bgris:hover span {
    background:url(../images/gris_gch_2.png) left top no-repeat;
}
a.bgris:hover span span {
    background:url(../images/gris_drt_2.png) right top no-repeat;
}
a.bgris:hover span span span {
    color: white;
    background:url(../images/gris_ctr_2.png) left top repeat-x;
}

a.bigbvert span {
    background:url(../images/vert_gch_big.png) left top no-repeat;
}
a.bigbvert span span {
    background:url(../images/vert_drt_big.png) right top no-repeat;
}
a.bigbvert span span span {
    background:url(../images/vert_ctr_big.png) left top repeat-x;
}

a.bigbvert:hover span {
    background:url(../images/vert_gch_2_big.png) left top no-repeat;
}
a.bigbvert:hover span span {
    background:url(../images/vert_drt_2_big.png) right top no-repeat;
}
a.bigbvert:hover span span span {
    color: white;
    background:url(../images/vert_ctr_2_big.png) left top repeat-x;
}

* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}

/* Styles pour la présentation des objets */
.infos_complementaires {
    width: 200px; 
    border-style: outset;
    border-width: 1px;
    border-color: #CCCCCC;
    -moz-border-radius: 5px;
    padding: 1px 4px 1px 4px;
    line-height: 1.4em;
}
.infos_complementaires:hover {
    background-color: #A09A81;
}
.infos_complementaires:active {
    border-style: inset;
    background-color: #E4E3DC;
}

.moduleRow{
    line-height: 150%;
}
.moduleRowOver{
    background-color: #E4E3DC;
    line-height: 150%; 
}
.moduleRowSelected{
    background-color: #E4E3DB;
    line-height: 150%; 
}
.moduleRow td.kiala, .moduleRowOver td.kiala, .moduleRowSelected td.kiala{
    border-bottom: thin black dashed;
}
