body {
	font-family: Lato;
	font-size: 0.9em;
	
	margin: 0;
	background-image: url("../img/bandeau_home.png");
    background-repeat: repeat-x;
} 

.TypeInput {

	border: thin solid #0091d2;	
	color:#575756;
	width:280px;
	height:20px;
	padding-top:10px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	padding-bottom: 10px;
	
}

.loginError {
	color:#F00;
	
}

.TitreHome{
	color:#e40613;
	font-size:34px;
	font-weight:300;
	width:600px;
	border-bottom: thin solid #e40613;	
}

#tableHome {
	width:600px;
	margin-top:130px;
  
}



@media screen and (max-width: 1000px)
{
.hidden-small{
	display:none; 
}

#tableHome {
	width:400px;
	margin-top:70px;
}
.TitreHome{
	color:#e40613;
	font-size:34px;
	font-weight:300;
	width:400px;
	border-bottom: thin solid #e40613;	
}


}
