@charset "UTF-8";
/* CSS Document */

body {
  width: auto!important;
  margin: auto!important;
  font-family: Times;
  font-size:.9em;
  background-color: #fff!important;
  color: #000!important;
}
.footer { /* Les Ã©lÃ©ments qui ne seront pas affichÃ©s  */
	display:none;
}
.sidebar1 { /* Les Ã©lÃ©ments qui ne seront pas affichÃ©s  */
	display:none;
}
.content {
	padding: 1px;
	width: auto!important;
  	margin: center!important;
  	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	}

p, div.infobulle { /* Modifications : alignement du texte - marges - unitÃ© des marges, police et taille de la police */
  text-align:justify;
  margin: center!important;
  left:25px; /* 15 px par rapport à la gauche du bloc .infobulle */
   right:5px;
  font-size:12pt;
  color:#000;
  float: none !important;
}
h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
  margin: auto!important;
  float: none !important;
}
.print {
  display: block; /* affichage des éléments de classe print */
}
p, blockquote, ul {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1, h2, h3, h4, h5, h6, caption {
  page-break-after: avoid; /* pas de saut après ces éléments */
  text-align:center;
}
a:link, a:visited {
  background: transparent;
  color: 90%!important;
  text-decoration: none!important;
}