body {
	margin: 0;
	padding: 0;
	background: url('../images/bg.png') no-repeat #4d9db1;
}

p {
  margin: 0;
  padding: 0;
}

#container{
	margin: 0 auto;
	width: 1000px;
	margin-top: 115px;
}

#header	{
	background: url('../images/header_bg.png') repeat-x;
	width: 100%;
	height: 160px;
}

#header_inside {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#Xlogo{
	margin-left: 50px;
	margin-top: 34px;
}

#logo	{
	position: absolute;
	margin-left: 20px;
	margin-top: 34px;
}

#lang	{
	margin-top: -88px;
}

#lang img{
	border: 0px;
}

#slogan {
	margin-left: 250px;
	margin-top: 20px;
	font-family: 'lucida console';
	font-style: italic;
	font-size: 25px;
	color: #fff;
}

#footer	{
	background: url('../images/footer_bg.png');
	width: 100%;
	height: 28px;
	clear: both;
	margin-top: 75px;
	line-height: 2.3em;
	text-align: center;
	font-weight: bold;
	position: relative;
	color: white;
	font-size: 12px;
}

#menu {
	margin: 0 auto;
	width: 1000px;
}

#menu_inside {
	margin: -96px 80px 0 0;
}

#menu_inside ul{
	list-style: none;
	padding: 30;
	margin: 0;
}

#menu_inside li{
	display: inline;
}


#menu_inside li a{
	background: url('../images/bt_menu.png');
	width: 75px;
	height: 25px;
	line-height: 2.4em;
	float: right;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

#menu_inside li a:hover{
	background: url('../images/bt_menu_hover.png');
	width: 75px;
	height: 25px;
}

#page {
	width: 100%;
	min-height: 450px;
	min-width: 1000px;
 	margin-top: 25px;

}

#gauche	{
	float: left;
	width: 707px;
	margin-right: 25px;
}

#droite	{
	float: left;
	width: 200px;
	margin-right: 20px;
}

#page .title{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

#page ul{
	list-style: none;
	margin-left: 5px;
	margin: 0;
	padding: 0;
}

#page li a{
	color: #aed6f4;
	text-decoration: none;
}

#page li a:hover{
	color: #FFF;
	text-decoration: underline;
	
}

#compatible{
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
}

#compatible img{
	margin-right: 10px;
}

#team .teammate{
	padding-left: 0px;
	padding-top: 2px;
}

#team .nick-img{
	text-align: center;
}

#team .nick{
	font-weight: bold;
	color: #FFF;
}

.topBlock{
  background-image:url('../images/top_blk.png');
  width: 707px;
  height: 10px;
}

.middleBlock{
  background:url('../images/middle_blk.png');
  width: 707px;
  height: 100%;
}

.bottomBlock{
  background-image:url('../images/bottom_blk.png');
  width: 707px;
  height: 10px;
}

.topBlockMenu{
  background-image:url('../images/top_blk_menu.png');
  width: 200px;
  height: 10px;
}

.middleBlockMenu{
  background:url('../images/middle_blk_menu.png');
  width: 200px;
  height: 100%;
}

.bottomBlockMenu{
  background-image:url('../images/bottom_blk_menu.png');
  width: 200px;
  height: 10px;
}

#home .content{
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  color: #fff;
  font-size: 12px;
}

#home a{
  color: #aed6f4;
  text-decoration: none;
}

#home a:hover{
  color: #97b7c7;
  text-decoration: underline;
}

#home .sep{
  margin-top: 8px;
  background-image:url('../images/sep.png');
  width: 687px;
  height: 2px;
}

.sepMenu{
  margin-top: 4px;
  margin-bottom: 4px;
  background-image:url('../images/sep_menu.png');
  width: 180px;
  height: 2px;
}

.content{
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

#tutorials .content {
	min-height: 666px;
}

#tutorials .sep{
  margin-top: 8px;
  background-image:url('../images/sep.png');
  width: 687px;
  height: 2px;
}

#tutorials ul li {
	list-style: circle;
	margin: 0 0 0 25px;
}

#tutorials a {
	color: #aed6f4;
	text-decoration: none;
}

#tutorials a:hover{
	color: #fff;
	text-decoration: underline;
}

