/* color text normal : #4a4a4a (gris) 
/* color text rouge : #892955 (rouge) 
/* color H1/ titre : #45525D; (rose)
/* color background container: #F9EBF0 (rose)

/* 1 px = 0.091 em */

textarea#styled {
	width:600px;
	height:120px;
	border:1px solid #be5496;
	/*
	padding:5px;
	font-family:Tahoma, sans-serif;
	background-image:url(bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	*/
}

/* **************************************************************** */
/* **************************************************************** */
/*
html { 
	font-size:68,9%; 
}
*/
/*
html { 
	height:100%;
}
*/
body {
  background-color:#ffffff;
	margin:0;
	padding:0;

	height:100%;

	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:0.720em; /*0.689em;*/
	font-style:normal;
	color:#4a4a4a;
	text-align:justify;
  line-height:1.5em;

}









/* ************************************* */
/* ***************** for BASIC STRUCTURE OF SITE */
#containerGlobal {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}














/* --------------- */
/* menu vertical avec simple lignes */	

#siteTopLogo_fr {
	width:250px;
	height:112px;
	text-align:center;
	vertical-align:bottom;
	cursor:pointer;
	z-index:9;

  background-image:url('http://images.aquarelle.com/marketing/logos/logo-aquarelle-com-fr.gif');
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#ffffff;*/
}

#siteTopLogo_en {
	width:250px;
	height:112px;
	text-align:center;
	vertical-align:bottom;
	cursor:pointer;
	z-index:9;

  background-image:url('http://images.aquarelle.com/marketing/logos/logo-aquarelle-com-en.gif');
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#ffffff;*/
}

#siteTopLogoArtif_fr,
#siteTopLogoArtif_en {
	width:250px;
	height:112px;
	text-align:center;
	vertical-align:bottom;
	cursor:pointer;
	z-index:9;

  background-image:url('http://images.aquarelle.com/marketing/logos/logo-eternelles-aquarelle-fr.gif');
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#ffffff;*/
}











/* ************************************* */
/* ********************** pour avoir un margin blanc partout */
.margin {
	float:left;
	width:95%;
	display:inline; /*pour le double margin-left bug in IE6*/
	margin:5px;
	padding:0;
}

.margin2 {
	float:left;
	width:121px;
	display:inline; /*pour le double margin-left bug in IE6*/
	margin:5px;
	padding:0;
}

.marginMenu {
	float:left;
	width:185px;
	display:inline; /*pour le double margin-left bug in IE6*/
	margin:5px;
	margin-left:10px;
	margin-top:-10px;
	padding:0;
}
/* only IE7 */
*:first-child+html .marginMenu {
	width:179px;
	margin-left:7px;
}
/* IE6 and below */
* html .marginMenu {
	width:179px;
	margin-left:7px;
}

.marginMenuRight {
	float:left;
	width:144px;
	display:inline; /*pour le double margin-left bug in IE6*/
	margin:5px;
	margin-left:10px;
	margin-top:-10px;
	padding:0;
	text-align:justify;
}
/* only IE7 */
*:first-child+html .marginMenuRight {
	width:139px;
}
/* IE6 and below */
* html .marginMenuRight {
	width:139px;
}

.marginMenuPanier {
	float:left;
	width:234px;
	display:inline; /*pour le double margin-left bug in IE6*/
	/*margin:5px;*/
	margin-top:30px;
	padding:0;
}
/* only IE7 */
*:first-child+html .marginMenuPanier {
	margin-top:12px;
}

.marginPageContent {
	float:left;
	display:inline; /*pour le double margin-left bug in IE6*/
	width:630px; /*730px;*/
	margin-right:10px;
	margin-bottom:20px;
	margin-left:10px; /*30px;*/
	margin-top:5px;
	padding:0;
	/*z-index:1;*/
}
/* (IE 7 and) modern browsers only */
html>body .marginPageContent {
	margin-top:20px;
}
/* only IE7 */
*:first-child+html .marginPageContent {
	margin-top:0px;
}
/* IE6 and below */
* html .marginPageContent {
	width:625px;
}






/* ************************************* */
/* ********************** div COLUMN CENTER avec le menu bas de la page */
#menuHorizontalBas {
	clear:both;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	border:0;
	border-top:1px solid #be5496;
}










	/* --------------- */
	/* menu HORIZONTAL avec simple lignes */	
#navContainerMenuHorizontal {
	margin-left:auto;
	margin-right:auto;
	border-top:0px solid #be5496;
	z-index:15;
}

#navContainerMenuHorizontal ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	text-align:center;
	margin-top:-8px;
	margin-bottom:0px;
	padding:0;
	position:relative;
	z-index:2;
}

#navContainerMenuHorizontal li {
	display:inline;
	text-align:center;
	margin:0 5px;
}

#navContainerMenuHorizontal li a {
	padding:1px 7px;
	border:1px solid #be5496;
	font-style:normal;
	color:#666;
	background-color:#fff;
	text-decoration:none;
}

#navContainerMenuHorizontal li a:hover {
	color:#892955;
	background-color:#ffeeee;
	border:1px solid #892955;
}

#navContainerMenuHorizontal li a#current {
	color:#892955;
	background-color:#ffeeee;
	border:1px solid #892955;
}











	/* --------------- */
	/* menu VERTICAL avec simple lignes */		
.navContainerMenuVertical {
	width:100%;
	border-right:0px solid #be5496;
	border-top:0px solid #be5496;
	background-color:transparent;
}
* html #navContainerMenuVertical {
	width:99%;
}

