body {
	font-size: 10pt;
	background-color: white;
	color: black;
	}
	
#blycee {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
	height: 90px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: red;
}

#bcollege {
	position: absolute;
	left: 110px;
	top: 10px;
	width: 90px;
	height: 90px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: orange;
}

#bprimaire{
	position: absolute;
	left: 210px;
	top: 10px;
	width: 90px;
	height: 90px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: green;
}

#titre {
	position: absolute;
	text-align:center;
	left: 25%;
	right: 25%;
	top: 25%;
	bottom: 25%;
}

#matieres {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 160px;
	height: 90px;
	background-color: blue;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.texte {
	position: relative;
	top: 30px;
	color: white;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

.pmaj {
	font-size: 12pt;
}

.mmaj {
	font-size: 10pt;
}


.textebis {
	position: relative;
	top: 10px;
	color: white;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}