@charset "utf-8";
/* CSS Document */

@import url(menu.css);

body {
	background: url(../img/layout/globalBG.jpg) repeat-x #ebebeb;
	overflow-y: scroll;
}

#content {
	z-index: 1000;
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#header {
	margin-left: 9px;
	padding-top: 10px;
	padding-left: 10px;
	height: 80px;
	width: 771px;
	background: url(../img/layout/headerBG.jpg) no-repeat top right;
}


#header h2 { 
	position: absolute;
	right: 20px;
	top: 5px;			
}


#menu {margin-left: 10px;}
#anims {
	margin-left: 27px;
	margin-top: 48px;
}

#topBlock {
	width: 800px;
	background: url(../img/layout/globalShadow.png) repeat-y;
}

#topBlock .inner {
	padding: 0 20px;
}

#topBlockBottom {
	width: 800px;
	background: url(../img/layout/globalShadowBottom.png) no-repeat;
	height: 28px;
}

#bottomBlock {
	width: 800px;
	text-align: center;
}

#bloc1, #bloc2{
	margin-right: 20px; 
}

.notes {
	margin-left: 40px;
	margin-top: 20px;
}

#notice {
	margin-right: 40px;
}

.notes li {
	float: left;
	font-size: 0.6em;
	color: #888
}

#notice li {
	float: right;
}

.notes li a {
	color: #633150;
	text-decoration: none;
}

object { cursor: pointer; }


