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

#bloc_meteo {
	display:block;
	width:250px;
	padding:5px 10px 5px 0px;
	min-height:102px;
}

#form_meteo {
	text-align:left;
	margin-bottom:10px;
}

#meteo {
	display:block;
	color:#501364;
/*	background:url(../medias/ajax-loader.gif) no-repeat center center; */
	}
#meteo a { font-size:10px;}
/*
#meteo .conditions {
	color:#963d69;
	font-weight:bold;
	display:block;
	width:60px; 
	padding:0 4px;
	text-align:center;
}
*/
#meteo .grand .temp {
	color:#953e68;
	font-size:18px;
	font-weight:bold;
}
#meteo .grand .icon {
	background-color:#fff;
	padding:4px 4px 0px 4px; 
	display:block;
	width:61px;
	height:61px;
	position:relative;
	top:0;
	left:0px;
	z-index:1;
	/*
	margin-top:-2px;
	margin-left:-14px;
	*/
}
#meteo .grand .meteo_icone_cadre {
	display:block;
	width:69px;
	height:66px;
	background:transparent url(../medias/meteo/cadre-icone-61.gif) no-repeat top left;
	position:absolute;
	z-index:10;
	margin-left:0px;
	margin-top:-66px;
}
#meteo .petit .icon {
	background-color:#fff;
	padding:2px 2px 0px 2px; 
	display:block;
	width:31px;
	height:31px;
	position:relative;
	top:0;
	left:0px;
	z-index:1;
}
#meteo .grand, #meteo .petit {
	display:block;
	width:250px;
	background:transparent url(../medias/meteo/meteo-sep-bas.gif) no-repeat bottom left;
	margin-bottom:3px;
	padding-bottom:6px;
}
#meteo .grand { height:67px;}
#meteo .petit { height:37px;}

#meteo .grand td.vignette , #meteo .petit td.vignette{
	padding: 0px 10px 0px 0px;
}
#meteo .grand td.vignette { width:69px;}
#meteo .petit td.vignette { width:37px;}

#meteo .petit .meteo_icone_cadre {
	display:block;
	width:37px;
	height:34px;
	background:transparent url(../medias/meteo/cadre-icone-31.gif) no-repeat top left;
	position:relative;
	z-index:10;
	margin-left:-2px;
	margin-top:-32px;
}
#meteo .petit .temp {
	color:#953e68;
	font-size:12px;
	font-weight:bold;
}