@charset "UTF-8";
/* CSS Document */
html { 
  margin:0;
  padding:0;
  /*background: url(./images/bg1.jpg) no-repeat center fixed; */
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}


#container { position: absolute;
top: 0;
left: 0;
 }
 #background {
position: fixed;
top: 0px;
left: 0px;
overflow: hidden;
}
#page { position: absolute; top:0; left:0; width: 100%; height: 100%;  z-index: 10; }

 
 div {
display: block;
}
#menu { position: absolute; bottom: 50px; margin:0; background-image:url(./images/bg_menu.png); height: 68px; width: 100%;
font-size:20px; font-family:Verdana, Geneva, sans-serif;color:#fff;text-align:right;font-weight:bold;
 }
 
 #menu a{color:#C48433;text-decoration:none;}
 
/* #eachMenu{position:relative;float:left;border-left:1px solid #fff;border-right:1px solid #fff;height:90px;padding-left:10px;padding-right:10px;}
*/

#menu a:hover{color:#FFF;}



#partner{ width:100%;text-align:center;}