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

@import url(structure.css);

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

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

h1 { color:#f1deb0; font-size: 1.1em; font-weight:bold; }
h2 { color:#f1deb0; font-size: 1.3em; }
h3 { color:#f1deb0; font-size: 1.17em; }
h4 { color:#f1deb0; font-size: 1em; }
h5 { color:#f1deb0; font-size: 0.83em; }
h6 { color:#f1deb0; font-size: 0.67em; }
p { color:#f1deb0; font-size: 1em; }
ul, ol { color:#f1deb0; font-size: 1em; }
li {  color:#f1deb0; font-size: 1em; }
a { color:#f1deb0; text-decoration:underline; }
a:hover { text-decoration:none; color:#f1deb0; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#f1deb0; }
textarea { border-width:thin; padding:3px; color:#f1deb0; }
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 */
.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 horizontal */
#frmEnvoi{ width:790px; }
.divformulaire{ width:480px; float:left; padding-right:10px;}
#divmessage{ width:300px; float:left; padding-top:40px;}
#frmEnvoi input, textarea{ background-color:transparent; padding:5px; border:#f1deb0 solid 1px; }
#frmEnvoi .INPUT2{ border:none;}
#frmEnvoi .field{ text-align:right; padding-top:10px; }
#frmEnvoi .champ { height:15px; width:200px; }
#frmEnvoi textarea{ height:140px; width:250px; }

/* Questionnaire */
#captQuestion input { background-color:transparent; padding:5px; border:#f1deb0 solid 1px; }
.numChoix {width:10px; height:15px; color:#000000; font-size:10px; margin-left:5px; border:#f1deb0 solid 1px; }
.texteQuestionnaire {height:15px; color:#000000; font-size:10px; margin-left:5px; border:#f1deb0 solid 1px;}
.espaceQuestion { padding-left:30px;}
.colonneChoix {float:left; width:150px; margin-right:30px;}
.btnEnvoyer {background-color:transparent; border:#f1deb0 solid 1px;}
/* Style du champ texte */

/* Accueil */
.habill{ padding:5px 0 0 0px;}

/* Soirées */
.soiree{ position:relative; width:410px; height:107px; float:left;}
.encartSoiree{ position:relative; background:url(../images/fond-soiree.png) top no-repeat; width:410px; height:107px; float:left;}
/*.btnDetail{position:relative; width:124px; height:20px; z-index:10; left:139px; top:-20px;}*/
.photoSoiree{ position:relative; float:left; padding:7px; width:116px; height:93px;}
.titreSoiree {position:relative;color:#f1deb0; font-size: 1.1em; font-weight:bold;}
.txtEncartSoiree { position:relative; float:right; width:268px; margin:7px 7px 0 0; text-align:left;}
.txtEncartSoiree p { line-height: 1.2;}
.imgContour{position:absolute; z-index:10; top:7px; left:7px; width:116px; height:93px;}
.btnDetail{position:absolute; z-index:11; width:124px; height:20px; left:286px; top:87px; }
.contourImg { border:solid 1px #f1deb0; }

/* Visite */
.encartService{ padding-top:5px; }
.titreService{ padding-top:10px; }
.textService{ padding-top:10px; }

/*-------------------------highslide------------------------*/

.highslide-html-content {
	position: absolute;
    display: none;
	background-color: #591200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

.highslide-body{
	padding-top:10px;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: #591200;
}
.highslide-wrapper .highslide-html-content {
    width: 300px;
    padding: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: f1deb0;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #f1deb0;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*-------------------------fin highslide------------------------*/
