/* CSS Document by Meridian Communication */
/* www.continentsenfete.com 2008 */


/* ----------------------------------- */
/* >>>>>>>>>>>>>   structure      <<<< */
/* ----------------------------------- */

HTML{font-size: 100%;}

/* La taille de base sera de 10px avec les valeurs par defaut de police du navigateur */
body{font: 0.625em/1em Arial, Verdana, "Trebuchet MS", sans-serif;  background:url(images/bodyBackground.png) center top repeat; position:relative }

#page {position:relative;   width:900px; margin: 20px auto 6px auto;  border:solid #c9d5dd 1px;
/*min-width: 780px; max-width: 1260px; margin: 10px auto; width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");*/

 }
	
#page #contenu {  }

#entete { height:228px;  background:transparent url(images/logo.jpg) no-repeat 367px 0; }	

#colonneGauche { float: left; display:inline; padding-left: 0px; margin-bottom:25px;  }

	
#colonneDroite { 

  min-height:266px;
  height:auto !important;
  height:266px;
  }


#piedDePage { display:block; position:relative; width:900px; margin:0 auto }

.clear {clear:both}
 
