body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #3d3d3d;
}

a {
	border:none;
	color: #bad730;
	outline: none;
	text-decoration: none;
}

img {
	border: none;
}

h1{
	display: none;
}

h2 {
	color: #bad730;
	font-size: 20px;
	margin-bottom: 10px;
}

h2 span {
	color: #fff;
	font-size: 32px;
}

.breaker {
	clear:both;
}

br.breaker {
height:1px;
line-height:1px;
}

#contact {
	position: absolute;
	top: 240px;
	right: -161px;
	color: #bad730;
	width: 152px;
	text-align: center;
}

#conteneur {
	position: relative;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding-bottom:20px;
	padding-top:20px;
	clear: both;
}

#bordure {
	position: absolute;
	top: 0px;
	right: 600px;
	text-align: center;
}
#bandeau {
	width: 560px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

#galleries {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #000;
	text-align: left;
}

.thumbs {
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.thumbs a {
border: 2px solid #000;
display: block;
float:left;
height:50px;
width: 50px;
}

.thumbs a img{
float: left;
}

.thumbs a:hover {
	border: 2px solid #bad730;
}