#head {
	background-image: url(img/harplogo.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	
	background-color: #C5D2D2;
	border-style:solid;
	border-width:2px;
	
	margin-bottom: 10px;
}

#body {
	width: 100%;
	height: 100%;
	
	background-color: #C5D2D2;
	border-style:solid;
	border-width:2px;
}

.article {
	border-bottom: solid;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
}

.titre {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #D5E2E2;
}