/* Déclaration de la police */
@font-face {
font-family: "Poppins_Semi-bold";
src: url('Poppins-SemiBold.ttf');
}

@font-face {
font-family: "Poppins_Regular";
src: url('Poppins-Regular.ttf');
}


form,table
{
	font-size:22px;
	border:1px solid #2682c4;
	width:620px;
	margin:auto;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
	padding:10px;
	text-align:center;
	border-radius:5px;
}

input,textarea,label,select
{
	font-size:22px;
	border-radius:5px;
}

label
{
	color:#2682c4;
}

.alerte,.info
{
	border-radius:5px;
	text-decoration:none;
	vertical-align:middle;

	margin:10px;
	padding:5px;
	display:inline-block;
}
.alerte
{
	color:#0b75b2;
	background-color:#ff4b4b;
	width:320px;

}



.info
{
	color:#73c613;

}

body
{
	text-align:center;
	margin:0px;
}



body{
	font: 16px Arial,sans-serif;
	background: #f1f2f6;
	margin:auto;}


	
table{
	width:100%;
	padding:10px;
	text-align:center;
}
td{
	border-top:1px solid #ccc;
	border-top:3px;
}

nav a:visited, header a:active, header a:link{

	color:#0b75b2;
	margin:3px;
	display:inline-block;
	background-color:#ffffff;
	border-radius:5px;
	text-decoration:none;
	width:101px;
}
nav a:hover{
	color:#909090;
	text-decoration:none;}

header
{
	line-height:24px;
	bottom:0px;
	background: #999;
	color:#909090;
}

 a:link{
	color:#444;
	text-decoration:none;
	text-indent: 0px;}
a:hover, a:active{
	color:#444;
	text-decoration:underline;}
a:visited{
	color:#444;
	text-decoration: none;}
	
table
{
	 max-width:1024px;
}
	
tr:nth-child(odd)
{
	background-color:#fff;
	padding:14px;
}

tr:nth-child(even)
{
	background-color:#eee;
	
}

th
{
	background-color:#1F4461;
	color:#ddd;
	
}

