body {
	color: #C2DFFF;
	background: #98AFC7; /* Fond de page bleu ardoise */
	padding: 20px 5px;
}


/* CONTENEUR = DIV QUI ENGLOBE LES TROIS COLONNES */
#conteneur {
	width: 90%;
	max-width: 90em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
}


/* MENU DE GAUCHE */

#menugauche {
	float: left;
	width: 180px;
	background: rgb(126, 207, 133);
}
#menugauche ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#menugauche a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 1.1em;
	text-decoration: none;
	color: #254117 ;
}

#menugauche a:hover {
	background: rgb(221, 221, 255);
	text-decoration: none ;
}


/* CORPS = COLONNE DU MILIEU */

#corps {
	margin-left: 200px;
	margin-right: 260px;
	padding: 10px 20px;
	color: #181A12;
	background: #b4cdcd ;
	text-align: justify;
}

#corps h2 {
  /*color: #FF7800*/;
  margin: 10px 0 15px 0;
  padding: 0px 0 0 0;
  line-height: 1.2;
  font-size: 1.7em;
  letter-spacing:-1px;
  font-weight:bold;
}

#corps ul li{
list-style-position: outside;
list-style-type: circle;
margin:15px 5px; /* espacement vertical (puis horizontal) entre les balises <li>*/
}

#corps > :first-child {
	margin-top: 10px;
}

#corps p, #corps li {
	line-height: 1.5;
	text-indent: 15px;
}



#corps a:hover, #corps a:focus {
	color: mediumblue/*rgb(221, 221, 255)*/;
}

#corps a:visited {
	color: #4b667d;

	text-decoration: none;

}

/* MENU DE DROITE */

#menudroit {
	float: right;
	width: 200px;
	padding: 12px 20px;
	background: #98AFC7; /* même couleur de fond que la page (background de body) */
}


#menudroit ul {
	margin: .75em 0 .75em 50px;
	padding: 0;
	list-style: none ;
}

#menudroit li {
	margin: 0;
	padding: 0;
	line-height: 3em;
}


/* LES 2 ENT�TES POUR LES 2 BANNI�RES */

#entete {
	width: 1054px;
	height: 50px;
	background-image: url("../imgwakewakaru/banniere_wake_sans_fond.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 20px 0;
}

#entete2 {
	width: 800px;
	height: 100px;
	background-image: url("../imgwakewakaru/abondammentlexiquesB.png");
	background-repeat: no-repeat;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}


/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 260px 10px 200px;
	font-size: .85em;
}