.navContainerMenuVertical ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
* html #navContainerMenuVertical ul {
	margin-top:5px;
}

.navContainerMenuVertical li {
	border-bottom:0px solid #892955;
	margin:0;
}

.navContainerMenuVertical li a {
	display:block;
	width:100%;
	padding:1px 7px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-style:normal;
	background-color:#ffffff;
	color:#666;
	text-decoration:none;
}

html>body .navContainerMenuVertical li a { 
	width:auto; 
}

.navContainerMenuVertical li a:hover {
	border-top:1px solid #892955;
	border-bottom:1px solid #892955;
	background-color:#ffeeee;
	color:#892955;
}

.navContainerMenuVertical li a#current {
	border-top:1px solid #892955;
	border-bottom:1px solid #892955;
	background-color:#ffeeee;
	color:#892955;
}











/* --------- */
	/* pour que l'item du menu reste alumé  */
#home .home, 
#creations .creations, 
#inscriptions .inscriptions, 
#programme .programme, 
#forum .forum, 
#actualites .actualites
{
	background-position:0% -42px;
}

#page1 .page1, #page2 .page2, #page3 .page3, #page4 .page4, #page5 .page5, #page6 .page6, #page7 .page7, #page8 .page8, #page9 .page9, #page10 .page10, 
#page11 .page11, #page12 .page12, #page13 .page13, #page14 .page14, #page15 .page15, #page16 .page16, #page17 .page17, #page18 .page18, #page19 .page19, #page20 .page20,
#page21 .page21, #page22 .page22, #page23 .page23, #page24 .page24, #page25 .page25, #page26 .page26, #page27 .page27, #page28 .page28, #page29 .page29, #page30 .page30,
#page31 .page31, #page32 .page32, #page33 .page33, #page34 .page34, #page35 .page35, #page36 .page36, #page37 .page37, #page38 .page38, #page39 .page39, #page40 .page40,
#page41 .page41, #page42 .page42, #page43 .page43, #page44 .page44, #page45 .page45, #page46 .page46, #page47 .page47, #page48 .page48, #page49 .page49, #page50 .page50,
#page51 .page51, #page52 .page52, #page53 .page53, #page54 .page54, #page55 .page55, #page56 .page56, #page57 .page57, #page58 .page58, #page59 .page59, #page50 .page50,
#page1 .page1, #page2 .page2, #page3 .page3, #page4 .page4, #page5 .page5, #page6 .page6, #page7 .page7, #page8 .page8, #page9 .page9, #page10 .page10,
#page1 .page1, #page2 .page2, #page3 .page3, #page4 .page4, #page5 .page5, #page6 .page6, #page7 .page7, #page8 .page8, #page9 .page9, #page10 .page10,
#page1 .page1, #page2 .page2, #page3 .page3, #page4 .page4, #page5 .page5, #page6 .page6, #page7 .page7, #page8 .page8, #page9 .page9, #page10 .page10,
#page1 .page1, #page2 .page2, #page3 .page3, #page4 .page4, #page5 .page5, #page6 .page6, #page7 .page7, #page8 .page8, #page9 .page9, #page10 .page10,




{
  background-position:100% -42px;
}










/* --------- */
.selectOff {
  border:1px solid #be5496;
	background-color:transparent;
}

.selectOn {
	border:1px solid #892955;
	background-color:#ffeeee;
	cursor:pointer;
}









/* ************************************* */
/* ***************** for use of PUB : in HOME */
#PUB_HAUT	{
	float:left;
	/*margin-top:15px;*/
	width:100%; /*600px;*/
	text-align:center;
	border:0px dashed #999999;
	/*background-color:yellow;*/
}
* html #PUB_HAUT	 {
	width:99%; /*598;*/
}

#chrg_attente	{
	float:left;
	display:none;
	height:0px;
	width:0px;
}











/* ************************************* */
/* ********************** styles for regroupement : order_enter.cgi & aquamail */
.container, .containerFieldset {
	width:100%;
}

fieldset {
	clear:both; 									
	display:block; /*display:block;*/
	border:1px solid #be5496; /*#c91a5d;*/
	padding:0 5px 5px 5px; /*5px;*/ /*10px;*/ 
	margin:0;
	text-align:justify;
	/*
	_overflow: hidden;
  _overflow-y: visible;

  word-wrap: break-word;
	*/
}
* html fieldset {
	overflow: hidden;
  overflow-y: visible;
  word-wrap: break word;

}

fieldset legend {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.182em; /*1.273em;*/ /*1.182em;*/
	color:#be5496;
	font-weight:bold; 
	line-height:1.5em;
	text-decoration:none; 
  background-color:transparent;
}

label { 
	display:block;
	float:left; 
	width:150px; 
	padding:0; 
	margin:5px 0 0;
	margin-bottom:10px;
	text-align:right; 
}

fieldset label:first-letter { 																	
	text-decoration:underline;  
}







/* --------- */
fieldset.selectOff {
  border:1px solid #be5496;
	background-color:transparent;
}

fieldset.selectOn {
	border:1px solid #892955;
	background-color:transparent; /*#ffffee;*/
	cursor:default;
}








/* --------- */
fieldset.menuFieldset {
  border:1px solid #be5496;
	width:180px;	
  display:inline;
  padding:0;
  margin:0;
  margin-top:10px;
	text-align:left;
}

