@CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Changa);
@import url('https://fonts.googleapis.com/css2?family=Playfair');
body {
	background-color: #333 !important;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
/*	font-family: "Playfair Display", serif;*/
	font-family: "Changa", serif;
	/*font-optical-sizing: auto;*/
	/*font-weight: 400;*/
	font-style: normal;
}


/* Nouveau modele pour la V2*/
table {
    border-collapse: collapse;
	font-size: 35px;
	padding: 0px;
	margin :0px;	
}

th, td, tr {
    border: 0px solid #ddd;
    vertical-align : middle;
	margin: 0;
	padding: 0 0px 0 50px;	
}

.titre {
	color: #F79007;
	font-size: 0.8em;
}
.valeur {
	color: #03A9F4;
	display:inline;
	line-height: 90px;

}
.imag {
	
}
.temp {	
	font-size: 3em;	
}
.press{
}
.hum {
	
}
.unit {
	display:inline;
	color: #F79007;
	font-size: 0.5em;	
	margin: 5px;	
}
.sep {
	clear: both;
    margin: 0;
    height: 1px;
    background-color: #F79007;
	width: 800px;
}
.visi {
	line-height: 10px;
}
.obs {
	font-size: 0.7em;
	color: #F79007;
}

#ext {
	width: 700px;
	line-height: 50px;
}

#sol,#vent {
	width: 800px;
	line-height: 40px;
}