*####################### 
MISE EN PAGE GÉNÉRALE 
####################### */

html 
{
font-size: 100%;
}

body 
{
height: 100%;
text-align: center;     /* IE corrige le bug de l'alignement des <div> pour la page du blog*/
margin:  0;
padding: 0;
font-size: small;
background:  #262218;     
}




#container
{
width: 800px;
height: 650px;
margin: 0 auto 0 auto;
padding: 0;
background: transparent url(imagessplash/fondsplash.jpg)  top left no-repeat;
}

#filler
{
height: 509px;
width: 100%;
padding: 0 ;
margin: 0;
}


#menusplash
{
width: 100%;
height: 90px;
text-align: left;
padding: 0;
margin: 0;
}

#menusplash p
{
padding: 0;
margin: 0 0 0 65px;
}

#menusplash a
{
text-align: left;
font-family: Verdana, sans-serif;
font-size: 10px !important;
font-size: 9px;
font-weight: 600;
color: #fff;
text-decoration: none;
padding: 0 0 0 15px;
margin: 0 50px 0 0 !important;
margin: 0 43px 0 0 !important;
background:  transparent url(imagessplash/carrerouge.gif)  center left no-repeat;
}

#menusplash a:hover
{
text-align: left;
font-family: Verdana, sans-serif;
font-size: 10px !important;
font-size: 9px;
font-weight: 600;
color: #F6BF5E;   ;
text-decoration: none;
padding: 0 0 0 15px;
margin: 0 50px 0 0 !important;
margin: 0 43px 0 0 !important;
background:  transparent url(imagessplash/carrerouge.gif)  center left no-repeat;
}

#langue
{
color: #967F57;  
}