fieldset.menuFieldset legend {
  /*display:block;*/
	margin-top:0px;
	margin-bottom:2px; /*10px;*/
	margin-left:4px; /*10px;*/
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.182em; /*1.273em;*/
	color:#be5496; /*#ff3333;*/
	font-weight:500;
  /*word-wrap: break-word; */
}

/* --------- */
fieldset.menuRightFieldset {
  border:1px solid #be5496;
	width:130px;	
  display:inline;
  padding:0;
  margin:0;
  margin-top:10px;
	text-align:left;
}

fieldset.menuRightFieldset legend {
  /*display:block;*/
	margin-top:0px;
	margin-bottom:2px; /*10px;*/
	margin-left:4px; /*10px;*/
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.182em; /*1.273em;*/
	color:#be5496; /*#ff3333;*/
	font-weight:500;
}








/* --------- */		
.quickLink {
	float:left;
	width:100%; /*96%;*/ /* 95%; */
	text-align:right;
}











/* ************************************* */
/* ***************** for use of CLEARING presentation parts : need because of MOZILLA FIREFOX */
.divClear {
	clear:both;
}








/* ***************** for use of forms */	
.formVerticalAligner {
	height:50px;	
  vertical-align:middle;
 }

.formVerticalAligner2	{
	height:25px;	
  vertical-align:middle;
}

.formBody1 {
	float:left;
	width:200px;
	margin-left:0px;
	text-align:left;
	vertical-align:middle;
	margin-bottom:5px;
}
* html .formBody1 {
	margin-bottom:0px;
}
	
.formBody2 {
	float:left;
	width:450px; 
	/* width:400px; */
	margin-left:0px;
	text-align:left;
	vertical-align:middle;
	margin-bottom:5px;
}
* html .formBody2 {
	margin-bottom:0px;
}
	
.formBody3 {
	float:left;
	width:200px;
	margin-left:0px;
	text-align:left;
	vertical-align:middle;
}
* html .formBody3 {
	margin-bottom:0px;
}

/* ***************** for use of forms in ORDER ENTER*/	
.formColumn1 {
	clear:both;
	float:left;
	width:250px;
	margin-left:0px;
	text-align:left;
	vertical-align:middle;
	margin-bottom:5px;
}
* html .formColumn1 {
	margin-bottom:5px;
}
	
.formColumn2 {
	float:left;
	width:350px; 
	/* width:400px; */
	margin-left:0px;
	text-align:left;
	vertical-align:middle;
	margin-bottom:5px;
}
* html .formColumn2 {
	margin-bottom:5px;
}







/* ************************************* */
/* ********************** styles for regroupement : atelier.cgi */
.containerContentMini {
	float:left;
	margin-left:0px;
	width:500px;
	text-align:justify;
	vertical-align:middle;
	/*border:1px solid #892955;*/ 
}

.containerContentPhoto {
	float:left;
	margin-left:25px;
	width:175px;
	text-align:justify;
	vertical-align:middle;
	/*border:1px solid #892955;*/ 
}








/* ************************************* */
/* ********************** styles for regroupement : order_enter.cgi & aquamail */
.paiementColumnLeft {
	float:left;
	margin-left:0px;
	width:375px;
	text-align:left;
	vertical-align:middle;
	/*border:1px solid #892955;*/ 
}

.paiementColumnRight {
	float:left;
	margin-left:25px;
	width:300px;
	text-align:left;
	vertical-align:middle;
	/*border:1px solid #892955;*/ 
}








/* *************** use like forms  */
.subContainer1 {
	float:left;
	width:250px;
	margin-left:0px;
	text-align:justify;
	margin-bottom:5px;
}
* html .subContainer1 {
	margin-bottom:0px;
}
	
.subContainer2 {
	float:left;
	width:250px;
	margin-left:15px;
	text-align:justify;
	margin-bottom:5px;
}
* html .subContainer2 {
	margin-bottom:0px;
}

.subContainer3 {
	float:left;
	width:100px;
	margin-left:15px;
	text-align:right;
	vertical-align:middle;
	margin-bottom:5px;
}
* html .subContainer3 {
	margin-bottom:0px;
}








/* *************** for use of bon commande de page corp */	
.halfPartLeft {
	float:left;
	width:325px;
	margin-left:0px;
	vertical-align:middle;
}
	
.halfPartRight {
	float:left;
	width:325px;
	margin-left:10px;
	vertical-align:middle;
}		










/* *************** for use of CUST.cgi */
/* new: to use from now */
.div2ColumnsImage {
	float:left; 
	width:250px; 
	margin-left:0px; 
	text-align:left; /*center;*/
	vertical-align:middle;
}

.div2ColumnsContent {
	float:left; 
	margin-left:15px; 
	text-align:left; 
	vertical-align:middle;
	width:auto;
}






/* new: to use from now */
.div3Columns {
	float:left;
	width:190px; /*230px;*/
	margin-left:5px; /*0;*/
}






/* new: to use from now */
.div2ColumnLeft {
	/*background-color:yellow;*/
	float:left; 
	width:475px; 
	margin-left:0px; 
	text-align:justify;
}

.div2ColumnRight {
	/*background-color:green;*/
	float:left; 
	margin-left:30px; 
	text-align:left; 
	vertical-align:middle;
	width:auto;
}








/* new: to use from now */
.div3ColumnsLeft	{
	float:left;
	width:250px;
	margin-left:0px;
	text-align:justify;
	margin-bottom:5px;
}
* html .div3ColumnsLeft {
	margin-bottom:0px;
}

