@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: Times New Roman, Times, serif;
	}

/* links */

a.menu:link {
	color:#333;
}

a.menu:visited {
	color:#333;
}

a.menu:hover {
	color:#333;
}

a.menu:active {
	color:#333;
}

/* box */

#icon {
	position: relative;
	float: left;
	right: 0px;
	top: 0px;

}

/* styles */

#menu {
	text-align: center;
	font-size:11pt;
}


.nav {
	font-size:11pt;
	color:#333;
}

.tabletxt {
	font-size:13pt;
	line-height:16pt;
	border:0px;
}

.sansserif {
	font-family: sans-serif;
}

ul > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}

.contrib {
	font-size:12pt;
	line-height:15pt;
	max-width:700px;
	border:0px;
	padding:20px;
	text-align:left;
}

.indexbloc {
	width:845px;
}

.textbloc {
	width:845px;
	text-align:left;
	font-size:14pt;
	line-height:19pt;
}
