@font-face {
    font-family: rommandeenergie;
    font-weight: normal;
	 font-style: normal;
	src:  url('/includes/fonts/re/BrNStdRg.ttf'); 
}
@font-face {
    font-family: rommandeenergieheadline;
    font-weight: 900;
	font-style: normal;
	src:  url('/includes/fonts/re/BrNStdBl.ttf'); 
}
@font-face {
    font-family: rommandeenergiebold;
    font-weight: bold;
	font-style: normal;
	src:  url('/includes/fonts/re/BrNStdBd.ttf'); 
}
html,body{
	font-family:rommandeenergie;
	color:#707070;
}
input{
	font-family:rommandeenergie;
	
}
#login{
	background-image:url("/includes/images/roman/fond-accueil.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

#login .form button {
	font-weight: bold;
	font-size: 11px;
	color: #ba0029;
	background: #d8d8d8;
}

.form .message a {
  color: #ba0029;
  text-decoration: none;
}

.form button:hover, .form button:active, .form button:focus {
    color: white;
}
