﻿html 
{
    overflow :scroll }
    
body
{
    margin: 0px;
    background-color: #e7e7e7;
    
}
.principal
{
    width: 100%;
    background-image: url(   "images/back-principal.jpg" );
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
.up-head
{
    width: 780px;
    height: 14px;        
    background-image: url(  "images/up-head.jpg" );    
    background-repeat: no-repeat;
}
.head
{
    width: 780px;
    height: 157px;          
    background-image: url(  "images/head.jpg" ); 
    background-repeat: no-repeat;    
}
.foot-back
{
    width: 100%;  
    background-image: url("images/foot_back.png" );    
    background-repeat: repeat-x;
    
}
.foot
{
    width: 780px;
    height: 48px;        
    background-image: url("images/foot.png" );    
    background-repeat:no-repeat;
    
}
#menu-holder
{
    width: 167px;
    background-image: url("images/menu-back1.png" );
    background-repeat: repeat-y;
}

.menu-sep
{
    width: 167px;        
    height: 36px;
    background-image: url("images/menu-sep.png" );    
    background-repeat:no-repeat;
    
}
.menu-back2
{
    width: 167px;        
    background-image: url("images/menu-back2.png" );    
    background-repeat: repeat-y ;
    
}
.menu-bottom
{
    width: 167px;
    height: 120px;
    background-image: url( "images/menu-bottom.png" );
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.image-menu
{
    margin-bottom: 4px;
}
.internal-titre
{
    margin-top: 6px;
    margin-right: 30px;
}
.slogon
{
    font-family: tahoma;
    font-size: 10pt;
    padding-bottom: 15px;
    
}
.dater
{

    top: -13px;
    width: 240px;
    height: 10px;
    text-align: left;
    font-family: Tahoma;
    color: #999999;
    font-size: 10px;
    margin-right: 150px;
    margin-top: 0px;
    margin-bottom: 2px;
}
.copyright
{
    font-family: tahoma;
    color: #808080;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
}

