@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 12px;
	
}

 html,body{
	height:100%;
	width:100%;
	background-position:center; 
	background-repeat:no-repeat;
	background-attachment:fixed;
 	font-family: arial;
 	color: #888888;
 }
 
  body { 
	 background-color: #F8F7F5;
	 text-align:center;
	 min-height:468px;/* for good browsers*/
	 min-width:752px;/* for good browsers*/
	 font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
 }
 

div.bloc_authentification{
}


.loginform {

}

 #outer{
	 height:100%;
	 width:100%;
	 display:table;
	 vertical-align:middle;
 }
 
 #container {
	 text-align: center;
	 position:relative;
	 vertical-align:middle;
	 display:table-cell;
	 /*height: 468px;*/
 } 
 
 #inner {
	 width: 100%;
	 /*height: 468px;*/
	 text-align: center;
	 margin-left:auto;
	 margin-right:auto;
 }

.bloc_authentification form{
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #EAEAEA;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: 250px;
    box-shadow: 0 0 24px #CCCCCC;
    font-size: 11px;
}

.loginform
{
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #EAEAEA;
	padding: 25px;
    width: 250px;
    box-shadow: 0 1px 1px #BBBBBB;
}

.bloc_authentification form label[for="email"],.bloc_authentification form label[for="password"]{
	display: inline-block;
    width: 80px;
    line-height: 35px; 
	height: 35px;
}


.textInput {
	margin-top: 8px;
    border: 1px solid #eaeaea;
  /*  background: 	#FFFFFD;*/
    height: 40px;
    font-size: 12px;
    color:#B41D14;
    font-weight: bold;
    font-family: arial;
    text-align:center;
    width: 200px;
}

.textInput:hover {
    border: 1px solid 	#B41D14;
    background:#FFF7E6;
    height: 40px;
    
}
    	
.error{
    border: 1px solid 	#B41D14;
    background:#FFF7E6;
    padding: 4px;
    color : #B41D14;
}

.button_auth {
	border:1px solid #D8DCDF;
}


.navigBouton{
	background: none repeat scroll 0 0 #8B1713;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 0 #6E120F;
	color: white;
	cursor: pointer;
	height: 40px;
	padding: 5px;
	width: 120px;
}

.navigBouton:hover{
	background: none repeat scroll 0 0 #8B1713;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 0 #6E120F;
	color: white;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	padding: 5px;
	width: 120px;
}
