html, body {
	background: #fff;
	color: #000;
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: justify;
}
h1 {
	font-size: 14pt;
	color: #cf3328;
}
h2 {
	font-size: 12pt;
	color: #cf3328;
}
img {border: none;}
a {text-decoration: none;}

/* Page
-------------------------------------------------------- */
#page {
	margin: 30px auto 0 auto;
	text-align: center;
}


/* L'en-tête de page
-------------------------------------------------------- */
#logo {display: none;}
#printhaut {}

/* Chemin d'arborescence
------------------------*/

#accueil {display:none;}
#mission {display:none;}
#contact {display:none;}

/* Le corps de document
-------------------------------------------------------- */
#sendpage{display:none;}
#article {
	margin-left: 5px;
	margin-top:5px;
	padding: 30px;
	background: #fff;
	text-align: justify;
}

/* Le pied de page
-------------------------------------------------------- */
#bas {display: none;}
#printbas {font-size: 9pt;}

