body {
	background: url("img/logo.png") no-repeat center center fixed;
	background-size: cover;
}

.blocktext {
	padding-top:7%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
 	display:table;
 	clear:left;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	width: 50%;
	font-size: 1.3em;
}

.form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0rem;
}

.full{
	width: 100%;
}

.select {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	
	/* 	padding-right: 10px;
	margin-right: auto;

 */
	width: 100%;
}


button {
	background: none !important;
	border: none;
	padding: 0!important;
	/*optional*/
	font-family: arial, sans-serif;
	/*input has OS specific font-family*/
	color: #004080;
	font-size: 0.9em;
	text-decoration: underline;
	cursor: pointer;
}

.deconnexion {
	/* 	margin: 20px;
 */
	float: right;
	margin: 2%;
	font-size: 1.6em;
}

input, .button {
/* 	margin-left:20px;
 */	margin-top:10px;
	cursor: pointer;
	color: #fff;
	background-color: #0066CC;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition-duration: 0.4s;
	text-decoration: none;
}

.button:hover,
input:hover {
	background-color: #004080;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

img {
	float: left;
	width: 20%;
}

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}


h2 {
	font-size: 1.8em;
	color:#004080;
}

td.tdlabel{
	display:none
}
