@charset "iso-8859-1";
/* CSS Document */

hr, .clearAll {
	clear: both;
}
/* taille des boites coulissantes */
.SlidingPanels {
	width: 565px;
	height: 559px;
}
.SlidingPanelsContent {
	width: 540px;
	height: 559px;
}
/*différents fonds possibles des boites coulissantes*/
.p1 {
	background-image:url(/finc/testmeteoNG/img/background_table_meteo.png);
	background-repeat:repeat-x;
}
.p2 {
	background-image:url(/finc/testmeteoNG/img/background_table_meteo.png);
	background-repeat:repeat-x;
	width:566px;
	border-right: solid 1px #ededed;
}
.p4 {
	background-color: #99CCCC;
}
.p5 {
	background-color: #FF99CC;
}
.p6 {
	background-color: #339933;
}
.p7 {
	background-color: #9933FF;
}
.p8 {
	background-color: #669966;
}
.p9 {
	background-color: #00FFCC;
}

/* defilement horizontal*/
#table-meteo.SlidingPanels {
	float: left;
}
#table-meteo .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
	border: solid #ededed 1px;
	background-image:url(/finc/testmeteoNG/img/background_table_meteo.png);
	

}
#table-meteo .SlidingPanelsContent {
	float: left;
}

