@charset "utf-8";
/* CSS Document */
#pied {
	position: absolute;
	height: 124px;
	width: 100%;
	top: 100%;
	margin-top: -124px;
	background: url(images/pied.gif) repeat-x bottom;
	visibility:hidden;
}

#pied_gauche {
	height: 124px;
	width: 475px;
	background: url(images/pied_gauche.png) no-repeat;
}

#pied_info {
	position:absolute;
	width: 250px;
	left:50%;
	margin-left:-125px;
	height: 45px;
	top:70px;
	background: url(images/logo.png) no-repeat;
	font-size: 11px;
	padding-left:43px;
	
}

#pied_droit {
	height: 196px;
	width: 335px;
	margin-left: -335px;
	position: absolute;
	left: 100%;
	top: 100%;
	margin-top: -196px;
	z-index: 10;
	background-image: url(images/pied_droit.png);
	background-repeat: no-repeat;
	background-position: top;
}
#pied_droit h1 {
	width:60px;
	font-size:13px;
	color:#009966;
	margin-top:140px;
	margin-left:50px;
}
#devali {
	position: absolute;
	height: 45px;
	top: 100%;
	margin-top: -50px;
	left: 15px;
}
#devali img {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:15px;
}
#devali a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


#plan {
	height: 20px;
	width: 100px;
	position: absolute;
	left: 220px;
	top: 100%;
	margin-top:-50px;
}

#plan a {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: lighter;
}
