body{background-color: #66b8dc;} 

/*CENTRAGE  INDEX*/
#centre {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 700px;
  height: 400px;
  margin-top: -200px; /* moitié de la hauteur */
  margin-left: -360px; /* moitié de la largeur */
}

/*ACCUEIL*/
div#bloc {
	width: 720px;
	height: 400px; 
	text-align: center ; 
	background-color: ; }
	
/*CENTRAGE */
#centrage {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 700px;
  height: 550px;
  margin-top: -295px; /* moitié de la hauteur */
  margin-left: -350px; /* moitié de la largeur */
}

div#conteneur {
	width: 700px ;
	height: 550px ;
	background-color: ;
	margin: 0 auto ;
}

/*COLONNE GAUCHE*/
div#bloc1 {
	float: left; 
	width: 200px; 
	height: 550px; 
	margin: 0 auto ; 
	background-color: #c9d30e;
	text-align: center;}

/*CONTENU */
div#bloc2 {
	float: left; 
	overflow: auto; 
	width: 400px; height: 470px; 
	margin: 0 auto ; 
	text-align: justify ;
	padding-left: 50px; 
	padding-top: 30px; 
	padding-bottom: 40px; 
	padding-right: 50px; }


/*MISE EN FORME DU TEXTE*/

h1 {font-size: 13px; font-family: verdana; color: black; text-align:justified; }

h2 {font-size: 11px; font-family: arial; color: black; text-align:justified; }


a:link {font: 13px verdana; text-decoration: underline; font-weight: bold; text-decoration: underlined; color: #F47920;}
a:visited {font: 13px verdana; text-decoration: underline; font-weight: bold; text-decoration: underlined; color: #58b7dd;}