
html, body 
{
height: 100%;
padding: 0;
margin: 0;
}

body 
{
min-height: 100%;
margin: 0 auto;
font-family: 'Roboto Slab', serif;

background-color: #eae5de;
font-size: 1.2em;
}


header
{
	background-color: #a30428;
	height: 5%;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	box-shadow: 2px 2px 1px black;
}


#divegenerale
{
	text-align: center; 
	margin-top: 5%;
	
}

#divenseignants
{
	margin-top:10%;
	display: inline-block;
	width: 48%;
	text-align: center;
}

#separation
{
	display: inline-block;
	border: 5px solid #a30428; 
	height: 60%;
	position: absolute; 
	margin-top: 3%;
	
}

#admin
{
	float: right;
	margin-right: 2%;
	
}

#diveleves
{
	
	display: inline-block;
	width: 48%;
	text-align: center;
}



form
{
	margin-top: 2%;
	
}

#envoyer
{
	font-family: 'Roboto Slab', serif;
border-radius: 5px;
font-size: 0.9em;
}

#envoyer:hover
{
	
	background-color: #b4d2e7;
}

.contenant
{
	padding: 5px;
	border-radius: 5px;
	font-size:0.9em;
}

#mauvais
{
	
	margin-top: 3%;
	text-align: center;
}

a
{
	color: black;
	
}
