@charset "windows-1252";
body
{
	background-color: #F5F5F5;
	background-image: url(../avant_apres_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1
{
	color: #FF0000;
	text-align: center;
}
h2
{
	color: #808080;
	text-align: center;
}
h3
{
	color: #008080;
	text-align: center;
}
.img
{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.hrstd
{
	width: 1530px;
	margin-left: 0;
	text-align: left;
}
.tabstd
{
	width: 1530px;
	color: #808080;
	font-size: 18px;
	text-align: justify;
}