body {
	background-color: #2f2f2f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	behavior: url(csshover.htc); /* Patch for IE:hover */
}
img {
	border: none;
}
.pink {
	color: #f700d3;
}
div#container {
	margin: 0 auto;
	width: 880px;
	height: 600px;
	background-image: url(images/bg_container_splash.jpg);
	position: relative;
}
a#entrer {
	position: absolute;
	left: 530px;
	top: 342px;
	width: 120px;
	height: 34px;
}
a#splash {
	position: absolute;
	left: 56px;
	top: 73px;
	width: 133px;
	height: 40px;
}
ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 86px;
	left: 230px;
}
ul#menu li{
	display: inline;
	list-style: none;
	margin-right: 20px;
	padding: 0;
}
h1 {
	position:absolute;
	top: 135px;
	left: 66px;
	margin: 0;
	padding: 0;
}
div.contentview {
	overflow: hidden;
}
div#contentview_accueil {
	position:absolute;
	top: 174px;
	left: 66px;
	width: 265px;
	height: 340px;
}
div#contentview_photos {
	position: absolute;
	top: 179px;
	left: 60px;
	width: 616px;
	height: 337px;
}
#content {
	position: relative;
	top: 0px;
}
.photo {
	float: left;
	width: 118px;
	height: 100px;
	padding-top: 10px;
	padding-left: 28px;
}
.photo img:hover{
	cursor: pointer;
}
div.scroll {
	width: 29px;
	height: 29px;
}
ul#footer {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 561px;
	left: 580px;
	color: white;
	font-size: 10px;
}
ul#footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#footer li a{
	color: white;
	text-decoration: none;
}
a#wwv {
	position: absolute;
	left: 745px;
	top: 577px;
	width: 96px;
	height: 16px;
}