/* index, titre du site */
#left h1 {
	font-family: "Times New Roman", Times, serif;
	color: #0033CC;
	font-weight: bold;
	text-align: center;
	font-size: 3em;
}
/* index,Logo du site */
#logo {
	width: 230px;
	height: 260px;
	margin-bottom: 10%;
	display: block;
	margin-left:120px;
}
/* index, résumé,*/
#resume {
	background-color: #DCECCE;
	padding: 3%;
	text-align: justify;
	border: 1px solid #EEEEEE;
	width: 88%;
	margin-bottom: 1%;
	font-size:0.9em;
}
/* index, titre plan détaillé */
#boite h2 {
	border-bottom:2px solid #fff;
	background-color:#ccc;
}

/* index, cadre plan détaillé */
#boite {
	border:1px solid #EEEEEE;
	background-color: #FFFFAE;
	color: #000;
	height: 385px;
	width: 445px;
}
/* index, cadre plan détaillé, zone de texte */
#boite div {
	overflow:auto;
	height: 350px;
	width: 445px;
}