body
{
	background-color: #ffffff;
	color:Black;
	text-decoration: none;
	font: 8px Verdana,Arial;
}

/***** Lien *******/
body a
{
	color:Black;
	text-decoration: none;
}

body a:hover
{
	color: Black;
	text-decoration: underline;
}

/******************/


/***************************** Entete *************************/

#Entete
{
	background-color: #DAE0D2;
	position: absolute;
	width: 100%;
	height: 50px;
	top:0px;
}

/****************************************************************/




/***************************** Banniere *************************/

#Banniere
{
	position: absolute;
	width: 100%;
	height: 105px;
	margin: 0;
	top: 25px;
}

html > body #Banniere
{
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
}


/****************************************************************/




/***************************** Header ****************************/

#header
{
	float: left;
	width: 100%;
	background: white url(header/bg.gif) repeat-x bottom;
	font-size: 93%;
	line-height: normal;
	position: absolute;
	top: 50px;
}

#header ul
{
	margin: 0;
	padding: 10px 10px 0px 0px;
	list-style: none;
}
#header li
{
	float: left;
	background: url(header/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
}
#header a
{
	float: left;
	display: block;
	width: .1em;
	background: url(header/right_both.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
#header > ul a
{
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a
{
	float: none;
	white-space: nowrap; /*Evite le retour à la ligne */
}
/* End IE5-Mac hack */
#header a:hover
{
	color: #333;
}
#header #current
{
	background-position: 0% -150px;
	border-width: 0;
}
#header #current a
{
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333;
	white-space: nowrap; /*Evite le retour à la ligne dans IE */
}
#header li:hover, #header li:hover a
{
	background-position: 0% -150px;
	color: #333;
	white-space: nowrap; /*Evite le retour à la ligne dans IE */
}
#header li:hover a
{
	background-position: 100% -150px;
	white-space: nowrap; /*Evite le retour à la ligne dans IE */
}

/****************************************************************/





/**************************** Menu ***************************/

/***** Lien *******/
.Menu a
{
	color: Black;
	text-decoration: none;
}

.Menu a:hover
{
	color: Black;
	text-decoration: underline;
}

TABLE
{
	font: 11px Verdana;
	color:Black;
}

.HeaderTableau
{
	background-color: #949dc8;
	text-align:center;
	color: white;
	font-weight:bold;
	height:25;
}

/* ----  MenuConcours  ---- */

.MenuConcours
{
}

.MenuConcours a
{
	color: #003CA5;
	text-decoration: none;
}

.MenuConcours a:hover
{
	color: #003CA5;
	text-decoration: underline;
}

HR
{
	color: #494b95;
}

/* --- Grille de clients ---- */
.Grille
{
	color: Red;
	font-weight :bold;
}

.Grille a
{
	color: Black;
}

.Grille a:hover
{
	color: Black;
}


