


body {
//background-image:url(http://static.eharmony.com/assets/corp/details/bg-whitegrad.gif);
position:relative; 
margin:0 auto; 
height:auto !important; 
height:100%; 
min-height:100%; 
width: 970px;
padding:0px 0 0px 0;
background-color:#163c6b;
font-family:"Trebuchet MS";
}



		p{font-size : 1.1em; /* Définition de la taille de la police de nos paragraphes */
		}
		a.info_bulle{
		   color : #2F368A;
		   text-decoration : none;
		   padding : 2px 16px 2px 2px; /*Définition des marges intérieures de notre lien */
		   /* Définition de l'arrière plan de notre lien */
		   background : transparent url('/LH_MyHealthVillage/images/comment.gif') no-repeat right center;
		   position : relative; /* Indispensable pour le bon positionnement de l'info-bulle */
		}
		a.info_bulle:hover
		{
		   border : 0; /* ligne qui corrige le bug d'IE6 et inférieur */
		}
		/* Rend invisible tout notre bloc span */
		a.info_bulle span.info_bulle
		{
		   position : absolute;
		   top : -2000em;
		   left : -2000em;
		   width : 1px;
		   height : 1px;
		   overflow : hidden;
		}
		/* Rend visible tout notre bloc span et lui attribue une taille */
		a.info_bulle:hover span.info_bulle, a.info_bulle:focus span.info_bulle, a.info_bulle:active
		span.info_bulle
		{
		   top : auto;
		   left : auto;
		   width : 220px;
		   height : auto;
		   overflow : visible;
		}
		span.header
		{
		   display : block;
		   height : 35px; /* Hauteur correspondant à celle de notre image */
		   line-height : 220%; /* Propriété qui centrera le texte verticalement */
		   text-align : center;
		   background : transparent url('/LH_MyHealthVillage/images/top.gif') no-repeat 0 0;
		   font-size : 15px;
		   font-weight : bold;
		}
		span.content
		{
		   display : block;
		   background : transparent url('/LH_MyHealthVillage/images/centre.gif') repeat-y;
		   padding : 0 8px;
		}
		span.footer
		{
		   display : block;
		   height : 5px;
		   background : url('/LH_MyHealthVillage/images/bot.gif') no-repeat bottom left;
		   font-size : 0; /* Corrige l'espacement inutile sous IE */
		}













div {
	text-align:center;
	}
div#bandeau {
	width:600px;
	height:50px;
	background-color:#00CCFF;
	}
div#menu {
	float:left;
	width:100px;
	height:400px;
	background-color:#FF6699;
	}
div#menu_haut {
	width:100px;
	height:200px;
	background-color:#66CC33;
	}
div#menu_bas {
	width:100px;
	height:200px;
	background-color:#CC99CC;
	}
div#contenu {
	float:left;
	width:500px;
	height:400px;
	background-color:#FFCC00;
	}
div#bloc_news {
	float:right;
	width:150px;
	height:150px;
	background-color:#FF3300;
	}
div#pied_page {
	clear:both;
	width:600px;
	height:50px;
	background-color:#33FF99;
	}