body
{
  margin: 0 auto;
  padding: 0;
  background-color: #6E6E6E;
  background-image: url('../images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
}



#Main {
  margin-top: 10px; 
  margin-left: auto;
  margin-right: auto;
  width: 950px;     
}

div.Header
{
  margin: 0 auto;
  width: 950px;
  height: 200px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

div.FondMenu {
   margin-top:2px;
   margin-bottom:2px;     
   width: 950px;
   height: 34px;
   background-image: url('../images/nav.png');
   background-repeat: repeat-x;      
}

div.Lemenu
{
  width: 950px;
  height: 34px;
  display: block;
}

.contentLayout
{
  width: 950px;
   background-image: url('../images/bg.png');
   background-repeat: repeat;  
}

.contenu
{
  
  padding: 10px;
  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;
  
}

div.FondBas {
   width: 950px;
   height: 40px;
   background-image: url('../images/footer.png');
   background-repeat: no-repeat;
   background-position: center center;    
}

div.FondBas-text {
    padding-top:12px;
    margin:0;
    text-align:center; 
    clear:both;
    font-size: 10px;
    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;
}

.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: #ff8c00;
  text-decoration: none;
  vertical-align: bottom;
  
}

.navbar span
{
  color: #000000;    
}

.navbar .menu
{ 
  color: #ff8c00;
  font-weight: bold;
}

.navbar .sousmenu
{ 
  color: #ff8c00;
  font-size: 11px;
    font-weight: bold;  
}

.navbar .pages
{ 
  color: #ff8c00;
  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;
}
