*{
    margin:0;
    padding:0;
}
body{
	font: 11px "Montserrat", "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  	background-color: #f9f9f9;
}

#main {
	margin-left: 0 px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

#login form .submit input {
	font-family: "Montserrat", "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    width: 150px;
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .submit { float: right;
margin-bottom: 14px;
}

form p { margin-bottom: 24px; }

h1 a {
	background: url(../images/logo-looogin.png) no-repeat top center;
	width: 310px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}
.head {
	background: url(../images/logo-login.png) no-repeat top center;
	font-family: "Montserrat", "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	background-size: 320px;
	width: 320px;
	height: 80px;
	color: #6f6868;
	font-weight: bold;
	line-height: 100px;
	text-indent: 130px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: -1px;
	
}
#login { width: 320px; margin: 7em auto; }

#user_pass, #user_login, #user_email {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

#main .error {
    text-align: center;
}
#main h1 {
    text-align: center;
}

.error{
    color:#e80000;
    font-weight:bold;
    margin-bottom : 5px;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

p.perdu{
    text-align:center;
}

a{
    color:#777;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

#login form .submit input {
	border-color: #666B6F !important;
	font-weight: bold;
	color: #FFF !important;
	background: #666B6F url(../images/button-grad.png) repeat-x scroll left top;
	
}




.rappel {
	color:#0000e8;
	font-size: 10px;
    font-weight:bold;
    
	margin-left : 15px;
	margin-right : 15px;
	display: none; 
}
.rappel li {
	margin-left : 25px;
}

.labelform :hover .rappel {
	display: block; 
}
#login form input {
	color: #555;
}
#login form input {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
.labelform span{
	color:#0000e8;
	font-size: 10px;
    font-weight:bold;
    position:absolute; 
	/* margin-top:-15px; */
    /* margin-left:15px; */
	margin-top:-65px;
    margin-left:220px;
	border: 1px solid #e5e5e5;	
    background:#f8f8f8;
    padding:5px;
    border-radius:3px;
    box-shadow:0 0 2px #fbfbfb;
	transform:scale(0) rotate(-12deg);
	transition:all .25s;
	opacity:0;
}
.labelform li, ul{
	margin-left : 15px;
}


.labelform:hover span {
    transform:scale(1) rotate(0);
	opacity:0.8;
}