body, html {
	background-color: #5F0000;
	font-family: sans-serif;
	font-size: 14px;
	color: #FF9A38;
	text-align: center;
}

body {
	background-image: url("img/fond.gif");
	background-repeat: no-repeat;
}
td {
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #FF9A38;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #FFE5CC;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color:#888888;
	font-family:"Trebuchet MS",sans-serif;
	font-size:20px;
	font-weight:bold;
}
h2, h3 {
	color:#888888;
	font-family:"Trebuchet MS",sans-serif;
	font-size:16px;
	font-weight:bold;
}

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#header {
	padding-bottom: 1px;
	height: 100px;
}

#main {
	border-top: 5px solid #FF9A38;
	border-bottom: 5px solid #FF9A38;
	background-color: #FFE5CC;
	color: #5F0000;
	height: 450px;
}

#main a:link, #main a:visited {
	color: #5F0000;
}

#footer {
	padding: 0px;
	height: 50px;
}

#logo {
	float: left;
}

/***************
AVIS CONSO
****************/
.comment td {
	border: 0px;
}
ul.rating {
	font-family: "Lucida Grande", sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.rating li {
	list-style: none;
	border-bottom: 2px dotted #AA968B;
	padding-top: 10px;
	padding-bottom: 10px;
}

.signature {
	font-size: 11px;
}

#news img.icon {
	display: none;
}

#news img {
	height: 200px;
	float: left;
	margin: 5px;
}

.tab img {
	height: 150px;
	margin: 5px;
}

#news div.tab {
	clear: both;
}

.title {
	color: #5F0000;
	font-size: 18px;
	background-color: #FF9A38;
}

.diaporama {
	display: none;
}

.gallery {
	display: block;
	height: 450px;
	overflow: scroll;
	text-align: center;
}

.gallery img {
	width: 200px;
	margin: 5px;
	border: 5px solid #FFE5CC;
}

.gallery img:hover {
	border: 5px solid #FF9A38;
	cursor: pointer;
}

.submenu {
	border-right: 1px dotted #FF9A38;
	margin-right: 5px;
	float: left;
	width: 200px;
	height: 100%;
}

.submenu li {
	cursor: pointer;
}

.dia {
	text-align: left;
	border: 0px;
	padding-right: 5px;
	margin: 0px;
	width: 535px;
	height: 450px;
	float: left;
	overflow: hidden;
}

.diaNext, .diaPrev {
	cursor: pointer;
}

img.diaImg {
	height: 400px;
}

.text {
	height: 450px;
	overflow: scroll;
	padding-left: 5px;
}

.tab {
	text-align: center;
}

/*
 * Liste Generique
 */

ul {
    margin: 0px;
	padding-left: 20px;
	list-style-type: square;
}

#main li {
	padding: 4px;
	border-bottom: 1px dotted #FF9A38;
}

.activeTab {
	background-color: #FF9A38;
}

/*
 * Rubriques
 */

ul#menu {
	padding:0px;
	margin: 0px;
	vertical-align: top;
    font-family: Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	list-style-position: inside;
}

ul#menu li {
	float: left;
	padding: 4px;
	border-bottom: 1px solid #FFAA58;
}

ul#menu li:hover {
	background-color: #B24C00;
}

p.address {
	clear:both;
	padding: 7px;
	font-size: 11px;
    text-align: center;
}