body{
	background-color:#3E3E3E;
}

#corps{
	width:800px;
	margin:auto;
	background-color:#C0D9E2;
	padding-left:15px;
	padding-bottom:10px;
	border-radius:5px;
}

h1 img{
	width:30px;
	height:30px;
	position:relative;
	top:5px;
}

h1{
	text-align:center;
}

h2{
	color:#3E3E3E;
}

h3{
	color:grey;
}

p{
	padding-left:5px;
}

.imp{
	font-weight:bold;
}

.ital{
	font-style:italic;
}

.ok{
	color:green;
}

.pasOk{
	color:red;
}