body{
	background-color : white;
	font : 12px verdana, "Trebuchet MS", helvetica, sans-serif;
}

div#header { display : none; }
div#footer { display : none; }
div#page div#menu { display : none; }

div#page div#contenu h2 {
	text-align : right;
	letter-spacing : 3px;
}

div#page div#contenu h3 {
	text-align : center;
	letter-spacing : 1px;
	text-transform : capitalize;
}
img { display : none; }

div#page div#contenu p {
	text-align : justify;
	margin : 0;
	font-size : 0.9em;
	padding-top : 10px;
	padding-bottom : 10px;
	clear : both;
}

div#page div#contenu div.paragraphe {
	text-align : justify;
	margin : 0;
	font-size : 0.9em;
	padding-top : 10px;
	padding-bottom : 10px;
	clear : both;
}

div#page div#contenu div.centre {
	text-align : center;
	clear : both;
	font-size : 0.9em;
}

div#page div#contenu div.gauche {
	text-align : left;
	clear : both;
	font-size : 0.9em;
}

div#page div#contenu div.droite {
	text-align : right;
	clear : both;
	font-size : 0.9em;
}
div#page div#contenu .auteurs {
	text-align : right;
	font-weight : bold;
	font-size : 0.9em;
	clear : both
}

div#page div#contenu p.navig { display : none; }
