body, p{
	text-align: justify;
}

body{
	font-size:17px;
	width: 90%;
}

.petit{
	font-size:13px;
}

td{
	padding-left:5px;
	padding-right:5px;
}

h1{
	margin: 20px 75px 20px 75px;
	padding: 10px;
	font-size:30px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	background: #eeeeee;
}

h2{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size:25px;
	text-decoration: underline;
}

h3{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size:20px;
	text-decoration: underline;
	color: blue;
}

h4{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:17px;
	text-decoration: underline;
}



.cadre, .intro, .cadregrise{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

.intro{
	font-weight: bolder;
	color: blue;
	margin-top: 50px;
	margin-bottom: 50px;
}

.toutcentre td{
	text-align: center;
}


.grise, .cadregrise{
	background-color: #eeeeee;
}

.plusgrise{
	background-color: #cccccc;
}

hr {
	margin-top: 40px;
	margin-bottom: 20px;
	
	height: 1px;
	color: black;
}

a img{
	border-style: none;
}