@charset "utf-8";

#menubas {
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	padding-left: 8px;
	padding-right: 9px;

	width: 1000px;
}
#menubas table {
	background-image: url(../image/home-page/menu-bas-fd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	margin: 0;
	padding: 0;
	
	width: 1000px;
	height: 158px;
}
#menubas tbody tr, #menubas tbody tr td {
	margin: 0px;
	padding: 0px;
	
	background: none;
}
#menubas tbody tr td table, #menubas tbody tr td table tbody {
	width: 306px;
	height: 138px;
	
	margin: 0px;
	padding: 0px;
	margin-top: 9px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
	color: #72797F;	
	background: none;
}

#menubas tbody tr td table tbody tr {
	height: auto;
}

#menubas .titre {
	width: 260px;
	height: 44px;
	
	padding-left: 45px;	
	font-weight: bold;
}
#menubas .titre a {
	text-decoration: none;
}
#menubas .titre a:hover {
	color:  #b20133;
}

#menubas .texte {
	width: 215px;
	height: auto;
	
	padding-left: 92px;
	padding-top: 3px;
	
	font-size: 11px;
	color: #88826e;
}
#menubas .texte span {
	color: #72797F;
	display: block;
	
	margin-top: 2px;
	margin-bottom: 2px;
}
#menubas .texte a {
	color: #72797F;
	margin-top: 2px;
}
#menubas .texte a.savoirplus {
	height: 16px;
	
	color: #88826e;
	
	background-image: url(../image/home-page/ensavoirplus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-left: 9px;
}
