/*@import url(http://fonts.googleapis.com/css?family=Open+Sans|Merriweather+Sans:400,400italic,300);*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic);*/
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans|Roboto:400,300|Roboto,400italic|Abel");
@import url("advitae_boutique.css");
/*$nut_btn_color1_active: #E6DBB5;
$nut_btn_color2_active: #9C926E;*/
body {
  background-size: 100%;
  background-color: #FFFFFF;
  min-height: 900px;
  padding: 0px;
  margin: 0px; }

form {
  display: inline; }

.bodyBkg {
  background: #999900 url(../images/bkg_ligne_drk.gif);
  background-repeat: repeat;
  background-size: 100% auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #442222; }

.bodyBkgAdm {
  background-color: #999900;
  background: url(../images/bkg_index.gif) center repeat;
  /*background-repeat:repeat-y;*/
  background-size: 100% auto;
  /*background-position:left center;*/
  font-family: Arial, Helvetica, sans-serif;
  color: #442222; }

.centerVertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  height: 15px;
  padding: 0px;
  /*margin: 10px;*/
  margin: 0px;
  display: inline;
  line-height: 18px; }

h2 {
  font-size: 20px;
  height: 15px;
  padding: 0px;
  /*margin: 10px;*/
  margin: 6px;
  display: inline;
  line-height: 18px; }

h3 {
  font-size: 17px;
  height: 12px;
  padding: 0px;
  /*margin: 10px;*/
  margin: 6px 0;
  display: inline;
  line-height: 14px; }

p {
  color: #442222;
  margin-bottom: 0;
  margin-top: 1.3em;
  line-height: 1.2em; }

ul li {
  /*display:block;*/
  margin-bottom: 0px;
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.2em;
  list-style-type: square; }

a {
  text-decoration: none;
  color: #996600; }

a:hover {
  color: #333; }

a:visited {
  color: #999900; }

a:visited:hover {
  color: #222; }

blockquote {
  font-family: Arial, Helvetica, sans;
  font-size: 14px;
  font-style: italic;
  background: none repeat scroll 0% 0% #FCFCFC !important;
  border-left: 8px solid #E5A53D !important;
  border-right: 1px solid #E6E6E6 !important;
  border-width: 1px 1px 1px 8px !important;
  border-style: solid !important;
  border-color: #E6E6E6 #E6E6E6 #E6E6E6 #E5A53D !important;
  margin: 1em 0px !important;
  padding: 1em 2em !important;
  margin-left: 40px !important;
  padding-top: 0px !important; }

.highlightContent {
  padding: 10px 15px 20px;
  background-color: beige;
  margin: 20px;
  color: #555; }

.highlightTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: brown; }

.shadowImg {
  box-shadow: 2px 2px 8px 1px #666; }

.shadowImg2 {
  box-shadow: 1px 1px 4px 1px #666; }

.selectionImg {
  width: 92px; }

.etapesImgDiv {
  width: 82%;
  margin: 5px auto 15px;
  text-align: center; }

.imageEtapesAchat {
  width: 70%;
  margin: 5px auto 15px; }

#nutImage img {
  width: 135px;
  box-shadow: 2px 2px 8px 1px #666; }

.introTxtDiv {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  width: 60%;
  margin: 5px auto;
  text-align: left; }

.pageTitle {
  font-family: Merriweather sans;
  /*font-family:Roboto;*/
  font-size: 25px;
  color: #CC6600;
  margin: 15px;
  text-align: center; }

.boutiqueHeader {
  font-family: Merriweather sans;
  /*font-family:Roboto;*/
  font-size: 25px;
  color: #CC6600;
  margin: 15px;
  text-align: center;
  background-image: url("/images/bkg_section_boutique.jpg");
  background-size: cover; }

.textInvite {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 7px; }

.formInputLeft {
  text-align: left;
  padding: 6px 10px;
  /*margin:3px auto;*/ }

.formInputRight {
  text-align: right;
  padding: 6px 10px;
  margin: 3px auto; }

.admTextInput {
  height: 30px;
  padding: 0px 5px;
  font-size: 13px;
  border-radius: 5px;
  color: gray;
  border: 2px solid #a8a8a8; }

.admTextInputLong {
  height: 30px;
  padding: 0px 5px;
  font-size: 13px;
  border-radius: 5px;
  color: gray;
  border: 2px solid #a8a8a8;
  width: 80%;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.admTextareaMsg {
  height: 90px;
  width: 70%;
  padding: 0px 5px;
  font-size: 13px;
  border-radius: 5px;
  color: gray;
  border: 2px solid #a8a8a8; }

.formLabelAbove {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #888;
  margin: 2px 0px 7px; }

.formSectionFrame {
  border: 1px solid #999;
  padding: 4px;
  background-color: #F3EEE1; }

.formFieldLabel {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF; }

.formRadioSetColor {
  display: inline-block;
  width: 45%;
  font-size: 12px;
  text-align: left;
  background-color: #F9F9F5;
  padding: 4px;
  margin: 2px 4px 2px 0px; }

.formCheckboxColor {
  display: inline-block;
  width: 97%;
  font-size: 12px;
  text-align: left;
  background-color: #F9F9F5;
  padding: 4px;
  margin: 2px 4px 2px 0px; }

.photoBoutiqueList {
  border: 0px;
  margin-right: 10px;
  width: 150px; }

.photoBoutiqueGrid {
  border: 0px;
  margin-right: 7px;
  width: 150px; }

.imgGiftForm {
  display: table-cell;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top; }

.txtGiftForm {
  display: table-cell;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
  width: auto;
  min-width: 75%;
  float: right;
  margin-left: 10px; }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.middle {
  vertical-align: middle; }

.phoneHide {
  display: block; }

.phoneInlineHide {
  display: inline; }

.mobileInlineHide {
  display: inline !important; }

.mobileShow {
  display: none; }

.phoneShow {
  display: none; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.bold {
  font-weight: bold; }

.hrGrey {
  margin: 11px auto;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(160, 160, 160, 0), rgba(160, 160, 160, 0.75), rgba(160, 160, 160, 0));
  background-image: -moz-linear-gradient(left, rgba(160, 160, 160, 0), rgba(160, 160, 160, 0.75), rgba(160, 160, 160, 0));
  background-image: -ms-linear-gradient(left, rgba(160, 160, 160, 0), rgba(160, 160, 160, 0.75), rgba(160, 160, 160, 0));
  background-image: -o-linear-gradient(left, rgba(160, 160, 160, 0), rgba(160, 160, 160, 0.75), rgba(160, 160, 160, 0)); }

.style1 {
  color: #FFFFCC !important; }

.verticalSpacer {
  height: 1250px;
  font-size: 0; }

.verticalSpacerShort {
  height: 320px;
  font-size: 0; }

.srchListBloc {
  padding: 15px 6px;
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px; }

.srchLink {
  margin: 2px 4px; }

.srchLink a {
  font-size: 14px; }

.btnSensDiv {
  display: inline-block;
  position: absolute;
  float: right;
  right: 20px;
  overflow: hidden; }

.btnSens {
  /*width:25px;
  height:25px;*/
  margin-left: 10px;
  background-size: contain;
  padding: 5px;
  overflow: hidden; }

.btnSensUp {
  display: inline-block;
  background-image: url("/images/btn_sens_up.png");
  width: 20px;
  height: 20px;
  padding: 3px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.btnSensDown {
  display: inline-block;
  background-image: url("/images/btn_sens_down.png");
  width: 20px;
  height: 20px;
  padding: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

/******************************************   SECTION FORMATTING
****************************************************************
****************************************************************/
.clearRubricX {
  padding: 4px;
  /*background-color:lightgrey;*/
  border-radius: 6px;
  color: grey; }

.rubSrchBloc {
  padding: 4px;
  background-color: #fafaf6;
  border: 1px solid #ddd;
  border-radius: 6px;
  /*color:grey;*/ }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 500;
  display: none; }

.mainBkgContainer {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 900px;
  valign: top; }

.pageContainerDiv {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 500px;
  valign: top; }

.headerBkgContainer {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  /*border:#666 1px solid;*/
  background-color: rgba(249, 248, 253, 0.5);
  padding: 0px;
  width: 100%;
  height: auto;
  valign: top; }

.admHeaderBkgContainer {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  /*border:#666 1px solid;*/
  background-color: rgba(245, 247, 235, 0.4);
  padding: 0px;
  width: 100%;
  height: auto;
  valign: top; }

.headerContainer {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  border: #666 0px solid;
  background-color: #FBF7F0;
  /*background:url(../images/bkg_head_fruits.jpg);*/
  background: url(../images/bkg_head_veges1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px;
  width: 1350px !important;
  max-width: 1350px;
  height: auto;
  valign: top; }

.admHeaderContainer {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  border: #666 0px solid;
  /*background-color:#F3F3F3;*/
  background-color: rgba(255, 255, 255, 0.9);
  background: url(../images/bkg_head_admin.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px;
  width: 1350px !important;
  max-width: 1350px;
  height: auto;
  valign: top; }

#contactLink2 {
  margin-top: 5px;
  font-size: 16px;
  background-color: #F5F4F2;
  padding: 7px; }

.topMenuBkg {
  width: 100%; }

.logoContainerDiv {
  width: 100%; }

.titleContainerDiv {
  display: table;
  width: 100%; }

.mainSectionContainer {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 1350px;
  height: 100%;
  min-height: 500px;
  valign: top;
  box-shadow: 0px -3px 8px 0px #777; }

.mainSectionContainerAdmin {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 1000px;
  height: 100%;
  min-height: 500px;
  valign: top; }

.mainContainer {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 100%;
  background: url(../images/bkg_main.gif) repeat;
  height: 100%;
  min-height: 500px;
  valign: top; }

.mainContainerAdmin {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 100%;
  /*background-color:#F8F8F0;*/
  height: 100%;
  min-height: 500px;
  valign: top; }

.logoContainerDiv {
  display: table;
  width: 100%; }

.headTableMiddle {
  display: table-cell;
  width: auto;
  max-width: 450px;
  vertical-align: top; }

.headTableLogo {
  display: table-cell;
  width: auto;
  padding: 7px 7px 0px 15px;
  vertical-align: top; }

.logoImg {
  width: 280px; }

.logoAdm {
  width: auto;
  margin: 7px 0px 0px 14px; }

.logoAdm2 {
  width: auto;
  margin: 0px 0px 14px 0px; }

.btnDetails {
  display: inline-block;
  width: 32%;
  text-align: center;
  float: right;
  margin-bottom: 10px; }

.facebkBtn {
  display: inline-block;
  width: 40%;
  float: left; }

.poleTable {
  display: table;
  width: 100%;
  border: #CCCCCC solid 1px;
  padding: 5px 5px 0px 5px;
  background-color: #FFFFFF; }

.poleMainDiv {
  margin: 30px auto 14px; }

.graphLegend {
  display: inline-block;
  width: 40%;
  text-align: center;
  margin-top: 20px;
  float: left; }

.graphDisplay {
  display: inline-block;
  width: auto;
  /*text-align: center;*/
  margin-top: 5px;
  float: right; }

.divAllPole {
  display: none;
  text-align: center;
  margin-top: 8px; }

.btnAllPole {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  margin: 18px auto 5px;
  text-align: center;
  width: 180px;
  border: 3px #a87205 solid;
  border-radius: 6px;
  background-color: beige; }

.headTableBannerFrame {
  display: table-cell;
  width: 92px;
  margin: 0px;
  vertical-align: top; }

.headTableRight {
  display: table-cell;
  width: 250px;
  margin: 0px;
  vertical-align: top; }

.sectionContainer {
  display: table;
  width: 100%;
  padding: 3px; }

.oneSectionContainer {
  width: 70%;
  margin: 5px auto;
  max-width: 750px; }

.LeftCellHead {
  display: table-cell;
  width: 72px;
  vertical-align: top; }

.CenterCellHead {
  display: table-cell;
  width: auto;
  vertical-align: top; }

.RightCellHead {
  display: table-cell;
  width: 20%;
  vertical-align: top; }

.orderFrameDiv {
  width: 82%;
  margin: 25px auto 5px; }

.orderHeaderDiv {
  padding: 4px 7px;
  margin: 1px auto;
  vertical-align: middle;
  /*border:1px solid #888;*/ }

.orderHeaderTitleDiv {
  background-color: #DDD;
  padding: 7px 4px 7px 2px;
  margin: 1px 0px 10px;
  vertical-align: middle;
  overflow: hidden; }

.orderTitle {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  padding: 5px 15px; }

.orderAddressDiv {
  display: inline-block;
  padding: 2px;
  width: 48%;
  min-width: 200px;
  border: 1px solid #888;
  min-height: 135px;
  vertical-align: top;
  margin: 5px 0; }

.orderAddressTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #9e9d9d;
  padding: 1px 5px;
  background-color: #EEEEDD;
  overflow: hidden; }

.orderBillingTitle {
  display: inline;
  padding: 3px 5px;
  float: left; }

.orderShippingTitle {
  display: inline;
  padding: 3px 5px;
  float: left; }

.orderBilling, .orderShipping {
  padding: 5px;
  vertical-align: top; }

.orderDateID {
  display: inline; }

.orderID {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: inline;
  float: right;
  padding: 2px 10px; }

.orderDate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  display: inline;
  float: right;
  padding: 2px 10px; }

.orderAddressModifier {
  text-align: right;
  padding: 0 5px; }

.orderChkLabel {
  margin: 8px auto;
  width: 95%; }

.orderBottomDiv {
  /*width:100%;*/
  padding: 9px;
  overflow: hidden; }

.paypalImageDiv {
  margin: 20px auto 15px; }

.bottomTextNote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center; }

.orderModifyBtns {
  display: inline; }

.orderPayBtn {
  display: inline;
  float: right;
  margin-right: 8px; }

.orderConditionsFrame {
  font-size: 13px;
  width: 82%;
  margin: 10px auto; }

.orderTableDelai {
  max-width: 500px;
  margin: 0px auto; }

.footerBkgDiv {
  width: 100%; }

.footerDiv {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #8C8C5D;
  font-family: Arial, Helvetica, sans-serif; }

.footer {
  display: inline-block;
  position: relative;
  width: 96%;
  height: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*align-items: center;*/
  /*background-color:#999966;
  font-family:Arial, Helvetica, sans-serif;*/ }

.footerGroup {
  display: inline-block;
  position: relative;
  /*overflow:auto;*/
  /*padding:6px 3px 20px 3px;*/
  margin: 6px 3px 20px 3px;
  width: auto;
  height: 100%;
  /*border:#333 solid 1px;*/
  /*min-width:80px;*/ }

.footerGroup .List {
  display: inline-block;
  position: relative;
  vertical-align: top;
  /*padding:4px;*/
  margin: 0px 0px 10px 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: left;
  clear: both; }

.footerGroup .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFBBAA;
  text-align: center;
  margin: 3px auto 0px auto;
  line-height: .8em; }

.sep {
  width: 90%;
  border: none;
  height: 1px;
  color: #FFD;
  background-color: #FFD; }

.footerList {
  padding: 0;
  margin: 0; }

.footerList li {
  font-family: Arial, Helvetica, sans-serif;
  list-style: none !important;
  padding-left: .5em;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: .8em;
  text-indent: -.7em; }

.footerList li:before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  content: "o";
  padding-left: .9em;
  padding-right: .4em;
  color: #BBB; }

.footerList .link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #F0e9dd;
  margin-left: 3px; }

.FormShare {
  width: 38%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px;
  background-color: rbg(255, 255, 255); }

#domSelect {
  height: 34px;
  border: 2px solid #b6cc6e;
  border-radius: 5px;
  margin: 3px auto 15px;
  background-color: #f8f7f6; }

/***************************   GENERAL FORMATTING CLASSES  *************************************/
.cell100 {
  width: 100%; }

.cell75 {
  width: 75%; }

.cell25 {
  width: 25%; }

.cell15 {
  width: 15%; }

.cell5 {
  width: 5%; }

.cell20 {
  width: 20%; }

/***************************   GENERAL FORMATTING CLASSES  *************************************/
.domInscriptBtnDiv {
  width: 150px;
  margin: 0px auto;
  text-align: center; }

.domListDiv {
  margin: 3px auto 10px;
  border: 1px solid #cfcf28;
  padding: 5px;
  border-radius: 4px;
  max-height: 556px;
  overflow: auto; }

.domListVilleMin {
  /*width:98%;*/
  margin: 3px auto 10px;
  padding: 3px;
  max-height: 440px;
  overflow: auto;
  border: 1px solid #cfcf28;
  border-radius: 4px; }

.domListVille {
  margin: 3px auto 10px;
  padding: 3px;
  max-height: auto;
  overflow: hidden;
  border: 1px solid #cfcf28;
  border-radius: 4px; }

.domListVilleCatTitle {
  height: 15px;
  color: #666666;
  background-color: #DDD;
  margin: 3px 0px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
  padding: 4px 0; }

.domListTitle {
  background-color: #993300;
  padding: 3px 6px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px; }

.domListLnk, .domListVilleLnk {
  font-size: 13px;
  padding: 2px 0px 1px 4px;
  border-bottom: 1px solid #f2f2f2; }

.domListVilleLnk {
  background-color: #f6f3e7; }

.domListLnk:hover, .domListVilleLnk:hover {
  background-color: #dfe6cc; }

.domTopBtnRow {
  display: inline-block;
  float: left;
  margin-bottom: 10px; }

.repInscriptDiv {
  max-width: 200px;
  margin: 0px auto 20px;
  display: none;
  float: right; }

.repInscriptBtn {
  border: 2px solid #bda48b;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 14px;
  background-color: #f5f0df;
  cursor: pointer; }

#ressourceFicheMobile {
  display: none;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px;
  background-color: white; }

.menuNutMobile {
  display: none;
  position: absolute;
  left: -232px;
  top: 240px; }

.btnNutMobile {
  position: relative;
  height: 19px; }

.btnNutOpen {
  font-size: 14px;
  color: #333;
  float: right;
  margin: -6px -14px;
  cursor: pointer; }

.arrowBtns {
  display: none;
  overflow: hidden;
  margin: 3px 0px 18px; }

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

.nutBtnRight {
  float: right;
  margin: 3px 7px;
  font-size: 14px; }

.nutBtnLeft {
  float: left;
  margin: 3px 7px;
  font-size: 14px; }

.nutPartDiv {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0px auto 20px; }

.nutPartDiv2 {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  /*max-width: 180px;*/
  padding: 10px 24px 16px 0px;
  background-color: rgba(183, 186, 142, 0.9);
  border: 2px solid #833c09;
  border-left: 0px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 1; }

.nutPartBtn {
  display: table-cell;
  width: auto;
  margin: 0px;
  font-size: 15px;
  font-family: Roboto;
  padding: 4px 15px 4px 15px;
  text-decoration: none;
  display: inline-block;
  /*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
  font-weight: 500;
  color: #444;
  background-color: #F5F3EB;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F3EB), to(#C2C1BA));
  background-image: -webkit-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -moz-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -ms-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -o-linear-gradient(top, #F5F3EB, #C2C1BA);
  /*background-image: linear-gradient(to bottom, $nut_btn_color1, $nut_btn_color2);*/ }

.nutPartBtn:hover {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #DEDB99;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDB99), to(#9E9D6C));
  background-image: -webkit-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -moz-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -ms-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -o-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: linear-gradient(to bottom, #DEDB99, #9E9D6C); }

.nutPartBtn2 {
  display: block !important;
  width: auto;
  margin: 0px;
  font-size: 16px;
  font-family: Roboto;
  padding: 8px 15px 0px 15px;
  text-decoration: none;
  display: inline-block;
  /*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
  font-weight: 500;
  color: #444;
  background-color: #F5F3EB;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F3EB), to(#C2C1BA));
  background-image: -webkit-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -moz-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -ms-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -o-linear-gradient(top, #F5F3EB, #C2C1BA);
  /*background-image: linear-gradient(to bottom, $nut_btn_color1, $nut_btn_color2);*/
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  min-width: 200px;
  min-height: 30px; }

.nutPartBtn2:hover {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #DEDB99;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDB99), to(#9E9D6C));
  background-image: -webkit-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -moz-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -ms-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -o-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: linear-gradient(to bottom, #DEDB99, #9E9D6C); }

.nutPartDiv .btnActive {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #EBC68A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EBC68A), to(#BD7706));
  background-image: -webkit-linear-gradient(top, #EBC68A, #BD7706);
  background-image: -moz-linear-gradient(top, #EBC68A, #BD7706);
  background-image: -ms-linear-gradient(top, #EBC68A, #BD7706);
  background-image: -o-linear-gradient(top, #EBC68A, #BD7706);
  background-image: linear-gradient(to bottom, #EBC68A, #BD7706); }

.nutrimBloc {
  margin: 0px auto;
  display: table;
  min-width: 200px;
  overflow: hidden;
  width: 95%; }

.nutrimElemBloc {
  display: inline-block;
  float: left;
  width: 96%;
  max-width: 230px;
  padding: 5px 10px;
  background-color: #f6f6f6;
  margin: 5px 2px 0px; }

.nutrimImg {
  display: inline-block;
  margin-top: 4px; }

.nutrimSymbImg {
  width: 23px;
  border: 0px; }

.nutrimPlusBtn {
  width: 16px;
  border: 0px;
  margin-top: 3px; }

.nutrimLnk {
  display: inline-block;
  font-size: 16px;
  margin: 0px 7px;
  vertical-align: middle;
  line-height: 12px;
  height: 20px; }

.nutrimBtnLnk {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 6px; }

.sourceItem {
  border-bottom: 1px solid #fff;
  height: 22px;
  padding: 3px 0px 1px 3px; }

.sourceTxt {
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle; }

.sourceQteTxt {
  font-size: 13px;
  vertical-align: middle; }

.itemFleche {
  margin-right: 4px;
  margin-bottom: -3px; }

a .nutPartBtnMid {
  border-radius: 0px;
  border: 1px solid #999;
  border-width: 1px 1px 1px 0px; }

a .nutPartBtnLeft {
  border-radius: 16px 0px 0px 16px;
  border: 1px solid #999;
  border-width: 1px 1px 1px 1px; }

a .nutPartBtnRight {
  border-radius: 0px 16px 16px 0px;
  border: 1px solid #999;
  border-width: 1px 1px 1px 0px; }

/**********************  QUIZ ET TESTS   ******************/
/**********************  QUIZ ET TESTS   ******************/
/**********************  QUIZ ET TESTS   ******************/
.tableTest {
  display: table;
  width: 100%;
  border: #AAA solid 1px;
  border-collapse: collapse;
  padding: 1px 6px;
  margin: 1px auto; }

.tableChron {
  display: table;
  width: 100%;
  border: #BBB solid 1px;
  border-collapse: collapse;
  padding: 1px 6px;
  margin: 3px auto; }

.tableTestEntete {
  display: table;
  width: 100%;
  border: #AAA solid 1px;
  background-color: #F6F6F0;
  border-collapse: collapse;
  padding: 1px 6px;
  margin: 1px auto; }

.tableTest > tbody > tr > td {
  padding: 7px 0px;
  text-align: center; }

.tableTestCell {
  padding: 4px 4px;
  display: table-cell;
  text-align: center;
  vertical-align: top; }

.tableRssCell {
  padding: 4px 4px;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  background-color: #ECECEB; }

.quizPresentTable {
  display: block;
  border: #CCCCCC solid 1px;
  padding: 16px 12px;
  margin: 9px 0px;
  border: #ddd solid 1px;
  border-radius: 6px;
  background: #d6dbbf;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZGJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d6dbbf 0%, #feffe8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6dbbf), color-stop(100%, #feffe8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6dbbf 0%, #feffe8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6dbbf 0%, #feffe8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6dbbf 0%, #feffe8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6dbbf 0%, #feffe8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dbbf', endColorstr='#feffe8',GradientType=0 );
  /* IE6-8 */ }

.quizDetailsText {
  display: block;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #665544;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 8px; }

.quizTitle {
  display: block;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 700;
  color: #663300;
  padding: 5px 5px 5px 8px;
  background-color: #F9F9F0;
  width: 97%;
  text-align: center; }

.quizCondTable {
  display: table;
  background-color: #FFFFFF;
  border: #CCCCCC solid 1px;
  padding: 3px;
  margin: 6px 0px;
  border: #ddd solid 1px;
  border-radius: 3px;
  width: 100%; }

.quizCond {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #555;
  text-align: left; }

.quizCondVal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #475C84;
  text-align: left; }

.timerDiv {
  display: block;
  text-align: right;
  margin: 0px 10px; }

.timerTextDiv {
  display: inline-block;
  width: auto;
  text-align: left !important;
  margin: 0px 10px; }

.timerBlock {
  display: inline-block;
  padding: 6px;
  border: #AAA solid 1px;
  border-radius: 6px;
  background: #f2f5f6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
  /* IE6-8 */ }

.timer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  text-align: center;
  margin: 0px auto; }

.scoreBas {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-weight: 2px;
  border-type: solid;
  border-color: #666;
  border-radius: 12px;
  padding: 6px 15px;
  margin: 10px auto 0px auto;
  color: #CC6633;
  background-color: #FFF;
  border: 2px solid #CCA; }

.scoreMed {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-weight: 2px;
  border-type: solid;
  border-color: #666;
  border-radius: 12px;
  padding: 6px 15px;
  margin: 10px auto 0px auto;
  color: #FF9933;
  background-color: #FFF;
  border: 2px solid #CCA; }

.scoreHaut {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-weight: 2px;
  border-type: solid;
  border-color: #666;
  border-radius: 12px;
  padding: 6px 15px;
  margin: 10px auto 0px auto;
  color: #BDC601;
  background-color: #FFF;
  border: 2px solid #CCA; }

.scoreTresHaut {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-weight: 2px;
  border-type: solid;
  border-color: #666;
  border-radius: 12px;
  padding: 6px 15px;
  margin: 10px auto 0px auto;
  color: #65824F;
  background-color: #FFF;
  border: 2px solid #CCA; }

.quizResultText {
  display: table;
  width: auto;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  color: #665544;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 8px; }

.quizSubmit {
  float: right; }

.quizBtn {
  display: table-cell;
  width: auto;
  margin: 0px 6px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 15px 4px 15px;
  text-decoration: none;
  display: inline-block;
  /*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
  font-weight: 500;
  color: #444;
  background-color: #F5F3EB;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F3EB), to(#C2C1BA));
  background-image: -webkit-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -moz-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -ms-linear-gradient(top, #F5F3EB, #C2C1BA);
  background-image: -o-linear-gradient(top, #F5F3EB, #C2C1BA);
  border-radius: 8px;
  border: 2px solid #663300;
  border-width: 2px;
  /*background-image: linear-gradient(to bottom, $nut_btn_color1, $nut_btn_color2);*/ }

.quizBtn:hover {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #DEDB99;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDB99), to(#9E9D6C));
  background-image: -webkit-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -moz-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -ms-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: -o-linear-gradient(top, #DEDB99, #9E9D6C);
  background-image: linear-gradient(to bottom, #DEDB99, #9E9D6C); }

.quizBtnDiv .btnActive {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #EBC68A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EBC68A), to(#BD7706));
  background-image: -webkit-linear-gradient(top, #EBC68A, #BD7706);
  background-image: -moz-linear-gradient(top, #EBC68A, #BD7706);
  background-image: -ms-linear-gradient(top, #EBC68A, #BD7706);
  background-image: -o-linear-gradient(top, #EBC68A, #BD7706);
  background-image: linear-gradient(to bottom, #EBC68A, #BD7706); }

a .quizBtnMid {
  border-radius: 0px;
  border: 1px solid #999;
  border-width: 1px 1px 1px 0px; }

#mesg {
  clear: both;
  display: none;
  position: relative;
  /*left:0;
  right:0;*/
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  overflow: hidden; }

.visible {
  display: block !important; }

.CameraBtn {
  display: inline-block;
  border: 2px solid #F3978A;
  border-radius: 6px;
  padding: 6px;
  background-color: #F0F0F0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  margin: 0px 0px 0px 7px; }

.CameraBtn img {
  height: 19px;
  vertical-align: middle; }

#captureDiv {
  margin-top: 7px;
  top: 10px;
  position: relative; }

.ListResultsTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin: 10px; }

.QuizResBox {
  display: block;
  padding: 0px;
  background-color: #F9F9F0;
  margin: 5px;
  border: 1px #bcbfa3 solid; }

.QuizResRow {
  display: table;
  width: 100%;
  padding: 0px;
  border-collapse: collapse; }

.QuizResCell {
  display: table-cell;
  padding: 7px;
  vertical-align: middle; }

.QuizQuestion {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-left: 10px; }

.QuizCheck {
  text-align: center;
  height: 30px;
  padding: 5px;
  vertical-align: middle; }

.QuizCheck img {
  vertical-align: middle; }

.bkgColGrey {
  background-color: #fBfBfB; }

.bkgColGrey2 {
  background-color: #f0f0f0; }

.QuizAnswer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #bbb;
  margin-left: 30px;
  margin-right: 20px;
  padding-bottom: 10px; }

.QuizItemChoixBox {
  margin-left: 40px;
  margin-right: 20px; }

.QuizExactRep {
  border: 1px solid #999966;
  padding: 3px; }

.QuizFalseRep {
  border: 0px solid #999966;
  background-color: #F6F6F6;
  padding: 3px; }

.QuizOtherRep {
  border: 0px solid #999966;
  padding: 3px; }

.QuizItemChoixRep {
  display: inline-block;
  width: 93%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #666; }

.QuizItemChoixChk {
  display: inline-block;
  width: auto;
  text-align: right; }

.QuizItemChoixChk img {
  height: 16px; }

.bgwhite {
  background-color: #FFF; }

.QuizNb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #A97359;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center; }

.AdvitaeTitleBox {
  margin: 0px 4px 4px 4px;
  padding: 0px 4px 4px 4px; }

.AdvitaeTitleQuiz {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #B3B29C;
  vertical-align: middle;
  text-align: center; }

.therapCoord {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12; }

.therapCoordDiv {
  display: inline-block;
  position: relative;
  margin: 2px 5px; }

.therapCoordDiv {
  /*float:left;*/ }

.therapImageDiv {
  display: inline-block;
  float: right;
  margin: 2px 5px;
  border: 1px solid #999;
  padding: 3px;
  width: auto;
  max-height: 90px;
  background-color: #fff;
  position: relative;
  /*top:0px;
  right:0px;*/ }

.therapImageDiv img {
  width: 65px;
  max-height: 90px; }

.therapTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  font-weight: 500; }

.therapCat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
  font-weight: normal;
  font-style: italic; }

.adminContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  min-height: 400px; }

.msgError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #b12c00;
  text-align: center;
  background-color: #f6f4f0;
  padding: 10px 20px; }

.memberTable {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  background: url(../images/bkg_index.gif);
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 400px; }

.mainContainer > tbody > tr > td, .adminContainer > tbody > tr > td, .mainContainerAdmin > tbody > tr > td {
  padding: 0px; }

.articleRub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.textArticle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

.textAuteur {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.filAriane {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal; }

.selectionTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC6600; }

.selectionCat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold; }

.liensConnexes {
  margin-left: 15px;
  margin-top: 5px;
  display: block;
  width: 250px; }

.newsTable {
  width: 92%;
  background-color: #F9F9F9;
  padding: 5px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: #CCCCCC solid 1px;
  border-spacing: 2px;
  border-collapse: separate; }

.newsHeadTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  background-color: #F2F2EA;
  color: #CC6600;
  display: block; }

.newsTitleRow {
  padding-top: 4px;
  padding-bottom: 4px; }

.newsTable > tbody > tr > td {
  border: #CCCCCC solid 0px;
  border-spacing: 2px;
  border-collapse: separate; }

.temoigneExtrait {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  padding: 2px 5px 9px 15px; }

.temoigneHead {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  padding: 2px 2px 5px 5px; }

.temoigneAuthor {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 15px;
  float: left;
  width: auto;
  height: auto; }

.temoigneLien {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  float: right;
  margin-right: 10px;
  width: auto; }

.PubTable {
  width: 100%;
  padding: 2px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: #CCCCCC solid 1px;
  border-spacing: 3px;
  border-collapse: separate; }

.PubTitre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 3px;
  background-color: #999966;
  color: #FFFFCC;
  text-align: center; }

.pubCatTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #9E7506;
  text-align: left;
  margin: 4px 4px 4px 10px; }

.pubHeadTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 3px;
  color: #000;
  text-align: center; }

.PubTableBorder {
  border: 1px solid #999999; }

.PubTableBkg {
  background-color: #F3F3F3;
  border: 1px solid #CCCC66; }

.pubImageVertic {
  width: 100%;
  max-width: 210px; }

.pubImageHoriz {
  width: 100%;
  max-width: 270px; }

.pubCenterHoriz {
  width: 100%;
  max-width: 670px;
  margin: 15px auto; }

.whiteBkg {
  background-color: #FFFFFF; }

#intro {
  display: block;
  margin: 10px auto;
  clear: both;
  position: relative;
  max-width: 650px; }

.codePromoDiv {
  border: #B4B4B4 solid 1px;
  width: 70%;
  max-width: 350px;
  padding: 8px;
  margin: 0 auto;
  background: #f8f8f0; }

.promoCodeText {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  vertical-align: top; }

.promoCodeInput {
  display: inline-block;
  width: 46%; }

.promoCodeBtn {
  margin: 7px 7px 3px 0;
  text-align: left; }

.invoiceTable {
  border: #DDD solid 1px;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  background: #FFF; }

.invoiceTableHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  text-align: center;
  padding: 1px;
  background-color: #E6E6E6; }

.invoiceTableItems {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  /*text-align:center;*/ }

.orderStatutDiv {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  padding: 5px 10px; }

.orderStatutTxt, .orderStatutTxt > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #90AA35;
  text-align: right; }

.bannerTable {
  border: #DDD solid 1px;
  width: 100%;
  padding: 0px;
  margin: 0 auto; }

.bannerListHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #EEE !important; }

.bannerTable > tbody > tr > td {
  padding: 5px;
  margin: 0 auto;
  background: #FFF; }

/***************************************  Text Classes 
/*********************************************************
/**********************************************************/
.PetiteNote {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; }

.textPetit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.textPetitBold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold; }

.txtTresPetit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; }

.TextReg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; }

.TextMoyen {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

.TextBold {
  font-weight: bold; }

.TextMoyenGros {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px; }

.TextGros {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

.TextBoutique {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  color: #a55e2a;
  text-align: center; }

.BoutiqueAvantages {
  width: 80%;
  max-with: 600px;
  margin: 30px auto 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(249, 248, 243, 0.5); }

.intextPub {
  margin: 3px auto 25px;
  background-color: #f9f8f3; }

#panierBtn {
  position: relative; }

.btnPanier {
  background-color: #F2EDC4;
  padding: 5px 2px 1px !important;
  height: auto;
  width: auto;
  border: 2px solid #B0AF34;
  border-radius: 18px;
  box-shadow: 0px 0px 1px 4px #EEE; }

.btnPanier img {
  width: 26px;
  text-align: center;
  margin: 2px auto 1px; }

.cartItemNb {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #598A08;
  width: 15px;
  padding: 1px 1px 2px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -3px;
  color: #FFF;
  border: 1px solid #FFF; }

.HrPromo {
  color: #999;
  background: #999;
  font-size: 0;
  border: 0;
  height: 2px;
  clear: both; }

.hrPanier {
  color: #CCC;
  background: #CCC;
  font-size: 0;
  border: 0;
  height: 2px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  float: right; }

.Titre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; }

.textGrisPale {
  color: #999999; }

.textGreen {
  color: #418E01; }

.textRed {
  color: #C60000; }

.TextTerra {
  color: #BC8000; }

.textBlue {
  color: #0067CE; }

.textBlanc {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF; }

.mainTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700; }

.linkMbrshp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #555;
  margin: 16px 0px;
  line-height: 1.1em;
  padding: 5px 10px 8px;
  background-color: #F6F6E0;
  border: #D8893A solid 1px;
  border-radius: 6px; }

.fullPageText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 80%;
  max-width: 700px;
  margin: 10px auto; }

.notMemberTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666600;
  text-align: center;
  margin: 5px 0px 8px 0px; }

.notMemberTextBloc {
  background-color: #FFF;
  padding: 20px 20px 10px; }

.notMemberContent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 14px;
  text-align: left; }

.btnInscription {
  background-color: #D4D8C3;
  border: #A84919 solid 2px;
  border-radius: 6px;
  margin: 15px 10px;
  max-width: 200px;
  padding: 8px 45px; }

.textBtnInscription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #333300;
  text-align: center; }

.btnContactForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #333300;
  text-align: center;
  background-color: #D4D8C3;
  border: #A84919 solid 2px;
  border-radius: 6px;
  margin: 15px 10px;
  max-width: 200px;
  padding: 8px 45px;
  cursor: pointer; }

.regTextarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #FAFAFA;
  width: 320px;
  height: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: #BBB solid 2px; }

.underline {
  text-decoration: underline; }

/***************************************************************************/
/**************************   COLOR CLASSES ********************************
****************************************************************************
****************************************************************************/
.fontDarkGreen {
  color: #666600; }

.fontBrownRed {
  color: #993300; }

.fontGrey {
  color: #999999; }

.fontLightGrey {
  color: #bbb; }

.textGrisPale {
  color: #999999; }

.textBlanc {
  color: #FFFFFF; }

.colorGreen {
  color: #336600; }

.colorTerra {
  color: #993300; }

.colorGray {
  color: #888; }

.colorLightGray {
  color: #AAA; }

.colorDrakGray {
  color: #444; }

.feedRoll {
  font-family: Arial, sans-serif;
  border: 1px solid #969696;
  margin: 20px 0;
  font-style: italic;
  position: relative;
  padding: 0 0 0 70px;
  box-shadow: 0 2px 5px -3px #000;
  border-radius: 5px; }

.feedRoll:before {
  content: "VOIR AUSSI";
  display: inline-block;
  font-style: normal;
  background: #969696;
  padding: 11px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0; }

.feedRoll:after {
  content: '';
  display: block;
  top: 0;
  left: 80px;
  background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
  height: 20px; }

.feedRoll ul li {
  font-size: 14px;
  list-style: none;
  padding: 9px 0px 11px 2px;
  margin-right: 33px;
  color: #444400;
  line-height: 90%; }

.rssBtnDiv {
  background-color: #F9B972;
  width: 31px;
  height: 37px;
  max-height: 37px;
  min-height: 37px;
  margin: 0px auto;
  padding: 4px 2px;
  float: right;
  position: relative;
  right: 0px;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.btnRss {
  background-image: url(/images/rss_img1.png);
  width: 25px;
  height: 25px;
  margin: 0px auto; }

.btnRss:hover {
  background-image: url(/images/rss_img2.png); }

/******************************************************************/
.NumberPole {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #DD6600;
  background-color: #F0F0F0;
  border: #999900 2px solid;
  width: 20px;
  border-radius: 15px;
  padding: 2px;
  text-align: center;
  vertical-align: middle; }

.articleDate {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  position: relative;
  padding-right: 10px;
  margin-top: 8px;
  float: right;
  width: auto; }

.linkNot {
  text-decoration: none;
  color: #663300; }

.TitreSrch {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  display: block;
  min-height: 30px;
  position: relative; }

.RowSrch {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px; }

.searchForm {
  background-color: #FFFFEE;
  padding: 3px 3px 3px 9px;
  height: 24px;
  width: 170px;
  border: 2px solid #996600;
  border-radius: 18px;
  box-shadow: 0px 0px 1px 4px #EEE; }

.srchInfo {
  position: relative; }

.srchInfo:active {
  content: attr(title);
  /*border:1px solid #ccc;
  top:5px;
  right:10%;
  background: #bada55;*/ }

#infoTitle {
  position: relative; }

.searchBtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #9A4137;
  background-color: #F2EDC4;
  padding: 5px 2px;
  height: auto;
  width: auto;
  border: 2px solid #B0AF34;
  border-radius: 18px;
  box-shadow: 0px 0px 1px 4px #EEE; }

.nutMenuForm {
  height: 35px;
  border-bottom-style: solid;
  border-color: #ae7f20;
  border-width: 2px;
  background-color: #F9F9F0;
  border-radius: 8px;
  font-size: 15px;
  color: #939625;
  padding: 3px 6px 3px 10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.33); }

.nutMenuForm option {
  font-size: 14px !important; }

.nutMenuForm option:hover {
  background-color: #aeb176; }

.nutToxicCell {
  background-color: #fff5f2;
  font-weight: bold; }

.nutDescNom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.nutDescNomSc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  display: inline;
  font-weight: 300;
  vertical-align: middle;
  width: auto; }

.nutDescText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /*font-weight:400;*/
  width: auto; }

.nutTitleDiv {
  color: #CC6600;
  margin-left: 5px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif; }

.ArticleList {
  max-width: 450px;
  width: 100%; }

.itemArticle {
  padding: 8px;
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  position: relative; }

.itemArticle2 {
  padding: 8px;
  display: block;
  max-width: 100%;
  margin-bottom: 7px;
  position: relative;
  background-color: #F6F6F6; }

.articlesRule {
  display: block;
  clear: both;
  background-color: #DDD;
  width: 70%;
  height: 1px;
  margin: 12px auto 3px; }

.horzLine {
  display: block;
  clear: both;
  background-color: #CCCCCC;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto; }

.itemTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666600;
  display: inline;
  max-width: 350px;
  overflow: auto;
  top: 0px; }

.titlePresent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #FFFFEE;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-right: auto;
  margin-left: 15px;
  text-align: center;
  width: auto;
  overflow: auto;
  top: 0px;
  display: table; }

.itemTitle:hover, .itemTitle:active, .itemTitle:visited {
  color: #996600; }

.itemText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  clear: both;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #000; }

.itemAuthor {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  position: relative;
  right: 0px; }

.LireItemBtn {
  display: inline;
  max-width: 30px;
  position: relative;
  right: 10px;
  top: 0px;
  float: right; }

.scName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-left: 5px; }

.headerList {
  background-color: #CCCC66;
  height: 30px;
  max-height: 40px; }

.EnteteDef {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #663300;
  margin-left: 15px;
  /*margin-right:auto;*/
  margin-top: 0px;
  font-weight: bold;
  display: block;
  position: relative; }

.TitreArticle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  /*color:#666600;*/
  margin: 0px 10px 10px 6px;
  font-weight: bold;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.TitreArticleMoyen {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  /*color:#666600;*/
  vertical-align: middle;
  margin: 0px 10px 10px 6px;
  font-weight: bold;
  display: inline-block;
  position: relative; }

.TitreArticlePetit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  /*color:#666600;*/
  vertical-align: middle;
  margin: 0px 10px 10px 6px;
  font-weight: bold;
  display: inline-block;
  position: relative; }

.TitreDef {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #666600;
  margin-left: 10px;
  width: auto;
  /*margin-right:auto;*/
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  height: 20px; }

.DescDef {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #663300;
  margin-left: 10px;
  margin-right: 20px;
  padding-right: 20px;
  width: 92%;
  /*margin-right:auto;*/
  margin-top: 0px;
  display: block;
  position: relative; }

.imgFloatRight {
  float: right;
  display: inline;
  margin: 10px;
  margin-top: 0px; }

.EntetePage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #F6F6E2;
  text-shadow: 1px 1px 4px #444;
  margin-left: 2px;
  margin-top: 12px;
  font-style: italic;
  font-weight: bold;
  /*margin-right:auto;*/
  display: block;
  position: relative; }

.EntetePageAdm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #777;
  text-shadow: 1px 2px 4px #999;
  margin-left: 2px;
  margin-top: 12px;
  font-style: italic;
  font-weight: bold;
  /*margin-right:auto;*/
  display: block;
  position: relative; }

.EntetePageNom {
  color: #663300; }

.topMenu2 {
  height: 22px;
  width: 100%;
  background-color: #551100;
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center; }

.topMenu {
  height: 22px;
  width: auto;
  /*min-width:650px;*/
  background-color: #444400;
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center; }

.topBlock {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding-bottom: 2px;
  margin-top: 0px;
  /*min-width:650px;*/
  width: auto; }

.topLink, .topLink a, .topLink:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CCCC99 !important;
  display: inline;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 1px; }

.topLink:hover, .topLink a:hover {
  color: #F6F6EE !important; }

.HeadImgRight {
  background-image: url(../images/bkg_head_right.png);
  width: 44px;
  height: 75px;
  float: right; }

.HeadLogoLeft {
  background-image: url(../images/logo1.png);
  width: 251px;
  height: 74px; }

.mainTable {
  border: #CCCC99 1px solid;
  width: 100%;
  border-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: auto;
  max-height: 50px;
  border-collapse: separate; }

.adminDeskTable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: #CCCC99 1px solid;
  width: 500px;
  padding: 3px;
  border-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate; }

.adminDeskTable2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: #CCCC99 1px solid;
  width: 750px;
  padding: 3px;
  border-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate; }

.adminDeskTable > tbody > tr > td {
  border: #CCCC99 1px solid;
  padding: 5px 7px;
  border-spacing: 3px; }

.adminTable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: #CCCC99 1px solid;
  width: 98%;
  padding: 3px;
  border-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

.adminTable2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: #CCCC99 1px solid;
  width: 96%;
  padding: 3px;
  border-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

.adminTable > tbody > tr > td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 14px 6px;
  margin-left: auto;
  margin-right: auto;
  width: auto; }

.adminTable2 > tbody > tr > td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px 14px 5px 12px;
  margin-left: auto;
  margin-right: auto;
  width: auto; }

.adminTableWo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 100%;
  padding: 3px;
  border-spacing: 4px;
  margin-left: auto;
  margin-right: auto; }

.adminTableWo > tbody > tr > td {
  border: 0px !important;
  padding: 7px; }

.mainTableDark {
  border: #666600 1px solid;
  width: 100%;
  border-spacing: 4px; }

.mainTableDark > tbody > tr > td {
  border: #666600 1px solid !important; }

.mainTable .mainSection, .mainTableDark .mainSection {
  width: 60%;
  max-width: 661px;
  font-size: 13px;
  padding: 10px;
  padding-left: 15px;
  vertical-align: text-top;
  height: auto;
  min-height: 900px;
  border: #CCCC99 1px solid !important;
  border-collapse: separate; }

.bkgDossier {
  background-image: url(/images/bkg_dossier.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.bkgAuthor2 {
  padding: 4px 2px 2px 8px; }

.mainTable .prodSectionMain {
  padding: 10px 20px;
  vertical-align: text-top;
  height: auto;
  min-height: 900px;
  border: #CCCC99 1px solid !important;
  border-collapse: separate;
  font-size: 14px; }

.prodSectionBkg {
  background-image: url("/images/bkg_product_boutique.jpg");
  background-repeat: no-repeat;
  background-position: top center; }

.prodSectionTitle {
  background-image: url(../images/bkg_pixel1.gif);
  background-size: 100%;
  width: 80%;
  max-width: 800px;
  height: auto;
  min-height: 30px;
  max-height: 40px;
  padding: 12px 12px 6px !important;
  padding-left: 15px;
  border: #CCCC99 1px solid !important; }

.prodContent {
  margin: 10px auto;
  width: 90%; }

.mainSectionBeige {
  padding: 12px;
  padding-left: 15px;
  background-image: url(../images/bkg_pixel1.gif);
  border: #CCCC99 1px solid !important; }

.mainSectionAdmin {
  padding: 12px;
  padding-left: 15px;
  background-color: #FFF;
  border: #CCCC99 1px solid !important; }

.mainSectionTitle {
  background-image: url(../images/bkg_top_article.png);
  background-size: 100%;
  width: 57%;
  max-width: 661px;
  height: auto;
  min-height: 40px;
  max-height: 40px;
  padding: 12px;
  padding-left: 15px;
  border: #CCCC99 1px solid !important; }

.mainSectionTitle2 {
  background-image: url(../images/bkg_pixel1.gif);
  width: 57%;
  max-width: 661px;
  height: 25px;
  max-height: 40px;
  padding: 12px;
  padding-left: 15px;
  border: #CCCC99 1px solid !important; }

.mainSectionTitleAdmin {
  background-image: url(../images/bkg_pixel1.gif);
  width: auto;
  max-width: 661px;
  height: 25px;
  max-height: 40px;
  padding: 12px;
  padding-left: 15px;
  border: #CCCC99 1px solid !important; }

.tablePanier {
  width: 90%;
  max-width: 600px; }

.LeftSideBar {
  width: 165px;
  max-width: 165px;
  max-width: 155px;
  vertical-align: top;
  padding-top: 10px;
  pading-left: 6px;
  pading-right: 6px;
  border: #CCCC99 1px solid !important;
  border-spacing: 4px; }

.RightSideBar {
  width: 22%;
  max-width: 140px;
  vertical-align: top;
  padding-top: 10px;
  pading-left: 10px;
  pading-right: 10px;
  border: #CCCC99 1px solid !important; }

.mainTable > tbody > tr > td {
  border: #CCCC99 1px solid !important;
  padding: 8px;
  height: auto; }

.mainTableDark > tbody > tr > td {
  border: #666600 1px solid;
  padding: 8px;
  height: auto; }

.frameSelection {
  display: table;
  border-color: #CC9900;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFFFF;
  width: auto;
  box-shadow: 2px 2px 3px #999;
  margin-left: auto;
  margin-right: auto; }

.frameSelection img {
  max-width: 100px; }

.tableSynopt {
  border-color: #CC9900;
  border-style: solid;
  border-width: 1px;
  width: 100%; }

.tableRepertoire {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 100%;
  display: table;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto; }

.tableRepertoire > tbody > tr > td {
  display: table-cell;
  padding: 5px 5px 5px 12px; }

.repertoireHeadDiv {
  background-image: url("../images/entete_repertoire.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0; }

.tableFiche {
  /*background-color:#FFFFFF;*/
  width: 100%;
  display: table;
  padding: 0px 0px;
  border-spacing: 3px;
  border-collapse: separate;
  border-color: #CC9900;
  border-style: solid;
  border-width: 0px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }

.tableFiche > tbody > tr > td {
  border-color: #CC9900;
  border-style: solid;
  border-width: 0px;
  display: table-cell; }

.sideFicheCell {
  background-color: #993300;
  width: 1px; }

.sideFicheCell2 {
  background-color: #B5C284;
  width: 1px; }

.cieNameCell {
  display: table-cell;
  background-color: #666600;
  padding: 6px 4px 6px 10px;
  width: 70%;
  min-width: 200px;
  height: 25px; }

.cieNameCell h1 {
  padding: 0px;
  margin: 0px; }

.cieName {
  font-size: 17px;
  font-weight: 600;
  color: #666600; }

.cieMail {
  padding: 6px 0px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.cieWeb {
  padding: 6px 0px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.cieDescCell {
  display: table-cell;
  background-color: #ffffff;
  background-image: url(../images/bkg_fichetext.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 10px;
  width: 70%;
  vertical-align: top; }

.cieDesc {
  font-size: 14px;
  font-weight: normal;
  color: #333333; }

.cieTypeCell {
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  max-height: 20px; }

.cieType {
  font-size: 14px;
  font-weight: 400;
  color: #663300; }

.cieAddressCell {
  vertical-align: top;
  padding: 10px 5px 5px 15px;
  width: 30%;
  height: inherit; }

.cieAddress {
  font-size: 13px;
  font-weight: 500;
  color: #333333; }

.ciePhone {
  font-size: 13px;
  font-weight: normal;
  color: #333333; }

.cieDomCell {
  background-color: #F9E2AA;
  padding: 8px 15px;
  border: #999999 solid 1px; }

.cieDom {
  font-style: italic;
  font-size: 14px; }

.cieLogoCell {
  text-align: center;
  padding: 10px 15px;
  vertical-align: middle; }

.cieLogo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 150px; }

.cieLogo img {
  width: 150px; }

.typeBus {
  font-size: 12px;
  font-weight: normal;
  color: #333333; }

.tableAqr {
  width: 85%;
  max-width: 440px;
  border-spacing: 3px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; }

.tableAqr > tbody > tr > td {
  padding: 3px;
  padding-left: 6px; }

.tableSupplem {
  border-color: #CC9900;
  border-style: solid;
  border-width: 1px;
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

.tableSynopt > tbody > tr > td {
  border-color: #CC9900;
  border-style: solid;
  border-width: 0px;
  border-collapse: collapse;
  width: 100%;
  padding: 4px; }

.headSynopt {
  background: url(../images/bkg_pixel1.gif) #FFFFCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;
  border-color: #CC9900;
  border-style: solid;
  border-width: 1px; }

.titleSynopt {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; }

.titleProfil {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; }

.LinkPolicies {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: inline;
  position: relative; }

.LinkPolicies > a {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 5px; }

.OrgCitationTable {
  background-color: #F9F9f9;
  display: table;
  padding: 10px;
  border-collapse: separate; }

.OrgCitationTable > tr > td {
  display: table-cell;
  padding: 10px;
  border-spacing: 4px; }

.textOeuvres {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic; }

.listOeuvres {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  display: inline-block;
  margin-left: 35px;
  margin-bottom: 10px; }

.listOeuvres ul {
  list-style-image: url("../images/btn_rond.png"); }

.listOeuvres ul > li {
  margin-bottom: 12px;
  padding-left: 5px; }

.linkProEdit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.mentionDiv {
  display: none;
  margin: 8px 3px 3px 3px; }

.authorName {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  padding-left: 0px;
  margin-top: 8px;
  float: left;
  width: auto; }

#publishData {
  padding: 12px 0 0 0; }

/*****************************   CLASSES POUR LA BOUTIQUE ET LES PRODUITS
************************************************************************
************************************************************************
************************************************************************/
.prodMainBlock {
  font-family: Arial, Helvetica, sans-serif; }

.prodBlockTitle {
  display: table;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #AAA;
  padding: 12px 12px 12px 0px; }

.prodRow {
  display: table;
  margin: 0px auto;
  padding: 6px;
  width: auto;
  border-collapse: separate;
  border-spacing: 12px; }

.prodFrame {
  display: table-cell;
  margin: 6px 0px;
  border: #666 solid 1px;
  border-radius: 9px;
  padding: 5px;
  width: 50%;
  height: 100%;
  min-width: 250px;
  /*max-width:300px;*/
  min-height: 350px; }

.gridProdCatBloc {
  /*background-color:#FFF;*/ }

.gridItemDiv {
  display: inline-block;
  position: relative;
  max-width: 220px;
  min-width: 220px;
  margin: 10px 5px;
  padding: 10px 5px 5px 5px;
  border: 1px solid #999;
  float: left;
  /*min-height: 450px;*/ }

.gridContentDiv {
  min-height: 395px; }

.gridDetailsDiv {
  text-align: center;
  padding: 4px 0 0;
  min-height: 130px; }

.gridImageDiv {
  text-align: center; }

.gridProdName {
  padding: 10px;
  font-size: 14px;
  color: #c2822f;
  background-color: beige;
  margin: 10px auto; }

.gridBuybtnDiv {
  position: relative;
  /*bottom:10px;
  left:5%;
  right:5%;*/ }

.displayBtnDiv {
  display: inline-block;
  float: right;
  height: 26px;
  overflow: hidden;
  margin-top: -5px; }

.toggleCatText {
  display: inline;
  font-size: 12px;
  color: #000;
  margin-left: 15px;
  position: relative;
  top: -2px; }

.catToggleBtnDiv {
  min-height: 15px; }

.catContentDiv {
  background-color: rgba(177, 157, 115, 0.2);
  border: #999999 solid 1px; }

.btnCatImage {
  width: 28px;
  display: inline-block;
  /*float: right;*/
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 4px 3px; }

.btnCatShow {
  background-image: url(/images/btn_show_cat.png); }

.btnCatHide {
  background-image: url(/images/btn_hide_cat.png); }

.displayBtnItem {
  display: inline-block;
  margin: 0px 5px 2px 0px; }

.displayBtn {
  width: 30px;
  margin: 2px 5px; }

.prodItem {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0; }

.prodItem {
  display: block;
  margin: 0px auto;
  width: 98%;
  padding: 5px; }

.prodTitle {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #006400;
  width: auto;
  margin: 0 auto 0px auto;
  padding: 5px 8px 5px 8px;
  background-color: #F9F9E6;
  text-align: center; }

.prodTitle2 {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #006400;
  width: auto;
  margin: 0 auto 14px auto;
  padding: 10px 8px 10px 8px;
  background-color: #EAEAEA80; }

.prodDesc {
  display: table-cell;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
  height: 100%;
  width: 49%;
  height: 100%;
  float: left; }

.prodIngredientTable {
  width: 80%;
  max-width: 500px;
  /*padding:8px 4px;*/
  background-color: #F0F5FA;
  border-radius: 9px;
  margin: 8px 8px 8px 0px;
  border: 1px solid #888; }

.prodIngredientImage {
  width: 70%;
  max-width: 400px;
  padding: 8px 10px;
  float: left; }

.prodIngredientTable td {
  padding: 12px 8px; }

.pubTextImage {
  float: left !important;
  margin: 5px 21px 9px 9px !important;
  width: 140px !important;
  height: auto !important; }

.PubProdPromo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #963; }

.PubProdNom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #333; }

.PubProdItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #333; }

.prodPrix {
  display: table-cell;
  font-size: 12px;
  font-weight: normal;
  /*background-color:#EEE;*/
  position: absolute;
  max-width: 50%;
  bottom: 10px; }

.prodAuthor {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  /*background-color:#EEE;*/
  bottom: 6px;
  top: 6px; }

.prodDescRow {
  display: table;
  width: 100%;
  height: 100%;
  padding: 3px; }

.priceInsertBloc {
  display: inline;
  margin: 10px 10px 25px 0px;
  clear: both; }

.prodBuyRow {
  display: table;
  position: relative;
  width: 100%;
  padding: 3px;
  background-color: #EEE;
  bottom: 0px; }

.prodBuyBtnDiv {
  display: block;
  overflow: hidden;
  clear: both;
  width: auto;
  margin: 7px auto;
  background-color: rgba(243, 243, 239, 0.5);
  border: 1px solid #ccc; }

.prodBuyBtnBloc {
  display: block;
  width: 30%;
  max-width: 200px;
  float: right;
  /*float: none;*/
  text-align: center;
  /*margin: 0px auto;*/ }

.prodBuyBtnBloc input[type='image'] {
  /*float: right;*/
  margin: 10px; }

.prodBuyBtnBloc table {
  width: 100%;
  margin: 5px auto; }

.prodBuyBtnBloc table tr td {
  padding: 5px;
  text-align: center; }

.prodBuyBtn {
  display: table-cell;
  padding: 7px 12px;
  margin: 7px 10px;
  text-align: center;
  border: #999 solid 2px;
  border-radius: 6px;
  /*background-color:#006600;*/
  background: #f98c84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f98c84), color-stop(16%, #bf4803), color-stop(71%, #8f0222), color-stop(94%, #5e0b00), color-stop(100%, #5e0b00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98c84', endColorstr='#5e0b00',GradientType=0 );
  /* IE6-9 */
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  width: 60%;
  min-width: 150px;
  max-width: 170px;
  float: right; }

.gridBuybtn {
  padding: 7px 12px;
  margin: 7px auto;
  text-align: center;
  border: #999 solid 2px;
  border-radius: 6px;
  background: #f98c84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f98c84), color-stop(16%, #bf4803), color-stop(71%, #8f0222), color-stop(94%, #5e0b00), color-stop(100%, #5e0b00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98c84', endColorstr='#5e0b00',GradientType=0 );
  /* IE6-9 */
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  width: 60%;
  /*min-width:160px;*/
  max-width: 170px; }

.prodBuyBtn > a, .gridBuybtn > a {
  color: #FFF !important; }

.strike {
  text-decoration: line-through; }

.pubBuyBtn {
  display: table-cell;
  padding: 1px 5px;
  /*margin:3px 6px;*/
  text-align: center;
  border: #999 solid 2px;
  border-radius: 6px;
  background: #fcfff4;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(40%, #dfe5d7), color-stop(100%, #b3bead));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  /* IE6-8 */
  color: #475C84;
  font-size: 12px;
  font-weight: normal;
  width: auto;
  min-width: 80px; }

.prodImg {
  display: table-cell;
  width: auto;
  max-width: 50%;
  /*float:right;*/
  margin: 0px auto 12px auto; }

.selBuyBloc {
  display: table;
  width: 97%;
  border: #bbb 1px solid;
  border-radius: 6px;
  margin: 0 5px 0 0;
  padding: 3px 7px; }

.selBuyTitle {
  display: table-row;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #aaa; }

a.selBuyLink {
  display: table-row;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #aaa; }

/******************************************   NAVIGATOIN MENU CLASSES   
**********************************************************
**********************************************************
**********************************************************/
.tableMenu {
  display: table;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 200px; }

.lienMenu {
  display: block;
  margin: 0px;
  padding: 0px;
  height: auto;
  overflow: hidden; }

.lienMenu2 {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  height: auto;
  /*overflow:hidden;*/ }

.menuHeader {
  background-color: #BCC77B;
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Merriweather Sans', sans-serif;*/
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  line-height: 1.1em;
  color: #666600;
  border-color: #CC9933;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0px;
  height: auto;
  width: auto;
  padding: 2px 0px 1px;
  text-align: center; }

.menuHeaderTop {
  border-top-width: 1px; }

.mainMenuLink, .mainMenuLink:visited {
  background-color: #F7F5D7;
  position: relative;
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Merriweather Sans', sans-serif;*/
  font-weight: 300;
  font-size: 13px;
  color: #444;
  height: auto;
  line-height: 1.1em;
  width: auto;
  border-color: #CC9933;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0px;
  text-align: left;
  padding: 3px 0px 3px 8px; }

.mainMenuLink:hover, .mainMenuLink:focus {
  background-color: #C7BE97;
  background-image: url(../images/bkgbtn_hover.png);
  background-position: right top;
  font-weight: 300;
  color: #FFFFFF;
  width: auto;
  border-color: #CC9933; }

.btn_active {
  background-image: url(../images/bkgbtn_active.png);
  background-position: right top; }

.pagination {
  display: block;
  margin: 20px auto;
  width: 100%;
  border-top: 1px solid #E7E4E5;
  padding: 15px 0px;
  text-align: center; }

.suiteLinkRow {
  display: block;
  margin: 20px auto;
  width: 100%;
  border-top: 1px solid #E7E4E5;
  padding: 15px 0px;
  text-align: center; }

.suiteLinkBlock {
  display: inline-block;
  margin: 0px auto;
  width: auto; }

.suiteNumLink {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #999933;
  color: #666600;
  font-weight: normal;
  margin: 0px 2px 5px;
  padding: 3px 0px;
  text-align: center;
  text-decoration: none !important;
  width: 25px; }

.suiteNumLink:hover {
  display: inline-block;
  border: 1px solid #999900;
  color: #333333;
  background-color: #EEE; }

.suiteNumActive {
  display: inline-block;
  border: #AAA 1px solid;
  color: #FFF;
  background-color: #E0E0E0;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 2px 5px;
  padding: 3px 0px;
  text-align: center;
  text-decoration: none;
  width: 25px; }

.suiteTextLink {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-color: #999966;
  color: #FFF;
  font-weight: normal;
  background: none repeat scroll 0% 0% #AAAA77;
  margin: 0px 2px 5px;
  padding: 4px 8px;
  text-align: center;
  width: auto; }

.suiteTxtLnk {
  /*  style des liens du block de liens texte du haut */
  /*display: block;
  font-weight: normal;
  margin: 0px 2px 8px;
  padding: 0px;
  width: auto;*/
  /*list-style-type: circle;*/
  padding: 2px;
  padding-left: 0px;
  margin: 5px 2px 5px 12px; }

.suiteTxtLnk.active a {
  /*  style des liens du block de liens texte du haut */
  color: #A0A0A0;
  pointer-events: none;
  cursor: default; }

.suiteTxtLnkBlock {
  /*  style des liens du block de liens texte du haut */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666600;
  font-weight: normal;
  border: 1px solid #AAA;
  border-radius: 6px;
  width: 270px;
  margin: 10px 8px 5px;
  padding: 5px 2px 5px 18px;
  background-color: #FBFBF6;
  /*display: block;
  position:relative;
  top:0px;
  right:0px;
  float:right;
  
  margin: 10px 8px 5px;
  padding: 5px 5px 5px 12px;
  text-align: left;
  
  clear:both;*/ }

.suiteTxtLnkDiv {
  /*  style des liens du block de liens texte du haut */
  display: block;
  position: relative;
  height: auto;
  float: right;
  width: 100%;
  padding: 0px 0px;
  /*margin: 8px 2px 5px 5px;*/ }

.suiteTextLink:hover {
  background: none repeat scroll 0% 0% #888833; }

.suiteTextLink > a:visited, .suiteTextLink > a:visited, .suiteTextLink > a:focus {
  color: #FFF; }

.suiteTextLink > a:hover {
  color: #CCC; }

.BtnSubBkg2 {
  display: table-row;
  height: 25px;
  width: 100%;
  background-color: #8E994A;
  /*background-image: url(../images/bkg_menu_btn3.jpg);*/
  background-color: RGBa(142, 153, 74, 0.85);
  width: 160px;
  text-indent: 10px;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 5px;
  padding: 5px;
  border: #CCCCCC solid 1px; }

.BtnSubBkg2:hover {
  background-color: #6C7535;
  /*background-image: url(../images/bkg_menu_btn4.jpg);*/
  background-color: RGBa(108, 117, 53, 0.85); }

.subPointer {
  float: right;
  margin-right: 9px;
  margin-top: 2px;
  vertical-align: center; }

.subBkgBloc {
  display: table;
  width: 200px;
  background-color: #CC9933;
  box-shadow: 3px 3px 6px #666; }

.subMenuDiv {
  position: absolute;
  visibility: hidden;
  top: 0px;
  z-index: 2; }

.subMenuDiv2 {
  position: absolute;
  visibility: visible;
  top: -3px;
  left: 98%;
  z-index: 50;
            	/*overflow: hidden;
float: left;*/ }

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/***************    FORMATTAGE DES COMMENTAIRES *********************************/
.listComments {
  display: inline-block;
  width: 98%;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

.divComment {
  display: block;
  /*background:#CCCCCC url(../images/bkg_pixel3.gif);*/
  padding: 3px;
  width: 100%;
  margin-bottom: 17px; }

.divComment2 {
  display: inline-block;
  /*background:#CCCCCC url(../images/bkg_pixel3.gif);*/
  /*padding:0px 3px 3px 0px;*/
  width: 100%;
  margin: 2px 0px 0px 0px; }

.tableCatNews {
  display: table;
  /*background:#CCCCCC url(../images/bkg_pixel3.gif);*/
  background-color: rgba(177, 157, 115, 0.6);
  padding: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border-collapse: separate;
  border-spacing: 3px;
  border: #999999 solid 1px; }

.tableCatProds {
  display: table;
  /*background:#CCCCCC url(../images/bkg_pixel3.gif);*/
  background-color: rgba(177, 157, 115, 0.4);
  padding: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*margin-top:68px;*/
  border-collapse: separate;
  border-spacing: 3px;
  border: #999999 solid 1px; }

.cellCatNews {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../images/bkg_pixel4.gif);
  background-color: #CCCC99;
  padding: 5px;
  display: table-cell;
  width: 33%;
  min-height: 25px;
  text-align: center; }

.cellCatProds {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #F5EBC2;
  padding: 5px;
  display: table-cell;
  width: 33%;
  min-height: 25px;
  text-align: center; }

.boutqTitleHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #747443;
  font-weight: normal; }

.tableComment {
  display: table;
  background: #CCCCCC url(../images/bkg_pixel3.gif);
  padding: 3px;
  width: 100%;
  min-height: 25px;
  /*border:#999999 solid 1px;*/ }

.avisImportant {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  display: block;
  background: #F3F3E9;
  padding: 5px 12px 10px;
  min-height: 25px;
  border: #999999 solid 1px;
  margin: 5px 20px 20px; }

.avisImpTitre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: #FFF;
  padding: 4px 9px;
  margin: 4px 0px;
  color: #855139; }

.TableAnswer {
  display: table;
  background: #F2F2F0;
  padding: 5px;
  width: 93%;
  margin: 0px;
  float: right;
  border-spacing: 2px;
  /*border:#999999 solid 1px;*/ }

.comment {
  background: #CCCCCC url(../images/bkg_pixel3.gif);
  display: table-cell;
  /*border:#999999 solid 1px;*/
  border-collapse: separate;
  border-spacing: 3px;
  padding-right: 5px;
  padding-left: 18px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; }

.answer {
  display: table-cell;
  /*border:#999999 solid 1px;*/
  border-collapse: separate;
  border-spacing: 3px;
  padding-right: 5px;
  padding-left: 18px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; }

.tableComment > tbody > tr > td {
  display: table-cell;
  /*border:#999999 solid 1px;
  border-collapse:separate;*/
  border-spacing: 3px;
  padding: 3px; }

.infoComment {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal !important;
  margin: 0px;
  /*border:#999999 solid 1px;
  border-collapse:separate;*/
  padding: 3px; }

.dateComment {
  display: table-cell;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal !important;
  /*background-color:#F9F9F5 !important;*/
  text-align: left;
  width: 50%;
  padding: 0px !important;
  padding-left: 6px !important;
  margin: 0px;
  /*border:#999999 solid 1px;
  border-collapse:separate;*/
  padding: 3px; }

.refComment {
  display: inline-block;
  padding-top: 4px !important;
  font-size: 12px; }

.TitleSection {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 25px; }

.TitleSectionMobile {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 25px; }

.subTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  margin: 2px 0px 10px;
  background-color: rgba(250, 250, 250, 0.5);
  max-width: 820px;
  min-height: 18px;
  padding: 3px; }

.titleCellHead {
  display: table-cell;
  width: auto;
  padding: 0px 25px;
  /*margin:10px 25px;*/
  vertical-align: top; }

.srchCellHead {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-right: 10px;
  vertical-align: top;
  margin-bottom: 6px;
  height: 70px; }

.TitleSectionTerra {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #CC6600; }

.SectionSubTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic; }

.textPath {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal; }

.TitleComment {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-color: #F6F6F0 !important;
  text-align: left;
  border: #999999 solid 1px;
  border-collapse: separate;
  padding: 10px 6px 6px 6px !important;
  padding-left: 12px !important;
  margin-bottom: 5px; }

.TitleAnswer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-color: #FAFAF8 !important;
  text-align: left;
  border: #BBB solid 1px;
  border-collapse: separate;
  padding: 4px !important;
  padding-left: 6px !important;
  margin-bottom: 2px;
  vertical-align: middle; }

.cellReponse {
  /*background-color:#F9F9F5 !important;*/
  text-align: right;
  width: 100%;
  padding: 0px !important;
  padding-left: 6px !important;
  margin: 0px; }

.btnReponse {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666633;
  background-color: #F0E6BB !important;
  text-align: center;
  float: right;
  width: auto;
  border: #999999 solid 1px;
  border-collapse: separate;
  padding: 2px 15px !important;
  margin: 5px 10px 5px 0px; }

.repCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #996633;
  font-weight: 500;
  font-style: italic; }

.listRub {
  display: block;
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  margin-bottom: 3px; }

.bkgColor1 {
  background-color: #F6F6F0 !important; }

.bkgColor2 {
  background-color: #DAE7E8 !important; }

.bkgColor3 {
  background-color: #F9F9F9 !important; }

.bkgColor4 {
  background-color: #CCCC99; }

.bkgColor5 {
  background-color: #EAEAE3 !important; }

.bkgColor6 {
  background-color: #EECCAA !important; }

.cadreMsgForum {
  background-color: #F6F6F0 !important;
  padding: 7px;
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.cadrePublicite {
  background-color: #F6F6F0 !important;
  padding: 7px;
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.publicityArticleHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  margin: 16px 0px 0px; }

.TextComment {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

.right {
  float: right;
  text-align: right; }

.phoneOnly {
  display: none; }

/****************************************************
*****************************************************
*****************************************************
*****************************************************
*****************************************************/
/*   CONFIGURATION DU MENU HORIZONTAL */
.menuContainer {
  display: table;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
  border-spacing: 0px;
  height: 25px; }

.menuHorz {
  display: inline-block;
  width: 100%;
  background-color: #A66138;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.BtnMainBkground {
  display: inline-block;
  background-color: #A66138;
  height: auto;
  width: auto;
  padding: 2px 0;
  position: relative;
  border-left: #A66138 solid 1px;
  border-right: #A66138 solid 1px;
  margin-left: auto; }

.BtnMainBkground:hover {
  background-color: #C56300;
  border: #CCCCCC solid 1px;
  border-bottom-width: 0px;
  border-top-width: 0px; }

.menuItem {
  display: table-cell;
  position: relative;
  padding: 0px;
  margin: 0px !important;
  height: 100%; }

.BtnMenu {
  display: inline-block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #F6F6BB;
  padding: 4px 15px;
  height: 100%;
  margin: 0px !important; }

.TextBtnMenu, a.TextBtnMenu, a.TextBtnMenu:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #F6F6BB;
  text-decoration: none;
  /*text-shadow: 0px -2px 1px black;*/
  width: auto;
  padding: 0px !important; }

TextBtnMenu:hover, a.TextBtnMenu:hover {
  color: #FFFFF0; }

.TextBtnSubMenu, a.TextBtnSubMenu, a.TextBtnSubMenu:visited {
  display: block;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #F6F6BB;
  text-decoration: none; }

.TextBtnSubMenu:hover, a.TextBtnSubMenu:hover {
  color: #FFFFF6; }

.BtnMainBkground2 {
  display: inline-block;
  color: #F6F6CC;
  text-decoration: none;
  height: 100%;
  background-color: #C56300;
  border: #CCCCCC solid 1px;
  border-bottom-width: 0px;
  border-top-width: 0px; }

.BtnMainBkground3 {
  height: 25px;
  background-color: #C56300;
  /*background-image: url(../images/bkg_menu_btn3.jpg);*/
  background-color: RGBa(177, 67, 0, 0.7);
  width: 160px;
  text-indent: 10px;
  margin: 5px;
  padding: 5px;
  border: #CCCCCC solid 1px; }

.BtnMainBkground3:hover {
  background-color: #993300;
  /*background-image: url(../images/bkg_menu_btn4.jpg);*/
  background-color: RGBa(127, 37, 0, 0.7); }

.BtnMainBkground4 {
  height: 25px;
  background-color: #993300;
  /*background-image: url(../images/bkg_menu_btn4.jpg);*/
  background-color: RGBa(127, 37, 0, 0.7);
  width: 160px;
  text-indent: 10px;
  margin: 5px;
  padding: 5px;
  border: #CCCCCC solid 1px; }

.BtnMainBkground4:hover {
  background-color: #C56300;
  /*background-image: url(../images/bkg_menu_btn3.jpg);*/
  background-color: RGBa(120, 90, 70, 0.7); }

.BtnMainBkground5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #F6F6CC;
  text-decoration: none;
  height: 25px;
  background-color: #C56300;
  /*background-image: url(../images/bkg_menu_btn3.jpg);*/
  background-color: RGBa(120, 90, 70, 0.7);
  width: 160px;
  text-indent: 10px;
  margin: 5px;
  padding: 5px;
  border: #CCCCCC solid 1px; }

.BtnMainBkground6 {
  height: 25px;
  background-color: #C56300;
  /*background-image: url(../images/bkg_menu_btn3.jpg);*/
  background-color: RGBa(90, 70, 60, 0.7);
  width: 160px;
  text-indent: 10px;
  margin: 5px;
  padding: 5px;
  border: #CCCCCC solid 1px; }

.about_layer {
  position: absolute;
  visibility: hidden;
  top: 25px;
  z-index: 2; }

.about_layer2 {
  position: absolute;
  visibility: visible;
  top: 25px;
  left: 0px;
  z-index: 3;
           	/*overflow: hidden;
float: left;*/ }

.about_layer_right {
  position: absolute;
  visibility: visible;
  top: 25px;
  right: 0px;
  z-index: 3;
           	/*overflow: hidden;
float: left;*/ }

/****************************  SETUP FOR ADMIN QUIZ LIST */
.questListRow {
  display: none;
  padding: 4px; }

.questListCell {
  display: table-cell;
  background-color: #F6F6F0;
  border: #666666 solid 1px;
  padding: 5px 2px 9px 8px; }

.quizListItem {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #663300;
  /*padding-left:7px;*/ }

/***********************   FADE-IN FORM NEWSLETTER  ***************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
#contactForm {
  background-color: #999966;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  position: relative; }

#buyForm {
  background-color: #E0DFC7;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px; }

#indexForm {
  background-color: #D4D8C3;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px; }

.basicFormBkg {
  background-color: #F5F4F2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px; }

.buyFormContainer {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.buyFormContainerIndex {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  /*width:100%;*/
  font-size: 13px;
  color: #FFFFFF;
  border: #ddd solid 1px;
  border-radius: 6px;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-8 */
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.AbonFormContainer {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 75%;
  max-width: 650px;
  /*min-width:400px;*/
  font-size: 13px;
  color: #000;
  border: #FFF solid 1px;
  border-radius: 6px;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-8 */
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center; }

.inscriptFormContainer {
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.buyFormBtn {
  padding: 6px 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #FFFFCC;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #f98c84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f98c84), color-stop(16%, #bf4803), color-stop(71%, #8f0222), color-stop(94%, #5e0b00), color-stop(100%, #5e0b00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f98c84 0%, #bf4803 16%, #8f0222 71%, #5e0b00 94%, #5e0b00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98c84', endColorstr='#5e0b00',GradientType=0 );
  /* IE6-9 */ }

.abonFormBtn {
  padding: 8px 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #FFFFCC;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #a90329;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.abonFalseBtn {
  padding: 8px 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #FFFFCC;
  border: #666 solid 1px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #a90329;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.newsFormTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #CC6600;
  font-weight: bold;
  margin-left: 2px;
  margin-bottom: 2px; }

.AbonFormTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #CC6600;
  font-weight: bold;
  margin: 6px 2px 0px 2px; }

.newsFormText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  margin-left: 2px; }

.newsFormBloc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  margin-left: 0 auto; }

.formBloc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  margin-left: 0 auto; }

.validTable {
  margin: 0px;
  padding: 0px; }

.validTable2 {
  margin: 0px;
  padding: 0px; }

.validTable2 > tbody > tr > td {
  margin: 0px;
  padding: 1px;
  border-spacing: 2px; }

.btnClose {
  display: block;
  float: right;
  margin-top: 0px;
  border: #AAA solid 1px;
  padding: 0 4px;
  border-radius: 16px;
  background-color: #FEFEFC;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #BBB; }

a .btnClose {
  font-weight: bold; }

.newsForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  display: inline;
  margin: 0;
  padding: 0; }

.titleForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  font-weigth: bold;
  text-align: center;
  width: auto;
  background-color: #999966;
  margin: 5px auto;
  padding: 6px 15px; }

.arrowCode {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto; }

.codeValidBloc {
  display: table;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weigth: bold;
  color: #674C4C;
  text-align: center;
  width: 90px;
  max-width: 90px;
  border: #003399 solid 1px;
  padding: 2px;
  background-color: #F5F2E3;
  margin: 0px auto; }

.tableBloc {
  display: table;
  width: auto; }

.tableRow {
  display: table-row;
  width: 100%; }

.tableCell {
  display: table-cell;
  width: auto; }

.codeValid {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: right; }

.codeValid2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  text-align: right; }

.ErrorMsg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #660000;
  text-decoration: none;
  vertical-align: middle; }

.prixProd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #990000;
  text-decoration: none;
  vertical-align: middle; }

.prixProd2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  text-decoration: none;
  vertical-align: middle; }

.curProd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  vertical-align: middle; }

.ErrorDiv {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #660000;
  text-decoration: none;
  vertical-align: middle;
  max-width: 550px;
  margin: 8px auto;
  border: #996600 solid 1px;
  background-color: #F6F6F0;
  width: 90%;
  padding: 8px 28px; }

.codeSecure {
  border: #666600 solid 2px;
  background-color: #F2F2DD;
  padding: 3px 9px;
  margin-right: auto;
  margin-top: 4px;
  height: 16px; }

.Secure {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFCC; }

#contactForm .fieldText, #buyForm .fieldText {
  background-color: #FFFFCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  padding: 2px;
  border: #CC6600 solid 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*-moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;*/
  margin-bottom: 4px;
  height: 23px; }

#indexForm .fieldText {
  background-color: #FAFAFA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  padding: 2px;
  width: 97%;
  max-width: 150px;
  border: #BBB solid 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*-moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;*/
  margin-bottom: 4px;
  height: 20px; }

#indexForm .smallFieldText {
  background-color: #FAFAFA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  padding: 2px;
  max-width: 60px;
  border: #BBB solid 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*-moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;*/
  margin-bottom: 4px;
  height: 20px; }

.fieldText2 {
  background-color: #FAFAFA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  padding: 3px;
  border: #BBB solid 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /*-moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;*/
  margin-bottom: 4px;
  height: 27px; }

.fieldlong {
  width: 300px; }

a.trigger {
  position: absolute;
  /*background:#88bbd4 url(../images/plus.png) 6% 55% no-repeat;*/
  background: #FFCC66 url(../images/plus.png) 25% 50% no-repeat;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: verdana, helvetica, arial, sans-serif;
  color: #336600;
  padding: 4px 12px 6px 24px;
  font-weight: bold;
  z-index: 200;
  height: 18px;
  /*display:none;*/ }

a.trigger.right {
  right: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border: #333333 solid 1px; }

a.trigger:hover {
  background-color: #FF9933; }

a.active.trigger {
  background: #FFCC00 url(../images/minus.png) 25% 50% no-repeat; }

.panel {
  color: #ddd;
  position: absolute;
  display: none;
  border-left: #333333 thin solid;
  border-bottom: #333333 thin solid;
  border-top: #333333 thin solid;
  background: #FFFFFF;
  width: 340px;
  height: auto;
  opacity: 100% !important;
  z-index: 100;
  -moz-box-shadow: 3px 3px 9px 3px #555;
  -webkit-box-shadow: 3px 3px 9px 3px #555;
  box-shadow: 3px 3px 9px 3px #555; }

.panel.left {
  left: 0;
  padding: 20px 30px 20px 100px;
  border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.panel.right {
  right: 0;
  padding: 20px 40px 20px 30px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px; }

.panel p {
  font-size: 11px; }

.panel2 {
  color: #ddd;
  position: absolute;
  top: 50px;
  display: block;
  border-left: #333333 thin solid;
  border-bottom: #333333 thin solid;
  border-top: #333333 thin solid;
  background-color: #FFF;
  width: 450px;
  max-width: 450px;
  height: auto;
  opacity: 100% !important;
  z-index: 100;
  -moz-box-shadow: 3px 3px 9px 3px #555;
  -webkit-box-shadow: 3px 3px 9px 3px #555;
  box-shadow: 3px 3px 9px 3px #555;
  right: 0;
  left: 0;
  padding: 20px 30px 20px 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px; }

.poleMainDiv {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px; }

.QuizIntro {
  width: 100%;
  display: table;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; }

.quizImage {
  width: 100%;
  position: relative;
  max-width: 650px; }

#fblike iframe {
  width: 95px !important; }

#fblike .fb_edge_comment_widget iframe {
  width: 330px !important; }

.titlePoleList {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #663300;
  padding: 5px 5px 5px 8px;
  background-color: #F9F9F0;
  width: 97%; }

.poleLegendColor {
  display: inline;
  width: 15px;
  height: 15px;
  padding: 0px 3px;
  margin: 0px; }

.color1 {
  background-color: #4A8F22; }

.color3 {
  background-color: #CC7E31; }

.color2 {
  background-color: #F2AE1B; }

/******************** compare chart tables  **********************************
******************************************************************************
******************************************************************************/
.compareBloc {
  display: table;
  width: 96%;
  padding: 10px;
  margin: 35px auto;
  border-collapse: collapse; }

.compareHeadRow {
  display: table-row;
  margin: 0px;
  height: auto; }

.compareHeadCell {
  display: table-cell;
  text-align: center;
  margin: 0;
  width: 22%;
  height: auto; }

.compareTitleBkg {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  /*width:100%;*/
  height: 40px;
  padding: 6px 4px;
  background: #c9de96;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9de96), color-stop(44%, #8ab66b), color-stop(100%, #398235));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c9de96 0%, #8ab66b 44%, #398235 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
  /* IE6-8 */
  border: #BBB solid 1px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px; }

.compareTitleBkgBest {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  /*width:100%;*/
  height: 40px;
  padding: 6px 4px;
  background: #96daff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2ZGFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYxYzRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNWFhZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #96daff 0%, #61c4f9 44%, #25aaed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96daff), color-stop(44%, #61c4f9), color-stop(100%, #25aaed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #96daff 0%, #61c4f9 44%, #25aaed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #96daff 0%, #61c4f9 44%, #25aaed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #96daff 0%, #61c4f9 44%, #25aaed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #96daff 0%, #61c4f9 44%, #25aaed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96daff', endColorstr='#25aaed',GradientType=0 );
  /* IE6-8 */
  box-shadow: -3px -3px 5px #888888;
  border: #BBB solid 1px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px; }

.compareSpecRow {
  display: table-row;
  margin: 0px;
  height: 30px;
  background: #F6F4F2; }

.compareSpecRow2 {
  display: table-row;
  margin: 0px;
  height: 30px;
  background: #FAFAFB; }

.compareSpecRow0 {
  display: table-row;
  margin: 0px;
  height: 30px; }

.compareTitle {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: auto auto;
  color: #333; }

.compareTitleTxt {
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin: auto auto;
  color: #FFF; }

.specNameCell {
  display: table-cell;
  margin: 0;
  width: 26%;
  height: 100%;
  padding: 6px 4px;
  vertical-align: middle;
  border: #BBB solid 1px; }

.specName {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #333; }

.specValCell {
  display: table-cell;
  text-align: center;
  vetical-align: middle;
  margin: 0;
  width: 22%;
  height: 100%;
  padding: 6px 4px;
  /*background:#F6F6F6;*/
  border: #BBB solid 1px;
  border-top: 0px; }

.specValCell2 {
  display: table-cell;
  text-align: center;
  vetical-align: middle;
  margin: 0;
  width: 25%;
  height: 100%;
  padding: 6px 4px;
  background: #F9FBF0;
  border: #BBB solid 1px;
  border-top: 0px; }

.specVal {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #333;
  margin: 5px auto;
  vertical-align: middle; }

.specValRebate {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #BC4102;
  margin: 5px auto;
  vertical-align: middle; }

.specValPriceBig {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #663;
  margin: 8px auto; }

.specValPriceSmall {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #663;
  margin: 8px auto; }

.compareActionRow {
  display: table-row;
  margin: 0px;
  height: 40px; }

.compareBtnCell {
  display: table-cell;
  text-align: center;
  margin: 0;
  width: 22%;
  height: auto;
  padding: 0px; }

.compareBtnCell {
  display: table-cell;
  text-align: center;
  margin: 0;
  width: 25%;
  height: auto;
  padding: 0px; }

.compareBtnBkg {
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
  margin: 0;
  /*width:100%;*/
  height: auto;
  background: #f2f5f6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
  /* IE6-8 */
  border: #BBB solid 1px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px; }

.compareBtn {
  display: inline;
  margin: auto auto;
  width: auto;
  height: auto;
  color: #fff;
  font-weight: bold;
  padding: 6px 11px;
  border-radius: 6px;
  background: #d3c98d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzYzk4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2M2Yjg2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTg1MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d3c98d 0%, #c6b865 40%, #99852d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3c98d), color-stop(40%, #c6b865), color-stop(100%, #99852d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3c98d 0%, #c6b865 40%, #99852d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3c98d 0%, #c6b865 40%, #99852d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3c98d 0%, #c6b865 40%, #99852d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3c98d 0%, #c6b865 40%, #99852d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c98d', endColorstr='#99852d',GradientType=0 );
  /* IE6-8 */
  text-align: center; }

.compareBtn2 {
  display: inline;
  margin: auto auto;
  width: auto;
  height: auto;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 6px;
  background: #fc7719;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNzcxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzRkMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fc7719 0%, #b74d01 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7719), color-stop(100%, #b74d01));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fc7719 0%, #b74d01 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fc7719 0%, #b74d01 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fc7719 0%, #b74d01 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fc7719 0%, #b74d01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7719', endColorstr='#b74d01',GradientType=0 );
  /* IE6-8 */
  text-align: center; }

a.compareBtn {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center; }

.imgCheck {
  width: 22px;
  height: auto; }

.citationDivArticle {
  border: #666 1px solid;
  padding: 10px 14px;
  margin: 15px auto; }

.citationTitle {
  font-size: 19px;
  margin-bottom: 7px; }

.citationImgList {
  float: right;
  width: 120px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 2px;
  border: #000 1px solid; }

.articleRubrique {
  font-family: Arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 8px 0; }

/************************ RESPONSIVE DISPLAY MEDIA SETTINGS ********************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1679px) {
  .headerContainer {
    width: 1000px !important;
    max-width: 1000px; }

  .admHeaderContainer {
    width: 1000px !important;
    max-width: 1000px; }

  .mainSectionContainer {
    width: 1000px; }

  .footerDiv {
    width: 1000px !important;
    max-width: 1000px; }

  .tableMenu {
    width: 160px; }

  .gridItemDiv {
    max-width: 200px;
    min-width: 200px; } }
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .headerContainer {
    width: 920px !important;
    max-width: 920px; }

  .admHeaderContainer {
    width: 920px !important;
    max-width: 920px; }

  .mainSectionContainer {
    width: 920px; }

  .mainContainer {
    width: 100%; }

  .footerDiv {
    width: 920px; }

  .adminTableWo {
    width: 100%;
    min-width: 300px; }

  .adminTableWo > .RightSideBar, .adminTableWo > .LeftSideBar {
    display: none; }

  .AbonFormContainer {
    width: 75%;
    min-width: 240px; }

  .fullPageText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 85%;
    max-width: 700px;
    margin: 10px auto; }

  .nutrimElemBloc {
    max-width: 200px; }

  .tableMenu {
    width: 160px; }

  .tablePanier {
    width: 94%;
    max-width: 600px; }

  .admContainer {
    width: 88%; }

  /*#admEditTable {
  	width: 100%;
  	min-width: 500px;
  	max-width: 100%;
  }
  #admActivite {
  	float:none;
  	margin:0px auto;
  	width: 100%;
  	min-width: 500px;
  	max-width: 100%;
  }*/
  .etapesImgDiv {
    width: 85%; }

  .oneSectionContainer {
    width: 75%; }

  .orderConditionsFrame {
    width: 85%; }

  .gridItemDiv {
    max-width: 190px;
    min-width: 190px; } }
/*********
*********
*********/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .headerContainer {
    width: 760px !important;
    max-width: 760px;
    height: 170px; }

  .admHeaderContainer {
    width: 760px !important;
    max-width: 760px;
    height: 170px; }

  .TitleSection {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 25px; }

  .subTitle {
    font-size: 12px;
    margin-top: -4px; }

  .logoImg {
    width: 230px; }

  .mainSectionContainer {
    width: 760px; }

  .mainContainer {
    width: 100%; }

  .mainContainerAdmin {
    width: 100%; }

  .footerDiv {
    width: 760px; }

  .mainTable .mainSection, .mainTableDark .mainSection {
    width: 100%; }

  .mainSectionTitle {
    width: 100%;
    height: 25px; }

  .mainSectionTitle2 {
    width: 100%;
    height: 25px; }

  .adminTableWo {
    width: 70%;
    min-width: 500px; }

  .adminTableWo > tbody > tr > td.LeftSideBar {
    display: none !important; }

  .RightSideBar {
    display: none; }

  .mobileHide {
    display: none; }

  .mobileShow {
    display: block; }

  .fieldText2 {
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    padding: 3px;
    border: #BBB solid 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*-moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    margin-bottom: 4px;
    height: 27px; }

  .AbonFormContainer {
    width: 75%;
    min-width: 240px; }

  .fieldlong {
    width: 225px; }

  .regTextarea {
    width: 320px;
    height: 160px; }

  .fullPageText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 90%;
    /*max-width:$abonSectionFixeNormal;*/
    margin: 10px auto; }

  .nutrimElemBloc {
    max-width: 200px; }

  .tableMenu {
    width: 160px; }

  .tablePanier {
    width: 96%;
    max-width: 600px; }

  .admContainer {
    width: 92%; }

  #admEditTable {
    width: 73%;
    min-width: 400px;
    max-width: 100%; }

  #admActivite {
    float: none;
    margin: 0px auto;
    width: 20%;
    min-width: 180px;
    max-width: 100%; }

  .etapesImgDiv {
    width: 88%; }

  .oneSectionContainer {
    width: 80%; }

  .orderConditionsFrame {
    width: 88%; }

  .gridItemDiv {
    max-width: 200px;
    min-width: 200px; }

  .repInscriptDiv {
    display: inline-block; } }
/*********
*********
*********/
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .EntetePage {
    color: #FFE;
    text-shadow: 1px 1px 4px #444; }

  .headerContainer {
    width: 450px !important;
    max-width: 450px;
    height: 110px; }

  .admHeaderContainer {
    width: 450px !important;
    max-width: 450px;
    height: 110px; }

  .titleCellHead {
    display: none; }

  .TitleSectionMobile {
    display: block;
    margin: 10px 10px 20px;
    text-align: center; }

  .searchForm {
    background-color: #FFFFEE;
    padding: 2px 2px 2px 7px;
    height: 20px;
    width: 140px;
    border: 2px solid #996600;
    border-radius: 18px;
    box-shadow: 0px 0px 1px 4px #dacda2; }

  .BtnMenu {
    padding: 3px 7px;
    z-index: 100; }

  .TextBtnMenu, a.TextBtnMenu, a.TextBtnMenu:visited {
    font-size: 13px;
    padding: 4px 8px !important; }

  .BtnMainBkground3 {
    height: 22px;
    width: auto;
    text-indent: 7px;
    margin: 3px;
    padding: 3px;
    z-index: 150; }

  .topLink, .topLink a, .topLink:visited {
    padding-left: 7px;
    padding-right: 7px; }

  .mainSectionContainer {
    width: 450px;
    overflow: visible; }

  .mainContainer {
    width: 100%;
    overflow: visible; }

  .mainContainerAdmin {
    width: 100%;
    overflow: visible; }

  .footerDiv {
    width: 450px; }

  .mainTable .mainSection, .mainTableDark .mainSection {
    width: 100%; }

  .mainTable .prodSectionMain {
    padding: 10px 7px; }

  .mainSectionTitle {
    width: 100%;
    height: 25px; }

  .mainSectionTitle2 {
    width: 100%;
    height: 25px; }

  .logoImg {
    width: 220px; }

  .headTableMiddle {
    width: auto; }

  .headTableBannerFrame {
    display: none; }

  .headTableRight {
    display: none; }

  .adminTableWo {
    width: 80%;
    min-width: 350px; }

  .arrowBtns {
    display: block; }

  .nutPartDiv {
    display: none; }

  .menuNutMobile {
    display: block; }

  .LeftSideBar {
    display: none !important; }

  .RightSideBar {
    display: none; }

  .cellCatProds {
    width: 48%; }

  .mobileInlineHide {
    display: none !important; }

  .mobileHide {
    display: none; }

  .mobileShow {
    display: block; }

  .phoneHide {
    display: none; }

  .phoneInlineHide {
    display: none; }

  .phoneShow {
    display: block; }

  .BtnAcheter {
    width: 110px !important;
    cursor: pointer; }

  .phoneOnly {
    display: table;
    margin: 0px auto;
    width: 100%;
    height: 22px; }

  .AbonFormContainer {
    width: 95%;
    min-width: 240px; }

  .fieldlong {
    width: 225px; }

  .regTextarea {
    width: 300px;
    height: 100px; }

  .fullPageText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 90%;
    /*max-width:$abonSectionFixeNormal;*/
    margin: 10px auto; }

  .nutrimElemBloc {
    max-width: 160px; }

  .graphLegend {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    float: none; }

  .graphDisplay {
    display: block;
    width: 100%;
    margin: 3px auto;
    float: none;
    text-align: center; }

  .poleTable {
    /*margin:105px auto 14px !important;*/ }

  .poleMainDiv {
    margin: 45px auto 14px; }

  #vote {
    margin: 0px auto; }

  #graph {
    text-align: center; }

  .tablePanier {
    width: 96%;
    max-width: 600px; }

  .admContainer {
    width: 92%; }

  #admEditTable {
    width: 100%;
    min-width: 350px;
    max-width: 100%; }

  #admActivite {
    float: none;
    margin: 0px auto;
    width: 100%;
    min-width: 350px;
    max-width: 100%; }

  .formRadioSetColor {
    width: 96%; }

  .orderAddressDiv {
    width: 98%; }

  .etapesImgDiv {
    width: 88%; }

  .imageEtapesAchat {
    width: 80%; }

  .oneSectionContainer {
    width: 85%; }

  .orderConditionsFrame {
    width: 88%; }

  .photoBoutiqueList {
    border: 0px;
    margin-right: 7px;
    width: 120px; }

  .pubTextImage {
    margin: 5px auto 9px !important;
    width: 160px;
    float: none !important;
    display: block; }

  .prodIngredientImage {
    width: 85%;
    float: none; }

  .intextPub {
    margin: 3px auto 25px;
    background-color: #f9f8f3;
    width: 90%;
    padding-left: 9px; }

  .invoiceTableItems {
    font-size: 12px; }

  .gridItemDiv {
    max-width: 180px;
    min-width: 180px; }

  .repInscriptDiv {
    display: inline-block; }

  .cieNameCell {
    min-width: auto; }

  .cieLogo img {
    width: 120px; } }
/*********
*********
*********/
@media only screen and (max-width: 459px) {
  .EntetePage {
    display: none; }

  .headerContainer {
    width: 320px !important;
    max-width: 320px;
    height: 90px; }

  .titleCellHead {
    display: none; }

  .TitleSectionMobile {
    display: block;
    margin: 10px 10px 20px;
    text-align: center; }

  .srchCellHead {
    margin-bottom: 4px;
    height: 45px; }

  .searchForm {
    background-color: #FFFFEE;
    padding: 2px 2px 2px 7px;
    height: 20px;
    width: 140px;
    border: 2px solid #996600;
    border-radius: 18px;
    box-shadow: 0px 0px 1px 4px #ddd; }

  .BtnMenu {
    padding: 3px 7px; }

  .TextBtnMenu, a.TextBtnMenu, a.TextBtnMenu:visited {
    font-size: 13px;
    padding: 4px;
    margin: 0px 8px; }

  .BtnMainBkground3 {
    height: 22px;
    width: auto;
    text-indent: 7px;
    margin: 3px;
    padding: 3px;
    z-index: 150; }

  .topLink, .topLink a, .topLink:visited {
    font-size: 13px;
    padding: 3px;
    margin: 0px 4px; }

  .mainSectionContainer {
    width: 320px;
    overflow: visible; }

  .mainContainer {
    width: 100%;
    overflow: visible; }

  .mainContainerAdmin {
    width: 100%;
    overflow: visible; }

  .footerDiv {
    width: 320px; }

  .mainTable .mainSection, .mainTableDark .mainSection {
    width: 100%; }

  .mainTable .prodSectionMain {
    padding: 10px 0px; }

  .mainSectionTitle {
    width: 100%;
    height: 25px; }

  .mainSectionTitle2 {
    width: 100%;
    height: 25px; }

  .logoImg {
    width: 180px; }

  .headTableMiddle {
    width: auto; }

  .headTableBannerFrame {
    display: none; }

  .headTableRight {
    display: none; }

  .adminTableWo {
    width: 85%;
    min-width: 300px; }

  .adminTableWo > .RightSideBar, .adminTableWo > .LeftSideBar {
    display: none; }

  .arrowBtns {
    display: block; }

  .nutPartDiv {
    display: none; }

  .menuNutMobile {
    display: block; }

  .LeftSideBar {
    display: none; }

  .RightSideBar {
    display: none; }

  .cellCatProds {
    width: 48%; }

  .mobileHide {
    display: none; }

  .mobileInlineHide {
    display: none !important; }

  .phoneHide {
    display: none; }

  .phoneInlineHide {
    display: none; }

  .phoneShow {
    display: block; }

  .mobileShow {
    display: block; }

  .bkgDossier {
    background-image: none;
    /*background-repeat:no-repeat;*/
    /*background-size: 100%;*/
    /*width:100%;*/ }

  .phoneArticleImg {
    width: 90% !important;
    height: auto !important;
    max-width: 270px !important; }

  .suiteTxtLnkDiv {
    /*  style des liens du block de liens texte du haut */
    display: none; }

  .phoneOnly {
    display: table;
    margin: 0px auto;
    width: 100%;
    height: 22px; }

  .footerDiv {
    display: none; }

  .panel {
    color: #ddd;
    position: absolute;
    display: none;
    border-left: #333333 thin solid;
    border-bottom: #333333 thin solid;
    border-top: #333333 thin solid;
    background: #FFFFFF;
    width: 290px;
    height: auto;
    opacity: 100% !important;
    z-index: 100;
    -moz-box-shadow: 3px 3px 9px 3px #555;
    -webkit-box-shadow: 3px 3px 9px 3px #555;
    box-shadow: 3px 3px 9px 3px #555; }

  .panel.left {
    left: 0;
    padding: 6px 8px 6px 20px;
    border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px; }

  .panel.right {
    right: 0;
    padding: 6px 10px 6px 8px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-top-left-radius: 12px; }

  .srchCellHead {
    width: auto;
    padding-right: 30px;
    vertical-align: top;
    margin-bottom: 9px;
    height: auto; }

  .codeValid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right; }

  #contactForm .fieldText, #buyForm .fieldText {
    background-color: #FFFFCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    padding: 2px;
    border: #CC6600 solid 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 2px;
    height: 23px; }

  #indexForm .fieldText {
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 2px;
    border: #BBB solid 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*-moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    margin-bottom: 4px;
    height: 20px; }

  .AbonFormContainer {
    width: 96%;
    min-width: 200px; }

  .fieldlong {
    width: 180px; }

  .regTextarea {
    width: 250px;
    height: 100px; }

  .fullPageText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 95%;
    /*max-width:$abonSectionFixePhone;*/
    margin: 10px auto; }

  .nutrimElemBloc {
    max-width: 200px; }

  .graphLegend {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    float: none; }

  .graphDisplay {
    display: block;
    width: 100%;
    margin: 3px auto;
    float: none;
    text-align: center; }

  .poleTable {
    /*margin:115px auto 14px !important;*/ }

  .poleMainDiv {
    margin: 70px auto 14px; }

  #vote {
    margin: 0px auto; }

  #graph {
    text-align: center !important; }

  .btnDetails {
    width: auto; }

  .BtnAcheter {
    width: 110px !important; }

  .tablePanier {
    width: 98%;
    max-width: 600px; }

  .admContainer {
    width: 96%; }

  #admEditTable {
    width: 100%;
    min-width: 200px;
    max-width: 100%; }

  #admActivite {
    float: none;
    margin: 0px auto;
    width: 100%;
    min-width: 200px;
    max-width: 100%; }

  .formRadioSetColor {
    width: 96%; }

  .orderAddressDiv {
    width: 98%; }

  .etapesImgDiv {
    width: 98%; }

  .imageEtapesAchat {
    width: 90%; }

  .oneSectionContainer {
    width: 90%; }

  .orderConditionsFrame {
    width: 98%; }

  .photoBoutiqueList {
    border: 0px;
    margin-right: 7px;
    width: 70px; }

  .prodBuyBtnBloc {
    display: block;
    width: auto;
    max-width: 200px;
    float: none;
    margin: 0px auto; }

  .prodIngredientImage {
    width: 96% !important;
    float: none;
    height: auto !important; }

  .pubTextImage {
    margin: 5px auto 9px !important;
    float: none !important;
    display: block; }

  .prodImage {
    float: None;
    margin: 10px auto;
    display: block; }

  .intextPub {
    margin: 3px auto 25px;
    background-color: #f9f8f3;
    width: 90%;
    padding-left: 9px; }

  .invoiceTableItems {
    font-size: 11px; }

  .displayBtnDiv {
    display: none; }

  .gridDetailsDiv {
    min-height: 70px; }

  .gridItemDiv {
    max-width: 200px;
    min-width: 200px;
    margin: 10px 5px;
    padding: 5px;
    border: 1px solid #999;
    float: right;
    min-height: auto;
    right: 10px; }

  .repInscriptDiv {
    display: block;
    text-align: center;
    float: none; }

  .domTopBtnRow {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: center; }

  .domInscriptBtnDiv {
    width: 150px;
    margin: 0px auto;
    text-align: center;
    display: block; }

  #ressourceFicheMobile {
    display: block; }

  #ressourceFicheMobile > div {
    margin-bottom: 3px; }

  #ressourceFiche {
    display: none; }

  .cieLogo img {
    width: 110px; }

  .cieNameCell {
    display: block;
    background-color: #EAEAE3 !important;
    padding: 6px 4px 6px 10px;
    width: auto;
    height: 25px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold; }

  .cieNameCell > div, .ficheCieType > div {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%); */ }

  .cieMail, .cieWeb {
    padding: 6px 1px;
    width: auto; }

  .cieDescCell {
    display: block;
    background-color: #ffffff;
    background-image: url(../images/bkg_fichetext.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 10px;
    min-height: 150px;
    width: auto;
    vertical-align: top; }

  .cieAddressCell {
    vertical-align: top;
    padding: 10px 5px 5px 15px;
    width: auto;
    min-height: 90px;
    background-color: #F6F6F0 !important; }

  .ficheCieType {
    height: 28px;
    text-align: center;
    padding: 4px 4px 1px; } }

/*# sourceMappingURL=style_advitae.css.map */
