*
{
	font-family			: Arial, Helvetica, sans-serif;
	color				: #404040;
}

body
{
	background-color	: #ffffff;
	margin 				: 0 0 0 0;
	padding				: 0;
}

.spacer
{
	clear				: both;
}

/* --------- */

img
{
	border				: 0;
}

pre
{
	font-family			: monospace;
	white-space			: pre;
}

hr
{
	height				: 1px;
}

p.souligne
{
	text-decoration		: underline;
}

/* --------- */

.conteneur
{
	width				: 100%;
	padding-top			: 15px;
	padding-bottom		: 0px;
}

.logo
{
	margin				: 0px;
	float				: left;
}

/* --------- */

div.sousmenu, div.menu
{
	display				: none;
}

/* --------- */

div.contenu
{
	padding-top			: 0px;
}

div.contenu img
{
	border				: 0;
	padding-top			: 0px;
	padding-bottom		: 0px;
}

div.contenu h1.article
{
	color				: #000000;
	font-size			: 24px;
	text-align			: center;
}

div.contenu h2.article
{
	color				: #000000;
	font-size			: 20px;
	text-align			: center;
}

div.contenu h3.article
{
	color				: #000000;
	font-size			: 16px;
	text-align			: center;
}

div.contenu h4.article
{
	color				: #000000;
	font-size			: 14px;
	text-align			: center;
}

div.contenu h1
{
	color				: #000000;
	font-size			: 24px;
	text-align			: left;
}

div.contenu h2
{
	color				: #000000;
	font-size			: 20px;
	text-align			: left;
}

div.contenu h3
{
	color				: #000000;
	font-size			: 16px;
	text-align			: left;
}

div.contenu h4
{
	color				: #000000;
	font-size			: 14px;
	text-align			: left;
}

div.contenu strong
{
	color				: #000000;
}

div.contenu p
{ 
	margin-top			: 0px; 
	font-size			: 14px;
	text-align			: justify;
}

div.contenu p.milieu
{ 
	margin-top			: 0px; 
	font-size			: 14px;
	text-align			: center;
}

div.contenu a:link		{ color : #0000af; }
div.contenu a			{ color : #0000af; }
div.contenu a:hover		{ color : red;     }

div.contenu li
{ 
	margin-top			: 0px; 
	font-size			: 14px;
	text-align			: justify;
}

/* --------- */

table
{
	border				: 0;
	width				: 80%;
}

table.archive td
{
	width				: 20%;
}

/* --------- */

div.footer
{ 
	margin-top			: 0px;
	font-size			: 10px;
	line-height			: 12px;
}

/* --------- */
