/* CSS : Honneur & Vertu - Carnet de notes */

* {
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	background: #d9e3c1;
}

#conteneur {
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	background: #e8eeda;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

h2 {
	letter-spacing: 1px;
	border-bottom: 1px dashed #ccc;
	margin: 25px 0;
}

h3 {
	text-decoration: underline;
	margin: 25px 0;
	letter-spacing: 1px;
}

ul {
	list-style-type: circle;
	margin-bottom: 25px;
	margin-left: 0;
}

ul li {
	margin: 10px 0;
	text-align: justify;
	margin-left: 15px;
}

ul li span {
	font-weight: bold;
}

p {
	text-align: justify;
	margin: 10px 0;
}