@charset "utf-8";
/* CSS Document */

/* METEO */
#Meteo h3 {
	text-align:center;
}
#Meteo .imgBloc {
	text-align:center;
	vertical-align:top;
	display:inline-block;
	padding:5px;
}

#Meteo .txtBloc {
	padding:10px;
	display:inline-block;
	width:50%;
}

#Meteo .txtBloc .temp {
	font-size:2.5em;
	font-weight:bold;
}

#Meteo .btnAffiner {
	background:#A0A0A0 url(../img/bg_suggestions.gif) repeat-x;
	padding:15px;
	border-top:#999999 1px solid;
	font-weight:bold;
	text-align:center;
}
#Meteo .previous {
	display:inline-block;
	width:43%;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#Meteo .next {
	display:inline-block;
	width:43%;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border-left:#999999 1px solid;
}

#Meteo .leftBloc {
	text-align:center;
	vertical-align:top;
	display:inline-block;
	padding:2px;
	width:30%;
}
	
	
