@font-face {
  font-family: "eras medium ITC";
  src: url("police/ERASMD.ttf");
  
}


body
	{
		background: url(http://s199860230.onlinehome.fr/sites_clients/aquitain-hotel/images/grille_gris.png) #efefef;
		background-attachment:fixed;
		color:#fff;

		
	}
h1
	{
		color:#fff;

		font-family:"eras medium ITC";
	}

h4
	{
		
	}
	
input, textarea, select
	{
		background-color:#ccc;
		border:0px;
		border-radius:3px;
		color:#333;
	}
input[type=button]
	{
		padding:5px 10px 5px 10px;
	background:#fff;
		color:#333;
		
	}
	
input[type=button]:hover
	{
		
		background:#CD8E3F;
		color:#fff;
		
	}
	
/* CADRE CONTENEUR  */
.c_ui
	{
		padding:15px;
		border-radius : 15px;
		background-color:rgba(31, 31, 31, 0.3);
	}
/* CADRE SELECTION DATE ///////////////////////////// */
.div_contour_bleu
	{
		border:0px;
		background-color:#000;
		
	}
/* CADRE RESULTAT DISPONIBILITE ///////////////////////////// */
.cadre_type_dispo
	{
		border:0px;
		background:rgba(31, 31, 31, 0.7);
	}
/* CADRE RECAPITULATIF DE CHOIX ///////////////////////////// */
.cadre_bleu
	{
		background-color:#1f1f1f;
	}
/* CADRE EN TETE COORDONNEES ///////////////////////////// */
.en_tete
	{
		background:#696568;
	}