/* ------------------------------------------------------------------------
	Gestion des balises html, body et du div #page
------------------------------------------------------------------------ */
html{
  margin: 0;
  padding:0;
    color: #000000!important;
}

body {
	background:none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.015em;
	text-align: left;
}
#page {
	background:none;
}
html, body, * html #page {
	height: auto; /* pour footer */
}
div#corps #principal #contenu {
    background: none;
    color: #000;
}
p, h1, h2, h3, h4, a { color: #000000!important;}
h4 {font-size: 14px;}
p {line-height: 1.5em!important;}
a {text-decoration: none;}

/* ------------------------------------------------------------------------
	Entête de la page
------------------------------------------------------------------------ */

.print-only {display: block;}

#entete, nav, #secondaire, #sidebar, #pied, .partage-sociaux, div.nav, #utilitaires {
  display: none!important;
}

h2 {
    text-align: center;
}
#entete h2 {display: none!important;}
#contenu, #corps, #principal {
  margin: 0;
  padding: 0;
  float: none;
  position: relative!important;
  color: #000000!important;
  width: 95%!important;
}
#contenu div.result span {
	font-size: 100% !important;
}
