body {
	background-color: #616161;		/* couleur temporaire, le temps que la page soit loadée */
	background-repeat: no-repeat; /* #363638 url(/img/bg/body_background.jpg) appliqués ultérieurement en JS */
}
#page_contenu {
	padding: 0;
	background-color: transparent;
}
#zone_flash {
	height: 400px; /* 507 */
	zoom: 1;
	z-index: 40;
	border-bottom: 1px solid #4e4e4e;
}
#recherche{
	height: 30px!important;
	border-right: 5px solid #dedede !important;
}

#recherche_bgGris {
	height: 30px !important;
	background-color: red;
}
#pageSearchInputDiv {
	margin-top: 5px;
}
#pageSearchResultsPin {
	top: 25px;
}
#footer {
	width: 950px;
	margin: 18px auto 0;
}
#footer_accueil {
	position: relative;
}
#linkSociaux {
	position: absolute;
	right: -5px;
	top: 201px;
}
#linkSociaux img {
	margin: 0 5px 0 0;
	opacity: 0.67;
	filter:alpha(opacity=67);
}
#linkSociaux img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

#zone_flash noscript h1 {
	position: absolute;
	top: 45px;
	left: 10px;
	color: #fff;
	font-size: small;
	text-align: center;
	width: 100%;
}

#zone_flash noscript p {
	position: relative;
	top: -26px;
	left: 10px;
	color: #fff;
	font-size: small;
	text-align: center;
	width: 100%;
}

.unavailable {
	width: 788px;
	margin-right: 0;
	padding-right: 150px;
}
