#footer div.plan {
	width:  990px;
	padding: 15px 0 10px 10px;
	margin: 0;
	border-top: 1px solid #a09999;
	background-color: #e1dcdc;
	position: relative;
	float: left;
	overflow: auto;
}
#footer div.plan ul {
	width: 143px;
	position: relative;
	float: left;
	overflow: auto;
	border-left: 1px solid #a09999;
	margin-left: 12px;
	padding-left: 6px;
}

#footer .plan ul li {
	padding-left: 8px;
	background: url(../_images/puce-rouge.png) no-repeat left 6px;
}

#footer .plan ul li ,
#footer .plan ul li a,
#footer .plan ul li a:hover {
	width: 135px;
	color: #6e6666;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	float: left;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer .plan ul li a:hover {
	background-color: #d7d2d2;
	color: #003a81;
}

#footer .plan ul li.titre {
	width: 143px;
	padding-left: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	background: none;
}


#footercontact {
	position: relative;
	float: left;
	overflow: auto;
	background-color: #d7d2d2;
	width: 970px;
	padding: 20px 10px 20px 20px;
	margin: 0;
	border-top: 1px solid #a09999;
}

#footercontact ul {
	position: relative;
	float: left;
	padding-right: 60px;
}


#footercontact ul li,
#footercontact ul li a,
#footercontact ul li a:hover {
	font-size: 11px;
	line-height: 14px;
	color: #6e6666;
	text-align: left;
	text-decoration: none;
}
#footercontact ul li a:hover {
	text-decoration: underline;
}
#footercontact ul li.titre {
	font-weight: bold;
}


#copyright,
#copyright a,
#copyright a:hover {
	font-size: 9px;
	line-height: 24px;
	color: #6e6666;
	text-decoration: none;
}
#copyright a:hover {
	color: #d7d2d2;
}
