div.conteneur {
	height:100%;
}

.formulaire {
	width : 350px;
	height : 150px;
		
	margin:  180px auto;
}

div#img{
	width:135px;
	margin-left: auto;
	margin-right: auto;
}

div#img img{
	width:135px;
}

div#title{
	margin-top:100px;
}

div#title h1{
	color:white;
	margin-top: 70px;
	margin-bottom: 0px;
}


#login {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	height: 270px;
	width: 400px;
	margin: -150px 0 0 -230px;
	padding: 30px;
	position: absolute;
	left: 50%;
	z-index: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;


}


#login:before {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 0 1px #fff;
}


h1 {
	text-transform: uppercase;
	text-align: center;
	color: #666;
	margin: 0 0 30px 0;
	letter-spacing: 4px;
	font: normal 26px/1 Verdana, Helvetica;
	position: relative;
}

h2 {
	color: #666;
	margin: 0 0 30px 0;
	letter-spacing: 4px;
	font: normal 26px/1 Verdana, Helvetica;
	position: relative;
}

p {
	color: #666;
	font: normal 12px/1 Verdana, Helvetica;
	position: relative;
}

.explication{
	margin-bottom: 20px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}


#inputs input {
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 353px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}



#actions {
margin: 25px 0 10px 280px;
}

#action_lost {
margin-top: 25px;
}

#submit {
	
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);

	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

	border-width: 1px;
	border-style: solid;
	border-color: darkgrey;
	float: left;
	height: 35px;
	padding: 0;
	width: 120px;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: black;
}

.alert-danger{
	text-align: center;
  margin-top: 10px;
  color: orangered;
}

.formulaire a{
	font: normal 12px/1 Verdana, Helvetica;
}
.formulaire a:link{
	color:#666;
	text-decoration: none;
}

.formulaire a:visited{
	color:#666;
	text-decoration: none;
}

#signature{
	font-size: 10px;
}
