body{

 margin:0;
 padding:0;
 background-color:#EAE4CE;
font-family : arial, bitstream vera sans, palatino, serif, georgia; 

}




						/* LE BANDEAU */

#bandeau{

 position:fixed;
 clear:both;

 top:0;
 left:0;

 width: 100%;
 height: 150px;

 background: transparent url(graphic/menu_haut_1.png) 280px 0 repeat-x;
 color:white;

 margin: 0;
 padding: 0;

 text-align:center;

 z-index:2;

}


#bandeau img_bandeau_gauche{

 float:left;
 clear:left;
 margin:0;
 padding:0;

}

#bandeau div{

 display:block;
 float:left;
 width:280px;

}

#bandeau a{

 color:white;
 text-decoration : underline;

}

#menu{

 position:fixed;
 top:0;
 left:0;
 width:172px;
 height:100%;
 background: black url(graphic/arabesques_gauche_.jpg) right 0 no-repeat;
 z-index:1;

}

#texte{

 text-align:left;
 margin-left:220px;
 margin-top:170px;
 padding-right:20%;
 z-index:-2;
 background-color:#EAE4CE;

}

