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

.spacer
{
	clear				: both;
}

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

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

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.menu
{
	margin				: 0px;
	padding				: 0px;
	font-size			: 13px;
	float				: right;
}

.menu a
{
	text-decoration		: none;
	color				: #404040;
}

.menu a:hover
{
	color				: red;
}

div.menu ul
{
	padding				: 0px;
}

div.menu li
{
	line-height			: 2.5em;
	display				: inline;
	padding				: 4px;
	margin				: 0px;
	border				: 1px solid #404040;
}

li.inactif
{
	color				: white;
	background-color	: #808080;
	border-bottom		: 1px solid #404040;
}

/* Eviter que la couleur du lien soit sombre */
.inactif a
{
	color				: white;
}

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

div.sousmenu
{
	width				: 20%;
	float				: right;
}

div.sousmenu ul
{
	border-width		: 0;
	border-style		: solid;
	border-color		: #404040;
	padding				: 0;
	margin				: 0;
}

div.sousmenu li
{
	padding				: 0px;
	font-size			: 12px;
	list-style			: none;
	margin				: 0px;
	border				: 1px solid #404040;
	padding-left		: 1em;
	border-bottom		: 0px;
}

div.sousmenu li.dernier
{
	border-bottom		: 1px solid #404040;
}

div.sousmenu a
{
	display				: block;
	text-decoration		: none;
}

div.sousmenu a:hover
{
	color				: red;
}

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

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;
}

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