﻿body 
{
    margin: 0;
    background-color: #999999;
}
table
{
font-family: verdana;
font-size: 13px;
text-align: justify;
color: #FFFFFF;
}
div#OuterDiv
{
    width: 900px;
    height: 600px;
    overflow: hidden;
    border: 0px solid #000000;
    margin-left: auto;
    margin-right: auto;
}
div#logo
{
	width: 100%;
	height: 80px;
	background-image: url(Pictures/logo.gif);
	background-repeat: no-repeat;
}
div#menubackground
{
	width: 100%;
	height: 20px;
	background-image: url(Pictures/MenuBackground.gif);
	background-repeat: no-repeat;
	border: 0;
        font-size:10px;
}
img /* evite les bord d'image*/
{
    float: left;
    border: 0;
}
div#FooterBackground
{
	text-align:right;
	width: 100%;
    	height: 20px;
	background-image: url(Pictures/MenuBackground.gif);
	background-repeat: no-repeat;
    	overflow: hidden;
    	font-family:Arial;
    	font-weight: bold;
    	font-size: 10px;
    	color: #000000;
}
a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
font-family: verdana;
font-size: 13px;
font-weight=bold;
vertical-align: middle;
color:#FFFFFF;
}
a:hover {
background: none; /* correction d'un bug IE */
}