body
{
	background-color: #C0C0C0;
	font-family: verdava, arial;
}

header
{
	display: flex;
	justify-content: space-between;
	background-color: #134594;
	height: 100px;
	position: relative;
	border-radius: 5px;
}

header > div
{
	
	height: 80px;
	
	top: 5px;
	
}

#bloc_logo
{
/*	left: 5px;*/
/*	height: 90px;*/
	width: 100px;
	margin-left: 20px;
}

#bloc_logo img
{
	width: 90px;
	height: 90px;
	margin-top : 5px;
}

#bloc_titre
{
	font-size: 4em;
	color: #e6e3dc;
	margin-top : 15px;
	margin-right : 100px;
}

#bloc_central section
{
/*	width:80%;*/
	display: flex;
	justify-content: space-between;
	background-color: #f5f5e4;
	margin-top: 10px;
	border-radius: 5px;
	min-height: 500px;
	padding : 5px 5px 5px 5px;
}

#bloc_central #bloc_presentation_maillots
{
	width: 250px;
	min-height: 300px;
	background-color: #c7f28a;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#bloc_central #bloc_competition
{
	flex: 1;
}

#bloc_central #bloc_image
{
	flex: 1;
	text-align: center;
}

#bloc_central #bloc_alerte
{
	background-color: #910404;
	color: #ffffff;
	margin: 20px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align : center;
	border-radius: 5px;
}

#bloc_alerte span
{
	vertical-align: top;
	margin-top: 50px;
	display: -webkit-inline-box;
}

#bloc_alerte img
{
	margin-left: 50px;
	margin-right: 50px;
}

#form_match input[type=radio]
{
	vertical-align: top;
	margin-top: 50px;
	display: -webkit-inline-box;
}

#bloc_central #bloc_match
{
	margin: 20px 5px 5px 5px;
}

#form_licence
{
	text-align: center;
	padding-top : 100px;
	width: 100%
}

#form_licence input[type=submit]
{
	margin-top : 20px;
}

#form_licence input[type=number]
{
	-moz-appearance: textfield;
}

#bloc_grande_image
{
	position: absolute;
	top: 100px;
	left:270px;
/*	width: 450px;
	height: 600px;*/
	background-color: #ffffff;
	display: none;
	text-align: center;
}

#bloc_grande_image img
{
	border-width: 3px;
	border-color: #000000;
	border-style: solid;
}