a.menu {
	width: 184px;
	height: 32px;
	font: bold 13px arial;
	text-decoration: none;
	color: #949494;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	display: inherit;
	background: url(img/link.gif);
}
a.menu:hover {
	width: 184px;
	height: 32px;
	font: bold 13px arial;
	text-decoration: none;
	color: #445599;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	display: inherit;
	background: url(img/link_over.gif);
}
h1 {
	font:bold 16px arial;
}

a.index {
	background-image: url(img/link.gif);
	width: 150px;
	height: 32px;
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
	color: #949494;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
a.index:hover {
	background-image: url(img/link_over.gif);
	width:150px;
	height:32px;
	font:12px arial;
	font-weight:bold;
	text-decoration:none;
	color:#445599;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	
}
a.menu_large {
	background-image: url(img/link.gif);
	width: 184px;
	height: 32px;
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
	color: #949494;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
a.menu_large:hover {
	background-image: url(img/link_over.gif);
	width:184px;
	height:32px;
	font:12px arial;
	font-weight:bold;
	text-decoration:none;
	color:#445599;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	
}
a.indexsav {
	background-image: url(img/linksav.gif);
	width: 150px;
	height: 32px;
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
	color: #334488;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
a.indexsav:hover {
	background-image: url(img/link.gif);
	width:150px;
	height:32px;
	font:12px arial;
	font-weight:bold;
	text-decoration:none;
	color:#445599;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	
}
a.indexsavactif {
	background-image: url(img/link_oversav.gif);
	width: 150px;
	height: 32px;
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
	color: #445599;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
a.indexsavactif:hover {
	background-image: url(img/link_over.gif);
	width:150px;
	height:32px;
	font:12px arial;
	font-weight:bold;
	text-decoration:none;
	color:#445599;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	
}
a.link {
	color:#000000;
	text-decoration:none;
}
a.link:hover {
	color: #434343;
	text-decoration:none;
}
a.pages {
 font:bold 12px arial;
 text-decoration:none;
 color:#666666;
 background-color:#cccccc;
 border:1px solid #aaaaaa;
 border-radius:3px;
 padding: 3px;
 width:40px;
 height:25px;
}
a.pages:hover {
 font:bold 12px arial;
 text-decoration:none;
 color:#000000;
 background-color:#dddddd;
 border:1px solid #000000;
 border-radius:3px;
 padding: 3px;
 width:40px;
 height:25px;
}

