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




body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#logo {
	position:absolute;
	top:5px;
	left:5px;
	width:100px;
	height:100px;
	border:0;
	display:block;
}
#logo a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

h1 {
	font-size: xx-large;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#conteneur {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding: 0px;
}
#conteneur #bas h2 a {
	color: #666;
	text-decoration: none;
}

#conteneur #bas h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#conteneur #bas h2 a:visited {
	color: #666;
	text-decoration: none;
}

h2 {
	font-size: smaller;
	font-style: normal;
	color: #666;
	text-align: justify;
	line-height: 3ex;
}
#haut {
	width: 950px;
	background-color: #000;
	clear: both;
	height: auto;
	padding-bottom: 55px;
}
.version {
	float: right;
	background-position: top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}


#menus {
	background-color: #000;
	
	float: left;
	margin: 0;
	padding:0;
	height: 400px;
}
#menuGB {
	background-color: #000;
	float: right;
	
}

#menuF {
	background-color: #000;
	width: 200px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	height: 400px;	
}

#video {
	width: 700px;
	margin: 0;
	padding: 0px;
	float: left;
	height: 550px;
}


#bas  {
	background-color: #000;
	width: 950px;
	clear: both;
	padding-top: 20px;
}
ul.menu {
	list-style-type: none;
	float: left;
	width: 80px;
	margin: 0px;
	position: relative;
	padding: 0px;
} 
.brmenu {
	padding-top: 20px;
}
ul.menu li {
	margin-bottom: 10px;
}

ul.menu a {
	margin: 0 2px;
	width: 80px;
	height: 20px;
	display: block;
	text-align: center;
	border: 0px none #000000;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;    
	 }
	 
	 
ul.menu a:hover {
 color: #000000;
     background: #FFFFFF;
     border: 1px solid gray; 
     }
.fb {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-position: top;
	position: relative;
}

