@charset "iso-8859-1";

body { 
  width: auto!important; 
  margin: auto!important; 
  font-family: serif; 
  font-size: 12pt; 
  background-color: #fff!important; 
  color: #000!important; 
} 
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol { 
  color: #000!important; 
  margin: auto!important; 
} 
.print { 
  display: block; /* affichage des �l�ments de classe print */ 
} 
p, blockquote { 
  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 { 
  page-break-before: always; /* chaque titre commence sur une nouvelle page */ 
} 
h1, h2, h3, caption { 
  page-break-after: avoid; /* pas de saut apr�s ces �l�ments */ 
} 
a { 
  color: #000!important; 
  text-decoration: underline!important; 
} 
a[href]:after { 
  /*content: " (" attr(href) ")"; /* affichage des URL des liens */ 
} 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
}
/*Logo*/
#page{
  background-image:url(/images/logo.png);
  background-repeat:no-repeat;
}

#contentsInner{
  margin-top:100px;
  
}
#page, #conteneur, #wrapper{
	margin:auto;
	width:95%;
 
}

#contents{
	padding:0;
}

#leftbar, #rightbar, #accessibility, .breadcrumb, #nested, #emBehavior_1, .nos_docs_ae, .nos_documentations, .nos_docs_tp,  .nos_docs_eau,  .nos_docs_ac, .nos_docs_couverture, hr , .bloc_actus, .avoir_projet, .nos_garanties{
	display:none;
} 


pre{
	overflow:visible;
}

/*styles*/
#article h1{
  text-transform:uppercase;
}