/* DEFINITION DU BODY*/

body {
		background-color:#0d0f46 ;
		background-image:url(images/bg.png);
		background-repeat: no-repeat;
		background-position:top center;
}

body,html {
	margin:0px 0px;
	padding:0px 0px;
	font-family: arial;
	font-size:11px;
}

#top {
	width:100%;
	position: absolute;
	z-index:-1000;
}

.clear { clear:both; }

#global {
	width:952px;
	margin:0 auto;
	margin-top:250px;
	background:#FFF url(images/bg_glob.png)top left repeat-y;
	min-height:500px;
	z-index:100;
}

#header {
	width:100%;
	margin:0px 0px;
	padding:0px 0px;
	float:left;
}

#header h1 {
	margin:0px 0px;
	padding:0px 0px;
	width:802px;
	margin-top:-9px;
	float:left;
}

.licences_link {
	float:left;
	display:block;
	width:149px;
	margin-top:-13px;
}

#content {
	width:100%;
	float:left;
	z-index:110;
}

#content img {
	margin-top:-20px;
}

#tele {
	width:660px;
	height:700px;
	float:right;
	margin-top:-400px;
	margin-right:60px;
	z-index:150;
}

#footer {
	width:994px;
	height:30px;
	margin:0 auto;
	top:2000px;
	left:50%;
	margin-left:-480px;
	position:absolute;
}

#footer .menu_foot {
	width:100%;
	float:left;
	margin-top:0px;
	text-align:center;
	color:#FFF;
	font-weight:600;
	font-size:10px;
}

#footer .menu_foot a{
	color:#FFF;
	padding:2px 2px;
}

#footer .menu_foot a:hover , #footer .menu_foot a:active {
	color:#FFF;
}