.div3ColumnsMiddle {
	/*background-color:green;*/
	float:left; 
	width:200px; 
	margin-left:15px; 
	text-align:justify;
	margin-bottom:5px;
}
* html .div3ColumnsMiddle {
	margin-bottom:0px;
}

.div3ColumnsRight {
	/*background-color:yellow;*/
	float:left; 
	width:100px; 
	margin-left:40px; 
	text-align:justify; 
	vertical-align:middle;
	margin-bottom:5px;
}
* html .div3ColumnsRight {
	margin-bottom:0px;
}







/* new: to use from now */
.toggleDivInside {
	width:100%; 
	text-align:left; 
	border:1px dashed #892955; 
	margin-top:10px; 
	margin-bottom:10px;
}









/* ************************************* */
/* ***************** for use of TRAJET COMMANDE : in reportoire ORDER */
.containerTrajectCommande {
  height:100px; 
  vertical-align:middle; 
  /* z-index:100; */
}

#order_enter_trajetcommande_fr {
  /*margin-top:-32px;*/
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-fr.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:730px;
	height:100px;
}

#order_enter_trajetcommande_en {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-en.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:730px;
	height:100px;
}

#order_dest_trajetcommande_fr {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-fr.gif');
	background-repeat:no-repeat;
	background-position:top center;
	width:730px;
	height:100px;
}

#order_dest_trajetcommande_en {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-en.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:730px;
	height:100px;
}

#order_deliv_trajetcommande_fr {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-fr.gif');
	background-repeat:no-repeat;
	background-position:top center;
	width:730px;
	height:100px;
}

#order_deliv_trajetcommande_en {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-en.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:730px;
	height:100px;
}

#order_order_trajetcommande_fr {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-fr.gif');
	background-repeat:no-repeat;
	background-position:top center;
	width:730px;
	height:100px;
}

#order_order_trajetcommande_en {
  background-image:url('http://images.aquarelle.com/public/trajetcommande/profil-en.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:730px;
	height:100px;
}










/* ************************************* */
/* ***************** for use assecoires : in ORDER_ORDER.CGI */
/*
#divContainerImage {
	height:100%;
	width:100%;
	text-align:center;
}

#divImageBouquet {
	width:100px;
	height:100px;
	vertical-align:top;
	margin-top:5px;
	margin-left:10px;
}
*/
#plus1,#plus2,#plus3,#plus4,#plus5 {
	vertical-align:bottom;
	margin-top:5px;
	margin-left:10px;
	/*border:dashed black 1px;*/
	display:none;
}	

#imgaccessoire1,#imgaccessoire2,#imgaccessoire3,#imgaccessoire4,#imgaccessoire5 {
	vertical-align:top;
	margin-top:5px;
	margin-left:10px;
	/*border:dashed black 1px;*/
	display:none;
}









/* ************************************* */
/* ******************** for use of FONTS */
/* #4a4a4a AND NOT #666666*/

/*
FONT, P, .std, .text {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.000em;
	font-style:normal;
	color:#4a4a4a;
}
*/
P, .std, .text {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.091em;
	font-style:normal;
	color:#4a4a4a;
}

table, tr, td {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.000em;
	font-style:normal;
	color:#4a4a4a;
}

.borderColor {
	color:#be5496;	
}

.textSmaller {
	font-size:0.950em; /*1.000em;*/
}

.textLighter {
	color:#666666;
}

.titre_page_atelier {
	color:#45525d;
	font-size:1.545em;
}

.txtImportant {
	font-size:1.000em;
	font-weight:bold;
	color:#892955;
}

.txtImportantNoB {
	font-size:1.000em;
	color:#892955;
}

.txtImportantRed {
	font-size:1.000em;
	font-weight:bold;
	color:#ff0000;
}

.etoile	{
	font-weight:bold;
	color:#ff0000;
}

.txtBlockInside {
	font-size:1.091em;
	font-weight:bold;
	color:#c91a5d;
	font-style:italic;
}









/* ************************************* */
/* ********************* for use POP-UP shop : in  */		
.button, .boutton {
	background-color:#ffffff;
	color:#000000;
	vertical-align:middle;
	border-style:groove;
}

.buttonImp, .bouttonImportant {
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
	border-style:groove;
}

INPUT, SELECT	{
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:0.909em; /*0.818em;*/
	background-color:#ffffff;
	vertical-align:middle;
	color:#4a4a4a;
}

.checkboxAlign {
	vertical-align:middle;
}

.tableBorder {
	border-collapse:collapse; 
	border:1px solid #be5496; /*#892955;*/
}

.tableBorder td	{
	border:1px solid #be5496; /*#892955;*/
}

.tableBorderBonCommande {
	border-collapse:collapse; 
	border:0px solid #be5496; /*#892955;*/
}

.tableBorderBonCommande td	{
	border-bottom:1px solid #be5496; /*#892955;*/
}

.tdBonCommande {
	border-right:1px solid #be5496; /*#892955;*/
}

.titrebouquet	{
	color:#892955;
	font-size:1.545em;
	font-weight:400;
	text-align:center;
}	

.msgErreur {	
	color:#cc0000;
	font-size:1.455em;
}











/* ************************************* */
/* ************************************* */
ul.square {
   list-style-type:square;
   text-align:left;
}

ul.circle {
	list-style-type:circle;
	/*color:#c91a5d;*/
}

