/* ------------------------------------------------------------------------------------------
RESET DE ERIC MEYER
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
------------------------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: Helvetica, sans-serif;
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------------------------------------------------------
FIN DU RESET
------------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------------
CSS STATION METEO
-------------------------------------------------------------------------------------------*/

/* Références couleurs
Magenta : rgb(197,4,85)
*/


/* Tous les écrans */
@media screen {
	html {
	background-color: rgb(250,250,255);
	}
	.bloc_infos_releve .justifie{
	text-align: justify;
	}
	.bloc_infos_releve .chaud{
	color: rgb(255,50,0);
	}
	.bloc_infos_releve .froid{
	color: rgb(0,200,255);
	}
	.bloc_infos_releve hr{
	height: 1px;
	color: rgb(220,220,220);
	background-color: rgb(220,220,220);
	border: 0;
	}
	header h1 {
	margin: 0;
	text-transform: uppercase;
	}
}





/* Ecrans ( >= 1280px )  */
@media screen and (min-width:1280px) {
	/* pour retrait paragraphe */
	.element{
	margin-top: 15px;
	}
	header {
	width: 1000px;
	height: 280px;
	margin: auto;
	text-align: center;
	font-size: 3em;
	padding-top: 10px;
	color: rgb(197,4,85);
	}
	#content {
	width : 1000px;
	margin: auto;
	color: rgb(50,50,50);
	}
	#infos_generales {
	height: 100px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	}
	.bloc_infos_releve {
	width : 285px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}
	
	.bloc_infos_releve strong{
	font-size: 3em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
	#chiffres {
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	}

	footer {
	width: 1000px;
	height: 200px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	background-image:url(images/basdepage.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
}





/* Ecrans ( 1024px --> 1279px ) */
@media screen and (min-width:1024px) and (max-width:1279px) {
	/* pour retrait paragraphe */
	.element{
	margin-top: 15px;
	}
	header {
	width: 1000px;
	height: 280px;
	margin: auto;
	text-align: center;
	font-size: 2.6em;
	padding-top: 5px;
	color: rgb(197,4,85);
	}
	#content {
	width : 960px;
	margin: auto;
	color: rgb(50,50,50);
	font-size: 0.9em;
	}
	#infos_generales {
	height: 80px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	padding: 0px 50px 0px 50px;
	}
	.bloc_infos_releve {
	width : 270px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}
	
	.bloc_infos_releve strong{
	font-size: 2.8em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
	#chiffres {
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	}

	footer {
	width: 1000px;
	height: 200px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	background-image:url(images/basdepage.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.9em;
	}
}





/* Mobiles ( 900px --> 1023px ) */
@media screen and (min-width:900px) and (max-width:1023px) {
	/* pour retrait paragraphe */
	.element{
	margin-top: 15px;
	}
	header {
	width: 880px;
	height: 240px;
	margin: auto;
	text-align: center;
	font-size: 1.6em;
	padding-top: 5px;
	color: rgb(197,4,85);
	}
	#content {
	width : 880px;
	margin: auto;
	color: rgb(50,50,50);
	font-size: 0.9em;
	}
	#infos_generales {
	height: 80px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	padding: 0px 70px 0px 70px;
	}
	.bloc_infos_releve {
	width : 250px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}
	
	.bloc_infos_releve strong{
	font-size: 2.8em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
	#chiffres {
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	}

	footer {
	width: 880px;
	height: 200px;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	background-image:url(images/basdepage.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.9em;
	}
}




/* Mobiles ( 768px --> 899px) */
@media screen and (min-width:768px) and (max-width:899px) {
	/* pour retrait paragraphe */
	.element{
	margin-top: 15px;
	}
	header {
	width: 760px;
	height: 240px;
	margin: auto;
	text-align: center;
	font-size: 1.6em;
	padding-top: 5px;
	color: rgb(197,4,85);
	}
	#content {
	width : 750px;
	margin: auto;
	color: rgb(50,50,50);
	font-size: 0.9em;
	}
	#infos_generales {
	height: 100px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	padding: 0px 70px 0px 70px;
	}
	.bloc_infos_releve {
	width : 205px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}
	
	.bloc_infos_releve strong{
	font-size: 2.8em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
	#chiffres {
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	}

	footer {
	width: 760px;
	height: 200px;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	background-image:url(images/basdepage_740.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.9em;
	}
}






