


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

@import url(structure.css);

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

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

h1 { color:#951f35; font-size: 12px; font-weight:bold; padding-bottom:20px; }
h2 { color:#951f35; font-size: 1.3em; font-weight:bold;}
h3 { color:#951f35; font-size: 1.17em; font-weight:bold;}
h4 { color:#951f35; font-size: 1em; }
h5 { color:#951f35; font-size: 0.83em; }
h6 { color:#951f35; font-size: 0.67em; }
p { color:#951f35; font-size: 1em; }
ul, ol { color:#951f35; font-size: 1em; }
li {  color:#951f35; font-size: 1em; }
a { color:#951f35; 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; }
.imgLeft1{ float:left; margin-right:1em; margin-top:15px; }
.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:#951f35 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#951f35 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#951f35;  background-color:#951f35;}



/* ============== Plan Aces ================ */
.plan {
	width: 600px;
	height: 480px;
	border:5px solid;
	border-color:#951f35;
}
#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: #951f35;
	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;
}

/**
 * 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 {
		
	}
	
	
	
/* VAN */
.div48{width:295px;}

.div48a{width:48%px;}

.div49{width:49%;}

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

.lg{margin-left:85px; }

.lg1{margin-left:60px; }

.fsv1{padding:10px; height:230px;}

.fsv2{padding:10px; height:520px;}

.fsv3{padding:10px; height:350px;}

.fsv4{padding:10px; }

.fsv5{padding:10px;}

.fsv6{padding:10px; height:180px;}

.fsv7{padding:10px;}

.fsv8{padding:10px; height:270px; _height:268px;}

.fsv9{padding:10px; height:200px;}

.div30{width:31%;}

.mar20{margin-right:25px;}

.div-v1{margin-left:150px; _margin-left:75px;}


/*-------------------------Dung-------------------------------*/


.div1-l{ width:380px;}


fieldset{ border:#951f35 solid 2px; padding:3px; }
legend{ border-left:#951f35 solid 2px; padding:7px; font-weight:bold; font-size:14px;}

.lg-d{ margin-left:8px;}
.wfiel{width:650px; padding:7px;}
.wfiel1{width:350px; padding:7px; #width:350px;}
.wfiel2{width:230px; padding:7px;}
.wfiel4{width:270px; padding:7px;}

.wfiel5{width:770px;}


.hfiel{ height:700px;}
.hfiel1{ height:350px;}
.hfiel2{ height:290px; #height:300px;}
.hfiel3{ height:200px; #height:210px}
.hfiel4{ height:220px;}
.hfiel5{ height:380px;}
.hfiel6{ height:320px; #height:320px}
.hfiel7{ height:450px; #height:450px;}

.tb2-d{ width:445px;}
.tb2-d td{padding:7px; border-bottom: #951f35 dotted 1px;}



.tb1-d{ width:650px; border:#951f35 solid 2px;}
.tb1-d td{padding:7px; border-bottom: #951f35 dotted 1px;}

.wtdiv{ width:365px;}

.wtdiv1{ width:380px;}

.marg{ margin-left:20px; #margin-left:20px;}


/************************* LINH *************************/
.tb1-l{width:650px;}

.tb1-l td{padding:7px; border-bottom: #951f35 dotted 1px;}

.text-small{font-size:10px;}

.fs1-l{width:47%; height:240px; padding:5px; }

/*.lg1{ color:#951f35; font-size: 1.2em; font-weight:bold;}*/

.txt1{ color:#951f35; font-size: 1.2em; font-weight:bold; margin-left:50px;}
.txt2{ color:#951f35; font-size: 1.2em; font-weight:bold; margin-left:60px;}

.text-l{font-style:italic; font-weight:bold;}

.text2-l{font-style:italic; font-weight:bold; font-size:10px;}

.width-cont{width:753px; }
.width-tab{width:229px;height:30px;}


.width-cont1{width:780px; }
.width-tab1{width:238px;height:20px;}


.width-cont2{width:781px; }
.width-tab2{width:369px;height:20px;}



.width-cont3{width:777px; }
.width-tab3{width:133px;height:35px; vertical-align:middle}



.width-cont4{width:777px; }
.width-tab4{width:172px; height:35px;}
.width-tab5{width:237px; height:35px;}


.width-cont6{width:780px; }
.width-tab6{width:238px;height:35px;}


.div2{width:48%;}

.bullet-l{margin-left:20px; margin-right:10px; margin-bottom:20px; margin-top:3px;}

.bullet1-l{margin-left:20px; margin-right:10px; margin-top:3px;}

.bullet2-l{margin-left:20px; margin-right:10px; margin-bottom:30px; margin-top:3px;}

.fix-h1{_height:20px;}




/*---------------------------------------------*/
a.over1{ background:url(../images/rubriques/1.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over1:hover { background:url(../images/rubriques/1-o.jpg) no-repeat; width:200px; height:58px; display:block;}


a.over2{ background:url(../images/rubriques/2.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over2:hover { background:url(../images/rubriques/2-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over3{ background:url(../images/rubriques/3.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over3:hover { background:url(../images/rubriques/3-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over4{ background:url(../images/rubriques/4.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over4:hover { background:url(../images/rubriques/4-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over5{ background:url(../images/rubriques/5.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over5:hover { background:url(../images/rubriques/5-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over6{ background:url(../images/rubriques/6.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over6:hover { background:url(../images/rubriques/6-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over7{ background:url(../images/rubriques/7.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over7:hover { background:url(../images/rubriques/7-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over8{ background:url(../images/rubriques/8.jpg) no-repeat; width:290px; height:58px; display:block;}
a.over8:hover { background:url(../images/rubriques/8-o.jpg) no-repeat; width:290px; height:58px; display:block;}

a.over9{ background:url(../images/rubriques/9.jpg) no-repeat; width:250px; height:58px; display:block;}
a.over9:hover { background:url(../images/rubriques/9-o.jpg) no-repeat; width:250px; height:58px; display:block;}

a.over10{ background:url(../images/rubriques/10.jpg) no-repeat; width:270px; height:58px; display:block;}
a.over10:hover { background:url(../images/rubriques/10-o.jpg) no-repeat; width:270px; height:58px; display:block;}

a.over11{ background:url(../images/rubriques/11.jpg) no-repeat; width:150px; height:58px; display:block;}
a.over11:hover { background:url(../images/rubriques/11-o.jpg) no-repeat; width:150px; height:58px; display:block;}

a.over12{ background:url(../images/rubriques/12.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over12:hover { background:url(../images/rubriques/12-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over13{ background:url(../images/rubriques/13.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over13:hover { background:url(../images/rubriques/13-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over14{ background:url(../images/rubriques/14.jpg) no-repeat; width:140px; height:58px; display:block;}
a.over14:hover { background:url(../images/rubriques/14-o.jpg) no-repeat; width:140px; height:58px; display:block;}

a.over15{ background:url(../images/rubriques/15.jpg) no-repeat; width:210px; height:58px; display:block;}
a.over15:hover { background:url(../images/rubriques/15-o.jpg) no-repeat; width:210px; height:58px; display:block;}

a.over16{ background:url(../images/rubriques/16.jpg) no-repeat; width:160px; height:58px; display:block;}
a.over16:hover { background:url(../images/rubriques/16-o.jpg) no-repeat; width:160px; height:58px; display:block;}

a.over17{ background:url(../images/rubriques/17.jpg) no-repeat; width:150px; height:58px; display:block;}
a.over17:hover { background:url(../images/rubriques/17-o.jpg) no-repeat; width:150px; height:58px; display:block;}

a.over1b{ background:url(../images/rubriques/1b.jpg) no-repeat; width:200px; height:58px; display:block;}
a.over1b:hover { background:url(../images/rubriques/1b-o.jpg) no-repeat; width:200px; height:58px; display:block;}

a.over-retour{ background:url(../images/retour.jpg) no-repeat; width:135px; height:58px; display:block; margin:0 auto;}
a.over-retour:hover { background:url(../images/retour-o.jpg) no-repeat; width:135px; height:58px; display:block; margin:0 auto;}





/*============ 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:#ffffff 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;
}


.hdiw{ height:80px;}
.hdiw1{ height:70px; #height:50px;}

.mar{ margin-left:120px; _margin-left:80px;}
.mar1{ margin-left:7px; }
.mar2{ margin-right:7px; }

sup{ vertical-align:super; font-size:10px;}
.list{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
float:left;}

.list1{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:20px;
}
.list2{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:40px;
}

.img-1{
margin-left:35px;
}
.img-2{
margin-left:2px;
}


.div-popup{ background-color:#ffffff; width:400px; height:450px; text-align:justify; padding:10px; float:left;}
.div-popup1{ background-color:#ffffff; width:500px; height:810px; text-align:justify; padding:10px; float:left;}
.bullett1{ float:left; padding-right:4px; padding-bottom:7px; }
.bullett2{ float:left; padding-right:4px; padding-bottom:27px; }
.bullett3{ float:left; padding-right:4px; padding-bottom:45px; }