body {
	font-family:Garamond;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#FC722B;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#FC722B;
	scrollbar-highlight-color:#FC722B;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
	background-Color:black;
}

div.Main {
	position:absolute;
	width:760px;
	height:480px;
	left:50%;
	margin-left:-380px;
	margin-top:0px;
	top:5px;
	overflow:visible;
	padding:0px;
}

div.Fond {
	position:absolute;
	width:760px;
	height:480px;
	left:0px;
	top:0px;
	background:url('/images/fond1.gif') no-repeat;
	padding:0px;
	z-index:1;
}

div.Logo {
	position:absolute;
	width:349px;
	height:54px;
	left:67px;
	padding:0px;
	z-index:1;
}

div.Menu {
	position:absolute;
	width:280px;
	height:135px;
	left:200px;
	top:-8px;
	z-index:2;
}


div.Page {
	position:absolute;
	top:160px;
	left:220px;
	width:540px;
	height:290px;
	z-index:2;
	margin:0px;
	overflow:visible;
	background: url('/images/fond-zonetext.png') top no-repeat;
	border:0px;
	padding-top:15px;
	padding-left:15px;
	visibility:hidden;
}


#contenu {
	padding:5px;
}

div.CV { /* taille du cadre, à titre d'exemple */ 
	position:absolute;
	visibility:hidden;
	top:200px;
	left:50px;
	width:400px;
	background-Color:white;
	border:1px solid #CCCCCC;
	filter:alpha(opacity=87);
	z-index:4;
	padding:5px;
} 

div#flou {
	position:absolute;
	width:100%;
	height:200%;
	left:0px;
	top:0px;
	visibility:hidden;
	background:url('/images/noir-50.png');
	z-index:10;
}


