BODY {
	background-color : #412753;
	color : #000000;
	margin:0; 
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #232323;
	FONT-WEIGHT: bold;
	/*line-height:15px;*/
	display:inline;
}

a img {
    border: 0;
	color:#000000
}

/* Lien du menu */
a:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; color: #747474; text-decoration: none;
	/*border-bottom: 1px dotted #bbb;		---- permet d'afficher les traits en pointillés sous chaque lien --> dotted  : La bordure prend la forme de points. ----- */
}
a:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #747474; text-decoration: none;
	/*border-bottom: 1px dotted #bbb;*/
}
a:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #747474; text-decoration: none;
	/*border-bottom: 1px dotted #bbb;*/
}
a:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}
/* ------ */
a.archive:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 14px; color: #C9C9C9; text-transform : uppercase;font-weight: bold;
}
a.archive:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C9C9C9; text-transform : uppercase;font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.archive:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C9C9C9; text-transform : uppercase;font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.archive:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C9C9C9; text-transform : uppercase; font-weight: bold;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}

/* ------------------------------------------------------ CONTENU -------------------------------------- */
#div_contenu
{
	overflow:none;
	width: 280px;
	margin-left:5px;
	border: 0px solid #cc0000;
}

.contenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: none;
	text-transform: none;
	text-align:justify;
}

.titre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#412753;
	font-weight: bold;
	text-transform: uppercase;
}
