
#wrapper {
	background: url(../images/Structure/fond.png) repeat-y;
}



/*************************************/
/************** LEFT *****************/
/*************************************/

#logo {
	height: 101px;
}

#logo h1 a, #logo span {
    float: right;
    width: 101px;
    height: 101px;
    background: url(../images/Structure/logo.png) no-repeat;
    text-indent: -9999px;
	text-align: left;
    outline: none;
    overflow: hidden;
	display: block;
}

#menu {
   margin-top: 128px;
}

/*************************************/
/************** MAIN *****************/
/*************************************/

#anim_flash {
    background: url(../images/custom/img_flash.jpg);
    width: 793px;
    height: 327px;
    position: relative;
	top: 101px;
	left: 0;
    z-index: 1;
}

#flash-home	{
	padding-top: 101px;
	}
	
*:first-child+html #flash-home	{
	padding-top: 0;
	}

*:first-child+html #anim_flash {
	top:0;
}

#main #bienvenue,
#main #welcome {
    width: 380px;
    height: 70px;
    position: absolute;
    left: -130px;
    top: 450px;
    color: #736558;
	font-size: 10px;
	
}

*:first-child+html #main #bienvenue,
*:first-child+html #main #welcome {
	left: 50px;
	
}
*:first-child+html #bienvenue h3,
*:first-child+html #welcome h3 {
	font-size: 11px;
}