ul.none {
   list-style-type:none;
   text-align:left;
}

ol {
	list-style-image: url('http://images.aquarelle.com/list.gif');
	list-style-type:none;
	margin-top:0;
	padding-top:0;
	padding-left:10px;
	margin-left:10px;
}







/* ************************************* */
/* ************************************* */
img {
	border:0;
}

img.imgBorder {
	background-color:#ffeeee;
	padding:4px;
	border:1px solid #be5496;
}

img.imgMarginLeft {
	background-color:#ffeeee;
	padding:4px;
	border:1px solid #be5496;
	margin-left:5px;
}

img.imgMarginRight {
	background-color:#ffeeee;
	padding:4px;
	border:1px solid #be5496;
	margin-right:5px;
}

/*
img.imgAtelier  {
	padding:3px; 
	margin:0.5em 15px 0.5em 0;
	border:3px double #cc6633;
	clear:left;
}
*/

hr {
	border:none 0;
	border-top:1px solid #be5496;
	width:100%;
}


hr.clear {
  clear:both;
	border:none 0; 
	border-top:1px dashed #892955; /* #000; */
	border-bottom:1px dashed #ffeeee;
	height:2px;
	text-align:left;	
	/* margin:30px auto 0 0; */
	margin-top:50px;
}
* html hr.clear {
	/* margin:10px auto 0 0; */
	margin-top:0px;
}









/* ************************************* */
/* ******************** pour utilisation de FONTS: links */
a, a:link, a:visited {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.000em; /*1.091em;*/
	font-style:normal;
	font-weight:bolder;
	color:#892955;
	line-height:1.5em;
	text-decoration:underline;
}

a:hover, a:active { 
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
}

/* Bug Firefox */
a:focus, a:focus:hover {
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
}	







/* ************************************* */
/* ******************** pour utilisation de FONTS: links */
a.noBg, a.noBg:link, a.noBg:visited {
	background-color:transparent;
	text-decoration:none;
}

a.noBg:hover, a.noBg:active { 
	background-color:transparent;
}

/* Bug Firefox */
a.noBg:focus, a.noBg:focus:hover {
	background-color:transparent;
}	






/* ************************************* */
/* ******************** pour utilisation de FONTS: links */
.menuVertical, a.menuVertical, a.menuVertical:link, a.menuVertical:visited {
	background-color:#ffffff;
	font-size:1.045em; /*1.091em;*/
	color:#666;
	text-decoration:none;
	letter-spacing:1.3px;
}

a.menuVertical:hover, a.menuVertical:active { 
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
	text-decoration:none;
}

/* Bug Firefox */
a.menuVertical:focus, a.menuVertical:focus:hover {
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
	text-decoration:none;
}	











/* ************************************* */
/* ******************** pour utilisation de FONTS: links */
.menu, a.menu, a.menu:link, a.menu:visited {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:0.955em; /*1.000em;*/
	font-style:normal;
	color:#666; /*#892955;*/
	background-color:transparent; /*#fff;*/
	letter-spacing:1.0px;
	text-decoration:underline;
	text-align:left;
}

.menu {
	text-decoration:none;
	font-weight:bolder; 
	text-align:left;
}

a.menu:hover, a.menu:active { 
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
	text-align:left;
}

/* Bug Firefox */
a.menu:focus, a.menu:focus:hover {
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
	text-align:left;
}	







/* ************************************* */
/* ******************** pour utilisation de FONTS: links plus grandes */
.valider, a.valider, a.valider:link, a.valider:visited {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.000em;
	font-style:normal;
	color:#666666; /*#892955;*/
	background-color:#ffffff;
	text-decoration:none;
	letter-spacing:1.5px;	
	vertical-align:middle;
}

a.valider:hover, a.valider:active { 
	color:#892955; /*#828080;*/
	background-color:#ffffff;
}

/* Bug Firefox */
a.valider:focus, a.valider:focus:hover {
	color:#892955; /*#828080;*/
	background-color:#ffffff;
}





/* ************************************* */
/* ******************** pour utilisation de FONTS: links plus grandes */
.linkNoStyle, a.linkNoStyle, a.linkNoStyle:link, a.linkNoStyle:visited {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:0.950em; /*1.000em;*/
	font-style:normal;
	color:#666;
	background-color:#ffffff;
	letter-spacing:1.0px;
	text-decoration:none;
	cursor:default;
}

a.linkNoStyle:hover, a.linkNoStyle:active { 
	color:#666;
	background-color:#ffffff;
	text-decoration:none;
}

/* Bug Firefox */
a.linkNoStyle:focus, a.linkNoStyle:focus:hover {
	color:#666;
	background-color:#ffffff;
	text-decoration:none;
}







/* ************************************* */
/* ******************** pour utilisation de FONTS: les liens COMMANDER */
.validerInverse, a.validerInverse, a.validerInverse:link, a.validerInverse:visited {
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.200em;
	font-style:normal;
	color:#892955;
	background-color:#ffffff;
	text-decoration:none;
	letter-spacing:1.5px;	
	vertical-align:middle;
}

a.validerInverse:hover, a.validerInverse:active { 
	color:#666666;
	background-color:#ffffff;
}

/* Bug Firefox */
a.validerInverse:focus, a.validerInverse:focus:hover {
	color:#666666;
	background-color:#ffffff;
}		







.menuBottom {
	font-size:1.455em;
	font-weight:bolder; 
}





.menuBottomPrice {
	font-size:0.909em;
	font-weight:bolder; 
}






