@charset "utf-8";

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

@import url(structure.css);

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

body { color:#fff; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }

h1 { /*color:#fff;*/ font-size: 12px; font-weight:bold; margin-bottom:10px; }

h2 { color:#fff; font-size: 12px; font-weight:bold }

h3 { color:#fff; font-size: 1.17em; }

h4 { color:#fff; font-size: 1em; }

h5 { color:#fff; font-size: 0.83em; }

h6 { color:#fff; font-size: 0.67em; }

p { color:#fff; font-size: 1em; }

ul, ol { color:#fff; font-size: 1em; }

li { color:#fff; font-size: 1em; }

a { color:#fff; 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 { }

textarea { }

em { }

strong { }

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

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

.imgRight { float:right; margin-left:2em; }

/* 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 { font-weight: bold; }

.italic { font-style: italic; }

.strike { 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; }

/*-----------------------------*/

#coordonnees { padding:20px 0 0 0; text-align:center; }

#coordonnees a img { border:none; }

/*-------------------------formulaire------------------------*/

	#formulaire { background: transparent; text-align:center; width:400px; padding:0; float:left; } /* carateristique du formulaire */

#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */

.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */

.textareaform { width:398px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */

.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#fff; background-color:#000; border: 1px solid #fff; } /* carateristique des select */

.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */

#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; } /* carateristique de l'input "envoyer mon 			message" */

.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */

#formulaire div a { color:#fff; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */

#code { background-color:#000; color:#fff; border: 1px solid #fff; }

.transp, .inputtexte { background: #000; border: 1px solid #fff; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#fff; } /* pour rendre les input et textarea transparent avec une bordure */

/*-------------------------fin formulaire------------------------*/



/*================Plan=====================*/
.plan {
	width: 650px;
	height: 550px;
	border:5px solid;
	border-color:#cc168b;
	margin-left:0px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	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;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
	padding-bottom:10px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.hinh-cont{margin: 5px 55px 20px 55px;}
.canhmap{height:auto;}
.hinhtrai{padding-left:30px;}
.hinhfai{width:200px; padding-left:30px;}

.vien{border: #dd269a solid 3px;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
		width: 100%;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
.text-eve{margin-bottom:10px;}

#gallery2 {
		
		width: 100%;
	}
	#gallery2 ul { list-style: none; }
	#gallery2 ul li { display: inline; }
	#gallery2 ul img {
		
		border-width: 5px 5px 20px;
	}
	#gallery2 ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery2 ul a:hover { color: #fff; }
	
#gallery3 {
		
		width: 100%;
	}
	#gallery3 ul { list-style: none; }
	#gallery3 ul li { display: inline; }
	#gallery3 ul img {
		
		border-width: 5px 5px 20px;
	}
	#gallery3 ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery3 ul a:hover { color: #fff; }
	
#gallery4 {
		
		width: 100%;
	}
	#gallery4 ul { list-style: none; }
	#gallery4 ul li { display: inline; }
	#gallery4 ul img {
		
		border-width: 5px 5px 20px;
	}
	#gallery4 ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery4 ul a:hover { color: #fff; }
	
#gallery5 {
		
		width: 100%;
	}
	#gallery5 ul { list-style: none; }
	#gallery5 ul li { display: inline; }
	#gallery5 ul img {
		
		border-width: 5px 5px 20px;
	}
	#gallery5 ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery5 ul a:hover { color: #fff; }
	
	#gallery6 {
		
		width: 100%;
	}
	#gallery ul { list-style: none; }
	#gallery6 ul li { display: inline; }
	#gallery6 ul img {
		
		border-width: 5px 5px 20px;
	}
	#gallery6 ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery6 ul a:hover { color: #fff; }
	
.canhnut{padding-top:50px;}
.hinh-deui{width: 430px; padding-right:10px; padding-left: 47px;}
.canhtext{padding-right:0px; padding-top:30px;}

.chinh1{margin-top:10px;}
.chinh1{margin-top:-10px;}
.hinh-acc{padding-left:20px;}

.plan-fix{
position:absolute;
width:750px;
margin-left:-100px;
margin-top:20px;}

.hinh-mari{padding-left:80px;}

.int{
width:100%;
}
.int1{
width:990px;
margin:0 auto;
}
.fter{
width:100%;
}

.canhTab{padding-left:20px;}

.fix-bout{position:absolute; width:880px; margin-top:-450px; margin-left:25px; #padding-left:10px; _margin-left:15px;}
.canhh1{margin-left:250px;}

.fix-bout2 { margin-left: 20px;
	padding-left: 10px;
	float: left;
	clear: none;
	margin-top:-85px;
	width:880px;}

.logo{position:absolute; margin-left:-170px; margin-top:-80px;}

.canhtabpanel{

	width:880px;
}

.fix-deuil{position:absolute; width:880px; margin-top:-300px; margin-left:25px;}

.hinh-pla{margin-left:78px;}
 /*============ HIGHLIGHT =============*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: #dd269a solid 3px;;
}
.highslide:hover img {
	border: #dd269a solid 3px;;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.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: 0px;
    background-image: url(highslide/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: url(highslide/graphics/fullexpand.gif) no-repeat;
	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;
}

.canh-hinh{padding-left:0px;}

.env_m{width:680px;}

.chinh2{padding-left:20px;}
