
#headerindex {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;    	
	background: #202020;	
    /* border-bottom: 1px solid #3c3c3c; */
    
}
#headerindexLangue{
	width: 100%;
	top:10px;	
	position: absolute;
	height:40px;
	opacity:0.5;
	background: #202020;	
	 
}

#Langue{ 	 
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 40px;
	text-decoration:none;
	font-family: 'Lato', serif;
	color: #FFFFFF;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
	
}
a, a:visited{
	text-decoration:none;
	color: #FFFFFF;

}
.background {
  background: url(../images/background_mono.jpg?v=1) #202020 no-repeat;
  background-size: cover;
  max-height: 100%;
  max-width: 100%;
}
.login-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.login-logo img{
    max-width: 80%;
}

.login-box {
    background-color: #FFF;
    margin-bottom: 75px;
    padding-bottom: 100px;
	margin-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    margin-right: 10px;
    margin-left: 10px;
}
.login-content {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.text-field {
    margin-bottom: 12px;
    border-bottom: #b4b4b4 solid 1px;
}
.login-icon {
    float: right;
	margin-top: 8px;
    margin-bottom: 8px;
}
#login-input input, #login-input textarea, #login-input select, #login-input button {
    z-index: 0;
    padding: 6px;
    margin: 0;
    font: inherit;
    line-height: 25px;
    border: 0px;
    box-shadow: none;
    color: #5c5c5c;
    font-weight: 300;
    text-transform: none;
}

body {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    min-height: inherit;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    line-height: 1.39em;
    color: #5c5c5c;
    background-color: #fff;
}

#footerindex {
    width: 100%;
    max-height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
	margin-bottom:0px;
	padding-top:10px;
	padding-left:45%;
	padding-right:45%;	
	
	background: #202020;	
	 
    border-top: 1px solid #3c3c3c;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
}

