body{
	margin: 0px;
	font-family: Arial, sans-serif;
	background-color: #000000;
}
#Main{
	position:relative;
	width: 799px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;

}
#Banniere{
	background-image: url("img_langue/Entete.jpg");
	background-position: top center;
	margin-top:50px;
	height: 81px;
	width: 100%;
	background-repeat: no-repeat;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Menu- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Contenu- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#leDiam{
	background-image: url("img_langue/diams.png");
	background-position: top center;
	margin-top:40px;
	height: 45px;
	width: 100%;
	background-repeat: no-repeat;
}
#FondFooter{
	min-height: 30px;
	position: absolute;
	width: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	bottom:0px
}
#FondFooter p{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
}

#contenu{

	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
}
#contenu p{
	font-family: Times New Roman, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	margin: 4px;
}
#langue{
	margin-top:40px;
	text-align: center;
	height: 78px;
}
#fr{
	background-image: url("img_langue/frTexte.png");
	height: 78px;
	width:170px;
	background-repeat: no-repeat;
}
#en{
	background-image: url("img_langue/enTexte.png");
	height: 78px;
	width:200px;
	background-repeat: no-repeat;
}
table{
	padding:0px;
	margin:0px;

	width: 200px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
tr{
	padding:0px;
	margin:0px;
}
td{
	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
a{
	text-decoration:none;
	color: #e888d0;
}
a:focus{
	outline:0px;
}


