html, body {
	margin: 0px;
	height: 100%;
	width:100%;
	background-color:none;
}

div.block {
	display:block;
	height:100%;
	width:100%;
	clear:none;
}

div.menu {
	float:left;
	overflow:auto;
	background-color:white;
	background-image: url(../IMG/gif/barre-menu1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align:center;
	width:250px;
	height:100%;
	border-style:none;
}

div.menu div.margin150 {margin-top:150px;}

div.menuitem {
	background-image: url(../IMG/gif/barque.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-top:50px;
	height:45px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:medium;
}
div.menuitem a {
	/*display: block;*/
	text-decoration:none; 
	height:45px; 
	vertical-align:middle;
	margin-left:10px;
}
div.menuitem a:link {color:#fc0;}
div.menuitem a:visited {color:#fc0;}
div.menuitem a:hover {color:#ffc; background:none; border:none}
div.menuitem a:active: {color:#fc0; background:none; border:0px}

div.corps {
	overflow:auto;
	background-color:white;
	height:100%;
	text-align:center;
}

.table {
	text-align:center;
}

.a {
	border-width:50px;
	border:0px;
	text-decoration:none;
	/*border-style:hidden;*/
}

a {text-decoration:none}