﻿body 
{
	background-image: url('Images/BG.jpg');
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
    font-weight: normal;
    text-align:justify;
	color:#333333;
}

/* LIENS HYPERTEXTE */
a {
	text-decoration: none;
	color: #31659C;
	font-weight:bold;
}

a:visited {
	color: #31659C;
	font-weight:bold ;
}

a:hover {
	text-decoration: underline;
	color: #31659C;
	font-weight:bold;
}

a:active {
	color: #31659C;
	font-weight:bold;
}

/* LIENS HYPERTEXTE FOND SOMBRE */
.fondSombre a {
	text-decoration: none;
	color: #DEE3E4;
	font-weight:bold;
}

.fondSombre a:visited {
	color: #DEE3E4;
	font-weight:bold ;
}

.fondSombre a:hover {
	text-decoration: underline;
	color: #DEE3E4;
	font-weight:bold;
}

.fondSombre a:active {
	color: #DEE3E4;
	font-weight:bold;
}

/* MENTION (mention CNIL par exemple) */
.mention 
{
	color: #C0C0C0;
	text-align:justify;
}

.mention a
{
	text-decoration: none;
	color: #C0C0C0;
	font-weight:bold;
}

.mention a:visited
{
	color: #C0C0C0;
	font-weight:bold;
}

.mention a:hover
{
	text-decoration: underline;
	color: #C0C0C0;
	font-weight:bold;
}

.mention a:active
{
	color: #C0C0C0;
	font-weight:bold;
}
/* ENCADRE CONTENU */
.content_top_left
{
	background-image:url('Images/content_left.gif')
}

.content_top_mid
{
	margin: 0px; 
	background-image: url(Images/content_mid.gif); 
	text-align: left; 
	vertical-align: top; 
	padding-top: 10px;
}

.content_top_right
{
	background-image:url('Images/content_right.gif')
}

.content_bot_left
{
	background-image:url('Images/content_bot_left.gif')
}

.content_bot_right
{
	background-image:url('Images/content_bot_right.gif')
}

.content_bot_mid
{
	background-image:url('Images/content_bot_mid.gif')
}

h1
{
	padding: 2px 4px 4px 10px;
	font-size: 11px;
    margin: 5px 0px 5px 0px;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    background-color: #F4F4F4;
	text-align:left;
    background-image: url(images/H1.gif);
    background-repeat: repeat-y;
    color:#000000;
}

h1 a:visited 
{
	color:#000000;
}

h1 a
{
	color:#000000;
}

h1 a:hover
{
	color:#000000;
}

h1 a:active
{
	color:#000000;
}