/* CSS Document */
body {
  background: white;
  font-size: 12pt;
  }
  
#wrapper {
	width: 600px;
	margin: 10px auto;
	padding: 0px;
	background-color: white;
		
}

#entete, #colleft, #footer {
display: none;
}

#txtzone {
  width: auto;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none;
  color: black;
  background: transparent none;
  }
div#txtzone {
  margin-left: 10%;
  padding-top: 1em;
  }
.encadre {

	background-color: #D5E2F2;
	font-style: italic;
	width: 440px;
	margin-right: 30px;
	border: 1px solid #CE31C2;
	padding: 10px;
	float: right;
}
.tableaujustif {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 27px;
	text-align: justify;
	margin-right: 20px;
}
