/* CONTAINER PAR DEFAUT */
.header_default {
	background-image: url(puce-fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC0E42;
	padding-left: 15px;
	text-align:left;
}
/* CONTAINER SPECIFIQUE AUX ACTUALITES */
.fondbleu {
	background-color: #0041A4;
	height: 18px;
	width: 6px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0041A4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0041A4;
}
.header_actu {
	height: 20px;
	padding-top:5px;
}
.fond_actu {
	float: left;
	background-image: url(fd_LFL_Blue.jpg);
	width: 171px;
	background-repeat: repeat-y;
	height: 18px;
	border: 1px solid #999999;
	text-align: right;
	padding-right: 5px;
	font-style: italic;
}
.contenu_actu {
	width: 171px;
	margin-top: 5px;
	padding-bottom:10px;
}
/* CONTAINER SPECIFIQUE AUX MAGAZINES */
.contenu_magazine {
	background-image: url(fd-corps.jpg);
	border: 1px solid #cccccc;
	text-align: center;
	padding: 5px;
	margin-right:14px;
}

