@charset "utf-8";

/* Flash alternative content */

/* Mise en forme */
#flashcontent{
	padding-left:10px;
	background-image:url(../images/bande.png);
	background-repeat:repeat-x;
	min-width:600px;
	overflow:hidden;
	height:26px;
	color:#FFF;
	text-align:center;
	line-height:26px;
}
#flashcontent img{
	vertical-align:middle;
	display:inline-block;
	position:relative;
	top:-1px;
}
#flashcontent .right{
	float:right;
	padding-right:10px;
	width:160px;
}
#flashcontent .left{
	float:left;
	width:160px;
}

/* Liens */
#flashcontent a:link, #flashcontent a:visited{
	color:#FFF;
}
#flashcontent a:hover, #flashcontent a:focus, #flashcontent a:active{
	color:#999;
}

/* Mise en forme du corps de la page*/
#body{
}

#footer{
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
	font-size:10px;
}

#logo{
	position:absolute;
	left:50%;
	top:50%;	
	width:290px;
	height:90px;	
	margin-left:-145px;
	margin-top:-45px;	
	vertical-align:middle;
	text-align:center;
}
