body {
	min-width:1250px;
	font-family:'Arial';
	text-align:center;
	background-image:url(media/rms-background.webp);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size : cover;
	background-attachment : fixed;
}
a{
	text-decoration: none;
}
/*---------- HEADER ----------*/
header{
	position: fixed;
	top: 0;left: 0;right: 0;
	min-width:1250px;
	height: 80px;
	background: linear-gradient(#000,#124e99);
	z-index:100;
	font-weight: 600;
	color: #fff;
	border-bottom: solid 2px #fff;
}
header div{
}
header .navBar{
	float: right;
}
header .pic{
	float: left;
	height: 80px;
}
header .pic img{
	height: 90%;
}
header .navBar div{
	height: 40px;
	margin-top: 10px;
}
header .navBar ul {
	margin: 0 auto 0 auto;
}

header .navBar ul li{
	display: inline;
	margin: auto 10px auto 10px;
}
header .navBar ul li a{
	text-decoration: none;
	color: #fff;
}
header .navBar ul li a:hover, header .navBar ul li:hover form input{
	text-decoration: underline;
}
/*---------- FIN HEADER ----------*/

body .contenu{
	margin: 100px 20px;
	min-height: 500px;
	border: 10px white solid;
	background-color: white;
	opacity: .95;
}
h1{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

/*---------------MODAL MODIFICATION-----------------*/
.modificationModal{
	z-index: 150;
	position: fixed;
	left:0;top: 0;bottom: 0;right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .75);
}
.modificationModal div{
	position: fixed;
	left:50px;top: 150px;bottom: 150px;right: 50px;
	background-color: #fff;
}
.modificationModal div img{
	position: absolute;
	top: 10px;right: 10px;
	height: 25px;
}
.modificationModal table{
	max-width: 75%;
}
.modificationModal th{
	background-color:#124e99;color:#fff;
}
.modificationModal td input{
	/*width: 90%;*/
	text-align: center;
}		
.modificationModal tr:hover td{
	background-color: transparent;
	color: #000;
}

/*-------------------------------------------*/

table{
	margin : auto;
}

tr td select{
	width: 100%;
	font-weight: 600;
}
tr:hover td{
	background-color: #124e99;
	color: #fff;
}
/*
tr:hover td input{
	color: #fff;
}
*/
td{
	text-align: left;
	border-bottom: 1px solid lightblue;
}

/*---------- FOOTER ----------*/
footer {
	position:fixed;
	margin-bottom: -5px;
	min-width:1250px;
	bottom:-95px;
	left:0;right:0;
	text-align:center;
	color:white;
	font-size:16px;
	background: linear-gradient(#124e99,#000);
	z-index:100;

	transition: bottom 1s ease-in-out;
	-webkit-transition: bottom 1s ease-in-out;
}
footer:hover{
	bottom: 0;
}
footer div{
	margin: 5px 0 15px 0;
	overflow: hidden;
	position: relative;	
}
footer div .footerArrPlan{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	opacity: .1;
}
footer .coordonnees {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
footer .coordonnees div {
	width: 30%;
	overflow: hidden;
}
footer .coordonnees .coordIMG, footer .coordonnees .coordTXT{
	width: auto;
}
footer .coordonnees .coordIMG img{
	width: 30px;
}
footer .coordonnees .coordTXT{
	font-size: 1.25em;
	line-height: 1;
	font-weight: bold;
}
footer .coordonnees .coordTXT .animMail{
	animation:animMail 2s;
	color: #fff;
}
footer small{
	margin-bottom: 15px;
}
#actif, #vue{
	position: fixed;
	top:0;right:0;bottom:0;left:0;
	z-index: 90;
}
#actif #actif1, #vue1 {
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	background-color: #000000aa;
}
#actif #actif2{
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	background-color: #124e99;
	margin: auto;
	padding: 30px;
	border: 5px solid #fff;
	border-radius: 5px;
	width: 300px;
	height: 150px;
	color:#fff;
}

/*---------- FIN FOOTER ----------*/