/* ---------------------
		DECONNEXION	
--------------------- */

a#deconnect {
	position:fixed;top:10px;right:10px;width:100px;text-align:center;color:#fff;margin:auto;background:#de2929;padding:4px;font-size:10px;display:block;font-weight:bolder;z-index:10000;
}
a#deconnect:hover {
	text-decoration:underline;
}
a#return {
	position:fixed;left:10px;top:10px;width:100px;text-align:center;color:#fff;margin:auto;background:#7D7D7D;padding:4px;font-size:10px;display:block;font-weight:bolder;
}
a#return:hover {
	text-decoration:underline;
}
a#ed {
	width:16px;height:16px;display:inline-block;background:url(../img/edit.png) no-repeat;
}
a#edit {
	width:16px;height:16px;display:block;background:url(../img/edit.png) no-repeat;float:right;margin-bottom:10px;
}
a#edit1 {
	position:absolute;margin-top:312px;margin-left:944px;width:16px;height:16px;display:block;background:url(../img/edit.png) no-repeat;	
}
a#edit2 {
	width:16px;height:16px;display:block;background:url(../img/edit.png) no-repeat;float:right;margin-top:14px;}
a#edit3 {
	width:16px;height:16px;display:block;background:url(../img/edit.png) no-repeat;float:right;	margin-top:14px;
}
a#edit4 {
	width:16px;height:16px;display:block;background:url(../img/edit.png) no-repeat;float:right;margin-top:14px;	
}
a#edit5 {
	width:16px;height:16px;display:block;background:url(../img/edit.png) no-repeat;float:right;margin-top:14px;	clear:both;margin-right:13px;
}

/* ---------------------
  FORMULAIRE CONNEXION	
--------------------- */

.formConnexion .grid_3 {
	height: 180px;
	padding: 20px 0;
}

.borderBottom {
	border-bottom: 1px solid #dadada;
}

.borderRight {
	border-right: 1px solid #dadada;
	width: 460px!important;
}

.formConnexion .newsletterChamp {
	width: 300px;
}

.formConnexion label {
	display: inline-block;
	width: 100px;
}

.formConnexion .btConnexion {
	background: #a3cd38;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.formConnexion .btConnexion:hover {
	background: #dadada
}