.fakeBody {
	height: 100%;
	width: 100%;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.fakeBodyAbsolute {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.fakeFixed {
	position: absolute;
	left: 0px;
	top:0px;
	overflow: no;
}

.bouton {
	text-align: center;
	align: left;
}




.padder_gauche {
	padding-left: 20px;

}
.boutique{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: 900;
	color: #00FF66;
	text-decoration: underline;

}
.decoration1 {text-decoration: underline;}
.decoration2 {text-decoration: overline;}
.decoration3 {text-decoration: line-through;}

.page_texte_decoration0 {text-decoration: none;}
.page_texte_decoration1 {text-decoration: underline;}
.page_texte_decoration2 {text-decoration: overline;}
.page_texte_decoration3 {text-decoration: line-through;}

.page_texte_style1 {font-style: normal;}
.page_texte_style2 {font-style: italic;}
.page_texte_style3 {font-style: oblique;}


