a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
hr {
	border: 0px;
	height: 2px;
	background: url(images/hr.png) no-repeat center;
	margin-top: 20px;
	margin-bottom: 20px;
}
img {
	border: 0px;
}
body {
	background: #ebf8f4;
	font-family: Lucida Sans, Tahoma, Trebuchet MS, Helvetica, Verdana, Arial, serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
}
#header {
	height: 30px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: #000000 url(images/header.jpg) no-repeat top center;
	text-align: right;
	padding-top: 170px; /* Simulation de valign foireuse */
	border-left: 1px solid #889fbc;
	border-right: 1px solid #889fbc;
	border-bottom: 1px solid #889fbc;
}
#barre {
	height: 40px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	text-align: center;
	border-left: 1px solid #889fbc;
	border-right: 1px solid #889fbc;
	border-bottom: 1px dashed #889fbc;
}
#barre img {
	padding-left: 5px;
	padding-right: 5px;
}
#barre a:hover img {
	opacity: 0.7;
}
#corps {
	width: 970px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-left: 1px solid #889fbc;
	border-right: 1px solid #889fbc;
}
#slide {
	min-height: 20px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	background: url(images/slide.png) no-repeat top center;
	text-align: center;
}
#selector {
	min-height: 10px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold; 
}
#content {
	min-height: 20px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#news {
	min-height: 10px;
	padding: 5px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#news a:hover img {
	opacity: 0.7;
}
#galerie {
	min-height: 10px;
	padding: 5px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#boutique {
	min-height: 150px;
	padding: 5px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
#footer {
	width: 970px;
	height: 65px;
	background: #ffffff; /* url(images/hrlong.png) no-repeat top center; */
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px dashed #889fbc;
	border-left: 1px solid #889fbc;
	border-right: 1px solid #889fbc;
	border-bottom: 1px solid #889fbc;
}
#pub {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #889fbc;
	border-bottom: 1px dotted #889fbc;
}

/* Slide Menu */

div.sc_menu {
	margin: auto;
	position: relative;
	height: 180px;
	width: 500px;
	background: #ffffff;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 110px;
	width: 1500px;
	padding: 15px 0 0 15px;
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: block;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* SlideShow */

#s3slider {
	width: 350px;
	height: 200px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#s3sliderContent {
	width: 300px;
	position: absolute;
	top: 0;
	margin-left: 0;
	list-style: none;
}
.s3sliderImage {
	float: left;
	position: relative;
	display: none;
}
.s3sliderImage span {
	position: absolute;
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	width: 0px;
	background-color: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	color: #fff;
	display: none;
	top: 0;
}
.clear {
	clear: both;
}
