*{
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
html{
	/* Affichage de la barre de défilement vertical en tout temps */
	overflow-y: scroll
}
body{
	background-image: url(../images/gabarit/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffeb83;
}
.principal{
	position: relative;
	left: 50%;
	margin-left: -360px;
	width: 720px;
}
.top{
	height: 189px;
	width: 720px;
}
.menu{
	position: absolute;
	top: 80px;
	left: 259px;
	width: 430px;
	height: 100px;
}
.centre{
	width: 720px;
	height: 300px;
}
.centre_bg_infini{
	position: relative;
	top: 65px;
	background-image: url(../images/gabarit/bg_centre_infini.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.centre_bg_top{
	position: relative;
	top: -65px;
	background-image: url(../images/gabarit/bg_centre_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.centre_texte{
	position: relative;
	min-height: 250px;
	margin: 0px 55px 0px 65px;
	padding: 80px 75px 0px 80px;
}
.fil_d_ariane{
	position: absolute;
	top: 224px;
	left: 150px;
}
.bas{
	position: relative;
	background-image: url(../images/gabarit/bg_bas.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 193px;
}
.LTF{
	position: absolute;
	top: 80px;
	left: 325px;
}
.ProdPopcom{
	position: absolute;
	top: 157px;
	left: 78px;
}
p{
	margin-top: 0px;
	margin-bottom: 15px;
}
.p_dialogue{
	margin-left: 75px;
}
h1{
	color: #000000;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2{
	color: #000000;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 15px;
}
.h2_dialogue{
	margin-left: 180px
}
a:link{
	color: #000000/*#9E3513*/
}
a:visited{
	color: #000000/*#9E3513*/
}
a:hover{
	color: #000000/*#dC410F*/
}
a:active{
	color: #000000/*#dC410F*/
}
img{
	border-style:none;
}
.img_vignette1{
	position: relative;
	float: left;
	width: 67px;
	height: 98px;
	margin: 0px 20px 10px 0px;
}