html {
	height:100%;   /* required */
}
body {
	font:12px Verdana; 
	background:#312A28;
	position:relative;
	margin: 0;
	padding: 0;
	height:100%;
	color:#c9c2a6;
	font-family:Arial;

}

#main{
	position:absolute;
    left:50%; 
    top:50%;
    width: 887px;
    height: 535px;
   
	background-repeat:no-repeat;
	overflow:hidden;
	
	margin-top: -260px; /* moitié de la hauteur */
    	margin-left: -443px; /* moitié de la largeur */


}
h1{
	background-image:url(../images/logo_A00.png);
	width:149px;
	height:68px;
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	margin:0;
	padding:0;

}

h1 span{
	display:none;
}


#left {
	width:444px;
	background:#5A4A42;
	position:absolute;
	top:0;
	left:0;
	height:535px;
	margin:0;
	padding:0;
}

#left h2 {
	margin:85px 20px 0px 20px ;
	font-size:12px;
	font-weight:bold;
	color:#8C8C8C;
}


#menu_f{
	position:absolute;
	
	bottom:0px;
	
	margin:0;
	padding:0;
	
	width:432px;
	height:50px;
	z-index:10;
	
	
	
}

.thumbs{
	position:absolute;
	right:0;
	top:0;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:78px;
	height:536px;

}
#thumbwrapper{
	position:absolute;
	right:0;
	top:0;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:78px;
	height:535px;
	z-index:10;

}
.thumbs li{
	margin:0 0 9px 0;
	padding:0;
	width:78px;
	height:52px;
	overflow:hidden;
	display:block;
}
.thumbs li a{
	margin:0;
	padding:0;
	

}
.thumbs li a img{
	border:0;
}



.mainimage{
	height:535px;
	width:358px;
	position:absolute;
	left:447px;
	top:0;
	z-index:100;
}	