#Connexion.fixed {
position: fixed;
top: 0;
}

#Connexion {
	font-size: 14px;
	color: white;
	width: 300px;
	position: fixed;
	right: -175px;
	top: 10%;
	z-index: 1;
}
#Connexion a {
	font-size: 12px;
}
#Connexion input {
	color: black;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.connexionHide {
	text-align: center;
	background-color: #BF0982;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
#Connexion form {
	background-color: #181818;
}
#Connexion .button {
	color: white;
}
#Connexion .button:hover {
	color: #181818;
}
#inline_content {
	color: black !IMPORTANT;
}
#inline_content input{
	width: 90%;
}
#inline_content table{
	width: 100%;
}

#MonCompte {
	font-size: 14px;
	color: white;
	width: 260px;
	position: fixed;
	right: -125px;
	top: 10%;
	z-index: 1;
}
#MonCompte a {
	color: white ;
	text-decoration: none;
}

#MonCompteLien:hover {
	background-color: white;
}
#MonCompteLien:hover  a {
	color: #BF0982;
}
#MonCompte form {
	background-color: black;
}

#MonCompte form a:hover{
	background-color: black;
	color: #BF0982;
}
#linkLogOut {
	color : #BF0982 !IMPORTANT;
}
#linkLogOut:hover {
	color : white !IMPORTANT;
}

#Deconnexion {
	text-align: center;
	background-color: #181818;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
#Deconnexion:hover  {
	background-color: white;
}
#Deconnexion:hover  a {
	color: #181818;
}
