html
{
	padding: 5px;
	
}

body
{
	font-family: Verdana, sans-serif;
}

div
{
	border-radius : 5px;
}

img
{
	border-radius: 5px;
	margin: 5px;
	background-color: green;
}

h5
{
	text-align: center;	
}

a:link
{
	color: #ff5733;
}

a:hover
{
	color: #ff3358;
}

a:active
{
	color: #a233ff;
}

a:visited
{
	color: #36ff33;
}

.titrePage
{
	position: absolute;
	top: 15px;
	left: 30%;
	font-size: 25px;
	font-weight: bold;
}

.titrePage2
{
	position: absolute;
	top: 40px;
	left: 31%;
	font-size: 20px;
	font-weight: bold; 
}

.container_bandeau_gauche
{
	position: absolute;
	top: 0px;
	left: 5px;
}

#img_gauche
{
	margin: 0px 5px 5px 5px;
}

.container_bandeau_centre
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	top: 5px;
}

.item
{
	width: 10em;
}

.container_bandeau_droit
{
	position: absolute;
	top: 0px;
	right: 5px;
}

#img_droit
{
	margin: 0px 5px 5px 5px;
}

.menu_gauche
{
	position: fixed;
	left: 5px;
	top: 80px;
	z-index: 2;
	border-radius: 5px;
}

#footer
{
	position: fixed;
	text-align: center;
	bottom: 0px;
	width:99%;
	text-align: center;
}

.fond_bandeau
{
	border-radius: 5px;
}

#fond
{
	background-color: black;
}

#containerMenu
{
	border-radius: 5px;
}

.reponses
{
	background-color: green;
}