﻿.bulltimbbloc {
	padding: 10px;
	margin-top: 5px;
	
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f7f7f7));
	background: -webkit-linear-gradient(#ffffff, #f7f7f7);
	background: -moz-linear-gradient(#ffffff, #f7f7f7);
	background: -ms-linear-gradient(#ffffff, #f7f7f7);
	background: -o-linear-gradient(#ffffff, #f7f7f7);
	background: linear-gradient(#ffffff, #f7f7f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f7f7f7');/*For IE7-8-9*/ 
	
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
}

.bulltimbbloc .accueil_img_link {
	display: block;
	position: relative;
	background: #51B5EF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#51B5EF), to(#306A90));
	background: -webkit-linear-gradient(#51B5EF, #306A90);
	background: -moz-linear-gradient(#51B5EF, #306A90);
	background: -ms-linear-gradient(#51B5EF, #306A90);
	background: -o-linear-gradient(#51B5EF, #306A90);
	background: linear-gradient(#51B5EF, #306A90);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#51B5EF', endColorstr='#306A90');/*For IE7-8-9*/ 
}

.bulltimbbloc .bulltimb {
	position: relative;
	display: block;
	height: 320px;
	background: transparent url("/images/accueil/prevision/fond_nc.png") no-repeat left top;
	width: 470px;
	margin: 0 auto;
	text-align: center;
}

.bulltimbblocwf .bulltimb{
	background: transparent url("/images/accueil/prevision/Wallis_Futuna_accueil.jpg") no-repeat left top;
	text-align: left;
	width: 100%;
	padding-left: 10px;
}

.bulltimbbloc .bulltimb span.title {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.bulltimbbloc .bulltimb img[name="picto"] {
	width: 45px;
	border: none;
}

.bulltimbblocwf .bulltimb img[name="picto"] {
	width: 58px;
	border: none;
}

.bulltimbbloc .bulltimb img.pictoVent {
	width: 20px;
	border: none;
}

.bulltimbblocwf .bulltimb img.pictoVent {
	width: 25px;
	border: none;
}

/* ------------------------*/
/* Position des stations */
#stat98801001 {			/* BELEP */
	position: absolute;
	left: 0px;
	top: 20px;
}
#stat98812001 {			/* KOUMAC ancien POUM */
	position: absolute;
	left: 5px;
	top: 80px;
}
#stat98824001 {			/* POUEBO */
	position: absolute;
	left: 90px;
	top: 60px;
}
#stat98811001 {			/* KONE ancien CHAINENORD */
	position: absolute;
	left: 40px;
	top: 125px;
}
#stat98823002 {			/* CHAINENORD */
	position: absolute;
	left: 135px;
	top: 140px;
}
#stat98803001 {			/* BOURAIL */
	position: absolute;
	left: 115px;
	top: 190px;
}
#stat98822001 {			/* POINDIMIE */
	position: absolute;
	left: 165px;
	top: 100px;
}
#stat98804001 {			/* CANALA */
	position: absolute;
	left: 225px;
	top: 150px;
}
#stat98832004 {			/* CHAINESUD ancien THIO */
	position: absolute;
	left: 215px;
	top: 195px;
}
#stat98818001 {			/* NOUMEA */
	position: absolute;
	left: 205px;
	top: 240px;
}
#stat98818003 {			/* PHARE */
	position: absolute;
	left: 180px;
	top: 280px;
}
#stat98832002 {			/* YATE */
	position: absolute;
	left: 300px;
	top: 205px;
}
#stat98809001 {			/* ILS DES PINS */
	position: absolute;
	left: 345px;
	top: 265px;
}
#stat98820001 {			/* OUVEA */
	position: absolute;
	left: 240px;
	top: 85px;
}
#stat98814001 {			/* LIFOU */
	position: absolute;
	left: 320px;
	top: 120px;
}
#stat98815001{			/* MARE */
	position: absolute;
	left: 365px;
	top: 170px;
}

#stat98613001{			/* WALLIS */
	position: absolute;
	top: 140px;
	left: 420px;
}

#stat98611001{			/* FUTUNA */
	position: absolute;
	top: 140px;
	left: 90px;
}

/* ------------------------*/
/** fin position des pictos **/


.bull_link{
	float: right;
}

.clear{
	clear: both;
}


.ventFF {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	cursor: default;
}

.bulltimbblocwf .ventFF {
	font-size: 12px;
}

.ventFF span{
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, rgb(0, 0, 0)),
		color-stop(1, rgba(0, 0, 0,0))
	);
	background-image: -o-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}


.rafFF {
	color: rgb(255,200,0);
	font-weight: bold;
	cursor: default;
	padding-left: 5px;
}

.bull_nc{
	font-size:11px;
}

#dateMaj{
	position: absolute;
	left: 20px;
	bottom: 0px;
	color: #fff;
	font-weight: bold;
}

#dateMajWF{
	position: absolute;
	right: 20px;
	bottom: 0px;
	color: #fff;
	font-weight: bold;
}

#dateMaj span,
#dateMajWF span{
	font-weight: normal;
	font-style: italic;
}
