/* CSS Document */
body {
	margin-left: 30px;
	background-color:#ffffff;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.Style18 {;;
	font-size: 10px;
	font-weight: regular;
	font-family: georgia;
	color: #000000;
}
.Nav {
	font-size: 9px;
	font-family: arial;
	color: #777777;
	width:130px;
}
.lelien {
	font-size: 10px;
	font-weight: regular;
	font-family: georgia;
	color: #000000;
	//text-transform:uppercase;//
}
.lelien2 {
	font-size: 10px;
	font-weight: bold;
	font-family: georgia;
	color: #000000;
	//text-transform:uppercase;//
}
a {
	font-size: 9px;
	font-weight: regular;
	font-family: arial;
	text-decoration: none;
	color: #777777;
}
.stylelien4 {
	font-size: 10px;
	font-weight: bold;
	//font-style:italic;//
	font-family: georgia;
	text-decoration: yes;
	color: #000000;
	text-transform:uppercase;
}
.SmallTitle {
	font-size: 10px;
	font-weight: bold;
	font-family: georgia;
	text-decoration: yes;
	color: #777777;
	text-transform:uppercase;
}
a:hover {
	text-decoration: none;
	background-color:#333333;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #777777;
}
a:visited {
    text-decoration: none;
	color: #666666;

}


