body
{
	background-color: #7f7f7f;
}

#Espace_Connexion
{
	position: relative;
	margin: 20ex auto 2ex auto;
	width: 430px;
	height: 250px;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	text-align: center;
	color: #03334D;
}

#Espace_Connexion table .input, #popup_NewUser table .input, #popup_AddKey table .input, #popup_GenPwd table .input
{
	position: relative;
	background: linear-gradient(21deg, #0A9CB4, #680068);
	padding: 2px;
	display: inline-block;
	border-radius: 9999em;
}

#Espace_Connexion input.Envoyer
{
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 2px;
}

#Espace_Connexion #logo
{
	width: 110px;
}

td .img
{
	display: table-cell;
	padding: 0px;
}

td .img a span
{
	position: absolute;
	margin-top: 23px;
	margin-left: -35px;
	color: #09c;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	transform: scale(0) rotate(-12deg);
	transition: all .25s;
	opacity: 0;
}

td .img a
{
	text-shadow: 0 -1px 0 black;
}

td .img a:hover span, a:focus span
{
	transform: scale(1) rotate(0);
	opacity: 1;
}

#Modifier
{
        width: 30px;
}

#Corbeille
{
        width: 30px;
}

#Partager
{
        width: 30px;
}

#popup_NewUser input.Envoyer, #popup_AddKey input.Envoyer, #popup_GenPwd input.Envoyer
{
	position: relative;
	float: right;
	margin-top: -5px;
	margin-right: -10px;
}

table *:not(span)
{
	border-radius: 9999em;
	margin: 0;
	border: none;
	outline: none;
	padding: 0 .325em;
	z-index: 1;
}

table input
{
	font-family: inherit;
	line-height: inherit;
	color: #2E3750;
	min-width: 12em;
}

.popup_NewUser, .popup_AddKey, .popup_GenPwd
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup
{
	background: #FFFFFF;
	padding: 20px;
	border: 20px solid #DDDDDD;
	position: relative;
	margin: 20% auto;
	width: 400px;
	box-shadow: 0px 0px 20px #000000;
	border-radius: 10px;
}

img.btn_close
{
	float: right;
	margin: -55px -55px 0 0;
	cursor: pointer;
}

thead
{
	background-color: #393939;
	color: #FFFFFF;
}

.Name
{
	width: 200px;
	text-align: center;
}

.Link
{
	width: 200px;
	text-align: center;
}

.Login
{
	width: 200px;
	text-align: center;
}

.Pass
{
	width: 200px;
	text-align: center;
}

.LastUpdate
{
	width: 200px;
	text-align: center;
}

tr.color0
{
	background-color: #680068;
	color: #DCB1DD;
}

tr.color1
{
	background-color: #0A9CB4;
	color: #FFFFFF;
}

tr td a
{
	outline: none;
	text-decoration: none;
}

tr.color0 td a
{
	color: #FFFFFF;
}

tr.color1 td a
{
	color: #000000;
}

body.MV-Key
{
	background-color: grey;
}

div.Mv-Key
{
/*	width: 1100px;*/
	margin: auto;
}

div.Mv-Key h1
{
	text-align: center;
	color: #FFFFFF;
}

div.Mv-Key h3
{
	color: #FFFFFF;
	text-decoration: underline;
}

label.LogOut
{
	position: relative;
	margin-right: 50px;
	margin-top: -4px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	border: 0px solid #000000;
	border-radius: 9999em;
	background-color: #B82EE5;
	font-weight: bold;
	color: #FFFFFF;
}

label.NewKey
{
	margin-left: 10px;
	margin-top: -4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #000000;
	border-radius: 9999em;
	background-color: #D5FFD5;
	font-weight: bold;
}

.imgbulle
{
	width: 40px;
}

.logoent
{
	width: 100px;
	position: absolute;
}

#head
{
	height: 180px;
}
