div.spacer {
	clear: both;
}

div#banquise {
	position: fixed;
	top:0;
	left:0;
	clear: both;
	border: 1px outset black;
	padding: 0px;
	background-color: #cccccc;
	font-size: 80%;
	width: 100%;
	z-index: 10;
}

div#banquise table {
	margin-left: auto;
	margin-right: auto;
}

div#banquise td {
/*	font-size: 80%; */
}

div#banquise span.left {
	float: left;
	text-align: left;
	width: 49%;
}

div#banquise span.right {
	float: right;
	text-align: right;
	width: 49%;
}

div#banquise a {
	color: gray;
	text-decoration: none;
}

div#banquise span {
	color: gray;
	text-decoration: none;
}

div#banquise a:hover {
	color: #404040;
	text-decoration: none;
}

div#banquise span:hover {
	color: #404040;
	text-decoration: none;
}

/* 
 * ---------------------------------------------------
 * Menu deroulant standard (sous-listes non ordonnees)
 * ---------------------------------------------------
 */
ul#membres-menu { /* Fond */
	position: absolute;
	display: none; /* Menu masque par defaut */
	list-style: none;
	z-index: 10;
/*	font-size: 12px; */
	min-width: 17em;
	padding: 5px 0 0 0;
	margin: 0px;
	border: 1px #B0B0B0 solid;
	background-color: #E5E5E5;
}
ul#membres-menu li { /* Presentation par defaut, sans lien, donc choix inactif, donc grise */
	line-height: 22px;
	position: relative;
	float: none;
	color: #999999;
	padding: 0;
	margin: 0;
	cursor: default; /* Curseur par defaut (fleche) */
}
ul#membres-menu li.menuDiv { /* Division du menu */
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #D5D5D5;
}
ul#membres-menu li a {
	display: block;
	color: black;
	padding: 0 13px 0 26px;
}
ul#membres-menu li a:hover {
	color: orange;
	text-decoration: none;
}

