/********************************** DIV contenant le menu des choix du langage ***************************************/
#divMenuLanguage { 
	position         : absolute;                                        z-index          : 2;
	top              : 22px;                                            right            : 0px;
	height           : 38px;                                            width            : 100px;
	font-family      : normal, arial, sans-serif;                       color            : #727171;
	padding-right    : 4px;                                             font-size        : 11px;
	text-align       : right;                                           vertical-align   : bottom;
	padding-top      : 22px;                                            cursor           : default;           
}

.labelLangue {
	color            : #727171;                                         text-decoration  : none;
}

.labelLangue:hover {
	color            : #f00;                                            text-decoration  : none;
	cursor           : pointer;
}

a { text-decoration  : none;                                             cursor           : pointer; }
