/* Caractéristique du menu */

#menufixe {
	top: 200px;
	position: fixed;
	/* Seul IE interprète la ligne suivante */
	_position: absolute;
	margin-left: 230px;
	width: 180px;
	border: 1px dashed #F80041;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images2/degrade-menu.jpg);
	background-repeat: repeat-x;
}
/* Hack IE6 pour la position du menu */
* html #menufixe {margin-left:30px;}
/* Hack IE 7 pour la position du menu */
*+html #menufixe {margin-left:30px;}

#menufixe ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#menufixe li {
	margin-top: 5px;
}

/* Détermine le sens de la puce de l'élément de menu */
#menufixe .haut {
	background-image: url(images2/fleche-haut.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #333333;
	font-size: 14px;
}
#menufixe .droite {
	background-image: url(images2/fleche-droite.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #333333;
}
#menufixe .gauche {
	background-image: url(images2/fleche-gauche.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #333333;
}
