body
{
   background-color: #E8F0FC;
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
}

#page
{
   width: 740px;
   height: auto;
   text-align: center;
   margin: auto;
}

#header
{
   background-image: url(images/header.png);
   width: 740px;
   height: 256px;
   text-align: center;
}

#bottom
{
   background-image: url(images/bottom.png);
   width: 740px;
   height: 126px;
   text-align: center;
}

#copyright
{
   background-image: url(images/copyright.png);
   background-repeat: no-repeat;
   width: 740px;
   height: 47px;
   max-height : 47px;
   text-align: left;
   padding-top: 28px;
   padding-left: 5px;
}

#copyright p
{
	position: relative;
	left:20px;
	top:30px;
	font-size: 10px;
}

#copyright a
{
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#corps
{
   background-image: url(images/corps.png);
   overflow: auto;
   width: 740px;
   height: auto;
}

#menu
{

   width: 162px;
   height: auto;
   text-align: left;
   float: left;
   overflow:hidden;
}

#menu a
{
	text-decoration: none;   
}

#contenu
{

   width: 576px;
   height: auto;
   text-align: center;
   float: right;
   overflow: hidden;
   padding: 1px;
}

#langue
{
   text-align: center;
   margin-bottom: 20px; 
}

table
{
    margin: auto;
}

td
{
    text-align: left;
}

h1
{
	color:#6C101D;
	font-family: Verdana;
	font-size: 20px;
	margin-bottom: 20px;
}

h2
{
	color:#6C101D;
	font-family:Verdana;
	font-size: 16px;
}

a
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	text-decoration: underline;
}

a:hover
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
}

img
{
	border: 0px;
	background: transparent;
}
