@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#c7a67b; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#c7a67b; }
h1 { font-weight:bold; font-size:12px; padding-bottom:20px; }
h2 { font-weight:bold; font-size:1.3em; }
h3 { font-weight:bold; font-size:1.17em; }
h4 { font-weight:700; font-size:1em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }
a { color:#c7a67b; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#c7a67b; padding:3px; }
input { color:#c7a67b; padding:3px; }

/* Intro */
#intro h1 { color:#000; } /* couleur du h1 de l'intro */
#intro p, #intro a { color:#000; } /* couleur du texte de l'intro */
#intro p { font-size:.9em; }

/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#4c2c01; } /* couleur des liens de bas de page */
#adresse p { font-size:.9em; }

/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */

/*logo societe*/
.clearvalidator{ clear:both; height:3px;}


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgLeft-si { float:left; padding-bottom:0; margin:0 1em 0 0; /*border:1px solid #000;*/ }
.imgLeft-ai { float:left; padding-bottom:0; margin:0 53px 0 0; /*border:1px solid #000;*/ }
.imgLeft-hau { float:left; padding-bottom:0; margin:0 33px 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.br { display:block; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }


/*	Mise en page
----------------------------------------------------------*/

/*	Page d'accueil
----------------------------------------------------------*/ 
.illustration { float:left; padding:10px 5px 0 0; }
.texte_accueil{ padding-left:402px;}


/*	Site en cours de réalisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales
----------------------------------------------------------*/
/*#infoclient { float:left; padding:0 0 1em; }
#hebergeur { float:right; padding:0; }*/

.list{vertical-align:middle;
margin-right:7px;}
.bullet{float:left; padding-bottom:5px; margin-top:5px;}
.bullet2{float:left; padding-bottom:40px; margin-top:5px;}

/* ============== Plan Aces ====================== */

.plan {
	width: 640px;
	height: 480px;
	border:5px solid;
	border-color:#865924;
}
#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: #865924;
	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; text-align:center; 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; text-align:center; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	width:385px;
	margin:0 auto;
	
}


/**
 * 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 {
		
	}
	
	
/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url("../images/graphics/zoomin.cur"), pointer;
	#cursor: url("images/graphics/zoomin.cur"), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 3px solid #dcbca3;
}
/*.highslide:hover img {
	border: 2px solid white;
}*/

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid #dcbca3;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 24px;
	background-image: url("../images/graphics/loader.white.gif");
    #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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url("../images/graphics/fullexpand.gif") no-repeat;
	#background: url(../images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.chia2ai{width:40%;}
.chia2ai-1{width:55%;}
.text-color{font-size:13px; color:#865924;}
.mail-accueil{vertical-align:middle; margin-top: -1px; margin-top /*\**/: -2px\9; #margin-top /*\**/: 0px\9;}
.img1{width:90px; padding-right:25px;}
.img2{width:90px;}

.fieldset-ai { padding:0 15px;border:1px solid #865924; /* couleur du fieldset */ }
.legend-ai { padding:2px 15px 2px 10px; color:#865924; font-size:14px; border-left:3px solid #865924; /* couleur de la légende */ /*border-left:3px solid #5F943A; barre verticale */}
.high-fs{height:180px;}
.high-fs1{height:250px;}
.high-fs2{height:15px;}
.high-fs3{height:160px;}
.high-fs4{height:140px;}
.high-fs5{height:220px;}
.wid1{width:263px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.wid2{width:542px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid1{width:505px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid2{width:305px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid3{width:160px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid3-1{width:143px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid3-1-h{width:143px; border:solid 1px #c7a47c; padding:15px 10px 15px 10px; margin-right:18px;}
.div-wid3-2{width:143px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid3-3{width:182px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid3-3a{width:182px; border:solid 1px #c7a47c; padding:10px 9px 0 10px;}
.div-wid3-4{width:134px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid3-5{width:150px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid3-6{width:150px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid4{width:508px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid5{border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid5-1{border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid6{width:297px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid6-1{width:297px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid6-1-h{width:297px; border:solid 1px #c7a47c; padding:15px 10px 15px 10px;}
.div-wid6-2{width:297px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin:0 auto;}
.div-wid7{width:404px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid8{width:404px; border:solid 1px #c7a47c; padding:10px 10px 0 10px;}
.div-wid9{width:466px; border:solid 1px #c7a47c; padding:10px 10px 0 10px; margin-right:18px;}
.div-wid10{width:500px; border:solid 1px #c7a47c; padding:10px 9px 0 10px;}
.center-ai{text-align:center; vertical-align:middle; margin-top:20px;}



/*------------------Hanh--------------*/
.bullet-h { margin-right:7px;}
.bullet-mg-h { margin-right:7px; margin-left:30px;}
.liens-r-h { margin-right:90px;}
.align-img-h {margin-left:32px;}
.border-img-h {border: 3px solid #dcbca3;}

.mr-mention{margin-top:20px;}
.troke1{border: 2px solid #dcbca3;}

.khung1{ border:solid 1px #c7a47c; padding:10px 10px 0 10px; width:420px; float:left;}
.khung2{width:420px; float:right; margin-top:-100px;}
.khung3{width:480px; float:left;}
.center-accessorie{margin-left:343px;}

.choix-materiel {margin-left:315px; }

/*-----------Hanh----------------*/
.width-western-h { width: 200px;}
.img-wester-h {border: 3px solid #dcbca3;}
.width-all-h {width:760px; margin-left:60px;}
.mg-wester-2-h { margin-left:100px; margin-left /*\**/ : 110px\9; #margin-left /*\**/ : 10px\9}

/*------------------SUITE-----------------*/	
.div1-si{width:275px;}

.div2-si{width:136px;}

.div3-si{width:550px;}

.div4-si{width:50%;}

.div5-si{width:48%;}

.mar1-si{margin-left:10px;}

.mar2-si{margin-left:7px;}

.mar3-si{margin-top:10px;}

.mar4-si{margin-top:15px; margin-bottom:10px;}

.bullet-si{margin-right:7px;}

sup{vertical-align:super; font-size:11px;}



.legendhau { font: 700 12px Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; border-left:3px solid #c7a67b; padding:2px 10px 2px 10px; color:#c7a67b; }
.legendhau2 { font: 700 16px Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; border-left:3px solid #c7a67b; padding:2px 10px 2px 10px; color:#f00; }
.fieldsethau { 
	border:1px solid #c7a67b; 
	padding:0 10px 0 10px;
	margin:0 auto;
	float:left;
	width:850px;
}
.widhau{ width:170px;}
.widtu{ width:170px;}
.tumar { margin-left:30px;}
.widhau2{ width:340px;}
.widhau3{ width:400px;}
.widhaut{ width:325px;}
.mar-lefthau{ margin-left:10px;}
.mar-righthau{ margin-right:14px;}
.tumar2 { margin-left:9px;}
.tumar3 { margin-left:13px;}
.mar-cen{ margin-left:170px;}

.nouveaute { font-size:15px; }
.rouge { color:#FF0000 }
.rouge a { color:#FF0000 }
.menbre { font-size:15px; font-weight:bold; margin-top:27px; text-align:center }

.new { font-size:17px; color:#F00 }

.accessoire { text-align:center; font-size:15px; }

.wid3{ width:220px;}

.mL{ margin-left:195px;}

.khung4{ border:2px solid #dcbca3; padding:10px; width:535px; float:left;}

.wid4{ width:300px; }
.tumar1 { margin-left:60px;}
.wid3-line{ width:260px;}
.wid3t { width:330px;}
.wid4t { width:200px;}
.mL2{ margin-left:35px;}

.center2{ margin:0 auto;}

.bullet-h2{ float:left; margin-bottom:10px; margin-right:7px; margin-top:3px;}
