

.menu {

	background-color:#FFFFFF;

	color:#000000;

	font-size:12px;

	font-weight:bold;

	font-family:MS Sans Serif, Sans Serif, Verdana, Arial;

	border:1px solid #CCCCCC;

	

/* width et margin sont au cas o� le javascript est d�sactiv�. */

	width:125px;

	padding:0;

	margin:0;

	list-style-type:none;

	

}



/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */

.menu{

	text-align:left;

}

.menu a, .menu a:visited {

/* Les liens qui ne sont pas sous le curseur. */

	color:#000000;

	padding:2px 1px;

	text-decoration:none;

/* Ne pas modifier le block, margin et width */

	display:block;

	margin:0px;

	width:100%;

	border-bottom:1px solid #CCCCCC;

	padding:1px;

}

.menu a:hover, .menu a:focus {

/* Les liens sous le curseur.

	On change les couleurs du texte et de fond, et on enl�ve le soulignement.

	*/

	background-color:#fff;

	border-bottom:1px solid #005ac4;

	color:#005ac4;

	text-decoration:none;

}

html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active {

	width:auto;

}





.menuFixe {

	background-color:#FFFFFF;

	color:#000000;

	font-size:12px;

	font-weight:bold;

	font-family:MS Sans Serif, Sans Serif, Verdana, Arial;

	border:1px solid #CCCCCC;

	padding:1px;

/* width et margin sont au cas o� le javascript est d�sactiv�. */

	width:125px;

	padding:0;

	margin:0;

	list-style-type:none;

	

}



/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */

.menuFixe{

	text-align:left;

}

.menuFixe a, .menuFixe a:visited {

/* Les liens qui ne sont pas sous le curseur. */

	color:#000000;

	padding:2px 1px;

	text-decoration:none;

/* Ne pas modifier le block, margin et width */

	display:block;

	margin:0px;

	width:100%;

	border-bottom:1px solid #CCCCCC;

}

.menuFixe a:hover, .menuFixe a:focus {

/* Les liens sous le curseur.

	On change les couleurs du texte et de fond, et on enl�ve le soulignement.

	*/

	background-color:#ffffff;

	border-bottom:1px solid #007900;

	color:#007900;

	

	text-decoration:none;

}

html>body .menuFixe a, html>body .menuFixe a:visited, html>body .menuFixe a:hover, html>body .menuFixe a:active {

	width:auto;

}

.menu ul
 {

    background-color:#fff;

    color:#cccccc;

    font-size:12px;

    font-weight:bold;

    width:125px;

    padding:0;

    margin:0;
    

    list-style-type:decimal;
  

}
