/* v3.css
   cross-browser.com
*/

html {
  color:#000; background:#fff;
  margin:0; padding:0;
}
body {
  color:#000; background:#ffffff;
  margin:0; padding:0;
  font-size:small;
  font-family:verdana,arial,helvetica,sans-serif;
}

/* Anchor Elements */


            
a.googlelogo, a:hover.googlelogo {
  background:transparent;
}
img.googleImg, img.w3cImg, img.fsfImg, img.ppImg {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  border: none;
}
#menubar1 a:link, #menubar1 a:visited, #menubar1 a:active {
  color:#596380; background:transparent;
  text-decoration:none;
  font-weight:bold;
  padding:1px;
}
#menubar1 a:hover {
  color:#333333; background:#ffffff;
  text-decoration:none;
  font-weight:bold;
  padding:1px;
}

.mnuBox a:link {
  color:#596380; background:transparent; /* #727EA3; */
  text-decoration:none;
  padding:1px;
  display:block;
  width:100%;
}
.mnuBox a:visited, .mnuBox a:active {
  color:#596380; background:transparent; /* #727EA3; */
  text-decoration:none;
  padding:1px;
  display:block;
  width:100%;
}
.mnuBox a:hover {
  color:#333333; background:#ffffff;
  text-decoration:none;
  padding:1px;
  display:block;
  width:100%;
}

.xPopupMenu .mnuBox a:link, .xPopupMenu .mnuBox a:visited, .xPopupMenu .mnuBox a:active {
  color:#596380; background:transparent; /* #CFD4E6; */
}
.xPopupMenu .mnuBox a:hover {
  color:#333333; background:#ffffff;
}

.mnuOpt a:link {
  color:#ffffff; background:#ffffff; /* 727EA3; */
  text-decoration:none;
  display:inline;
  width:100%;
}
.mnuOpt a:visited, .mnuOpt a:active {
  color:#596380; background:#727EA3;
  text-decoration:none;
  display:inline;
  width:100%;
}
.mnuOpt a:hover {
  color:#333333; background:#ffffff;
  text-decoration:none;
  display:inline;
  width:100%;
}

.xPopupMenu .mnuOpt a:link, .xPopupMenu .mnuOpt a:visited, .xPopupMenu .mnuOpt a:active {
  color:#596380; background:#CFD4E6;
}
.xPopupMenu .mnuOpt a:hover {
  color:#333333; background:#ffffff; /* CCA78F; */
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
  text-decoration:none;
}

.inA {
  display:inline;
}

/* Misc. Elements */

b {
  font-weight:bold;
 background:transparent;
}
p {
  background:transparent;
  margin:.3em 0 .5em 0; padding:0;
}
li {
  margin-bottom:.5em;
}
pre {
  font-family:'courier new',monospace;
  color:#596380; background:transparent;
  border:1px dotted #596380;
  margin:4px 2px 10px 2px; padding:10px;
  overflow:auto;
  font-size:small; /* had to add this because IE was rendering it smaller */
  max-height:32em;
}
code, tt {
  font-family:'courier new',monospace;
  color:#596380; background:transparent;
  font-size:small; /* had to add this because IE was rendering it smaller */
}

/* Heading Elements */

