/*------ FLUX -----*/

#flux {
	font-family: Arial, Helvetica, sans-serif;
	width: 360px;
	position: relative;
	background-color: #FFC734;
	font-size: 11px;
	color: #003300;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#flux b {
	font-size: 15px;
}

#flux img {
	margin-right: 10px;
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 0px;
}
#flux h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 20px;
	width: 370px;
	display: block;
	color: #FFBA00;
	background-color: #993300;
	text-align: center;
	letter-spacing: 2px;
}
#flux  a {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}
#flux p {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#flux li {
	list-style-type: none;
}
.infos {
	padding: 1px;
	border: thin solid #666666;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFBA00;
	float: right;
	color: #FFFFFF;
}
