
/*couleur de fond*/
body
{
	background-color: #f2ed51;

}

/*couleur plus foncée que le fond*/
.banniere
{
	text-align: center;
	vertical-align: center;
	background-color:#c8cd08;
	color: white;
	font-size: 50px;
	font-family:"Corbel light","arial black","calibri";
	
}


/*même couleur que le fond*/
div
{
	text-align: center;
	vertical-align: center;
	background-color: #f2ed51;
	color: white;
	font-size: 40px;
	font-family:"Corbel light","arial black","calibri";
	
}


/*couleur plus foncée que le fond*/
.college
{
	text-align: center;
	vertical-align: center;
	background-color:#c8cd08;
	color: white;
	font-size: 50px;
	font-family:"Corbel light","arial black","calibri";
	
}
.logo
{
	opacity: 1;
	width:1200px;
	text-align: center;
}

.logoclasse
{
	opacity: 1;
	width:200px;
	text-align: center;
}

/*même couleur que le fond*/
li,ul
{
	list-style-type: none;
	font-family:"Corbel light","arial black","calibri";
	text-align: center;
	vertical-align: center;
	background-color:#f2ed51;
	color:white;
	font-size: 40px;
	font-weight: bold;

}

a
{
	color:black;
	text-decoration: none;
}

/* couleur plus foncée que le fond*/
a:hover{
	color:#c8cd08;
}


/*couleur plus foncée que le fond*/
.presentation
{
	text-align: center;
	vertical-align: center;
	background-color: #c8cd08;
	color: white;
	font-size: 110px;
	font-family:"Corbel light","arial black","calibri";
	
}

