/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:  "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: left;
	line-height: 130%;
	width:100%;
	height:100%;
	color: #000;
}

#container {
	width: 80%;
	}
#content {
	width: 80%;
	}

#header img,
#nav img,
#subnav {
	display: none;
}


#content h1 span {
	display: block;
	font-size: 12pt;
	font-weight: bold
}
#content h2 { 
	display: block;
	font-size: 11pt;
	font-weight: bold
}


#content ul.liste,
#content ul.pdf {
	list-style: disc;
}
#content ul.liste li,
#content ul.pdf li {
	color: #000;
}