@charset "utf-8";
/* CSS Document */

/* fr : Style de base*/
/* en : Basic style*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #CCCCFF;
}
h1{
	font-size : 14pt;
	margin : 0%;
	color: #9888B3;
	font-weight: bold;
}
h3 {
	color: #9888B3;
}
h4 {
	font-size: 0.9em;
	color: #A37251;
	font-weight: bold;
}
#header {
	background-position: 0 0;
	height: 120px;
	margin: 0;
	width: 800px;
}
#conteneur {
	position: relative;
	width: 800px;
	margin: 10px auto 0;
	background-color: #FFFFFF;
	height: auto;
}

/*navigation */
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #9888B3;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #9888B3;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
#conteneur #contact {
	color: #000000;
	width: 250px;
	margin-left: 400px;
	margin-top: 50px;
}
#conteneur fieldset {

}
#conteneur #cuisine {
	height: 160px;
	width: 200px;
	margin-left: 25px;
}


#conteneur #versas {
	height: 250px;
	width: 350px;
	margin-top: -190px;
	margin-left: 25px;
}
#conteneur #texte {
	color: #000000;
	width: 300px;
	text-align: justify;
	margin-left: 450px;
	margin-top: -270px;
	height: 280px;
}
#conteneur #flash {
	height: 270px;
	width: 400px;
	margin-left: 10px;
}


#conteneur #gauche {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #9888B3;
	width: 1px;
}
#conteneur #couleur {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9888B3;
	border-left-color: #9888B3;
	height: auto;
}
#conteneur #plan {
	width: 250px;
	height: 270px;
	border: thin solid #9888B3;
	margin-left: 50px;
}
#conteneur #acces {
	height: 270px;
	width: 350px;
	margin-left: 400px;
	margin-top: -275px;
	color: #000000;
}
#conteneur #tarifs {
	color: #000000;
	width: 400px;
	margin-left: 320px;
	margin-top: -265px;
	height: 270px;
}
#conteneur #tarif {
	height: 270px;
	width: 180px;
	margin-left: 50px;
}


#conteneur #vide {
	height: 20px;
}
#conteneur #titre {
	padding-left: 50px;
}
#conteneur #titre1 {
	padding-left: 30px;
}
#conteneur #chambre {
	height: 160px;
	width: 200px;
	margin-left: 25px;
}
#conteneur #terasse {
	height: 160px;
	width: 200px;
	margin-left: 25px;
}
#conteneur #chambre1 {
	height: 160px;
	width: 200px;
	margin-left: 570px;
	margin-top: -190px;
}
#conteneur #chambre2 {
	height: 160px;
	width: 200px;
	margin-left: 570px;

}
#conteneur #textegite {
	width: 300px;
	margin-left: 250px;
	height:300 px;
	text-align: justify;
	margin-top: -150px;
}
#conteneur #vide {
	height: 50px;
}

#conteneur #vide1 {
	height: 20px;
}

#conteneur #bain {
	width: 200px;
	height: 160px;
	margin-left: 570px;
	margin-top: -480px;
}
/* fin navigation */
#conteneur #pied {
	color: #993366;
	text-align: center;
	height: 40px;
	background-image: url(images/pied.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: x-small;
	padding-bottom: 5px;
}
/*-------- les liens -------*/
a.liens {
	color: #0000FF;
	font-size: 90%;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.liens:hover {
	color: #0000FF;
	font-size: 90%;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
a.liens1 {
	color: #0000FF;
	font-size: 100%;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.liens1:hover {
	color: #0000FF;
	font-size: 100%;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/*--------- fin liens -----------*/
.couleur {
	color: #FFFFFF;
}
/*--------- Lightbox -----------*/
#lightbox{
    background-color:#fff;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/
/*formulaire*/
# formu {
	witdh: 500px;
}
/*fin formulaire*/
/* formulaire inscription */

fieldset {
	margin-bottom: 1em;
	border: 0;
	width: auto;
	margin: 0.5em;
	background-color: #d3d2df;
}
fieldset p {
	padding: 0 0 0.75em 0.5em !important;
	padding: 0 0 0.35em 0.5em;
	clear: both;
	height: 20px;

}
legend {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	background-color:#d3d2df !important;
	background-color: none;
}
label.text {
	display: block;
	float: left;
	width: 40%;
	text-align: right; /* n'hésitez pas pas à aligner à gauche, c'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #ABBF3B;
}
/* fin formulaire inscription */
label.text1 {
	display: block;
	float: left;
	width: 90%;
	text-align: left; /* n'hésitez pas pas à aligner à gauche, c'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #ABBF3B;
}

.radioCheck {
	margin: 0 1em 0 0.25em;	
}
input.text,
textarea {
	width: 40%;
	background-color: #ffffff;
	border: 0;
	margin-right: 0.25em;

}
.envoy {
	margin: 1em 0;
	text-align: left;
}
.envoy label {
	border: 0;	
}
hr {
	visibility: hidden;
	clear: both;
}
span.note {
	font-size: 0.75em;
}
span.warning {
	font-weight: bold;
	font-size: 1.3em;
	color: #990033;
}