
.left {
 text-align: left;
}
.center {
 text-align: center;
}
.right {
 text-align: right;
}

.fluo{
 background: #a6d1ff;
}

th.alert{
 color: #ffaa66;
}
th .alert{
 background: white;
}
.alert {
 color: red;
 margin : 0px;
}

.maj {
text-transform: uppercase;
}

.fmaj {
text-transform: capitalize;

}
/*** Classes des liens  ****/

/*           MENU INTRA PAGE        */
.button, .button_right, .button_vert {
 margin: 2px;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background: #dedede;
 color: black;
 font-weight: bold;
 border: solid 1px gray;
}

 .button_vert {
 color: white;
 background: #70CC7E;
 margin:5px;
}

.button_right {
 float:right;
}
.mini {font-size:8pt;}
.button:hover, .button_right:hover, .button_vert:hover{
background: #5c8bbf;
cursor: pointer;
}
.obligatoire {
 border: 1px red solid;
 font-weight: bold;
}