body {
  background-color: #FFF9EC;
  font-family: arial, sans-serif;
  text-align: center;
  margin: 0px; }
  
.conteneur {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
div.page {
/*  position: absolute;
	top: 0;
	left: 0;*/
  width: 750px;
  height: 500px;
  background-image: url("images/ArlequinSeulCoulCallig.gif");
  background-repeat: no-repeat;
  background-position: center;
  /*margin: 20px;*/
}
div.bienvenue {
/*  position: absolute;
	top: 0;
	left: 0;*/
  float:left;
  width: 300px;
  color: #CC0000;
  font-family: book antiqua, georgia, serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding-top: 30px;
  margin-left:0;
  margin-right:0;
}
div.menu {
/*  position: absolute;
	top: 0;
	left: 300px;
	height:;*/
	float:right;
  width: 450px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding-top: 17px;
  margin-left: 0px;
  margin-right: 0px; }
  
/*span.nouveau {
  font-weight: normal;
  font-style: italic; }
span.pasticcio {
  font-size: 16px; }*/

/*br {
  line-height: 0.8; }*/
  
.spectacles {
  color: #478E76; }
span.spectacles {
  font-family: Imprint MT Shadow, serif;
  font-size: 14px; }
	
a {
  color: #415AAC;     /*  bleu : 415AAC  /  vert marin : 359977  /  vert : 478E76  */ }
a:hover {
  text-decoration: none;
  /*color: white;
  background-color: #478E76;*/ }


