/* Eléments du menu */.clCMEvent{	left : 0;	visibility : visible;	width : 99%;	clip : rect(0 100% 100% 0);	position : absolute;	top : 0;	height : 99%;}.clCMAbs{	left : 0;	visibility : hidden;	position : absolute;	top : 0;}/* Barre de menu */.Bar{	visibility : hidden;	width : 10;	position : absolute;	height : 10;	background-color : #00ff00;	layer-background-color : #00ff00;}.Barborder{}/* Premier niveau du menu : les chapitres *//* Affichage des titres souris off */.niveau0{	padding-right : 1;	padding-left : 1;	font-weight : bold;	font-size : 12;	padding-bottom : 1;	padding-top : 1;	font-family : verdana;	position : absolute;	color : #ffffff;	background-color : #073771;	layer-background-color: #073771;}/* Affichage des titres avec souris on */.niveau0over {	padding-right : 1;	padding-left : 1;	font-weight : bold;	font-size : 12;	padding-bottom : 1;	padding-top : 1;	font-family : verdana;	position : absolute;	cursor : hand;	color : #ffba2b;	background-color : #073771;	layer-background-color : #073771;}/* Bordure des chapitres */.niveau0border{	visibility : hidden;	position : absolute;	background-color : #073771;	layer-background-color : #073771;}/* Niveau 1 : les sous-chapitres */.niveau1{	padding-right : 1;	padding-left : 1;	padding-bottom : 1;	padding-top : 1;	font-weight : bold;	font-size : 11;	font-family : verdana;	position : absolute;	color : #5275bc;	background-color : #ffdc91;	layer-background-color: #ffdc91;}.niveau1over{	PADDING-RIGHT: 1px;	PADDING-LEFT: 1px;	FONT-WEIGHT: bold;	FONT-SIZE: 11px;	PADDING-BOTTOM: 1px;	PADDING-TOP: 1px;	FONT-FAMILY: verdana;	POSITION: absolute;	CURSOR: hand;	COLOR: #073771;	BACKGROUND-COLOR: #ffdc91;	layer-background-color: #ffdc91;}/* Bordure des sous-chapitres */.niveau1border{	VISIBILITY: hidden;	POSITION: absolute;	BACKGROUND-COLOR: #073771;	layer-background-color: #073771;}/* Niveau 2 : les sous-sous-chapitres */.niveau2{	PADDING-RIGHT: 1px;	PADDING-LEFT: 1px;	FONT-WEIGHT: normal;	FONT-SIZE: 11px;	PADDING-BOTTOM: 1px;	PADDING-TOP: 1px;	FONT-FAMILY: tahoma;	POSITION: absolute;	color : #5275bc;	BACKGROUND-COLOR: #ffdc91;	layer-background-color: #ffdc91;}.niveau2over{	PADDING-RIGHT: 1px;	PADDING-LEFT: 1px;	FONT-WEIGHT: normal;	FONT-SIZE: 11px;	PADDING-BOTTOM: 1px;	PADDING-TOP: 1px;	FONT-FAMILY: tahoma;	POSITION: absolute;	CURSOR: hand;	COLOR: #073771;	BACKGROUND-COLOR: #ffdc91;	layer-background-color: #ffdc91;}.niveau2border{	VISIBILITY: hidden;	POSITION: absolute;	BACKGROUND-COLOR:  #073771;	layer-background-color:  #073771;}