/**************************************************************/
/*************************** METEO ****************************/
/**************************************************************/
#conteneur_bg_meteo{
	background-color:#000000;
	background-image:url(img/meteo_bg.jpg);
	background-repeat:repeat-x;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	opacity: 0.30;
}

#cadre_prev{
	text-align:center;
}

#tab_meteo{
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#tab_meteo img{
	border:0;
}

#tab_meteo .bout{
	width:5px;
	height:18px;
}

#tab_meteo .bgr{
	background-image:url(img/prev_g_rouge.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#tab_meteo .bdr{
	background-image:url(img/prev_d_rouge.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#tab_meteo .bgb{
	background-image:url(img/prev_g_bleu.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#tab_meteo .bdb{
	background-image:url(img/prev_d_bleu.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#tab_meteo thead tr{
	height:18px;
}

#tab_meteo .ligne_bulletin{
	height:42px;
}

#tab_meteo .spacer{
	width:1px;
	overflow:hidden;
	font-size:1px;
}

#tab_meteo .txt_white { color: white; font-size: 10px; font-family: Geneva, Helvetica, Arial; white-space:nowrap; }
#tab_meteo .txt_white_lpadding  { color: white; font-size: 10px; font-family: Geneva, Helvetica, Arial; padding-left: 4px }
#tab_meteo .txt_white_bold  { padding:0 5px; color: white; font-weight: bold; font-size: 11px; font-family: Geneva, Helvetica, Arial }
#tab_meteo .txt_black  { color: black; font-size: 10px; font-family: Geneva, Helvetica, Arial }
#tab_meteo .td_red { height:18px; background-color: #c00 }
#tab_meteo .td_blue { height:18px; background-color: #006 }
/**************************************************************/
/*************************** METEO ****************************/
/**************************************************************/