body {
	color: #C8DFFF;
	background: white ;/*#98AFC7 ; Fond de page bleu ardoise */
	padding: 20px 5px;
	font-family:Georgia,Tahoma,Verdana,sans-serif,"Arial Unicode MS","Kochi Mincho","MS Mincho";
	font-size:1em;
	line-height:1.2em;
}


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

.exemples {
	text-align: justify;
}

/* MENU DE GAUCHE */

#menugauche {
	float: left;
	width: 180px;
	background: #98AFC7; /*même couleur de fond que la page (background body) */
}
#menugauche ul {
	margin: 0;
	padding: 5px 10px 1px 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 */
#corps {
	margin-left: 200px;
	margin-right: 260px;
	padding: 10px 20px;
	color: #181A12;
	background: #b4cdcd;
}

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


#corps > :first-child {
	margin-top: 10px;
}
#corps p, #corps li {
	line-height: 1.5;
}

#corps a {
	color: rgb(80, 80, 255);
}
#corps a:hover, #corps a:focus, #a:visited {
	color: #669999;
}


/* MENU DE DROITE */

#menudroit {
	float: right;
	width: 200px;
	height: 100% ;
	padding: 12px 20px;
	/*background: #98AFC7 ;  même couleur de fond que la page (background body) */
background: url(../imgwakewakaru/agramm_2.png) ;
}


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

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


/* LES 2 ENTÊTES POUR LES 2 BANNIÈRES */

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

#entete2 {
	width: 110px;
	height: 75px;
	background-image: url("../imgwakewakaru/logoservice.png");
	background-repeat: no-repeat;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 20px 0;
}


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