body {
	width:600px;
	text-align: justify;
	margin: auto;
	
}

th {
	width: 600px;
	background-color: #eeeeee;
	text-decoration-style: italic;
	border-left:0px solid #cde985;
	text-align: center;
}



h1 {
	text-align: center;
	width:600px;
	font-size: 40px;
	font-family: Arial Black, Verdana, Arial;
}

h2 {
	text-align: center;
	width:600px;
	font-size: 25px;
	font-family: Arial Black, Verdana, Arial;
	background-color: #CCCCCC;
}

h3 {
	text-align: center;
	width:600px;
	font-style: bold;
	font-family: Arial Black, Verdana, Arial;
	background-color: #88CCFF;
}
	
h4 {
	font-style: bold;
	font-family: Arial Black, Verdana, Arial;	
}	
	
h5 {
	text-align: center;
	font-style: italic;
	font-family: Verdana, Arial;
}

h6 {
	font-style: italic;
	width:600px;
	font-family: Verdana, Arial;
	text-align: center;
}

p {
	text-align: justify;
	width:600px;
	font-size: 12px;
	font-family: Comic sans MS, Verdana, Arial;
}

img {
	max-width: 600px;
    height: auto;
}

.couleur {
	background-color: #88CCFF;
	height: 10px;
	width: 200px;
}
	