﻿body
{
	font-family:Arial;
	font-size:12px;
	background-color:black;
	color:GrayText;
	background-image:url("Images/background.jpg");
	background-position:center;
	background-repeat:repeat;
}

div#conteneur{
	width:1000px;
	margin:auto;
	background-color:black;
    border:1px solid #EA0E0E;
}

div#header{	
	width:1000px;	
	background-color:black;
}

div#menu{
	width:1000px;
	text-align:center;
}

div#contenu{
	width:1000px;
	min-height:200px;
}

div#footer
{
    border-top:1px solid #EA0E0E;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
	width:1000px;
	text-align:center;
}

hr
{
    color:White;
    width:100%;
}

h1
{
    font-size:20px;
    text-align:center;
}

h2
{
    font-size:18px;
    text-align:center;
}

a
{
    color:#EA0E0E;
    text-decoration:none;
}

a:hover
{
    color:#EA0E0E;
    text-decoration:underline;
}

legend 
{
    color:GrayText;
    margin:auto;
}

table.Newsletter
{
    margin:auto;
    border:2px solid #EA0E0E;
    border-collapse:collapse;
}

td.Newsletter
{
    border-top:2px solid #EA0E0E;
}

table.news
{
    margin:auto;
    width:810px;
}

td.newsHead
{
    color:#EA0E0E;
    text-align:left;
}

td.newsFoot
{
    color:#EA0E0E;
    text-align:right;
    font-size: smaller;
}

td.newsBody
{
    text-align:justify;
    color:GrayText;
    min-height:50px;
}