html{
	background-image	: url(../image/background.jpg);
	background-repeat	: repeat-y;
	background-position	: center;
	background-color	: black;
	font				: 12px georgia,verdana,"Times New Roman",times;
}

html, hr{
	color				: #e6a940;
}

html,body{
	height				: 100%;
}

/*********** Banniere  **********/
#tab_body{
	width			: 940px;
	margin-top		: 0px;
	margin-left		: auto;
	margin-right	: auto;
	position		: top;
}

#tab_banniere{
	width				: 940px;
	height				: 119px;
	margin-top			: 0px;
	padding-left		: 29px;
	padding-bottom		: 6px;
	background-image	: url(../image/bann.jpg);
	background-repeat	: no-repeat;
}

/*************** Lien *****************/

a:active img, a:hover img, a img{
   color:			black;
   text-decoration: none;
}

a{
   text-decoration: underline;
   color:			#e6a940;
   font-size:		12px;
   font-family:		"Verdana";
   font-weight:		bold;
}
a:hover{
   text-decoration:	underline; /* Le lien deviendra souligné quand on pointera dessus */
   color:			#e6a940;
   font-size:		12px;
   font-family:		"Verdana";
   font-weight:		bold;
}

a:active{
   text-decoration:	overline underline;
   color:			#e6a940;
   font-size:		12px;
   font-family:		"Verdana";
   font-weight:		bold;
}