/*----- header------*/
#retourAcc { 
	position: absolute; 
	left : 25px;
	background-color: #173f59;
	border: none;

	font-family: "Lato Light";
	font-size: 90%;
	color: #ffd800;

	margin-top: 0px;
}
/*----- fin header------*/

#titreAdmin {
	width : 285px;
	height: 45px;

	font-family: "Lato Light";
	font-size: 200%;
	color: white;

	background-color: #2e778d;

	padding-top: 5px;

	position : absolute;
	left: 50%; top : 75px;
	transform: translate(-50%);

	
}

#RAZ {
	width: 135px;
	height: 30px;

    position : absolute;
	left: 50%;
	transform: translate(-50%);

	margin-top: 130px;
}

#modifData {
	position : absolute;
	top : 280px;
	left: 50%;
	transform: translate(-55%);
	
}


#save {
	width: 155px;
	height: 30px;

    position : absolute;
	left: 50%;
	transform: translate(-50%);
}


.validation {
	background-color: #20556e;
	color: white;
	font-family: "Lato Light";
	font-size: 16px ;
	line-height: 16px;
	text-align: center;

	margin-top: 10px;
    border: none;
    border-radius: 13px;
    cursor: pointer;
}


#separation {
	background-color: #2e778d;
	height : 4px;
	margin-top : 200px;
}

.zoneText {
	width: 70px;

	margin-left:17px;
	margin-right: 10px;

	color: #99d7ff;
	font-family: "Lato Light";
	font-weight: bold;
	font-size: 18px ;
	line-height: 18px;
	text-align: center;
	border: none;
	margin-top: 20px;
}

.line {
	margin-top: 20px;
}

.nm {
	color: white;
	font-family: "Lato Light";
	font-size: 17.5px ;
	line-height: 17.5px;
	text-align: right;
	white-space:nowrap;
}

table {
	margin-top: 20px;
	margin-left: 30px;
}

#save {
	margin-top: 30px;
}


#deco3 {
	position : absolute;
	left: 50%;
	transform: translate(-50%);

	margin-top: 350px;
}

