body
{
  margin: 0 auto;
  padding: 0;
  background-color: #000000;
  background-image: url('../images/bas.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  
  SCROLLBAR-FACE-COLOR: #000000;
  SCROLLBAR-HIGHLIGHT-COLOR: #F8F6F8;
  SCROLLBAR-SHADOW-COLOR: #F2E7E3;
  SCROLLBAR-3DLIGHT-COLOR: #F8F6F8;
  SCROLLBAR-ARROW-COLOR: #F2E7E3;
  SCROLLBAR-TRACK-COLOR: #F8F6F8;
  SCROLLBAR-DARKSHADOW-COLOR: #DFDAD5;
}




#Main {
  margin-left: auto;
  margin-right: auto;
  width: 950px;   
    
}

div.FondMenu {   
   width: 950px;
   height: 200px;
   margin-top: 10px;    
   background-image: url('../images/fond_menu.png');
   background-repeat: no-repeat;
   background-position: center center;        
}

div.FondBas {
   width: 950px;
   height: 40px;
   background-image: url('../images/fond_bas.png');
   background-repeat: no-repeat;
   background-position: center center;    
}

div.FondBas-text {
    padding-top:12px;
    margin:0;
    text-align:center; 
    clear:both;
    font-size: 12px;
    color:#fff;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    text-decoration:none;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
} 


div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 950px;
  height: 350px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* BOF Lemenu */ 
div.Lemenu
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 950px;
  height: 30px;
}

.contentLayout
{
  width: 950px;
}

.contenu
{
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  
}

.bg {
    background-color:#757779;   
}

.home {
    width: 16px;
    height: 16px;
    background-image: url('/images/home.png');
    cursor: pointer; 
    display: block;
}

.navbar
{
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  vertical-align: bottom;
  
}

.navbar span
{
  color: #ffffff;    
}

.navbar .menu
{ 
  color: #e0007a;
  font-weight: bold;
}

.navbar .sousmenu
{ 
  color: #e0007a;
  font-size: 11px;
    font-weight: bold;  
}

.navbar .pages
{ 
  color: #e0007a;
  font-size: 11px; 
}

#console {
    display:none;
    position:fixed;
    width:340px;
    height:auto;
    border: none;
    top:10px;
    left:10px;
    z-index:500;
}

#consolefermer {
    display:block;
    width:392px;
    padding:2px;
    background:#ffffff;
    border: solid 10px #ff0000;
    vertical-align:middle;
    text-align:right;
}

#consolefermer a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000;
    text-decoration: none;
}

#consolecontenu {
    display:block;
    width:376px;
    padding:10px;
    margin-top:4px;
    background:#ffffff;
    border: solid 10px #ff0000;
    vertical-align:top;
    text-align:justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000;
    text-decoration: none;
}
