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

@import url(structure.css);

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

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

h1 { color:#000000; font-size: 12px; font-weight:bold; padding-bottom:20px; }
h2 { color:#000000; font-size: 1.3em; font-weight:bold; }
h3 { color:#000000; font-size: 1.17em; font-weight:bold;}
h4 { color:#000000; font-size: 1em; }
h5 { color:#000000; font-size: 0.83em; }
h6 { color:#000000; font-size: 0.67em; }
p { color:#000000; font-size: 1em; }
ul, ol { color:#000000; font-size: 1em; }
li {  color:#000000; font-size: 1em; }
a { color:#000000; 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; color:#000000; }
textarea { border-width:thin; padding:3px; color:#000000; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/
.mail { vertical-align:middle;}
/* 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{ position:absolute; left:0; top:0; width:100%; padding:0; }
.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:#000000 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#000000 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#000000;  background-color:#ff5924;}





/* ============== Plan Aces ================ */
.plan {
	width: 640px;
	height: 480px;
	border:3px solid;
	border-color:#6e1e06;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	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: #000000;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;	
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 80px; height: 68px; margin:0 auto; }
#googlemap a.googlemap-icon:hover { background: url(../images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;	
	text-align:center;	
}



#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 {
		
	}


/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	
}
.highslide:hover img {
	
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border:#4e4e4e solid 2px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid #4e4e4e;
    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: 22px;
    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: url(../images/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;
}





.tb{ width:700px; border:#f1c731 solid 2px;}
.tb td{ padding:7px; border-bottom:#f1c731  dotted 1px; border-left:#f1c731 solid 1px;}
.tb tr{ vertical-align:middle;}

.txt-tb{ text-align:center; vertical-align:middle;}
.clo-txt{ color:#b7360d; font-size:14px;}

.size-txt{ font-size:10px;}


.wtab{ width:265px; padding:3px;}
.wtabb{ width:161px; padding:3px;}
.wtab1{ width:266px; padding:3px;}
.wtab1b{ width:304px; padding:3px;}
.wcotab{ width:806px;}




.tb1{ width:550px; border:#f4cb36 solid 1px; background:url(../images/bg-table.jpg) no-repeat top;}
.tb1 td{ padding:5px; border-bottom:#f4cb36 solid 1px; border-left:#f4cb36 solid 1px; width:80px;}


.s-txt{ font-size:15px;}



/*VAN*/
.tbv1{width:500px; margin:0 auto; border-collapse:collapse;}

.tbv1 td {border:1px solid #000000; padding:7px;}


.tbv2{width:780px; margin:0 auto; border-collapse:collapse;}

.tbv2 td {border:1px solid #000000; padding:7px;}


.div-v1{width:30%;}

.div-v2{width:65%;}

.middle{vertical-align:middle;}




/*Luan*/

.table1{
width:100%;
}
.table1 td{
width:25%;
text-align:center;
}

.table2{
width:100%;
}
.table2 td{
width:20%;
text-align:center;
}

.table3{
width:100%;
}
.table3 td{
width:33.3%;
text-align:center;
}

.tabwi{
width:250px;
}

.txt-d{padding-top:5px;}

.box1{
width:25%;
/*border-right:1px solid #b83d16;
border-bottom:1px solid #b83d16;*/
height:200px;}
.box2{
width:74%;
/*border-bottom:1px solid #b83d16;*/
height:280px;}

.textheadline{
color:#b7360d;}

.box3 {
width:160px;
text-align:center;}

.pic1{
margin-left:5px; 
margin-right:10px;}



.wdiv-d{ width:200px;}

.co-so{ color:#b23209; font-weight:bold;}
.co-div{ border:#b23209 solid 1px; padding:5px;}

fieldset{ padding:10px; border:#b23209 solid 1px;}

legend{ border-left:#b23209 solid 1px; padding:7px; }


.h-tr{ height:32px; #height:16px;}


.hr{ width:350px; }
.mar{ margin-left:365px;}
.mar1{ margin-left:30px;}

.div2img{ width:399px; #width:399px;}
.div2img-d{ width:570px; #width:570px;}



.f-script1{position: absolute; z-index:1800;}
.f-script2{position:relative; z-index:499;}
.f-script3{position:relative; z-index:498;}
.f-script4{position:relative; z-index:497;}
.f-script5{position:relative; z-index:496;}
.f-script6{position:relative; z-index:495;}
.f-script7{position:relative; z-index:494;}
.f-script8{position:relative; z-index:493;}
.f-script9{position:relative; z-index:492;}
.f-script10{position:relative; z-index:491;}
.f-script11{position:relative; z-index:490;}
.f-script12{position:relative; z-index:489;}
.f-script13{position:relative; z-index:488;}
.f-script14{position:relative; z-index:487;}
.f-script15{position:relative; z-index:486;}
.f-script16{position:relative; z-index:485;}
.f-script17{position:relative; z-index:484;}
.f-script18{position:relative; z-index:483;}
.f-script19{position:relative; z-index:482;}
.f-script20{position:relative; z-index:481;}
.f-script21{position:relative; z-index:480;}
.f-script22{position:relative; z-index:479;}
.f-script23{position:relative; z-index:478;}
.f-script24{position:relative; z-index:477;}
.f-script25{position:relative; z-index:476;}
.f-script26{position:relative; z-index:475;}
.f-script27{position:relative; z-index:474;}
.f-script28{position:relative; z-index:473;}
.f-script29{position:relative; z-index:472;}
.f-script30{position:relative; z-index:471;}






/*---------------------------------fixlich--------------------------------------*/

font-family: Verdana, Helvetica;
    font-size: 10pt;

.highslide-html {
    background-color:#fbf7eb;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	background-color:#fbf7eb;
	text-align:justify;
}
.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;
}
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;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 750px;
	height:auto;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.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: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../images/graphics/resize.gif);
}
.highslide-wrapper .highslide-body { margin-left:10px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

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


.txt-d1{ text-align:center;}
.txt-d{ text-align:justify;}
.num a { text-decoration:none;}
.mar-d{ #margin-left:250px;}

.list { vertical-align: middle; padding-left: 20px; padding-right: 10px; }

.pic-act{

margin:0 auto;}

.box-luan1 {
width:163px;
#width:163px;}

/* Pension */
.pensionG{ float:left; padding:0 10px 0 0;}
.pensionD{ float:right; padding:0 0 0 10px;}

.mtq{color:#9e2d0c; font-size:12px; font-weight:bold; border:2px solid #9e2d0c; width:350px; margin:0 auto; padding-top:10px; padding-right:10px; padding-left:10px;}


.td-ly{
width:50%;
}

.qqqq{width:650px; margin:0 auto;}

.qmarR{margin-right:40px;}

.q table
{

border-collapse:collapse;

}
.q table td
{
text-align:center;
border: 1px dotted #6e1e07;
border-collapse:collapse;
padding:5px; vertical-align:middle;

}
.qtd{width:100px;}
.qtd1{width:235px;}
.qtd2{width:235px;}

.qbullet{ float:left; margin:2px 10px 10px 0;}


.titleha
{
font-size:14px; font-weight:bold;
}



/*=========================DUNG======================*/
.tb-d1{ width:300px; border:#f4cb36 solid 1px; background:url(../images/bg-table.jpg) no-repeat top;}
.tb-d1 td{ padding:5px 3px; border-bottom:#f4cb36 solid 1px; border-left:#f4cb36 solid 1px;}

.wdiv-dung{ width:555px;}
.wdiv-dung2{ width:200px;}

.icon-d{ margin-right:7px; vertical-align:middle;}
.icon-d2{ margin-right:7px; vertical-align:middle; margin-bottom:20px;}


.div1-l{width:160px; text-align:justify; float:right;}



.titleha
{
font-size:14px; font-weight:bold;
}

.bulletL{float:left; padding-bottom:0px; margin-top:3px; padding-left:0px; padding-right:6px;}
.bulletL2{padding-bottom:0px; margin-top:0px; padding-left:0px; padding-right:7px; vertical-align:middle;}
.bulleth2{margin-bottom:20px; }
.bulleth3{margin-bottom:40px; }
.bulleth4{margin-bottom:60px; }
.bulleth5{margin-bottom:90px; }



.bulletN{float:left; padding-bottom:0px; margin-top:2px; padding-left:20px; padding-right:7px;}
.mdo
{
color:#FF0000;
}
sup {
font-size:10px;
vertical-align:super;
}


.w317{ width:317px; margin:0 auto;}

.wid{ width:200px; margin-right:30px;}

.mL{ margin-left:70px;}

.center2{ margin:0 auto;}

.w390{ width:300px;}

.mR{ margin-right:120px;}
