body { margin: 1%;
	font-family: Comic sans ms,verdana,arial,helvetica;
	font-size: 1em;
	color: rgb(0, 0, 96);
	background-color: rgb(102, 204, 204);
	background-image: url(../1.design/fond.jpg);
	background-attachment: fixed;
	text-align: justify;
	opacity: 1;
}

.avmh4 { font-family: verdana,arial,helvetica;
	font-size: 1em;
	font-weight: inherit;
}

a { color:blue;text-decoration: none;}
a:HOVER{text-decoration:underline;}
a:visited {color:blue;}

tr.header {
	background-image:url(../1.design/bambou-250x30.gif);
	height:35px;
}

td.header {
	font-weight:bold;
	text-align:center;
	line-height:17px;
}
.spacer {background-color:transparent;}

.draft{visibility:hidden;}
.visible{visibility:visible;}

/* Menu */
#conteneur-menu {
	background:url(../1.design/bambou-250x30.gif);
	height:40px;
	position:relative;
}
#menu {
	position:absolute;
}
dl {
	height:40px;
	margin:0; padding: 0;
	display:block;
	float:left;
}
dt {
	width:200px;
	display:block;
	height:40px;
	color:blue;
	line-height:40px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	border-right:dotted 1px #C98C51;
	cursor:pointer;
}
dd {
	display:block;
	margin:0;padding:0;
	background:url(../1.design/bambou-250x30.gif);	
}
dd ul {
	margin:0; padding:0;
	text-align:center;
	list-style:none;
}
dd ul li {
	display:block;
	margin:0; padding:0;
}
dd ul li a{
	color: #C98C51;
	display:block;
	text-decoration:none;
	height:30px;
	line-height:30px;
	border-top:dotted 1px #C98C51;
	border-bottom:dotted 1px #5A3C20;
}
dd ul li a:hover{
	background-color:#C98C51;
	color:brown;
	/* width:200px; */
}

dl dd {
	display:none;
}
dl:hover dd{
	display:block;
}
.w150{
	width:150px;
}
.w300{
	width:150px;
}
/* End of menu */