* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	font-size: 100%
	margin: 0;
	overflow: auto;
}
body {
	background: #000;
	color:#fff;
	height: 100%;
	text-align: center;
}
div{
 /*border:1px solid #fff;*/
}
/*_________________Blocks_____________________________________________________*/
#container {
	background: #000;
	padding: 0;
	width: 880px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
}
#header {
	background:#000 url('./img/header3.jpg') center no-repeat;
	height: 308px;
	text-align: left;
	cursor:pointer;
	position:relative;
	padding-right: 20px;
}
#center {
  min-height: 100%;
	padding-bottom: 115px;
	overflow: auto;	

}
#menu{
  height:74px;
  width:100%;

  position:relative;
}
#sub_header{
  height:100px;
  background: url('./img/sub_header.jpg') center no-repeat;
}
#content{
	width: 640px;
	padding: 10px;
  margin:auto;
	min-height: 100%;
	overflow: auto;
	margin-bottom:10px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 840px;
	padding: 5px 0;
  padding-top:80px;
	text-align: center;
	margin:10px 0 0 0;
	font-style: italic;
	height: 50px;
	color: #fff;
	background: url('./img/sub_header.jpg') center top no-repeat;
}
/*________Contenu_____________________________________________________________*/
#left{
  float:left;
  width:145px;
}
#right{
  float:right;
  width:420px;
}
.cont_all{
  width:100%;
  display:block;
  min-height:130px;
  }
/*________Infobulle_____________________________________________________________*/
#infobulle{
  position:absolute;
  z-index:150;
  width:75px;
  padding:3px;
  padding-top:20px;
  padding-left:15px;
  background:url('./img/bg_infobulle.gif') no-repeat;
  /*border:1px solid #fff;*/
  text-align:left;
  display:none;
}
.clear{clear:both}

