body {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
}
h1 {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #ebe983;
	text-align: center;
	margin: 5px;
}
h2 {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #253f58;
	background-color: #cccccc; /* 253f58;*/
	text-align: center;
	margin: 5px;
}
h3{
	font-size: 15px;
	text-decoration: underline;
	color: black;
	text-align: left;
	margin: 15px;
}
p {
	font-size: 12px;
	color: black;
	margin: 5px;
	text-align: justify;
}
a {
	font-size: 12px;
	color: black;
}
a:hover {
	color: #ebe258;
}
table {
	margin:0px;

}

.fond {
	background: white repeat-x;
	background-image: url("fond.png");
}
.special {
	margin-left: 20px;
}

.soustitre {
	text-align: center;
	font-weight: bold;
	color: #253f58;
}

.fxLnk {
	margin: 5px;
	text-decoration: underline; cursor: pointer; color: "black";
}

div#Layer2{
position:absolute; 
width:500px; 
height:370px; 
z-index:1; 
left: 210px; 
top: 90px;
/*layer-background-color: #253f58;
border: 1px solid #000000;
border-color: #253f58;*/
background: white no-repeat center center;
background-image: url("fondComposite.jpg");
}

div#Layer1 {
	background: white repeat-x;
	background-image: url("fond.png");
}

div#Layer3
{
	position:absolute;
	width:200px;
	height:200px;
	z-index:2;
	left: 720px;
	top: 90px;
}
