/* CSS Automatique */
html, body {
	height: 100%;
}
#IM_PAGE{
	min-height: 100%;
	position: relative;
}
#BODY {
	padding-bottom: 15px;
}

#IM_LIENIMW{
	/*clear: both;*/
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid black;
	background-color: #999999;
	height: 14px;
	width: 100%;
	text-align: center;
	font: 10px Verdana,Arial,Tahoma;
	overflow: hidden;
	/*margin-top: 10px;*/
}
#IM_LIENIMW h1,
#IM_LIENIMW h2{
	font: 10px Verdana,Arial,Tahoma;
	display: inline;
	margin: 0 ;
	padding: 0;
	
}
#IM_LIENIMW a{
	color: white;
	text-decoration: none;
	margin: 0 5px;
}
#IM_LIENIMW .IM_Logo{
	padding: 0px 44px 13px 0;
}
#IM_LIENIMW .IM_Logo span{
	display: none;
}

#IM_LIENIMW .IM_XHTML{
	background: url(/images/logo-xhtml.gif) no-repeat;
}
#IM_LIENIMW .IM_CSS{
	background: url(/images/logo-css.gif) no-repeat;
}
#IM_LIENIMW .IM_F2M{
	background: url(/images/logo-f2m.gif) no-repeat;
	display: none;
}
#IM_PartageLien{
	position: absolute;
	left: -999em;
}
#IM_PartageLien h2{
	font-size: 0.1em;
}