*
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY
{
	background: transparent url(/design/bg-body.jpg) no-repeat center top;
	margin: 0px;
	margin-top: 15px;
}

#Page
{
	width: 869px;
	margin: 0 auto;
	position: relative;
}

#BandeauPageHaut
{
	width: 869px;
	height: 246px;
	background-image: url(../design/BandeauHaut.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#PlaceLogo
{
	width: 139px;
	height: 71px;
	padding-top: 20px;
	padding-left: 2px;
	position: relative;
	float: left;
}

#PlaceLangue
{
	width: 239px;
	height: 20px;
	float: right;
	position: relative;
}

#CorpsDePage
{
	width: 869px;
	position: relative;
}

#Menu
{
	width: 260px;
	float: left;
}

#TexteDePage
{
	width: 600px;
	float: left;
}

#BandeauPageBas
{
	clear: both;
	width: 869px;
	background-image: url(../design/BandeauBas.jpg);
	background-position: top center;
	background-repeat: no-repeat;		
	padding-top: 12px;
}
/*------CLASSES------*/
.LienMenuDuBas
{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: Black;	
	text-decoration: none;
	font-weight: bold;
}

.LienMenuDuBas:hover
{
	text-decoration: underline;
}

.SeparateurLienMenuDuBas
{
	background-color: #6CB556;
	width: 1px;
	padding: 0px;
}

.MentionsAbus
{
	padding-top: 15px;
	font-size: 11px;
	color: Black;	
	text-decoration: none;
/*	font-weight: bold;*/
}
