/* 	CSS pour la HOME PAGE 	*/
#container {
	margin-top: 0px;
}

#header{
	margin: 0;
	padding: 0;
	height: 138px;
	background-image: url(../images/home/fd_header.gif);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	background-image: url(../images/home/fd_content.jpg);
	background-position: -14px 0;
	background-repeat: no-repeat;
	margin: 0 11px 2px 14px;
	padding: 0;
	background-color: White;
	z-index: 3;
}

#baseline {
	position: relative;
	margin: 0;
	padding: 0;
/*	background-image: url(../images/home/baseline.gif);*/
	background-position: 208px 0;
	background-repeat: no-repeat;
	height: 144px;
}

/* 4 Blocs rubriques : navigation */
#navigation .no-display { display: none; }
#navigation { position: relative; }
#navigation, #navigation ul, #navigation ul li {
	margin: 0;
	padding: 0;
}
#navigation h2 { display: none; }
#navigation ul li { display: inline; }

#navigation ul li a span { display: none; text-indent: -100em; }
#navigation ul li a {
	width: 185px;
	height: 33px;
	display: block;
	background-image: none;
}

#navigation li.bloc-blue, #navigation li.bloc-red, #navigation li.bloc-green, #navigation li.bloc-orange { height: 129px; }

.bloc-blue, .bloc-red, .bloc-green {
	float: left;
	width: 185px;
	\width: 185px;
	w\idth: 185px;
	border-right: 2px solid white;
	background-repeat: no-repeat;
}
* html .bloc-blue, * html .bloc-red, * html .bloc-green { width: 187px; }

.bloc-blue, .bloc-red, .bloc-green, .bloc-orange { text-align: left; }

li.bloc-blue, .bloc-blue { background-color: #5A86C9; }
.bloc-red { background-color: #BB333D; }
.bloc-green { background-color: #BBD537; }
.bloc-orange {
	float: left;
	width: 184px;
	background-repeat: no-repeat;
	background-color: #F9C728;
}

.bloc-blue, .bloc-red, .bloc-green, .bloc-orange { height: 120px; }
.bloc-blue p, .bloc-red p, .bloc-green p, .bloc-orange p { color: white; margin: 0; padding: 0px 5px 5px 5px; }

#footer a.rea { margin: 0 0 0 288px; }