/* Main layout */
* { 
 SCROLLBAR-FACE-COLOR: 		#91c0bd;
 SCROLLBAR-ARROW-COLOR:  	#e68638;
 SCROLLBAR-TRACK-COLOR: 	#cc6204;
 }
body {
	width:					100%;
	height:					100%;
	margin:					0px;
	padding:				0px;
	color:					#cc6204;
	background-color:		#91c0bd;
	font:					normal 14px Georgia,arial,sans-serif;
	background-repeat: 		repeat-x;
	
}

#canvas {
	position:			relative;
	background-color:	#91c0bd;
	width:				100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../haut.jpg);
		height: 400px;
}


/* DEFAULT STYLES FOR NON-DYNAMIC MENU */
/* Note: The top position of the sub-menus is hard coded in the "pupius.co.uk-menu.js" file */
#nav {
	position:			relative;
	top:				400px;
	left:				0px;
	width:				100%;
	height:				15px;
	padding-bottom:		1px;
	padding-left:		0px;
	background-color:	#cc6204;
	margin-bottom:		25px;
	border-bottom:		1px solid #666;
	border-top:			1px solid #666;
}

#nav ul {
	margin:				0px;
	padding:			0px;
}

#nav ul li {
	display:			inline;
	vertical-align:		middle;
	font:				normal 10px Georgia,Arial,Helvetica,sans-serif;
}

#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#91c0bd;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
}

#nav ul li a:hover,#nav ul li.selected a {
	color:				#91c0bd;
	background-color:	#cc6204;
	text-decoration:	none;
}

#nav ul ul {
	display:			none;	
}

.selected { font-weight:bold; }
.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position:			absolute;
	font:				normal 11px Verdana,Arial,Helvetica,sans-serif;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#91c0bd;
}

.x {
	background-image:	url('../images/small_down_arrow.gif');
	background-repeat:	no-repeat;
	background-position:bottom right;
}

.menutracer {
	position:			absolute;
	width:				1px;
	height:				14px;
	background-color:	#e68638;
	font:				normal 11px Georgia,Arial,Helvetica,sans-serif;
	margin-top:			1px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:	#666;
	border-bottom:		3px solid #666;
	padding:			0px;
	padding-left:		1px;
	padding-right:		1px;
	margin:				0px;
	visibility:			hidden;
}

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:	#cc6204;
	font:				normal 11px Georgia,Arial,Helvetica,sans-serif;
	color:				#91c0bd;
	margin-bottom:		1px;
	text-decoration:	none;
	border-bottom:		1px solid #CBCCCF;
}
.menulink:hover {
	background-color:	#e68638;
	color:				#00CCFF;
	cursor:				pointer;
	border-bottom:		1px solid #CBCCCF;
}

.menulink.active {
	background-color:	#cc6204;
	color:				#333;
	cursor:				pointer;
}

.sub {
	background-image:	url('../images/small_right_arrow.gif');
	background-repeat:	no-repeat;
	background-position:right center;
}
	


.menuback table {
	border-collapse:	collapse;
	margin:				0px;
	margin-left:		-1px;
}
.menuback td {
	vertical-align:		top;
	height:				100%;
	background-color:	#e68638;
	border-left:		1px solid #666;
}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }
