.divForm {
	position: relative;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 350px;
	
}

.divMain {
	margin-top: 90px;
	/*position: fixed;*/
	height: 100%;
	width: 100%;
	left: 0px;
}

input[type="email"], input[type="password"], input[type="text"] {
            width: 99%;
            height: 1.5em;
            padding-bottom: 5px;
            margin-bottom: 3px;
}

select {
	width: 99%;
	/*height: 1.5em;*/
	padding-bottom: 5px;
	margin-bottom: 3px;
}


.divCopyrightLogin {
    margin-top: 10px;
    font-size: 10px;
}

.tableAdresse {
	border-collapse: collapse;
	width: 100%;
  }
  
.tableAdresse td, .tableAdresse th {
	border: none;
}

.tdInput {
	width: 300px;	
}