/* @override http://dev.stations-massif-central.com/bulletin/bulletin.css */

#bul_wrapper{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 312px;
	width: 546px;
	background: url(/img/bulletin/bas_fonce.png) no-repeat 0 bottom;
}

#bul_en-tete{
	background-image: url(/img/bulletin/en-tete.png);
	width: 546px;
	height: 67px;
	position: relative;
}

#bul_en-tete img{
	position: absolute;
	top: 10px;
	left: 10px;
}

#bul_texte{
	width: 546px;
	height: 200px;
	position: relative;
	background: #b3e4fe url(/img/bulletin/barre.jpg) no-repeat 0 top;
	text-align: left;
}


#bul_bando{
	position: absolute;
	top: 15px;
	left: 175px;
	color: #0e1943;
	font-size: 15px;
	line-height: 19px;
	font-style: italic;
}

#bul_table{
	border-collapse: collapse;
	border: 1px solid #97b8db;
	font-size: 12px;
	width: 526px;
	margin-left: 10px;
}



#bul_table label{
	font-weight: bold;
}

#bul_table span.bulhead{
	font-weight: bold;
	color: #5a83a2;
}


.bulpistes{
	display: inline-block;
	width: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.prouge{
	background-color: #f00;
}

.pbleu{
	background-color: #0081ff;
}

.pvert{
	background-color: #00d500;
}

.pnoir{
	background-color: #000;
}