@charset "UTF-8";
/* CSS Document */

body
{
  margin:0px;
  padding:0px;
  background-color:#000000;
  background-image:url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#top {
	width: auto;
	height: 19px;
	background-image:url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
}

#bottom {
	width: auto;
	height: 13px;
	background-image:url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
}

#container {
	width: auto;
	height: auto;
	background-image:url(../images/bg-contenu.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width:980px;
	height:auto;
	margin: auto;
	text-align: center;
}

#menu {
	width:980px;
	height: 28px;
	margin: auto;
}

#menu-btn {
	width:717px;
	height: 28px;
	text-align: right;
	float: left;
}

#menu-logo {
	width:195px;
	height: 28px;
	text-align: right;
	float: right;
}

#content {
	width: 980px;
	height: auto;
	margin: auto;
	text-align: center;
}

#content-description {
	width: 980px;
	height: 109px;
	padding-top: 20px;
	padding-bottom: 35px;
	background-image:url(../images/bg-description.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: auto;
	text-align: center;
}



#content-description p {
	text-transform: uppercase;
	color:#cdcdcd;
	font-size: 18px;
	line-height: 1.2em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

#content-description-contact {
	width: 980px;
	height: 509px;
	padding-top: 20px;
	padding-bottom: 35px;
	background-image:url(../images/bg-description.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: auto;
	text-align: center;
}

#content-description-contact p {
	text-transform: uppercase;
	color:#cdcdcd;
	font-size: 18px;
	line-height: 1.2em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

#content-description-services {
	width: 980px;
	height: 779px;
	padding-top: 20px;
	padding-bottom: 35px;
	background-image:url(../images/bg-description.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: auto;
	text-align: center;
}

#content-description-services p {
	text-transform: uppercase;
	color:#cdcdcd;
	font-size: 18px;
	line-height: 0.2em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

#content-2 {
	width: 980px;
	height: 157px;
	margin: auto;
	text-align: center;
}

#footer {
	width: auto;
	height: 380px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer-contenu {
	width: 1152px;
	height: 380px;
	margin: auto;
}

p {
	font-family: ;
	font-size: 12px;
}

#gallery {
		/*background-color: #ffffff;*/
		padding: 10px;
		width: 880px;
}
	
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
		border: 5px solid #353327;
		border-width: 5px 5px 20px;
	}
#gallery ul a:hover img {
		border: 5px solid #CDEEAE;
		border-width: 5px 5px 20px;
		color: #fff;
	}
#gallery ul a:hover { color: #fff; }
