/* CSS Document */
#Haut {
	position:fixe;
	left:0px;
	top:0px;
	width:773px;
	height:81px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	position:relative;
	left:0px;
	top:0px;
	width:773px;
	height:70px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
}
#fond {
	position:relative;
	left:0px;
	top:0px;
	width:767px;
	height:630px;
	z-index:3;
	background-image: url(images/valerie_fond.jpg);
	margin-right: auto;
	margin-left: auto;

}
#bas {
	position:absolute;
	width:765px;
	height:15%;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	left: -1px;
	overflow-x: auto; 
	overflow-y: hidden;
	white-space:nowrap;
}
#cadre {
	position:absolute;
	left:3px;
	top:4px;
	width:474px;
	height:519px;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
}

#texte {
	position:absolute;
	left:480px;
	top:70px;
	width:288px;
	height:473px;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
	font-family: Papyrus, Tempus sans ITC, cursive;
	font-weight:bold;
	font-size:medium;
	color: #696969;
}

#pop1, #pop2 {
position: absolute;
display:none;
width: 20em;
border: 3px double black;
background: #f5f5dc;
z-index: 500;
font-size: 80%;
}
#pop1 p, #pop2 p {
margin: 0 0.3em;
}
#pop1 h1, #pop2 h1 {
font-size: 110%;
margin: 0 0 0.5em 0;
border-bottom: 1px solid black;
background: white url(top.gif) left top repeat-x;
color: black;
text-align: center;
}

