body
{ 
  margin:0;
  background-color:black;
  text-align:center;
  color:#AAAAAA;  
  background-image:url('bgall.gif');  

  
       
}
#logo_left
{
    width:400;
    height:500;
    position:absolute;
    left:0px;
    top:200px;
    z-index: 0;
}
#logo_right
{
    width:400;
    height:500;
    position:absolute;
    right:0px;
    top:200px;

    z-index: 0;
}
#content
{
    width:100%;
    top:0px;
    left:0px;
    text-align:center;
    position:absolute;
    z-index:10;
    padding-top:100px;
}

#div_main
{         
    width:800px;
    height:800px;
    
    background-image:url('fond.png');
    background-repeat:no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    z-index: 10;   

}
#background_frize
{
    position:absolute;
    width:100%;
    height:200px;
    left:0px;
    top:0px;
    background-repeat:repeat-x;  
    background-image:url('background.gif');
    background-position:top center;    
    z-index:0;

}

#main_cadre
{
   padding:100px;  
   z-index: 10;       

}

#divpage
{
    height:450px;
    overflow:auto;   
}


a:link		{ color: white; text-decoration: none }

a:visited	{ color: white; text-decoration: none }

a:active	{ color: black; text-decoration: none }

a:hover		{ color: black; text-decoration: none }

   

#menu_table{
 
}

a.menu_TOP{
    display:block;
    font: 12pt arial, verdana, helvetica, sans-serif;
    font-weight :bold;
    height:25px;
    width:90px;
    padding-top:1px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    color:white;
    margin-bottom:4px;
    background-image:url('bouton.png');
    background-repeat:no-repeat;       
    

}
a.menu_TOP:hover
{
background-image:url('bouton_neg.png');
color:black;
}

a.menu_TOP_ie6{
    display:block;
    font: 12pt arial, verdana, helvetica, sans-serif;
    font-weight :bold;
    height:25px;
    width:90px;
    padding-top:1px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    color:white;
    margin-bottom:4px;
    background-image:url('images_compatible/bouton.gif');
    background-repeat:no-repeat;
    

}
a.menu_TOP_ie6:hover
{
background-image:url('images_compatible/bouton_neg.gif');
color:black;
}

#livredor_table tr td
{
    padding-bottom:5px;
    padding-top:5px;
}
