body {
	text-align: center;
	padding: 0px;
	margin: auto;
	width: 100%;
	color: #b7c4c7;
	font: normal 15px verdana, lucida, sans-serif;
	background: url(bg.jpg) no-repeat center top #000000;
	overflow-x: hidden;
}
div#doc {
	text-align: center;
	margin: auto;
	width: 1004px;
	background: #0d1112;
	position: relative;
}
div#header {
	margin: auto;
	position: relative;
}
div#content_bg{
	background: url(content_bg.jpg) no-repeat top right;
	position: absolute;
	height: 823px;
	width: 1004px;
	right: 0px;
	top: 210px;
}
div#footer {
	background: url(footer.jpg) no-repeat center top #000000;
	padding: 15px;
	font-size: 12px;
	clear: both;
	height: 100px;
}
div.menus, div.menus_fix {
	background: transparent;
	width: 240px;
	top: 240px;
	float: left;
	left: 0;
	position: absolute;
	margin-left: 10px;
}
div.menus_fix {
	position: fixed;
	left: auto
}
div.page, div.page_full {
	background: transparent;
	min-height: 823px;
	float: right;
	padding: 30px 0px 90px 0px;
	margin: 30px 9px 0px 0px;
	position: relative;
}
div.page {
	width: 730px;
}
div.page_full {
	width: 970px;
}
div.cadre{
	background: transparent;
	-moz-border-radius : 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius : 0px 20px 20px 0px;
	padding-left:20px;
	width:450px;
	height:26px;
	margin: 0px 0px 10px 0px;
}
div.player{
	height: 400px; 
	width: 990px; 
	background: url(screen.png) no-repeat center; 
	clear: both;
	position: relative;
	padding-top: 50px;
}
div.cases{
	background: #ffffff no-repeat;
	padding-top: 70px;
	width: 300px;
	height: 200px;
	float: left;
	margin: 10px;
}
span.date{
	width: 150px;
	float: right;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #757575;
	border: 1px solid #182c32;
	margin: 0px 5px 0px 5px;
	background: transparent;
	padding: 5px;
}
img{
	border-color:black;
}
img:hover{
	border-color:#34859e;
}
img.img_header{
	border: 0px;
	float: left;
}
img.img_noborder{
	border: 0px;
}
img.img_right{
	float: right;
	position: relative;
	margin: 10px;
}
img.img_absolute{
	position: absolute;
	border: 0px;
	z-index: 0;
}
.popup{
	margin: auto;
	border-radius : 10px 0px 10px 0px;
	-moz-border-radius : 30px 0px 30px 0px;
	text-align: center;
	position: absolute;
	background: black;
}
input, textarea, select{
	background: #0f1619;
	margin: 5px 0px 5px 0px;
	color: #aaaaaa; 
	border: 1px solid #182c32; 
	font-family: Verdana;
	line-height: 120%;
	font-size: 16px;
	opacity: 0.8;
}
textarea {
	overflow: auto;
	width: 90%; 
	height: 100px;
}
input:focus, textarea:focus, select:focus{
	border-color: #34859e;
	color: #34859e;
	background: #121e22;
}