#container a {
	color: #000;
	text-decoration: none;
}

#container a:hover {
	color: #434343;
	text-decoration: underline;
}

.title {
	background-color: #f7f6eb;
	border-bottom:solid 1px #9ec7c1;
	border-top:solid 1px #9ec7c1;
	line-height: 28px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 8pt;
	font-weight: bold;
}

.title-padding {
	margin-left: 20px;
}

.dossier {
	font-size: 19pt;
	text-align:left;
	font-weight: 400;
}

#home {
	font-size: 24px;
	width: 550px;
	text-align: justify;
}
	

.typography #menu li a {
	background: url(images/menu.gif) repeat-x;
	font-size: 7pt;
	letter-spacing: 1px;
	line-height: 25px;
	display: block;
	color: #a8c5be;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: small-caps;
	padding-left: 40px; 

}

.typography #menu li a:hover {
	color: #626f69;
}

.typography .footer a {
	background: url(images/menu.gif) repeat-x;
	font-size: 7pt;
	letter-spacing: 1px;
	width: 120px;
	color: #d3d3d3;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: small-caps;	
}
.typography .footer a:active {
	color: #989898;		
}
.typography .footer a:visited {
	color: #989898;
}
.typography .footer a:hover {
	color: #989898;	
}