@charset "utf-8";
/* CSS Document */

body
{  width: 983px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color:#F3F3F3;
   font-family:Georgia, "Times New Roman", Times, serif;
}

#header
{  width: 983px;
   height: 90px;
   background-repeat: no-repeat;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
   margin-top: 10px;
   margin-right: 13px;
}

#contener
{
	float: right;
	width: 760px;
	margin-top: 10px;
}

#footer
{
	float: right;
	padding: 5px;
	width: 983px;
	text-align: center;
}

.h1 
{
	color:#666;
	size:medium;
}

a {
	color: #666;
}
a:visited {
	color: #666;
}
a:active {
	color: #666;
}
a:hover {
	color: #000000;
}