.h1Color { color:#596380; }
h1 {
  color:#596380;
  background:transparent;
  font-weight:normal;
  margin:0; padding:0 0 6px 0;
  text-align:left;
  font-size:xx-large;
}

.h2Color { color:#ffffff; }
.h2Bkgnd { background:#ffffff; }
h2 {
  color:#ffffff;
  background:transparent;
  font-weight:bold;
  margin:2em 0 1em 0; padding:4px 0px;
  font-size:large;
}

.h3Color { color:#596380; }
h3 {
  color:#596380;
  margin:2em 0 1em 0; padding:0 0 0 0;
  font-weight:bold;
  font-size:medium;
}

#rightColumn h3 {
  font-size:small;
}

.h4Color { color:#ffffff; }
h4 {
  color:#ffffff;
  margin:1.6em 0 .6em 0; padding:0;
  font-weight:bold;
  font-size:small;
}

.mnuBox h4 {
  margin:.5em 0;
}

h5 {
  color:#596380; background:transparent;
  margin:1.6em 0 .6em 0; padding:0;
  font-weight:bold;
  font-size:x-small;
}

.h5i { /* H5 'inline' */
  color:#596380;
  background:transparent;
  margin:1.6em 2em .6em 0;
  padding:0;
  font-weight:bold;
  font-size:x-small;
}

.h4P {
  margin:.3em 0 .5em .25em; padding:0;
}
.h5P {
  margin:.3em 0 .5em .5em; padding:0;
  font-size:x-small;
}

/* Misc. Classes */

#topLinkCon {
  margin:0; padding:0;
}
.smaller {
  font-size:smaller;
}
.textInput {
  font-family:'courier new',monospace;
  color:#000; background:#fff;
  width:140px;
}
.inpTxt {
  color:#000; background:#CCA78F;
  font-family:'Courier New',monospace;
  font-size:12px;
  border:1px solid #596380;
}
.inpBtn {
  color:#000; background:#CCA78F;
  font-size:10px;
  border:1px solid #596380;
  cursor:pointer;
}
.noDisp {
  display:none;
}
.collapsible {
  margin:0; padding:0;
  overflow:hidden;
  display:block;
}
/*
#sponsors, #sponsor1, #sponsor2 {
  margin:0;
  padding:0;
  overflow:hidden;
}
#sponsor1 p {
  margin:0;
  padding:2px;
}
#sponsor1 p a {
  position: relative;
  padding:2px 0;
  display:block;
  width:100%;
}
#sponsor2 {
  margin-top:16px;
}
*/
.hint, .titleHover { /* for non-A elements that have title='some info' */
  border-bottom: 1px dotted #ffffff;
  cursor: help;
}

/* Sidebar Menu */

.mnuBox, .mnuOpt {
  margin:0 0 4px 0; padding:4px 2px 4px 2px;
  overflow:hidden;
}
.mnuBox p, .mnuOpt p {
  margin:0; padding:0;
  line-height:1.2em;
  font-size:smaller;
}

/* Layout */

#header {
  background:transparent;
  overflow:hidden;
  margin:0; padding:0;
  margin-bottom:30px;
}

#menubar1 {   /* static, horizontal site menu */
  color:#596380;
  background:transparent;
  padding:2px;
  margin:0;
  font-weight:normal;
  text-align:right;
}
#menubar1 b {
  color:#ffffff;
}

.column {
  top:0px; /* 90px; */ /* just estimate it ;-) */
  position:absolute; overflow:hidden;
  background:transparent;
  margin:0; padding:0;
}
#leftColumn {
  left:0%; width:100%;

}
#rightColumn {
  left:100%; /* rightCol.left = leftCol.left + leftCol.width */
  width:0%; /* rightCol.width = 99 - rightCol.left */
}
.leftContent, .firstLeftContent {
  background:#fff; /* CFD4E6; */
  overflow:auto;
  margin:0 0 0px 0;
  padding:0px 0px 0px 0px;
}
.rightContent {
  background:#fff; /* 727EA3; */
  overflow:hidden;
  margin:0 0 0px 0;
  padding:0px 0px 0px 0px;
}
/*
.rightContent .collapsible p {
  font-size:smaller;
}
*/
.rightContent {
  font-size:smaller;
}

#footer {
  font-size:smaller;
  text-align:center;
  padding:10px 20px 10px 20px;
  border:none;
}

/* Objects */

.xToolbar {
  position:absolute; overflow:hidden;
  background:transparent;
  width:24px;
}

.xButton {
  overflow:hidden;
  margin:2px;
  width:16px; height:14px;
  color:#596380; background:#CFD4E6;
  font-size:xx-small;
  font-weight:bold;
  cursor:pointer;
  text-align:center;
  border-left:1px solid #CFD4E6;
  border-top:1px solid #CFD4E6;
  border-right:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
}
.xButtonHover {
  overflow:hidden;
  margin:2px;
  width:16px; height:14px;
  color:#CFD4E6; background:#ffffff;
  font-size:xx-small;
  font-weight:bold;
  cursor:pointer;
  text-align:center;
  border:1px solid #ffffff;
}

