#bandeau {
	z-index:1;
	width: 100%;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	height: 35px;
	text-height : 20px;
	background: url(../images/bg.png) 0 0 repeat-x;
	vertical-align: bottom;
	bottom: 0px;
}
#texte_bandeau {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
}
#home {
z-index:1;
}
a:link {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
html {
		height: 100%;
		overflow: auto;
}
	
#flashcontent {
		height: 100%;
}
	/* end hide */

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
}

