/* CSS Document */
form {
	margin : 0px;
	padding : 0px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul, ol, dl {
	position:relative;
}
/* STRUCTURE */
body {
	background-color: #39021C;
	margin-top: 30px;
	padding : 0px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#main {
	width:990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* HEADER */
#header {
	float: left;
	width: 990px;
	margin-bottom:10px;
}
.signature {
	float: right;
}
.menu {
	float: left;
	margin-bottom:10px;
	text-align:center;
}
.wifi {
	float: right;
}
#slideshow {
	float: left;
	width: 830px;
	height: 339px;
	border: 5px solid #4B1931;
	margin-bottom:10px;
	margin-right:20px;
	position:relative;
}
#address {
	position:absolute;
	width: 830px;
	z-index: 100;
	right: 0px;
	bottom: 0px;
}
/* RIGHT */
#right {
	position:relative;
	float: left;
	width: 130px;
	height: 349px;
	text-align:left;
	clear:right;
}
#right h1 {
	margin:0px;
	padding-bottom:10px;
}
#right li {
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 15px;
}
#right li a {
	color:#FFFFFF;
	text-decoration:none;
}
#right li a:hover {
	text-decoration: underline;
	color:#FFC10E;
}
#sister {
	position:absolute;
	width: 130px;
	right: 0px;
	bottom: 0px;
}
#sister h1 {
	margin:0px;
	padding-bottom:5px;
}
#sister .vignette {
	border: 1px solid #4B1931;
}
/* FOOTER */
#footer {
	float: left;
	width:990px;
	margin-bottom:10px;
}
#footer p{
	color:#ffc20e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
#footer a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #000000;
}
#footer a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #FF2100;
}
#email {
	float: left;
	width:990px;
}
/* GOOGLE MAPS*/
#map {
	display: none;
}
/* CREDITS*/
.credit {
	width:990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #1A4355;
	padding-bottom: 20px;
}
.credit a {
	text-decoration: none;
	color: #1A4355;
}
.credit a:hover {
	text-decoration: underline;
}