html {
	height: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
	color: #000;
	height:100%; /* needed for wrapper min-height */
	background-image: url(../images/bggeneral.jpg);
	background-repeat: repeat-x;
	background-color: #2d2d2d;
}

.clear {
    clear: both;
}

/* -- Main blocks -------------------------------------------- */

#container {
	height: auto !important;
	min-height: 100%;
	position: relative;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 185px;
}

#content {
	width: 993px;
	margin: 0 auto;
	position: relative;
	top: -30px;
	z-index: 10;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 47px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}

#deco {
	background-image: url(../images/fond_lumineux_transp.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;

	height: 595px;
	position: absolute;
	bottom: 47px;
	width: 100%;
}

/* -- Header contents --------------------------------------- */

.header-content  {
	width: 980px;
	margin: 0 auto;
}

.header-logo {
}

.header-1 {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	width: 200px;
}

.header-2 {
	float: left;
	margin-left: 55px;
	margin-top: 5px;
}

/* -- Contents ------------------------------------------------ */

.border-top {
	background-image: url(../images/bgsitehaut.png);
	background-repeat: repeat-x;
	height: 17px;
	width: 100%;
}

.main-content {
	background-image: url(../images/bgsite.png);
	background-repeat: repeat-y;
	padding: 3px 20px 30px;
}

.main-content-inner {
	background-color: #fff;
}

/* -- Gallery ------------------------------------------------------ */

.galery {
	background-image: url(../images/fond_photos.png);
	background-repeat: no-repeat;
	width: 468px;
	height: 298px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
    float: left;
}

.galery img {
	border: 1px solid #ccc;
	background-color: white;
	margin-right: 7px;
	display: block;
	float: left;
	width: 448px;
	overflow: hidden;
}

.pagination {
	text-align: center;
	background: url(../images/bandedegradee.png) 0 0 no-repeat transparent;
	height: 16px;
	width: 488px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 0 no-repeat transparent;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	margin-top: 4px;
	display: inline-block;
}

.pagination a.selected {
	background-position: -15px 0;
	cursor: default;
}
.pagination a span {
	display: none;
}

/* -- Encart */

.encart {
	text-align: center;
}

.accroche {
	margin: 20px 30px 0;
}

.accroche p {
	margin: 10px 0;
	color: #000;
}

/* News */

.news {
    background-image: url("../images/fond-news.png");
    background-repeat: no-repeat;
    float: left;
    height: 255px;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px 30px 20px 20px;
    text-align: justify;
    width: 380px;
}

.news-filler {
    float: left;
    height: 50px;
    width: 70px;
}

.separateur {
	background-image: url(../images/bandedegradeecourbe.png);
	background-repeat: no-repeat;
	width: 559px;
	height: 19px;
	margin: 20px auto;
}

.bloc-contact {
	background-image: url("../images/bloc_contact.png");
	background-repeat: no-repeat;
	height: 284px;
	margin: 0 auto;
	padding: 10px;
	width: 915px;
    margin-top: 30px;
}

#map_canvas {
	width: 625px;
	height: 280px;
	border: 1px solid #e4e4e4;
	float: left;
}

.infos {
	float: left;
	margin-left: 20px;
}

.infos h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

