html,body{
	background:black;
	margin:0px;
	padding:0px;
	text-align:center;
	color:white;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#conteneur{
	width:901px;
	margin:0px auto;
	padding:0px;
	/*border:red 1px solid;*/
}
#enteteTitre, #enteteBarre{
	width:901px;
	margin:0px;
	padding:87px 0 0 0;
}
#enteteBarre img,#enteteTitre img {
	border:none;
	margin:0px;
	padding:0px;
}
.titeBare{
	height:2px;
	background-image:url("../source/images/banniereSuport.jpg");
}
.grosBare{
	height:151px;
	background-image:url("../source/images/banniere.jpg");
}
.titeBare, .grosBare{
	width:901px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}
#contenu{
	width:452px;
	height:167px;
	border-bottom:1px white solid;
	margin:0px auto 30px auto;
	padding:0px;
}
#Francais{
	width:226px;
	border-right:1px white solid;
}
#English{
	width:225px;
}
#Francais, #English{
	height:167px;
	display:inline;
	float:left;
	text-align:center;
}
.menuH{
	float:left;
}
div#frenchMenu{
	width:87px;
	height:18px;
	background: url("../source/images/francais_1.jpg") left top no-repeat;
	margin: 130px auto 0 auto;
}
div#frenchMenu:hover{
	width:87px;
	height:18px;
	background: url("../source/images/francais_2.jpg") left top no-repeat;
}
div#englishMenu{
	width:87px;
	height:18px;
	background: url("../source/images/english_1.jpg") center top no-repeat;
	margin: 130px auto 0 auto;
}
div#englishMenu:hover{
	width:87px;
	height:18px;
	background: url("../source/images/english_2.jpg") center top no-repeat;
}
.imgTRANS{
	width:100%;
	height:100%;
	border:none;
	margin:0;
	padding:0;
}
.copyInfo{
	font-family:'Times New Roman', Times, serif;
	font-size:11px;
}
.copyInfo span{
	color:#fe8f00;
}
a{
	color:white;
	text-decoration:underline;
}
a:hover{
	color:#fe8f00;
}
