*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, table, td, th, option, select, input, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	/*height: 100%;*/
}

body, table, td, th
{
	background-color: white;
	color: black;
}

h2
{
	background-color: #FFFFBB;
	padding: 5px;
	text-decoration: underline;
}

#main_banner, #main_banner_spacer
{
	width: 100%;
	height: 22px;
}

#main_banner
{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFFFCC;
	z-index: 10;
	padding-bottom: 3px;
	border-bottom: solid 2px black;
}

#menu_banner
{
	position: absolute;
	top: 2px;
	left: 8px;
	z-index: 30;
	font-size: +1.2em;
}

#lang_banner
{
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 20;
}

a.menu, a.selected_menu
{
	color: #4040AA;
	text-decoration: underline;
}

a.menu:hover
{
	color: #4040AA;
	text-decoration: none;
}

a.selected_menu, a.selected_menu:hover
{
	color: black;
	cursor: default;
	text-decoration: none;
}

.anepasmontrer
{
	display: none;
}
