HTML,BODY{width:100%;margin: 0;padding: 0;}

IMG{border:none;}

  #main{margin:0 0 0 0;position:relative;width:100%;}
  #header{
    background:url(images/background_header.gif) no-repeat right #fffae7;
	width:100%;height:170px;
	vertical-align: bottom;
	margin-bottom: 40px;
	position: fixed;
	top: 0px;
	z-index: 10;
  }
    #header2{
    background:url(images/background_header.gif) no-repeat right #fffae7;
    background-repeat: repeat-y;
	width:100%;height:192px;
	vertical-align: bottom;
	margin-bottom: 40px;
	position: fixed;
	top: 0px;
	z-index: 10;
  }
  #header_content{left: 50%;margin-left: -387px;position:absolute; width:775px;height:160px;}
  
  #logo{top:45px;left:68px;position:absolute;}
  #adresse{bottom:40px;right:0px;position:absolute;}
  #adresse_fr{bottom:40px;right:0px;position:absolute;}
  #adresse_en{bottom:40px;right:0px;position:absolute;}
  #resto{bottom:15px;right:0px;position:absolute;}

  #separator{background-color:#342530;height:10px;position:absolute;bottom:0px;width:100%;}
  #separator2{background-color:#342530;height:26px;position:absolute;bottom:0px;width:100%;text-align:center;padding-top:6px;}
  #menufr{position:absolute;width:370px;height:50px;right:20px;bottom:76px;}
  #menuen{position:absolute;width:370px;height:50px;right:10px;bottom:76px;}
  #menuitem1fr{position:absolute;left:0px;top:0px;}
  #menuitem2fr{position:absolute;left:92px;top:0px;}
  #menuitem3fr{position:absolute;left:186px;}
  #menuitem4fr{position:absolute;left:291px;}

  #menuitem1en{position:absolute;left:0px;top:0px;}
  #menuitem2en{position:absolute;left:81px;top:0px;}
  #menuitem3en{position:absolute;left:176px;}
  #menuitem4en{position:absolute;left:263px;}
  #box2{
	width:741px;min-height:328px;
	background-image:url(images/bck_cell.png);
    margin-top:220px;margin-bottom:50px;
	position:relative;
	left: 50%;margin-left: -370px;padding:12px;
	color:#ffffff;
	font:Georgia, "Times New Roman", Times, serif;font-size:15px;
  } 
  A{color:#ffffff;text-decoration:none;font:Georgia, "Times New Roman", Times, serif;font-size:15px;}
  A:hover{color:#ffffff;text-decoration:underline;font:Georgia, "Times New Roman", Times, serif;font-size:15px;}

  #box{
	width:741px;min-height:328px;
	background-image:url(images/bck_cell.png);
        margin-top:220px;margin-bottom:50px;
	position:relative;
	left: 50%;margin-left: -370px;padding:12px;
	color:#ffffff;
	font:Georgia, "Times New Roman", Times, serif;font-size:15px;
  }

#copyright{
  position:relative;width:294px;height:22px;
  left: 50%;margin-left:100px;margin-top:-50px;
}
#copyright2{
  position:relative;width:294px;height:22px;
  left: 50%;margin-left:100px;margin-top:-50px;
}
  /*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */