/* CSS Document */

/* print styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3, H4 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
   
DIV.cadreSM {display: none;}
DIV.searchbox {display: none;}
DIV.LetsTalk {display: none;}
DIV.chemin {display: none;}
DIV.NextStep {display: none;}
DIV.print {display: none;}
DIV.nil {display: none;}

.content {
    margin-top:40px; 
	width:100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}


