/** La proprieté css display permet de faire le tri = impression sélective **/
#accessibilite,#menu,#titre,#nav, #cond, #bas{
display: none;
}
/** centre le logo **/
#logo {
position:absolute; 
left:250px; 
top:11px;
 width:80px;
  height:48px;
  z-index:1


}
#contenu {
	width: 70%;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

a {
color: #0000FF;
text-decoration: underline;
font-weight: bold;
	font-size: 11px;
}

#important {
	width: 100%;
	list-style-type: circle;
	border: thin dotted #000000;
}
body {
font-family: Arial, Helvetica, sans-serif;

}
.paragraphe {
	font-size: 10pt;
	text-align: justify;
	text-indent: 1cm;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.pt-blanc{
	font-size: 9pt;
	font-weight: bold;
	text-indent: 1cm;
	color:#09467D;
	font-family: Arial, Helvetica, sans-serif;
}

.gros-blanc{
	font-size: 10pt;
	text-align: justify;

	text-indent: 1cm;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
}
.italique-blanc{
	font-size: 10pt;
	text-align: justify;
	font-weight: bold;
	text-indent: 1cm;
	color:#09467D;
	font-family: Arial, Helvetica, sans-serif;
	
}
#nav-bas {
		width: 70%;
	
}
.jaune {
	color: #09467D;
	font-weight: bold;
	font-style: italic;
}
