@charset "UTF-8";
/* CSS Document */
body {
    color:black;
    background-color:white;
	background-repeat:repeat-x;
}

#fondblanc {
	background-color:#000;
	margin-top: -4px;
	border : 0;
	position:fixed;
	top :0;
	left:0;
	height: 20px;
	width: 100%;
	font-size: 12px;
}



#footer {
    position:fixed;
    bottom:0;
    left:0;
    
	background-color:#00488B;
	
    height:50px;
    width:100%;
	font-color:#FFF;
	font-size: 13px;
}

#txtfoot {
    position:absolute;
    z-index:1;
    bottom:0;
    width:100%;
}
#txtbas {
	position:absolute;
	z-index:1;
	bottom:0;
	width:100%;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	height: 50px;
}
#footer2 {
	position:absolute;
	bottom:0;
	left:0;
	font-color:#FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 0px;
	
}
#logocent {
	position:relative;
	margin:auto;
	top:100px;
	height:266px;
	width:481;
	vertical-align:middle;
	z-index:-1;
}
#logo2cent {
	position:relative;
	
	height:100%;
	width:100%;
	vertical-align:middle;
	z-index:2;
}