@charset "utf-8";
/* CSS Document */

body{  
	background-color: #000000;
	margin:0px 0px 0px 0px;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;
}

.text1 {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: justify;
}

.title1 {
	font-family: Verdana;
	font-size:12pt;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
}

a.lien1 {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: blink;
	padding: 5px;
	margin: 2px;
}
a.lien1:hover {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: blink;
	padding: 5px;
}
