@page { 
	margin: 4cm 2cm 4cm 2cm; 
} 

body{
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman",Times,serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

#page {
	height: auto;
	width: 90%;
}

#blocEntete, #blocInfo, #consultationVols, #infoEntete, #blocInfoHome {
	display: none;
}

#conteneur {
	width: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#blocContenu, #blocContenuHome {
	border: none;
	overflow: visible;
	padding-left: 0;
}

#contenu, #contenuHome {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contenu h3, #contenu h4, #contenu h5, #contenu h6, #contenu ul, #contenu ol,
#contenuHome h3, #contenuHome h4, #contenuHome h5, #contenuHome h6, #contenuHome ul, #contenuHome ol {
	margin-left: 0;
}

#contenu h2, #contenuHome h2 {
	font-size: 17pt;
	border-bottom: 1px solid #000;
	margin: 0 0 20pt 0;
}

#contenu h2 span, #contenuHome h2 span {
	padding: 0;
}

#contenu p, #contenuHome p {
	margin-bottom: 10pt;
	margin-left: 0;
}

#basPage, #basPageHome {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	left: 0;
	top: 30px;
	width: auto;
	height: auto;
}

html>body #basPage {
	padding: 0;
}

#basPage p, #basPageHome p {
	margin: 0;
	padding: 0;
}