/* Mobiles ( 640px --> 767px) */
@media screen and (min-width:640px) and (max-width:767px) {
	/* pour retrait paragraphe */
	.logo {
	display: none;
	}
	.element{
	margin-top: 15px;
	}
	header {
	width: 620px;
	height: 40px;
	margin: auto;
	text-align: center;
	font-size: 1.4em;
	padding-top: 20px;
	color: rgb(197,4,85);
	}
	#content {
	width : 620px;
	margin: auto;
	color: rgb(50,50,50);
	font-size: 0.8em;
	}
	#infos_generales {
	height: 90px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	padding: 0px 50px 0px 50px;
	}
	.bloc_infos_releve {
	width : 162px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}
	.bloc_infos_releve .justifie{
	text-align: left;
	}
	.bloc_infos_releve strong{
	font-size: 2.4em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.4em;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
	#chiffres {
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	}

	footer {
	width: 620px;
	height: 160px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	background-image:url(images/basdepage_600.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.8em;
	}
}




/* Mobiles ( 401px --> 639px) */
@media screen and (min-width:401px) and (max-width:639px) {
	/* pour retrait paragraphe */
	.logo {
	display: none;
	}
	.element{
	margin-top: 15px;
	}
	header {
	width: 380px;
	height: 40px;
	margin: auto;
	text-align: center;
	font-size: 1.4em;
	padding-top: 20px;
	color: rgb(197,4,85);
	}
	#content {
	width : 380px;
	margin: auto;
	color: rgb(50,50,50);
	font-size: 0.8em;
	}
	#infos_generales {
	height: 110px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	}
	#previsions {
	display: block;
	width: 380px;
	padding:20px 0px 20px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(220,220,220);
	}
	.bloc_infos_releve {
	width : 145px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}
	.bloc_infos_releve .justifie{
	text-align: justify;
	}
	.bloc_infos_releve strong{
	font-size: 2.4em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.4em;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
	#chiffres {
	border-right: 1px solid rgb(220,220,220);
	}

	footer {
	width: 100%;
	height: 160px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	background-image:url(images/basdepage_600.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.8em;
	}
}





/* Ecrans ( <= 400px) */
@media screen and (max-width:400px) {
	/* pour retrait paragraphe */
	.logo {
	display: none;
	}
	.element{
	margin-top: 15px;
	}
	header {
	width: 300px;
	height: 40px;
	margin: auto;
	text-align: center;
	font-size: 1.2em;
	padding-top: 20px;
	color: rgb(197,4,85);
	}
	#content {
	width : 300px;
	margin: auto;
	color: rgb(50,50,50);
	font-size: 0.8em;
	}
	#infos_generales {
	height: 140px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	padding: 0px 5px 0px 5px;
	}
	.bloc_infos_releve {
	width : 280px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	}
	.bloc_infos_releve .justifie{
	text-align: center;
	}
	.bloc_infos_releve strong{
	font-size: 2.4em;
	}
	.bloc_infos_releve h1 {
	font-size: 1.8em;
	margin-top: 30px;
	margin-bottom: 20px;
	color: rgb(197,4,85);
	}
	.bloc_infos_releve h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	}

	footer {
	width: 100%;
	height: 160px;
	margin: auto;
	margin-top: 20px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	background-image:url(images/basdepage_600.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.8em;
	}
}




/* CSS ESPACE ENCODAGE METEOROLOGUES */

/* Identification */
#identification{
	width: 500px;
	height: 500px;
	margin: auto;
	text-align: center;
}
#identification strong {
	font-weight: bold;
}
#identification form {
	margin-top: 80px;
}
#identification input {
	margin: 5px;
	padding: 5px;
}
#identification td {
	margin: 50px;
}
#identification .alert {
	color: red;
}


/* Formulaire encodage météo */
#content input, #content select, #content textarea {
	margin: 5px;
	padding: 5px;
	font-size: 0.9em;
}
#content #infos_generales {
	height: 150px;
}
#infos_inactivite {
	height: 200px;
	margin-top: 50px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px solid rgb(220,220,220);
	border-top: 1px solid rgb(220,220,220);
}
.confirmation {
	text-align: center;
	color: green;
	font-weight: bold;
}