body {
	background-color: #74B7BF;
	scrollbar-face-color : #fff;
	scrollbar-highlight-color : #fff;
	scrollbar-3dlight-color : #fff;
	scrollbar-darkshadow-color : #fff;
	scrollbar-shadow-color : #fff;
	scrollbar-arrow-color : #f4a460;
	scrollbar-track-color : #fff;
}
* {
	font: 9px Tahoma;
	color: #f4a460;
	border: none;
	text-align: justify;
}
h1 {
	font-weight : 600;
	color : #74B7BF;
}
a {
	font-size: 9px;
	color: #ff6347;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	cursor: crosshair;
}
 a:hover {
	color: #f4a460;
}
p {
	text-indent: 3px;
}
em {
     font-style: italic;
     direction: rtl;
}
/*
+++++++++++++++++++++++++++++++++++++++
|            div                      |
+++++++++++++++++++++++++++++++++++++++
*/
#centrer {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 0;
}
#fond {
	background-image : url(akaout.jpg);
	position : relative;
	width : 776px;
	height : 591px;
	bottom : 3px;
	left: 18px;
	margin : 0 auto 0 auto;
	z-index : 3;
             
}
#Layer1 {
	position : relative;
	left : 360px;
	top : 50px;
	width : 370px;
	height : 450px;
	direction : ltr;
	text-align : center;
	overflow : auto;
	z-index : 1;
}
#inverse {
	position : relative;
	left : 0;
	top : 0;
	direction : ltr;
	padding-left : 0px;
	z-index : 2;
	padding-top: 0px;
	padding-right: 0px;
                padding-bottom: 0px;
	margin: auto;
}
#menu {
	position : absolute;
	width : 380px;
                height : 20px;
	left : 355px;
                top : 500px;
	z-index : 5;
}
#menu p {
	margin : 10px;
	text-align : left;
	text-indent : 0;

}
#estat {
	position : absolute;
	left : 0px;
	top : 0px;
	visibility : hidden;
	z-index : 7;
}
/*
+++++++++++++++++++++++++++++++++++++++
|                                classes                                            |
+++++++++++++++++++++++++++++++++++++++
*/
.drag {
	position: relative;
	cursor: pointer;
}

