/* FONT */

@font-face {
	font-family: Pavane;
	src: url("PAVANE__.eot"); /* EOT file for IE */
}
@font-face {
	font-family: Pavane;
	src: url("PAVANE__.TTF"); /* TTF file for CSS3 browsers */
}


/* General */

body {
	font-size: 14px;
	line-height: 1.2em;
	font-family: Arial, Verdana;
	color: #000;
	padding: 15px 0;
	margin: 0;
	background: #EEF;
	text-align: center;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	display: block;
}

body a img {
	border: none;
}

#page {
	width: 1007px;
	margin: 0 auto;
}

#global {
	border: 1px solid #6C4891;
	text-align: left;
	background: #FFF;
}

#banniere {
	min-height: 165px;
}

#banniere img {
	display: block;
	margin: 0;
	border: none;
}

#main {
	padding-top: 15px;
	margin: 0;
}

#menu {
	float: left;
	width: 235px;
	padding: 15px 0;
	margin-bottom: 20px;
}

#content {
	min-height: 500px;
	margin-left: 255px;
	text-align: justify;
	line-height: 1.4em;
}

#main.withDiaporama #content {
	font-size: 0.9em;
	line-height: 1.3em;
}

#main.withDiaporama #content h1.titre {
	padding: 0.2em 0;
	margin: 0;
}

#main.withDiaporama #content h1.titre a {
	text-decoration: none;
	cursor: text;
}

#contentText {
	padding: 20px 40px 30px 20px;
}

#footer {
	min-height: 110px;
	text-align: center;
	background: transparent url('logo-offices-tourisme.gif') 85px 20px no-repeat;
}

p#credits {
	margin: 0;
	text-align: center;
	font-size: 0.9em;
	padding: 1em;
}

/* Contact */

td.legende {
	font-size: 10px;
	font-style: italic;
}

span.error {
	font-size: 1em;
	font-weight: bold;
	color: #EE0000;
}

.contact_field {
	width: 80%;
	font-family: Arial, Verdana;
	font-size: 1em;
	border: 1px solid #335F92;
	background: #EEF;
	padding: 2px;
}

/* Blog */

#content div.blog {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #6C4891;
}

#content div.blog img.miniature {
	border: 1px solid #6C4891;
	display: block;
	margin-left: 2em;
	margin-bottom: 0.5em;
	max-height: 100px;
}

/* Diaporama */

#diaporama {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

/* Styles */

h1.titre {
	color: #6C4891;
	font-weight: bold;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.3em;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 0 0.2em 0;
}

h1.titre a {
	display: block;
	text-decoration: none;
	color: #6C4891;
	cursor: text;
}

#content h2 {
	font-size: 1.2em;
	margin: 1.2em 0 0.3em 0;
	padding: 0.5em 0 0 0;
}

#content h3 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
	padding: 0.4em 0 0 0;
}

#content p {
	margin: 0.5em 0 1em 0;
	padding: 0.2em;
}

hr.spacer, hr.clear {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	line-height: 0em;
	font-size: 0em;
	overflow: hidden;
	border: 0;
}

/* Liens */

a {
	color: #04A;
	text-decoration: underline;
}

a:hover {
	color: #07B;
}

#credits a {
	color: #6C4891;
}

/* Menu */

#menu ul {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: center;
}

#menu ul li {
	display: block;
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0;
}

#menu ul li.items_0 {
	background: #92C465 url('ot-pays-manslois-menu-green-item-bottom.gif') 50% 100% no-repeat;
}

#menu ul li.items_1 {
	background: #7AD1F1 url('ot-pays-manslois-menu-blue-item-bottom.gif') 50% 100% no-repeat;
}

#menu ul li a {
	display: block;
	padding: 8px 10px;
	text-align: center;
	color: #000;
	font-family: Pavane, Arial, Verdana;
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
	line-height: 1.3em;
}

#menu ul li.items_0 a {
	background: transparent url('ot-pays-manslois-menu-green-item-top.gif') 50% 0 no-repeat;
}

#menu ul li.items_1 a {
	background: transparent url('ot-pays-manslois-menu-blue-item-top.gif') 50% 0 no-repeat;
}

#menu ul li a:hover {
	color: #FFF;
}

#menu ul li ul {
	display: block;
	margin: 0;
	padding: 0 0 23px 0;
	text-align: center;
}

#menu ul li.items_0 ul {
	border-top: 1px solid #92C465;
}

#menu ul li.items_1 ul {
	border-top: 1px solid #7AD1F1;
}

#menu ul li ul li {
	display: block;
	margin: 0;
	list-style: none;
	padding: 0;
	background: transparent;
}

#menu ul li.items_0 ul li {
	border-bottom: 1px solid #92C465;
}

#menu ul li.items_1 ul li {
	border-bottom: 1px solid #7AD1F1;
}

#menu ul li ul li a {
	display: block;
	padding: 4px 10px;
	text-align: center;
	color: #000;
	font-family: Pavane, Arial, Verdana;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.3em;
	word-spacing: 2px;
}

#menu ul li.items_0 ul li a {
	background: #ACD28B;
}

#menu ul li.items_1 ul li a {
	background: #9ADCF4;
}

#menu ul li.items_0 ul li a:hover {
	background: #6D934C;
}

#menu ul li.items_1 ul li a:hover {
	background: #5B9DB5;
}

.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 10px; }
.datepicker tr.days th { height: 18px; }
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }

.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background-color: #99ffff; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }

/* Diaporama */

#mod_diapo {
	width: 300px;
	height: 200px;
	margin: 0 0 1em 1.5em;
	border: 1px solid #5C5B60;
	float: right;
	text-align: center;
	z-index: 1000;
}

#diaporama2 {
	width: 300px;
	height: 200px;
	margin: auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border: none;
}

#diaporama2 #mobile {
	width: 600px;
	height: 200px;
	position: relative;
}

#diaporama2 .cadre {
	background: transparent;
	width: 300px;
	height: 200px;
	position: relative;
	float: left;
}