/* ************************************* */
/* ********************* for use FONT H1 */ 
h1 {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:2.500em; /*2.500em;*/
	color:#892955; /*#be5496;*/ /*#DC4379;*/
	/*text-shadow: #999999 2px 2px 2px;*/
	text-shadow: silver 2px 2px 2px;
	/*background-color:#ffeeee;*/
	font-weight:normal; /*bold;*/
	text-align:center;
	line-height:1.2em; /* 1.5em; */
	/*border:1px solid #892955;*/
}

.titleNewsletter, .titlePage {
	font-size:3.000em;
	color:#DC4379;
	font-weight:bold;
}

.titleBijoux {
	font-size:2.818em;
	color:#DC4379;
	font-weight:bold;
}







/* ************************************* */
/* ********************* for use FONT H1 sur haut de la page */ 
h1.phrase {
	margin:0;
	margin-top:-5px;
	padding:0;
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.000em; /*1.091em;*/
	color:#be5496; /*#892955;*/
	background-color:white;
	font-weight:normal; /*bold;*/
	text-align:center;
	line-height:1.2em; /* 1.5em; */
	border:0px solid #892955;
}







/* ************************************* */
/* ********************* for use FONT H2 */
h2 {
	margin:0;
	padding:0;
	font-size:1.182em; /*1.273em;*/
	color:#be5496;
	/*text-shadow: #999999 1px 1px 1px;*/
	text-shadow: silver 1px 1px 1px;
	font-weight:bold; 
	line-height:1.5em;
	text-decoration:none; 
}

h2.txtImportant {
	margin:0;
	padding:0;
	font-size:1.182em; /*1.273em;*/
	color:#DA3424;
	font-weight:bold; 
	line-height:1.5em;
	text-decoration:none; 
}




/* ************************************* */
/* ********************* for use FONT H2 sur haut de la page de boutique */
h2.phrase {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.364em; /*15px;*/
	color:#892955; /*#be5496;*/
	font-weight:normal; /*bold;*/
	text-align:center;
	line-height:1.2em; /* 1.5em; */
	border:0px solid #892955;
}








/* ************************************* */
/* ********************* for use FONT H3 */
/*h3 {
	margin:0;
	padding:0;
	font-size:1.091em;
	color:#be5496;
	font-weight:bold; 
	line-height:1.5em;
	text-decoration:none; 
}
*/
h3 {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Helvetica,Tahoma;
	font-size:1.091em; /*1.500em;*/ /*1.545em;*/
	color:#892955;
	font-weight:bolder; 
	line-height:1.5em;
	text-decoration:none; 
}









/* ************************************* */
/* ******************* for use of MENTION LEGALES  */		
.textLegales	{
	font-size:0.909em;
	text-align:justify;
	font-style:italic;
	color:#696969;
}

a.textLegales, a.textLegales:link, a.textLegales:visited {
	font-size:0.909em;
	text-align:justify;
	font-style:italic;
	color:#696969;
	text-decoration:underline;
}

a.textLegales:hover, a.textLegales:active {
	color:#333333;
}
/* Bug Firefox */
a.textLegales:focus, a.textLegales:focus:hover {
	color:#333333;
}

.checkBox {
	height:1px; 
	vertical-align:top;
}
* html .checkBox {
	vertical-align:middle;
}









/* ************************************* */
/* ******************* for use of ORDER  */		
.textBouquetDescription	{
	font-size:1.364em;
	color:#666666;
	vertical-align:middle;
}

.titre {
	font-size:1.364em;
	color:#cc3300;
}

.textVille {
	font-size:1.182em;
	font-weight:bold;
	padding:50px;
}	









/* ************************************* */
/* ******************* for use of DIARY  */	
.menu_haut {
	font-size:1.182em;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.fondtext {
	background-color:#ffeeee;
}

.fondtextfonce {
	background-color:#892955;
}

.fondtexttaupe {
	background-color:#892955;
}












/* ************************************* */
/* ************** for use of PARRAINAGE  */
.txtImportant_20 {
	font-size:1.818em;
	color:#892955;
	font-weight:bold;
}

.txtImportant_16 {
	color:#892955;
	font-size:1.455em;
	font-weight:bold;
}













.txtImportantFaq, .titre_formulaire	{
	font-weight:bold;
}








/* ************************************* */
/* ************* for use of AQUAMAIL NOUS ECRIRE  */		
#tableau {
	float:left;
	display:inline; /*pour le double margin-left bug in IE6*/
	width:500px;
	margin-left:100px;
	background-color:#ffeeee; /*#F9EBF0;*/
}

#haut {
	width:500px;
	height:69px;
	background-image:url('http://images.aquarelle.com/photos/fond_onglets_inverse.jpg');
}

#onglet_commande, 
#onglet_commande a, 
#onglet_renseignement, 
#onglet_renseignement a {
	float:left;
	width:250px;
	height:80px;
	vertical-align:top;
	text-align:center;
	font-size:1.091em;
	color:#892955;
	text-decoration:none;
	cursor:pointer;
}

#formulaire_commande, 
#formulaire_renseignement {
	float:left;
	width:500px;
	background-color:#ffeeee; /*#F9EBF0;*/
	display:none;
}
* html #formulaire_commande, 
* html #formulaire_renseignement {
	clear:both;
	margin-top:-10px;
}

