
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Source+Sans+Pro');

@font-face {
	font-family: "Roboto";
	src: url("../font/Roboto-Thin.ttf") format("truetype");
}
@font-face {
	font-family: "webdings";
	src: url("../font/webdings.ttf") format("truetype");
}

body{
	width:100%;
	height:100%;
	font-family: "Roboto_light", "Trebuchet MS", helvetica, sans-serif;	
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #f0f6ff;
	color: #333;
}
a{
	text-decoration: none;
}
h1{
	max-width:90%;
	margin: 0 auto;
	color: #555;
}
h3{
	max-width:90%;
	margin: 0 auto;
	color: #555;
}
button{
	padding: 2px;
	border-width: 1px;
}
label{
	cursor: pointer;
}
input{
	cursor: pointer;
}
.record{
	color: #555;
	background: #fff; 
	padding: 0px 15px;
	border-width: 1px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	
}
.enregistre{
	font-size: 25px;
	color: #555;
	background: #fff; 
	padding: 10px 15px;
	border-width: 1px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	
}
.titre{
	margin-top: -10px;
	margin-bottom: 10px;
	color: #502020;
}
.blanc{
	color: #fff;
}
.gris{
	color: #555;
}
.bleu{
	color: #0050a2;
}
.rouge{
	color: #d00000;
}
.gras{
	font-weight: bold;
}
.fs15 {
    font-size: 15px;
}
.fs20 {
    font-size: 20px;
}
.haut_vide {
    height: 0px;
}
.largeur_90%{
	width:90%;
}
.affichage_lieu{
	padding: 5px;
	margin: 0px 5px;
	background: #eee;
	color: #666;
	font-size: 25px;
	font-weight: bold;
	border: 1px solid #888;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.bt_affichage_lieu{
	padding: 5px;
	margin: 0px 5px;
	background: #f8f8f8;
	color: #333;
	font-weight: bold;
	border: 1px solid #888;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.bt_haut{
	margin-left: 10px;
}

#fixe_haut{
    width: 100%;
	z-index: 9990;
	position: fixed;
	top: 0;
	background-color: #feffec;	
/*	background-color: #fbfbfb;	*/
	background-image: radial-gradient(#f98080, #ffa500, #f7f73a, #4fff4f, #a8a8fb, #f974f9);
	border-bottom: 1px solid blue; 
	}
#fixe_bas{
    width: 100%;
	height: 70px;
	z-index: 9990;
	position: fixed;
	bottom: 0;
	background-color: #feffec;	
/*	background-color: #fbfbfb;	*/
	background-image: linear-gradient(#a1a1e3, #efef8b);
	border-top: 1px solid blue;  
	}	

.haut_gauche{
	position: absolute;
	z-index: 9999;
	left: 25px;
	top: 10px;
	cursor: pointer;
}	
.bas_gauche{
	position: absolute; 
	z-index: 9999;
	left: 20px;
	bottom: 10px;
	cursor: pointer;
}	
.bas_droite{
	position: absolute; 
	z-index: 9999;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
}		
.arrondi7{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.bt_haut_left{
	position: absolute; 
	left: 15px;
	top: 7px; 
	cursor: pointer;
}
.bt_haut_right{
	position: absolute; 
	right: 15px;
	top: 7px; 
	cursor: pointer;
}
.bt_confirme{
	font-weight: bold; 
	font-size: 18px; 
	width: 65%; 
	padding: 10px;
	color: #fff;
	background: #333; 
	cursor: pointer;
}
.bg_blanc{
	background: #fff; 
}
.bt_haut_dec{
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #d00000; 
	padding: 4px;
	border-width: 1px;
	border-color: #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.bt_haut_sup{
	font-weight: bold;
	font-size: 15px;
	color: #d00000; 
	background: #fff; 
	padding: 4px;
	border-width: 1px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.bt_bas{
	font-weight: bold;
	font-size: 20px;
	color: #555;
	background: #fff; 
	padding: 2px 10px;
	border-width: 1px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}