body {
	font-family:Verdana;
	background:url('/images/fond_taches.jpg') repeat;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#EB5000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#EB5000;
	scrollbar-highlight-color:#EB5000;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-Color:white;
}

div.Main {
	position:absolute;
	width:760px;
	height:480px;
	left:50%;
	margin-left:-380px;
	margin-top:0px;
	top:0px;
	overflow:visible;
	background:url('/images/fond_taches.jpg') repeat;
	padding:0px;
}

div.Logo {
	position:absolute;
	width:346px;
	height:335px;
	left:414px;
	padding:0px;
	z-index:1;
}

div.Menu {
	position:absolute;
	width:280px;
	height:135px;
	left:200px;
	top:-8px;
	z-index:2;
}


div.Photo {
	position:absolute;
	width:414px;
	left:0px;
	top:127px;
	height:283px;
	background: url('/images/fond_clair.gif') no-repeat;
	z-index:1;
}

div.Page {
	position:absolute;
	top:340px;
	left:220px;
	width:540px;
	z-index:3;
	margin:5px;
}

div#flou {
	position:absolute;
	width:100%;
	height:200%;
	left:0px;
	top:0px;
        background:url(/images/fond-noir.png);
	z-index:5;
}

#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;
} 

