body
{
	width:912px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;	
	background-color:#d0d0d0;
	background-image:url("../images/bg_gb.jpg");
	background-repeat:repeat-x;	
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
}

/* L'en-tête */
#en_tete
{
	width:912px;
	height:200px;
	background-image:url("../images/banniere_gb.png");
	background-repeat:no-repeat;
}

#menu
{
	width:910px;
	height:31px;
	border:1px solid black;
}

/* Le corps de la page */
#corps
{
	margin-bottom:20px;
	margin-top:20px;
	padding:20px;
	color:#FFFFFF ;
	background-color:#959595;
	border:1px solid black;
}

#maj
{
	margin-left:700px;
}

/* Le pied de page */
#pied_de_page
{
	padding:5px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	background-color:#959595 ;
	border:1px solid black;
}

/* Objet requis */
#required
{
  color: red;
  text-align: left;
  font-size:11px;
}

a:link {
	color: #4040FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #4040FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0A8CCD;
	text-decoration: none;
	font-weight: bold;
}