
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#FFF6A7; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#FFF6A7; font-size: 14px; font-family:"Times New Roman", Times, serif; padding-bottom:20px; font-weight:bold; }
h2 { color:#FFF6A7; font-size: 1.6em; font-family:"Times New Roman", Times, serif; font-weight:bold;  }
h3 { color:#FFF6A7; font-size: 1.5em; font-family:"Times New Roman", Times, serif; }
h4 { color:#FFF6A7; font-size: 1em; font-family:"Times New Roman", Times, serif; }
h5 { color:#FFF6A7; font-size: 0.83em; font-family:"Times New Roman", Times, serif; }
h6 { color:#FFF6A7; font-size: 0.67em; font-family:"Times New Roman", Times, serif; }
p { color:#FFF6A7; font-size: 1em; }
ul, ol { color:#FFF6A7; font-size: 1em; }
li {  color:#FFF6A7; font-size: 1em; }
a { color:#FFF6A7; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; }
textarea { border-width:thin; padding:3px; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ height:20px; width:100%; padding:0; font-size:1.4em; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#FFF6A7 inset 1px; padding:5px; background-color:#FFFFFF; color:#23254B; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#FFF6A7 inset 1px; padding:5px; background-color:#FFFFFF; color:#23254B; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#FFF6A7;  background-color:#FFF6A7; color:#23254B;}
sup{
vertical-align:super;
font-size:10px;
}
/*----------------*/
#page-plan-du-site{
margin:0 auto; width:950px; 
}
#head-plan-du-site{
background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;
height: 263px;
}
#menu-plan-du-site{
	background:url(../images/plan-du-site/menu-plan-du-site.jpg) no-repeat;
	height:509px;
}
#content-plan-du-site{
	padding:20px 70px 20px 70px;
	text-align:justify;
	line-height:30px;
}
#foot-plan-du-site{
background:url(images/photos/plan-du-site/footer-plan-du-site.jpg) no-repeat;
height: 43px;
}
/*#plan du site*/
/*************google map*******************/
.plan {
	width: 465px;
	height: 500px;
	border: 1px solid #ffef92;
		text-align:-moz-center;
	!text-align:center;
	margin:auto;

}
#map .infosbulle {
	width: 220px;
	border: none;
	margin: 0;
	padding: 0;
		text-align:-moz-center;
	!text-align:center;

}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:-moz-center;
	!text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
}
.plan-printer {
	display:block;
	text-align:right;
	padding-bottom:10px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.contact{
	text-align:-moz-center;
	!text-align:center;
}
/*-----------------High light---------------*/
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}


.highslide-wrapper {
	background: white;
}
.highslide img { border:none;}

.highslide-image{
	border: 2px solid #8e8e8e;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 1px solid #8e8e8e;
	border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: normal;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #8e8e8e;
    background-color: white;
    
    padding-left: 14px;
    background-image: url(images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background-image:url(../images/graphics/fullexpand.gif);
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.fix{
width:100%;
margin:0 auto;
}
.fix1{
width:850px;
margin:auto;
}
.div-main{
width:600px;
}
.div-sub1{
width:200px;
}
.div-sub2{
width:520px;
}
.div-sub3{
width:350px;
}
.div-sub4{
width:340px;
}
.div-sub5{
width:350px;
height:1650px;
#height:1650px;
_height:1650px;
border:1px solid #ffef92;
}

.div-sub1-1{
width:200px;
}

.div-sub2-2{
width:480px;
}

.text-chambres{
margin-left:40px;
}
.img-margin{
margin-left:34px;
}
.height-presentation{
height:320px;
}
.text-pre{
color:#c8b12e;
font-size:14px;
}
.text-menu{
color:#c8b12e;
font-size:16px;

}
#table-menu{
	border-collapse:collapse;
	width:620px;
	border:1px dotted #ffef92;
	float:left;
	vertical-align:middle;
}
#table-menu tr{
}
#table-menu td{
	padding:10px;
}
.td1{
width:60%;
border-bottom:1px dotted #ffef92;
border-right:1px dotted #ffef92;
}
.td2{
width:13%;
border-bottom:1px dotted #ffef92;
border-right:1px dotted #ffef92;
}
.td3{
width:14%;
border-bottom:1px dotted #ffef92;
border-right:1px dotted #ffef92;
}
.td4{
width:15%;
border-bottom:1px dotted #ffef92;
border-right:1px dotted #ffef92;
text-align:right;
}
.td5{
width:85%;
border-bottom:1px dotted #ffef92;
border-right:1px dotted #ffef92;
}

.div-table{
width:620px;
margin:auto;
}
.text-menus{
margin-left:195px;
}
.align-img{
margin-top:20px;
#margin-top:10px;
_margin-top:10px;
}
.menu2{
margin-left:70px;
}
.person{
width:400px;
margin:auto;
}

.presentation li{ float:left; list-style:none outside; background-color:#454B80; width:340px; padding:5px; border:1px solid #999; text-align:center; font-size:12px; font-weight: bold;}
.presentation li a{text-decoration:none; font-weight: bold; color:#C8B12E;}
.contenu-presentation {background-color:#454B80; width:702px; clear:both; border:1px solid #999;margin-left:12px;}
li.present{ background-color:#181B39;}