body{
	border: 0;
	margin: 0;
}
body, td, th, input, textarea{
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, p, img{
	border: 0;
	margin: 0;
	padding: 0;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#photos{
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 800px;
	height: 533px;
	overflow: hidden;
	position: absolute;
	margin: -300px 0 0 -400px;
}
#photos img{
	top: 0;
	z-index: 4;
	left: 800px;
	position: absolute;
}
#texte{
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 500px;
	height: 533px;
	overflow: hidden;
	position: absolute;
	margin: -300px 0 0 -100px;
	background: transparent url(/images/fond.png) no-repeat top left;
	behavior: url(/iepngfix.htc);
}
#texte p{
	padding: 15px 15px 0 120px;
}
#footer{
	top: 50%;
	left: 50%;
	width: 800px;
	height: 70px;
	position: absolute;
	margin: 233px 0 0 -400px;
	background-color: #DDDDDD;
}
#footer p{
	color: black;
}
#footer h1{
	float: left;
	color: black;
	width: 400px;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#footer p.left{
	float: left;
	width: 400px;
	font-size: 14px;
	padding-left: 5px;
}
#footer p.right{
	float: right;
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;
}
#footer img{
	height: 12px;
	margin: 3px 0 2px 0;
}