#formulaire_reponse {
	float:left;
	width:500px;
	background-color:#ffeeee; /*#F9EBF0;*/
	display:inline;
}
* html #formulaire_reponse {
	clear:both;
	margin-top:-10px;
}

.souligne {
	text-decoration:underline;
}









/* ************************************* */
/* ********************** styles for suivi_aquamail.cgi */
.tableWidthSuivi	{
	width:100%; /*730px;*/
}

.tdLegenda1	{
	width:15px; 
	height:15px; 
	background-color:#f9f9f9; 
	border:1px solid #892955; 
	vertical-align:top;
}

.tdLegenda2	{
	width:100px; 
	height:15px; 
	vertical-align:top;	
}

.tdLegenda3	{
	width:15px; 
	height:15px; 
	background-color:#ffeeee; 
	border:1px solid #892955; 
	vertical-align:top;	
}

.tdLegenda4	{
	width:100px; 
	height:15px; 
	vertical-align:top;	
}

.tdLegenda5	{
	/*width:%;*/ 
	height:15px; 
	vertical-align:top;	
}






.divWidthSuivi {
	width:675px;
}

.divStyleType1Message	{
	width:100%; 
	background-color:#f9f9f9; 
	border:3px solid #892955;
}

.divStyleType1 {
	width:100%; 
	background-color:#f9f9f9; 
	border:1px solid #892955;
}

.divStyleType2Message	{
	width:100%; 
	background-color:#ffeeee; 
	border:3px solid #892955;
}

.divStyleType2 {
	width:100%; 
	background-color:#ffeeee; 
	border:1px solid #892955;
}

.tdTitle {
	width:150px; 
	border:1px solid #ffffff; 
	vertical-align:top;
}

.tdContent {
	border:1px solid #ffffff; 
	vertical-align:middle;
}






.divQuestionnaireSelectOff {
	border:2px solid #be5496;
	background-color:#ffffff; 
	width:633px;
	z-index:9;
}

.divQuestionnaireSelectOn {
	border:2px solid #892955;
	background-color:#ffffff; 
	width:633px; 
	z-index:9;
}






.divQuestionnaireContent {
	background-color:#ffffff; 
	width:603px; /*623px;*/
	margin:5px;
	/*
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:100;
	*/
}










/* ************************************* */
/* ***************** div avec TEXTE pour la boutique selectioné -> home.cgi */
#containerTextCenter {
	float:left;
	width:100%; /*590px;*/
	margin-left:0px;
	margin-top:10px;
	border:0px solid #be5496;	
	/*border-bottom:1px solid #be5496;	*/
	text-align:center;
}
* html #containerTextCenter {
	width:99%; /*588px;*/
	margin-top:10px;
}			









/* ************************************* */
/* ********************** div Multitude Roses in -> home.cgi */
#topImage {
	margin-left:0px;
	margin-bottom:0px; /*-25px;*/
	width:100%; 
	text-align:center;
	border:0px dashed #999999;
}
* html div#topImage	 {
	width:99%; /*798px;*/
}	

.blockBouquetImageSelectOff {
	width:350px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:20px;
	text-align:center;
	border:1px dashed #ffffff; /*#999999;*/
}

.blockBouquetImageSelectOn {
	width:350px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:20px;
	text-align:center;
	border:1px solid #892955;
}







/* ************************************* */
/* ********************** div boutique avec 1 bouquet in -> home.cgi */
#oneBouquet {
	width:350px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:30px; /*20px;*/
	text-align:center;
	border:0px solid #ffeeee; /*#999999;*/
}	







/* ************************************* */
/* ********************** div boutique avec TOUS les bouquet in -> home.cgi */
#espaceBoutique {
	float:left;
	width:100%; /*800px;*/
	border:0px dashed #999999;
}
* html #espaceBoutique {
	width:99%; /*598px;*/
}	




/* ***************** for use shop */	
.blockBouquetSelectOff {
	float:left;
	width:350px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:30px; /*20px;*/
	text-align:center;
	border:0px solid #ffeeee; /*#999999;*/
}

.blockBouquetSelectOn {
	float:left;
	width:350px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:20px;
	text-align:center;
	/*background-color:#f9f9f9;*/
	border:1px solid #892955;
}

#blockBouquet_1,
#blockBouquet_3,
#blockBouquet_5,
#blockBouquet_7,
#blockBouquet_9,
#blockBouquet_11,
#blockBouquet_13,
#blockBouquet_15,
#blockBouquet_17,
#blockBouquet_19,
#blockBouquet_21,
#blockBouquet_23,
#blockBouquet_25,
#blockBouquet_27,
#blockBouquet_29,
#blockBouquet_31 {
	clear:both;
}




/* ***************** for use shop artificielles */	
.blockBouquetArtificiellesSelectOff {
	float:left;
	width:225px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:20px;
	text-align:center;
	border:1px solid #ffeeee; /*#999999;*/
}

.blockBouquetArtificiellesSelectOn {
	float:left;
	width:225px; /*250px;*/ /*190px; avec columns droite*/
	margin-left:5px; /*10px;*/
	margin-top:20px;
	text-align:center;
	/*background-color:#f9f9f9;*/
	border:1px solid #892955;
}

#blockBouquetArtificielles_1,
#blockBouquetArtificielles_4,
#blockBouquetArtificielles_7,
#blockBouquetArtificielles_10,
#blockBouquetArtificielles_13 {
	clear:both;
}






.bouquet_img, .bouquetImg {
	text-align:center;
}

