/*STYLE DU TEXTE EN 10 PIXELS*/
.textefont10 {
    color: black;
    font-family: verdana,arial;
    font-size: 10px;
    text-decoration: none;
    }

/*STYLE DU TEXTE EN 12 PIXELS*/
.textefont12 {
    color: black;
    font-family: verdana,arial;
    font-size: 12px;
    text-decoration: none;
    }

/*STYLE DU TEXTE EN 14 PIXELS*/
.textefont14 {
    color: black;
    font-family: verdana,arial;
    font-size: 14px;
    text-decoration: none;
    }

.titregal {
    color: #656565;
    font-family: verdana,arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
	
.actiontitlebar{
    /*background-color:#B5B7CF*/
	background-color:#CDCFEB
	}
.lienmenuactions {
    color:#000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none}
.lienmenuactions:hover{
    color:#ff0000;
    text-decoration:underline}	