* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
}
h1, h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	font-size: 14px;
}
h3 span {
	font-weight: normal;
}
#col-two h4, #col-four h4 {
	color: #4dab50;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted #4dab50;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#col-two h5, #col-four h5 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #4dab50;
	background: #D1EDD1;
	padding: 2px;
	border-bottom: 2px solid #C5E9C5;
}
#col-two h6, #col-four h6 {
	font-size: 12px;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	color: #3E8840;
	background: url(images/fleche.gif) no-repeat left center;
	padding-left: 25px;
	margin-left: 10px;
}

#col-three h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #aa8e4c;
	background: #dbd0b0;
	padding: 2px;
	border-bottom: 2px solid #d2c6a4;
}



p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: outside;
	margin-left: 30px;

}

ul li {

}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

hr {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

/* Container */

.container {
	padding-top: 20px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font: bold 21px "Arial Narrow", sans-serif, Helvetica;
}

.boxed .content {
	padding: 10px;
	text-align: justify;
}

/* Logo */

#logo {
	width: 980px;
	height: 109px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
#logo h1 span {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 20px;
}


#logo h2 {
	font-size: 20px;
	position: absolute;
	left: 150px;
	bottom: 2px;
	letter-spacing: -1px;
	font-style: italic;
}
#logo h2 a {
	color: #999999;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#logo img {
	margin: 0px;
	padding: 0px;
}


/* Menu */

#menu {
	width: 500px;
	height: 30px;
	margin: 0px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y;
	position: relative;
}
#wrapperb {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: url(images/img01b.gif) repeat-y;
	position: relative;
}

/* Column One */

#col-one {
	float: left;
	width: 180px;
	padding-top: 10px;
	background: url(images/img02.gif) no-repeat;
}

#col-one .image {
	height: 150px;
}

#col-one .container {
	background: url(images/img04.gif) repeat-x;
}

#col-one .boxed {
}

#col-one .boxed .title {
	color: #A92030;
}

#col-one .boxed .content {
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
}

#col-one .boxed .content .textfield {
}

#col-one .boxed .content .button {
}

#col-one .boxed .content .tiny {
}

#col-one .boxed .content .tiny a {
}

/* Column Two/Four */

#col-two {
	float: right;
	width: 500px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img08.gif) no-repeat;
}

#col-four {
	float: right;
	width: 790px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img08b.gif) no-repeat;
}

#col-two .image, #col-four .image {
	height: 150px;
}

#col-two .container, #col-four .container {
	background: url(images/img10.gif) repeat-x;
}

#col-two .boxed, #col-four .boxed {
}

#col-two .boxed .title, #col-four .boxed .title {
	color: #4DAB50;
}

#col-two .boxed .content, #col-four .boxed .content {
}

/* Column Three */

#col-three {
	float: left;
	width: 280px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img05.gif) no-repeat;
	overflow:hidden;
}

#col-three .image {
	height: 150px;
}

#col-three .container {
	background: url(images/img07.gif) repeat-x;
}

#col-three .boxed {
}

#col-three .boxed .title {
	color: #C99F1A;
}

#col-three .boxed .content {
}

/* Extra */

#extra {
	height: 4px;
	background: url(images/img11.gif);
	overflow: hidden;
}
#extrab {
	height: 4px;
	background: url(images/img11b.gif);
	overflow: hidden;
}

/* Footer */

#footer {
	clear: both;
	width: 980px;
	margin: 1px auto 2px;
}

#footer p {
	margin: 0;
	margin: 0;
	font-size: 10px;
}
#footer #adresse {
	float: right;
	text-align: right;
	margin: -32px 0px 0px;
}


dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu-gauche {
	position: relative;
	top: 1em;
	left: 2px;
	width: 150px;
	margin-bottom: 30px;
}
#menu-gauche dt {
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	margin: 0;
	border: 1px solid #FEBCC5;
	text-align: left;
}
#menu-gauche dd {
	position: absolute;
	z-index: 1000;
	left: 130px;
	margin-top: -23px;
	width: 150px;
	border: 1px solid #fec1c8;
	display: block;
}
#menu-gauche ul {
	padding: 0px;
}
#menu-gauche dt a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0;
	position: relative;
	height: 24px;
	width: 135px;
	background: #fec5cb;
	padding-left: 5px;
	border-left: 10px solid #FE929F;
}
#menu-gauche dt a:hover {
	color: #fff;
	background: #c87880;
	border-left: 10px solid #fff;
}
#menu-gauche dd a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0;
	position: relative;
	height: 24px;
	line-height: 24px;
	width: 135px;
	z-index: 10000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background-menu.png', sizingMethod='scale');
	font-size: 11px;
	border-left: 10px solid #FEB1BA;
	padding-left: 5px;
	border-top: 1px solid #feced4;
	border-right: 1px solid #feced4;
	border-bottom: 1px solid #feced4;
}
#menu-gauche[id] dd a {
	background: url(images/background-menu.png) repeat;
}
#menu-gauche dd a:hover {
	color: #fff;
	border-left: 10px solid #fff;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background-menu-hover.png', sizingMethod='scale');
	border-top: 1px solid #feced4;
	border-right: 1px solid #feced4;
	border-bottom: 1px solid #feced4;
}
#menu-gauche[id] dd a:hover {
	background: url(images/background-menu-hover.png) repeat;
}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}


.float-left {
	float: left;
	margin-right: 10px;
}
.float-left-list {
	float: left;
	margin-right: 20px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.clear-both {
	clear: both;
}

.pdf {
	background: url(images/pdf.png) no-repeat right;
	padding-right: 24px;
}

.petit {
	font-size: 0.8em;
}

/* ******************  SLIMBOX ***************** */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* ****************** SLIMBOX END ***************** */

.icone-pdf {
	margin-bottom: -5px;
}
a.bouton-pre-inscription, a.bouton-pre-inscription:visited {
	background: #F1F1F1 url(images/bouton-pre-inscription.jpg) no-repeat left top;
	position: relative;
	display: block;
	height: 47px;
	width: 250px;
	margin: auto;
	font-size: 1px;
	text-decoration: none;
	color: #EDEDED;
}
a.bouton-pre-inscription:hover {
	background: #F1F1F1 url(images/bouton-pre-inscription.jpg) no-repeat left bottom;
}

ul.fleche li {
	list-style: url(images/fleche.gif) none inside;
	margin-left: 10px;
}

table.tarifs {
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}

table.tarifs th {
	font-weight: normal;
	padding: 3px;
	background: #C6E8C6;
	border: 1px solid #A7DCA7;
}
table.tarifs td {
	padding: 3px;
	background: #DFF2DF;
	border: 1px solid #C6E8C6;
}


table.tarifs .prix {
	width: 50px;
	text-align: center;
}

table.tarifs .prix-enfants {
	width: 115px;
	text-align: center;
}
.photos  a {
	display: block;
	float: left;
	padding: 10px;
	margin: 3px 6px 3px 7px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #339900;
}
.photos {
	clear: both;
}

.rouge {
	color: #FF0000;
}

#visite-virtuelle {
	background: #FFFFFF url(images/visite-virtuelle-photo.jpg) no-repeat left bottom;
	height: 523px;
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #FFFFFF;
}
#visite-virtuelle #description {
	color: #FFFFFF;
	background: #000000;
	margin: 0px 0px 3px;
	position: absolute;
	width: 596px;
	padding: 2px;
	top: 380px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}


#fleche-visite-exterieur {
	position: absolute;
	top: 487px;
	left: 305px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}
#fleche-visite-salon {
	position: absolute;
	top: 426px;
	left: 296px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}
#fleche-visite-spectacle {
	position: absolute;
	top: 444px;
	left: 256px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}
#fleche-visite-refectoire {
	position: absolute;
	top: 444px;
	left: 343px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}
#fleche-visite-garay {
	position: absolute;
	top: 410px;
	left: -2px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}
#fleche-visite-chambres-l {
	position: absolute;
	top: 457px;
	left: 207px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}
#fleche-visite-chambres-r {
	position: absolute;
	top: 457px;
	left: 460px;
	height: 50px;
	width: 30px;
	text-align: center;
	display: block;
}

.zoom {
	position: absolute;
	right: 5px;
	margin-top: -10px;
	font-style: italic;
	color: #808080;
	font-size: 11px;
}