.descriptionText, .description_text {
 	font-size:1.000em; /*1.091em;*/
	text-align:justify;
	width:90%;
  line-height:1.3em;
}

.descriptionPrix, .description_prix {
	/*margin-top:10px;*/
	text-align:center; /*justify;*/
  line-height:1.3em;
}

.descriptionCommander {
	margin:1px;
	text-align:center; /*justify;*/
	margin-bottom:10px;
}

.chooseSizeProduit {
	z-index:-1;
} 









/* ************************************* */
/* ********************** div pour SUPERZOOM (mailing) -> home.cgi */
/* --------- */	
#zoomDirectContainerLeft	{
	float:left;
	width:310px;
	text-align:center;
}

#zoomDirectContainerRight	{
	float:left;
	width:380px;
	text-align:justify;
}	







/* ************************************* */
/* ***************** for use of BOUTON : in HOME */
.partTotal {
	width:720px; 
	float:left;
	/*margin-top:25px;*/
}

.partLeft {
	float:left; 
	width:56%; 
	margin-left:0px; 
	vertical-align:middle; 
	text-align:left; 
}

.partRight {
	float:left; 
	width:44%; 
	text-align:right; 
	vertical-align:middle; 
}

.boutons {
	position:relative;
	width:326px;
	height:50px;
}

a.boutonsFr, 
a.boutonsfr {
	position:absolute;
	width:326px;
	height:50px;
	background-image:url('http://images.aquarelle.com/marketing/boutons/boutons_retour_fr.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

a.boutonsEn, 
a.boutonsen {
	position:absolute;
	width:326px;
	height:50px;
	background-image:url('http://images.aquarelle.com/marketing/boutons/boutons_retour_en.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

a.boutonsArtifFr, 
a.boutonsArtiffr {
	position:absolute;
	width:326px;
	height:50px;
	background-image:url('http://images.aquarelle.com/marketing/boutons/boutons_retour_artif_fr.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

a.boutonsArtifEn, 
a.boutonsArtifen {
	position:absolute;
	width:326px;
	height:50px;
	background-image:url('http://images.aquarelle.com/marketing/boutons/boutons_retour_artif_en.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

a.boutonsFr:hover, 
a.boutonsfr:hover,
a.boutonsEn:hover, 
a.boutonsen:hover,
a.boutonsArtifFr:hover, 
a.boutonsArtiffr:hover,
a.boutonsArtifEn:hover, 
a.boutonsArtifen:hover {
	background-position:bottom;
}

.linkNoLine, a.linkNoLine, a.linkNoLine:link, a.linkNoLine:visited {
	font-weight:bolder; 
	color:#892955;
	text-decoration:none;
}

a.linkNoLine:hover, a.linkNoLine:active {
	color:#828080;
	font-style:normal;
}

/* Bug Firefox */
a.linkNoLine:focus, a.linkNoLine:focus:hover {
	color:#828080;
	font-style:normal;
}	








/* ************************************* */
/* ********************* for use FONT shop : in HOME.cgi & zoomproduit.js  */
.titleShop	{
	color:#892955;
	font-size:2.182em;
	font-weight:400;
	text-align:center;
}

.titleShopSupportText	{
	color:#892955;
	font-size:1.545em;
	font-weight:400;
	font-style:italic; 
	text-align:center;
}
	
.titleBouquet	{
	font-family:Arial,Verdana,Helvetica,Tahoma;
	color:#892955;
	font-size:1.273em;/*1.455em;*/
	font-weight:bolder;
	text-align:center;
	line-height:1.5em; 
}
	
.descriptionBouquet	{ /* same as .text */
	font-size:1.000em;
	font-weight:400;
	text-align:justify;
}

.spacer {
  clear:both;
  visibility:hidden;
 }
  
  
  
  
  

.validerBig, a.validerBig, a.validerBig:link, a.validerBig:visited {
	font-size:1.636em; 
	font-weight:bolder; 
	color:#892955;
	/* line-height:1.5em; */
	text-decoration:underline;
	border:1px;
}

a.validerBig:hover, a.validerBig:active { 
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
}
/* Bug Firefox */
a.validerBig:focus, a.validerBig:focus:hover {
	color:#892955; /*#828080;*/
	background-color:#ffeeee;
}	





/* ************************************* */
/* ********************* for use FICHE TECHNIQUE */
#barNav {
	float:left; 
	margin:2px; 
	width:82px; 
	height:65px; 
	text-align:center;
}
* html #barNav {
	width:81px; 
}

#barNavLink {
	float:left; 
	margin:2px; 
	width:82px; 
	height:65px; 
	text-align:center;
	border:1px solid red; 
	background-color:#ffeeee; 
}
* html #barNavLink {
	width:81px; 
}

.ficheContainerImg {
	float:left; 
	display:inline; 
	width:410px; 
	height:250px; 
	margin-top:20px;
}

.ficheContainerTexte {
	float:left; 
	display:inline; 
	margin-left:10px; 
	width:194px; 
	height:250px; 
	margin-top:20px;
}
* html .ficheContainerTexte {
	width:189px;
}


/* ************************************* */
/* ********************* for use VIDEO */
.videoContainerImg {
	float:left; 
	display:inline; 
	width:410px; 
	height:250px; 
	margin-top:10px;
}

.videoContainerTexte {
	float:left; 
	display:inline; 
	margin-left:10px; 
	width:194px; 
	height:310px; 
	margin-top:10px;
}
* html .videoContainerTexte {
	width:189px;
}