/* CSS Document */


body{
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 12pt;
	line-height: 16pt;
}

#page{
	display: none;
}

#contenant_print{
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 12pt;
	line-height: 16pt;
	margin: 0% 5%;
	width: auto;
}

#contenant_print h1, #contenant_print h3{
	color: black;
	font-family: "Times New Roman", Times, serif;
	line-height: 18pt;
}

#contenant_print a{
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

.utils{
	display: none;
}