.conteneur {
	display: block;
	width: 1200px;
	height: 220px;
	margin: 8px;
	vertical-align: middle;
	border-radius: 5px;
	border: 2px solid grey;
	display: inline-block;
	background-color: white;
	margin-bottom: 5px;
}

.division {
	width: 7%;
	height: 100%;
	padding: 1px 5px 0px 13px;
	background-color: darkblue;
	color: white;
	font: bold arial;
	font-size: 100px;
	border-radius: 5px 0px 0px 5px;
	overflow: hidden;
	float: left;
	line-height: 100px;
}

.score {
	width: 15%;
	color: black;
	font: bold arial;
	font-size: 120px;
	border: 1px solid grey;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	line-height: 110px;
}

.nom {
	width: 75.6%;
	height: 100%;
	color: black;
	font: bold arial;
	font-size: 90px;
	border: 1px solid grey;
	display: inline-block;
	overflow: hidden;
	padding-right: 5px;
	float: left;
}

.separateur {
	background-color: black;
	width: 89%;
	height: 10px;
}

.ligne {
	height: 49.5%;
	width: 100%;

}

.gauche {
	text-align: left;
	border-radius: 0px 30px 30px 0px;
}

.droite {
	text-align: right;
}

.formulaire label {
	width: 180px;
	display: inline-block;
	padding: 4px;
}

.formulaire {
	padding: 5px;
	border: 1px solid grey;
	border-radius: 8px;
	background-color: lightblue;
	display: block;
	width: 400px;
	margin-top: 5px;
}