@import url("nomad-generic.css");

/*
*
*	SPLASH
*
********************************************************************************************************/
body#splash{
    /*background:url("/images/le-batifol-et-traiteur-des-anges-splash.jpg") top center no-repeat #a0caf2;*/
  background:url("/images/le-batifol-et-traiteur-des-anges-splash-no-logo.jpg") top center no-repeat #a0caf2;
}
body#splash div.wrapper{
    width:100%;
    /*border:1px #000000 solid;*/
}
body#splash ul{
    width:1029px;
    margin:0px auto;
    position:absolute;
    top: 50%;
    margin-top: -375px;
    left: 50%;
    margin-left: -514px;
    
}
body#splash ul li{
    float:left;
    list-style:none;
    text-align:center;	
    width:343px;
    height:500px;
    position:relative;
}
body#splash ul li img,
body#splash ul li a.redirect_site{
    position:absolute;;
    display:block;
    top:0px;
    left:0px;
}
body#splash img.arriere{
    z-index:1;
    top:85px;
   
    left:0px;    
}
body#splash img.logo{
    z-index:3;
    left:-78.5px;

}
body#splash ul li a.redirect_site{
    z-index:5;
    width:343px;
    height:385px;
    /*top:75px;*/
    top:0px;
}
/*
    menu du jour */
a.menu{
    z-index:10;
    position:absolute;
    display:block;
    bottom:0px;
    left:50%;
    margin-left:-126px;
}
a.menu span{
    /*background-color:#003a75;*/
    /*background-color:#41454a;*/
   /* color:#f9db91;*/
   color:#41454a;
   /* font-family: 'Rokkitt', serif;*/
   /*font-family: 'Tinos', serif;*/
   font-family:arial, sans-serif;
    line-height:24px;
    font-weight:bold;
    font-size:30px;
    letter-spacing:-.1em;
    text-transform:uppercase;
    /*letter-spacing: -.3em;*/
}
a.menu:hover span{
    color:#ffffff;
}
