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

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#fff; font-size:80%; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }
h1 { color:#B6CC84; font:700 12px Georgia, "Times New Roman", Times, serif; text-align:center; }
h2 { color:#B6CC84; font:700 1.3em Georgia, "Times New Roman", Times, serif; text-transform:uppercase; text-align:center; }
h3 { color:#B6CC84; font:700 1.17em Georgia, "Times New Roman", Times, serif; text-transform:uppercase; text-align:left; }
h4 { color:#B6CC84; font-weight:700; font-size:1em; text-transform: uppercase; }
p, ul, ol, li { font-size:1em; }
h5 { color:#B6CC84; font-size:.83em; }
h6 { color:#B6CC84; font-size:.67em; }
a { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#fff; border-width:thin; padding:3px; }

/* Elements Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

/* 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; }
.souligne { text-decoration:underline; }
strong, .bold, .gras { font-weight:700; }
.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; }

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

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

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

/*	Page d'accueil
----------------------------------------------------------*/
#chapeau { padding:1.5em 0 2em; }
.illustration { float:left; padding:0 2em 0 0; }
/*#p_accueil { margin-top:.5em; } - Activer pour descendre le 1er § */

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

.plan {
	width: 640px;
	height: 480px;
	border:#7ba800 solid 3px;
}
#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: #5F0666;
	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;
}

.bullet{ margin-right:10px; vertical-align:middle; margin-top:-2px;}
.bullet-s{ margin-right:10px; vertical-align:middle; margin-left:30px;}
.bullet1{ margin-right:10px; vertical-align:middle; margin-top:4px; margin-bottom:15px;}
.bullet2{ margin-right:10px; vertical-align:middle; margin-top:4px; margin-bottom:25px;}
.bullet3{ margin-right:10px; vertical-align:middle; margin-top:4px; margin-bottom:60px;}

.table1{ width:100%; border:#FFFFFF solid 1px;}
.table1 td{ padding:10px 0 0 0; border:#FFFFFF solid 1px;}
.bgtr{ background:#476000; text-align:center; font-weight:bold; font-size:14px;}

/*//////////////imitation fieldset//////////////////////*/

p.legend {
position:relative; top:-1.6em;
margin-left:5px;

}

p.legend span
{ padding:5px; font-weight:normal; font-size:14px; font-weight:bold;
background-color: #476000;
}

div.fieldnotset
{ border: 1px solid #fff ; padding:10px; margin-top:20px;}



/*//////////////imitation fieldset//////////////////////*/
.question {height:50px; float:left; width:280px}

.reponse {width:60px; height:50px; float:right; margin-right:5px; text-align:center;}


.produitgauche {width:375px; height:630px; float:left; clear:left;}

.produitdroite {width:375px; height:630px; float:right;}

#formulaire2{}
.gauche{ width:20px;}
.droite{ width:20px;}

/*PHUC*/
.pdiv1 { width:23%;}
.pdiv2 { width:50%;}
.pdiv3 { width:18%;}

.pmar-left { padding-left:35px;}

.pborder-img { border: solid 3px #fff;}

.pmar { margin-bottom:30px; margin-top:35px;}

.pmar1 { margin-bottom:30px;}

.pcolor { color:#1f497d; font-size:14px;}

.pcolor1 { color:#0036ff; font-size:14px;}

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

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: #FFFFFF solid 3px;
}
.highslide:hover img {
	border: #FFFFFF solid 3px;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: #FFFFFF solid 3px;
}
.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(../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;
}


.txt-big{ font: 700 15px Georgia, "Times New Roman", Times, serif; font-weight:bold;}

.list-p{margin-bottom:20px; float:left; margin-top:5px;}
.list-p2{margin-bottom:40px; float:left; margin-top:5px;}

.mg-left-txt{margin-left:30px;}

.div-txt-p{width:47%;}
.div-txt-p2{width:500px;}
.div-txt-p3{width:300px;}

.midd{vertical-align:middle;}
.boder-img{border:3px #FFFFFF solid;}

.score{ border:none; border-bottom:#FFFFFF dashed 1px; background:transparent; width:20px;}

.bg1{ background:#2f920b; }
.bg2{ background:#ea8319; }
.bg3{ background:#f63e03; }

.t1{
	color:#FFFFFF;
	background-color: #2f920b;
	font-weight: bold;
}
.t2{
	color:#FFFFFF;
	background-color: #ea8319;
	font-weight: bold;
}
.t3{
	color:#FFFFFF;
	background-color: #f63e03;
	font-weight: bold;
}

.check{ width:20px; vertical-align:middle;}

.txt1{ width:220px;}
.txt2{ width:320px;}


/*============ LINH =============*/
.text1-al{font-size:14px; font-style:italic; font-weight:bold; color:#bbff00;}

.text2-al{color:#bbff00;}

.pic1-al{width:40%;}

.pic2-al{margin-top:5px; padding-bottom:15px;}

.mar1-al{padding-left:60px;}

.mar2-al{margin-left:10px;}

.div1-al{width:19%;}

.div-herbalife {width:17%;}

.div2-al{width:80%;}

.div3-al{width:43%;}

.div4-al{width:34%}

.div5-al{width:15%}

.div6-al{width:30%}

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

.sup1{vertical-align:super; font-size:10px;}

.bor-pic-al{border:#FFFFFF solid 3px;}

.bullet1-al{margin-right:10px; vertical-align:middle; margin-top:2px; margin-bottom:20px;}

.bullet2-al{margin-right:10px; vertical-align:middle; margin-top:2px; margin-bottom:40px;}

/*============END LINH =============*/

.txtcolor{ color:#bbff00;}

/*==================XAY========================*/
.div-societe{ float:left; width:375px; margin-right:10px;}
.div-societe2{ float:right; width:390px; margin-left:20px;}

.imgLeft-societe{ float:left;  width:650px;}
.imgLeft-societe2{ float:left;  width:610px;}

.center2{ margin:0 auto;}

.societe{ float:left; margin-right:16px; width:170px; text-align:center;}
.societe2{ float:left; margin-right:35px; width:400px; text-align:center;}
.societe3{ float:left;  width:180px; text-align:center;}
.societe4{ float:left; margin-right:0px; width:180px; text-align:left;}

.societe5{ float:left; margin-right:22px; width:168px; height:290px;}
.societe6{ float:left; margin-right:22px; width:178px; height:290px;}
.societe7{ float:left; margin-right:22px; width:178px; height:290px;}
.societe8{ float:left; margin-right:0px; width:178px; height:290px;}

.boder-txt{ border:#FFFFFF solid 1px; padding:5px;}
.produits {
	border:1px dashed #bbff00;
	margin: 40px 0;
	padding: 10px;
}
.radiant{ float:left; width:330px; margin-right:20px;border:1px dashed #bbff00; padding:5px;height:200px; }
.radiant2{ float:right; width:330px; margin-left:10px;border:1px dashed #bbff00; padding:5px; height:200px; }
.radiant3{ float:left; width:330px; margin-right:20px;border:1px dashed #bbff00; padding:5px;height:165px; }
.radiant4{ float:right; width:330px; margin-left:10px;border:1px dashed #bbff00; padding:5px; height:165px; }

.produits2 {
	border:1px dashed #bbff00;
	margin-right:125px;
	padding: 10px;
}
.italpt {
	font-size: 0.9em;
	font-style: italic;
}
.boissonr {
	float: right;
	margin-left: 10px;
}
.padcalc {
	margin-left: 17px;
}
.padcalc2 {
	margin-left: 22px;
}
.produitdroite .padcalc {
	margin-left: 22px;
}

.produitdroite {
text-align:left;
}
.parfums div{border:1px dashed #bbff00; padding:10px; width:31%; margin-bottom:10px; float:left; margin:8px; height:300px;
}
.produitgauche {
text-align:left;
}
.divactiivite {border:1px dashed #bbff00; padding:5px; width:30%; margin:5px; height:210px;
}
.paddingactivite {
margin-left:29px;
}
.contactpt {
	font-size: 85%;
}
.produits3 {
	border:1px dashed #bbff00;padding: 10px; margin-bottom:10px;
}
.produits4 {
	border:1px dashed #bbff00;
	margin-right:180px;
	padding: 10px;
}

.produits5 {
	border:1px dashed #bbff00;
	margin-left:95px;
	margin-bottom:30px;
	padding: 10px;
}
.produits6 {
	border:1px dashed #bbff00;
	margin-left:185px;
	margin-bottom:10px;
	padding: 10px;
}
.tablebien { width:100%}
.tablebien   td{ border:1px solid  #bbff00; width:50%; padding:5px;}.txtpt {
	font-size: 0.8em;
	font-style: italic;
}

ul.liste li { list-style-image:url('../images/bullet.jpg'); display:list-item; margin-left:31px; margin-top:5px }
.listepays { width:200px; float:left; text-align:center }
.listepays-droite { float:right; width:200px; text-align:center }