.xPopupMenu {
  position:absolute;
  color:#596380; background:#FFF; /* CFD4E6; */
  margin:0; padding:3px;
  border:1px outset #596380;
}

.menuFilm {font-family: verdana; color:#000000; font-size: 9px; text-decoration: none;}
a.menuFilm {font-family: verdana; color:#000000; font-size: 9px; text-decoration: none;}
a.menuFilm:hover {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none;background-color:#666666;}
.footer {font-family: verdana; color:#999999; font-size: 9px; text-decoration: none;}
a.footer {font-family: verdana; color:#999999; font-size: 9px; text-decoration: none;}
a.footer:hover {font-family: verdana; color:#999999; font-size: 9px; text-decoration: underline;}
input.footer {font-family:verdana;color:#555555;font-size:9px;font-weight:normal;text-decoration:none;border-left: #999999 solid 1px;border-top: #999999 solid 1px;border-right:#999999 solid 1px;border-bottom: #999999 solid 1px;background-color: #f4f4f4;text-align:left}

.texte {font-family: verdana; color:#000000; font-size: 8pt; text-decoration: none}
.titre4 {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 8pt; font-weight:bold;text-decoration: none}
.titre5 {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 12pt; font-weight:bold;text-decoration: none}
.titre {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 11px; font-weight:bold;text-decoration: none}
.titre2 {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 18px; line-height: 16px; text-decoration: none}
.titre3 {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 16px; line-height: 16px; text-decoration: none}
a.titre3 {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 16px; line-height: 16px; text-decoration: none}
a.titre3:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#222222; font-size: 16px; line-height: 16px; text-decoration: underline}
.text {  font-family: verdana; color:#000000; font-size: 8pt; text-decoration: none}
.texte2 {  font-family: verdana; color:#000000; font-size: 7pt; text-decoration: none}
td.justify {text-align:justify};
select.panier {  font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; text-decoration: none}
a.text {font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; text-decoration: none;}
a.text:hover {  font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; text-decoration: underline;}
.gras {font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; font-weight:bold;text-decoration: none;}
a.gras {font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; font-weight:bold;text-decoration: none;}
a.gras:hover {  font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; font-weight:bold;text-decoration: underline;}
a.texte {font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; text-decoration: none;}
a.texte:hover {  font-family: verdana; color:#000000; font-size: 8pt; line-height: 10pt; text-decoration: underline;}
.nomArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 11px; line-height: 12px; text-decoration: none}
.createurArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: none}
.prixArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 16px; line-height: 16px; text-decoration: none}
.prixArticleBarre {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 16px; line-height: 16px; text-decoration: line-through}
.fournisseurArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: none}
.stockArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: none}
a.achatArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: none;}
a.achatArticle:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: underline;}
a.createurArticle {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: none}
a.createurArticle:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 12px; text-decoration: underline}
.titreActu {  font-family: verdana; color:#222222; font-size: 18pt; line-height: 19pt; font-weight: normal; text-decoration: none}
a.suite {  font-family: verdana; color:#222222; font-size: 8pt; line-height: 10pt; font-weight: bold; text-decoration: none}
a.suite:hover {  font-family: verdana; color:#222222; font-size: 8pt; line-height: 10pt; font-weight: bold; text-decoration: underline}
.notes {font-family: verdana; color:#666666; font-size: 9px; text-decoration: none}
.designation {font-family: verdana; color:#000000; font-size: 12pt; text-decoration: none}
.nomArticle {font-family: verdana; color:#000000; font-size: 19px; line-height: 20px; text-decoration: none}
.prix {font-family: verdana; color:#666666; font-size: 12pt; text-decoration: none}
.cinemapantheon {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none;}
a.cinemapantheon {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none;}
a.cinemapantheon:hover {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: underline;}

.lienActu {font-family: verdana; color:#000000; font-size: 9px; text-decoration: none;}
a.lienActu {font-family: verdana; color:#000000; font-size: 9px; text-decoration: none;}
a.lienActu:hover {font-family: verdana; color:#000000; font-size: 9px; text-decoration: underline;}

.lienCinema {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none;}
a.lienCinema {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none;}
a.lienCinema:hover {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: underline;}

.nomRealisateur {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 14px; text-decoration: none}
a.nomRealisateur {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 14px; text-decoration: none}
a.nomRealisateur:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 14px; text-decoration: underline}

.designationCollection {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 9px; line-height: 10px; text-decoration: none}
.prixCollection {font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 11px; text-decoration: none}
.numCommande {font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 10px; text-decoration: none}
.prixArticlePanier {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 11px; text-decoration: none}
.nomArticleCollection {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 10px; line-height: 10px; text-decoration: none}
a.nomArticleCollection {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 10px; line-height: 10px; text-decoration: none}
a.nomArticleCollection:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size: 10px; line-height: 10px; text-decoration: underline}

td.liste {font-family: Verdana, Arial, Helvetica, sans-serif; color:#555555; font-size: 9px; text-decoration: none};
.cache {font-family: verdana; color:#ffffff; font-size: 1pt; text-decoration: none}
.chapeau {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none}
.commande {font-family: verdana; color:#003680; font-size: 9px; text-decoration: none}
.message {  font-family: verdana; color:#CC6600; font-size: 8pt; font-weight:bold;text-decoration: none}

a.nomArticle {font-family: verdana; color:#003680; font-size: 14px; font-weight:bold; text-decoration: none;}
a.nomArticle:hover {font-family: verdana; color:#ffffff; background:#003680; font-size: 14px; font-weight:bold; text-decoration: none;}
.prixArticle {font-family: verdana; color:#003680; font-size: 11px; font-weight:bold; text-decoration: none;}
.prix2Article {font-family: verdana; color:#003680; font-size: 9px; font-weight:normal; text-decoration: none;}

tr.ligne1 {background-color:#ffffff;}
tr.ligne2 {background-color:#ccccff;}

.mots {color:#FF6600;}
.nomProduct {font-family: verdana; color:#003680; font-size: 18px; font-weight: bold;text-decoration: none}
.featuresProduct {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: none}
.featuresTitle {font-family: verdana; color:#003680; font-size: 12px; font-weight: bold;text-decoration: none}
a.downloadProduct {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: none}
a.downloadProduct:hover {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: underline}
a.relatedProduct {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: none}
a.relatedProduct:hover {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: underline}



.prixProduct {font-family: verdana; color:#003680; font-size: 15px; font-weight: normal;text-decoration: none}
table.features{border-collapse: collapse;border:2px none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background: #bfd4e8;}
table.invoice{border-collapse: collapse;border:2px none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;}
img.diagram{border-collapse: collapse;border:1px none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background: #ffffff;}
a.questionFAQ {font-family: verdana; color:#003680; font-size: 9px; font-weight: bold;text-decoration: none}
a.questionFAQ:hover {font-family: verdana; color:#003680; font-size: 9px; font-weight: bold;text-decoration: underline}
.questionFAQ {font-family: verdana; color:#003680; font-size: 11px; font-weight: bold;text-decoration: none}
.answerFAQ {font-family: verdana; color:#003680; font-size: 11px; font-weight: normal;text-decoration: none}
select.productFAQ {font-family:verdana;color:#003680;font-size:9px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #ccccff;text-align:left}
a.themeProduct {font-family: verdana; color:#003680; font-size: 11px; font-weight: normal;text-decoration: none}
a.themeProduct:hover {font-family: verdana; color:#003680; font-size: 11px; font-weight: normal;text-decoration: underline}
.themeProduct {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: none}
font.selectedTheme{font-family: verdana; color:#003680; font-size: 11px; font-weight: bold;text-decoration: none}

.contentTexte {font-family: verdana; color:#003680; font-size: 9px; text-decoration: none;}
.contentTitre {font-family: verdana; color:#003680; font-size: 12px; font-weight:bold;text-decoration: none;}
.contentChapeau {font-family: verdana; color:#003680; font-size: 10px; font-weight:bold;text-decoration: none;}

.nomRubrique {font-family: verdana; color:#003680; font-size: 19px; font-weight: bold;text-decoration: none}
.nomSousRubrique {font-family: verdana; color:#003680; font-size: 17px; font-weight: bold;text-decoration: none}
textarea.faq {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }
textarea.register {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }
input.register {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }
select.register {font-family:verdana;color:#003680;font-size:9px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #ccccff;text-align:left}
input.faq {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }

textarea.checkout {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }
input.checkout {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }
select.checkout {font-family:verdana;color:#003680;font-size:9px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #ccccff;text-align:left}
select.monnaie {font-family:verdana;color:#003680;font-size:9px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #ccccff;text-align:left}

select.search {font-family:verdana;color:#003680;font-size:9px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #ccccff;text-align:left}
input.search {font-family:verdana;color:#003680;font-size:9px;font-weight:bormal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #CCCCFF; }


font.page {font-family: verdana; color:#000000; font-size: 7pt; line-height: 5pt; text-decoration: none;}
font.selectedPage {font-family: verdana; color:#000000; font-size: 7pt; line-height: 5pt; text-decoration: underline;}
a.page {font-family: verdana; color:#000000; font-size: 7pt; line-height: 5pt; text-decoration: none;}
a.page:hover {  font-family: verdana; color:#000000; font-size: 7pt; line-height: 5pt; text-decoration: underline;}
table.commande{border-collapse: collapse;border:0px none;border-color:#003680background: #ccccff;}
table.commande td{border-style:thin;border-color:#000000;}
table.message{border-collapse: collapse;border:0px none;background: #ffcc99;}
table.message td{border-style:thin;border-color:#CC6600;}
input.panier{font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #eeeeee;text-align:right}
select.panier {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #eeeeee;text-align:left}
input.commande {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #eeeeee;text-align:left}
select.commande {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #eeeeee;text-align:left}
textarea.commande {font-family:arial;color:#003680;font-size:10px;font-weight:normal;text-decoration:none;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #eeeeee; }
input.boutonCommande {font-family:arial;color:#003680;background-color:#DDC0DD;font-size:11px;text-align:center;border-left: #003680 solid 1px;border-top: #003680 solid 1px;border-right:#003680 solid 1px;border-bottom: #003680 solid 1px;background-color: #eeeeee; }




a.menuv2 {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.menuv2:hover {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none;}
.texte4 {font-family: verdana; color:#003680; font-size: 14pt; line-height:20px; text-decoration: none}
a.texte4 {font-family: verdana; color:#003680; font-size: 14pt; line-height:20px; text-decoration: none}
a.texte4:hover {font-family: verdana; color:#ffffff; font-size: 14pt; line-height:20px; background-color:#003680; text-decoration: none}

.texte6 {font-family: verdana; color:#003680; font-size: 10pt; line-height:20px; font-weight:bold; text-decoration: none}
a.texte6 {font-family: verdana; color:#003680; font-size: 10pt; line-height:20px; font-weight:bold; text-decoration: none}
a.texte6:hover {font-family: verdana; color:#ffffff; font-size: 10pt; line-height:20px; background-color:#003680; font-weight:bold; text-decoration: none}

.texte {font-family: verdana; color:#003680; font-size: 11px; text-decoration: none}
a.texte {font-family: verdana; color:#003680; font-size: 11px; text-decoration: none}
a.texte:hover {font-family: verdana; color:#ffffff; font-size: 11px;background-color:#003680; text-decoration: none}
.texte2 {font-family: verdana; color:#003680; font-size: 9px; text-decoration: none}
.texte3 {font-family: verdana; color:#003680; font-size: 8pt; text-decoration: none}
a.texte3 {font-family: verdana; color:#003680; font-size: 8pt; text-decoration: none}
a.texte3:hover {font-family: verdana; color:#ffffff; font-size: 8pt;background-color:#003680; text-decoration: none}

.texte5 {font-family: verdana; color:#003680; font-size: 9px; text-decoration: none}
a.texte5 {font-family: verdana; color:#003680; font-size: 9px; text-decoration: none}
a.texte5:hover {font-family: verdana; color:#ffffff; font-size: 9px;background-color:#003680; text-decoration: none}

input.search {font-family:verdana;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8;text-align:left}

.menufooter {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none}
a.menufooter {font-family: verdana; color:#ffffff; font-size: 9px; text-decoration: none}
a.menufooter:hover {font-family: verdana; color:#003680; font-size: 9px; background-color:#ffffff; text-decoration: none}

a.menuNav {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:bold;line-height:16px; text-decoration: none}
a.menuNav:hover {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold;line-height:16px; background-color:#ffffff; text-decoration: none}

.tabFeatures {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.tabFeatures {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.tabFeatures:hover {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; background-color:#ffffff; text-decoration: none;}

.tabProducts {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:normal; text-decoration: none;}
a.tabProducts {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:normal; text-decoration: none;}
a.tabProducts:hover {font-family: verdana; color:#003680; font-size: 8pt; font-weight:normal; background-color:#ffffff; text-decoration: none;}

.tabValues {font-family: verdana; color:#003680; font-size: 9px; font-weight:normal; text-decoration: none;}
a.tabValues {font-family: verdana; color:#003680; font-size: 9px; font-weight:normal; text-decoration: none;}
a.tabValues:hover {font-family: verdana; color:#ffffff; font-size: 9px; font-weight:normal; background-color:#003680; text-decoration: none;}

#oksearch {font-family: verdana; color:#003680; font-size: 14pt; line-height:28px; text-decoration: none;  background-color:#FFFFFF; border-color:#FFFFFF; border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px;}
#oksearch:hover {font-family: verdana; color:#ffffff; font-size: 14pt; line-height:28px; text-decoration: none;  background-color:#003680; border-color:#003680; border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px;}

.contentLink {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.contentLink {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.contentLink:hover {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:bold; background-color:#003680; text-decoration: none;}

.subNav {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.subNav {font-family: verdana; color:#003680; font-size: 8pt; font-weight:bold; text-decoration: none;}
a.subNav:hover {font-family: verdana; color:#ffffff; font-size: 8pt; font-weight:bold; background-color:#003680; text-decoration: none;}

.familyfeatures {font-family: verdana; color:#003680; font-size: 9px; font-weight: bold; text-decoration: none}
.familyfeaturesvalue {font-family: verdana; color:#003680; font-size: 9px; text-decoration: none}

select.productFAQ {font-family:verdana;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8;text-align:left}
textarea.faq {font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8; }
input.faq {font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8; }

textarea.register {font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8; }
input.register {font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8; }
select.register {font-family:verdana;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8;text-align:left}

tr.ligne1 {background-color:#e5ebf2;}
tr.ligne2 {background-color:#fafbfd;}

a.themeProduct {font-family: verdana; color:#003680; font-size: 11px; font-weight: normal;text-decoration: none}
a.themeProduct:hover {font-family: verdana; color:#ffffff; font-size: 11px; font-weight: normal;background-color:#003680; text-decoration: none;}
.themeProduct {font-family: verdana; color:#003680; font-size: 9px; font-weight: normal;text-decoration: none}
font.selectedTheme{font-family: verdana; color:#ffffff; font-size: 11px; font-weight: bold;background-color:#003680; text-decoration: none;}

select.monnaie {font-family:verdana;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8;text-align:left}
input.panier{font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8;text-align:right}

textarea.checkout {font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8; }
input.checkout {font-family:arial;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8; }
select.checkout {font-family:verdana;color:#003680;font-size:11px;font-weight:normal;text-decoration:none;border-left: #bfd4e8 solid 1px;border-top: #bfd4e8 solid 1px;border-right:#bfd4e8 solid 1px;border-bottom: #bfd4e8 solid 1px;background-color: #bfd4e8;text-align:left}
