/* 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 : #A02706;
	layer-background-color : #A02706;
}

.Barborder
{
}

/* Premier niveau du menu : les chapitres */

/* Affichage des titres souris off */

.niveau0
{
	padding:1px; font-weight : bold;
	font-size : 11;
	font-family : arial;
	text-align: left;
	position : absolute;
	color : #FFFFFF;
	background-color : #CE0C0C;
	background-image:url('rouge_108c.jpg');
	layer-background-color: #CE0C0C; 
}

/* Affichage des titres avec souris on */

.niveau0over {

	padding-right : 1;
	padding-left : 1;
	font-weight : bold;
	font-size : 11;
	padding-bottom : 1;
	padding-top : 1;
	font-family : arial;
	position : absolute;
	cursor : hand;
	color : #000000;
	background-color : #C5C2A8;
	layer-background-color : #FFFFFF;
}

/* Bordure des chapitres */
/* bordures du menu */
.niveau0border 
{
	visibility : hidden;
	position : absolute;
	BACKGROUND-COLOR: #FFFFFF;
	layer-background-color : #FFFFFF
}

/* 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 : arial;
	position : absolute;
	color : #FFFFFF;
	background-color : #A02706;
	background-image:url('rouge_108c.jpg');
	layer-background-color: #A02706;
}

.niveau1over
{

	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	FONT-FAMILY: arial;
	POSITION: absolute;
	CURSOR: hand;
	COLOR: #000000;
	BACKGROUND-COLOR: #C5C2A8;
	layer-background-color: #9F9A75;
}

/* Bordure des sous-chapitres */

.niveau1border
{
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR: #A02706;
	layer-background-color: #A02706;
}

/* Niveau 2 : les sous-sous-chapitres */

.niveau2
{
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	FONT-FAMILY: arial;
	POSITION: absolute;
	color : #FFFFFF;
	BACKGROUND-COLOR: #A02706;
	background-image:url('rouge_108c.jpg');
	layer-background-color: #A02706;
}

.niveau2over
{
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	FONT-FAMILY: arial;
	POSITION: absolute;
	CURSOR: hand;
	COLOR: #000000;
	BACKGROUND-COLOR: #C5C2A8;
	layer-background-color: #9F9A75;
}

.niveau2border
{
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR:  #FFFFFF;
	layer-background-color:  #FFFFFF;
}