/*ficher CSS des formulaires  */

body
{
    background-color: #FFF9C0;
}


.formul
{
    background-color: teal;
    text-align: center;
    color: white;
}

h2
{
	background-color: teal;
	text-align: center;
	color: white;
	margin-top: 40px;
	margin-bottom: 40px;
}

.quiz
{

	background-color: lightgreen;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4
{
	color: white;
	background-color: teal;
}