/* GLOBAL */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #475466;
}

body {
	background: #F2E8DA;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

li {
	list-style-type: square;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

/* MAIN */
#container {
	position: absolute;
	width: 1024px;
	height: 576px;
	left: 50%;
	margin-left: -455px;
	background: url(img/fond.png) no-repeat center;
}

#top {
	position: relative;
	width: 960px;
	height: 515px;
	left: 50%;
	margin-left: -481px;
	top: 30px;
	border: #475466 solid 1px;
}

#menu {
	position: absolute;
	width: 160px;
	height: 515px;
	display: inline;
}

#photo {
	position: absolute;
	width: 700px;
	height: 515px;
	left: 160px;
	display: inline;
}

#thumbs {
	position: absolute;
	width: 100px;
	height: 515px;
	left: 860px;
	background: url(img/degrade.jpg) no-repeat;
	display: inline;
	padding: 11px;
}

#bottom {
	position: absolute;
	width: 960px;
	height: auto;
	left: 50%;
	margin-left: -481px;
}

#name {
	position: absolute;
	width: 160px;
	height: auto;
	top: 30px;
	text-align: center;
}

#content {
	position: absolute;
	width: 800px;
	height: auto;
	left: 160px;
	top: 30px;
}

#copy {
	position: relative;
	width: 1024px;
	height: auto;
	left: 50%;
	margin-left: -535px;
	top: 50px;
	font-size: x-small;
	text-align: center;
}

.image {
	margin-bottom: 25px;
}

.form {
	width: 110px;
}

#langue {
	margin-top: 3em;
	font-size: small;
	text-align: center;
	font-style: italic;
}

/* RATES */

iframe#rates {
	top: 15px;
	width: 800px;
	border: 0px;
}