 *{
    padding: 0;
    margin: 0 ;
}
html{
    height:101%
}
/* /////////////////////////////////////////////////////////////////////////////////////////
                                                                         structure interface
/////////// //////////////////////////////////////////////////////////////////////////////*/
body{
	color:#634821;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    }
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height:430px;
     margin-top: -225px; /* moiti de la hauteur */
     margin-left: -400px; /* moiti de la largeur */
     }
#flash_anim span{
	display:none;
}
a{
	color:#000000;
	text-decoration:none;
	margin-left:0;
}
a:hover{
    color:#a8a7a7;
}
#div_fixe a {
	position:fixed;
	background:transparent url(../images_site/rt.png) no-repeat -23px 0;
	width:42px;
	height:157px;	
	top:20px;
	left:0;	
	z-index:100
}

#div_fixe a:hover{
	width:65px;
	background-position:0 0
}
#div_fixe a span{
	position: absolute;
    left:-5000px;
    text-indent:-5000px;
    background-color:#000000;
    font-size: 0;
    width:auto;
    margin:0;
    padding:0;
    line-height:0;	
}