body {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin : 0;
 padding:0;
}

table, th, td {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin : 0;
 padding:0;
}

hr {
 color: #FFF4E3;
 width: 90%;
}

/********   TITRES ********/
.footer{
 font-size: 10px;
 color: #fff;
}



/********   TEXTES ********/

/* liens */
a:link, a:visited {
 text-decoration: underline;
 color: #3284C5;
}

a:hover, a:active {
 text-decoration: underline;
 color: #3284C5;
}

a.panier:link, a.panier:visited {
 text-decoration: underline;
 color: #004D91;
 font-size: 9px;
}

a.panier:hover, a.panier:active {
 text-decoration: underline;
 color: #004D91;
 font-size: 9px;
}

/* NAV liens */

a.navBlack:link, a.navBlack:visited {
 color: #000;
 text-decoration: none;
}

a.navBlack:hover, a.navBlack:active {
 color: #000;
 text-decoration: underline;
}

a.navBlanche:link, a.navBlanche:visited {
 color: #fff;
 text-decoration: none;
}

a.navBlanche:hover, a.navBlanche:active {
 color: #fff;
 text-decoration: underline;
}

a.navBleu:link, a.navBleu:visited {
  color: #09F;
  font-weight: bold;
  text-decoration: none;
}

a.navBleu:hover, a.navBleu:active {
 color: #09F;
 font-weight: bold;
 text-decoration: underline;
}

a.navJaune:link, a.navJaune:visited {
  color: #09F;
  font-weight: bold;
  text-decoration: none;
}

a.navJaune:hover, a.navJaune:active {
 color: #09F;
 font-weight: bold;
 text-decoration: underline;
}

a.navOrange:link, a.navOrange:visited {
  color: #F90;
  font-weight: bold;
  text-decoration: none;
}

a.navOrange:hover, a.navOrange:active {
 color: #F90;
 font-weight: bold;
 text-decoration: underline;
}

a.navRouge:link, a.navRouge:visited {
  color: #C60000;
  font-weight: bold;
 text-decoration: none;
}

a.navRouge:hover, a.navRouge:active {
 color: #C60000;
  font-weight: bold;
  text-decoration: underline;
}

/* AUTRES liens */

a.bandeau:link, a.bandeau:visited {
 font-size: 10px;
 text-decoration: none;
 color: #fff;
}

a.bandeau:hover, a.bandeau:active {
 font-size: 10px;
 text-decoration: underline;
 color: #fff;
}

a.menu:link, a.menu:visited {
 text-decoration: underline;
 color: #C30075;
}

a.menu:hover, a.menu:active {
 text-decoration: underline;
 color: #C30075;
}

a.blanc:link, a.blanc:visited {
 text-decoration: none;
 color: #fff;
}

a.blanc:hover, a.blanc:active {
text-decoration: underline;
color: #fff;
}

/* Formulaire */
input {
 font-size: 10px;
 border: solid 1px #7F9DB9;
 margin: 4px 0 0 0;
}

 select {
 font-size: 10px;
 border :solid 1px #7F9DB9;
 margin: 4px 0 0 0;

}

.btsearch {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #fff;
 background-color: #3284C5;
 border: 1px solid #fff;
}

.btOK {
 background-color: #C30075;
 color: #fff;
}

.boutonBleu {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #3284C5
}

/* Tableaux */
.bandeauHaut {
 background-color: #D35D91;
 font-size: 11px;
 color: #fff;
}

.menuRubrique {
 font-size: 12px;
 font-weight: bold;
 color: #C30075;
}

table.tablePanier {
/* border: 1px solid #C30075;*/
 background-color: #F7F2E0;
 padding: 4px;
}

table.tablePanier th {
 font-weight: bold;
 font-size: 14px;
 color: #C30075;
 border-bottom: 1px solid #C30075;
}

table.tablePanier td {
 color: #C30075;
 font-size: 11px;
}

table.tableNorme {
  /*border: 1px solid #FFDD00;
 padding: 0px;*/
}

 /*table.tableNorme th {
 background-color: #FFDD00;
 color: #c00;
 font-weight: bold;
 font-size: 12px;
 height: 18px;
}*/

table.sousRub td {
 padding-left: 4px;
}

table.tableFiche {
 border: 1px solid #FFDD00;
 padding: 1px;
}

.accroche {
 color: #c00;
 font-size: 14px;
}

.enteteFiche {
 font-size: 13px;
}

.fondRose {
 background-color: #D35D91;
}

/* Border */
.borderTop {
 border-top: solid 2px #FFF4E3;
 padding-top: 5px;
}

.borderTopPromo {
 border-top: solid 2px #FFBFBF;
 padding-top: 5px;
}

.sansBorderBottom {
 /*border-top: solid 2px #fff;*/
 padding: 5px;
}

.border {
 border: 1px dotted #FFDD00;
}

/* Div */
#divContainer {
 position: relative;
 width: 110px;
 height: 50px;
 overflow: hidden;
 clip: rect(0, 110, 50, 0);
 visibility: visible;
}

#divContent {
  position: relative;
  top: 0;
  left: 0;
  width: 120px;
}

#spacerPanier {
 width: 10px;
 height: 116px;
}
#spacerPubDroite {
 width: 10px;
 height: 143px;
}

/* Textes */
.blanc {
 color: #fff;
}

.listePanier {
 color: #fff;
 font-size: 12px;
 font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  text-align: left;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}


.maintitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  color: #3284C5;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000;
}


.infoBox {
  background: #b6b7cb;
}

table.infoBox td {
  background: #f8f8f9;
  padding: 3px;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.tabAuthen {
  background-color: #f8f8f9;
  /*background: #fff;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top: solid 1px #b6b7cb;
  border-left: solid 1px #b6b7cb;
  border-right: solid 1px #b6b7cb;
  border-bottom: solid 1px #b6b7cb;
  /*background-color: #FDF7FA;*/
}

.messageStackSuccess {padding: 4px; font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cc0000; }

.messageStackError, .messageStackWarning {padding: 4px; font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }

.lienVitrine {
  color: #09F;
  font-weight: bold;
  text-decoration: none;
}

/* -- Ergonomie du panier -- */
#tEtape {
	width : 80%;
}

#tEtape td {
	color      : #3284C5;
	font-weight: bold;
	text-align : center;
}

#tEtape td.on {
	background-color: #00A5E5;
	border          : 1px solid #004D91;
	padding         : 10px;
	color           : #fff;
}

#tEtape td.off {
	background-color: #F8F8F9;
	border          : 1px solid #004D91;
	padding         : 10px;
	color           : #004D91;
}

#tEtape td.not {
	border          : 1px solid #004D91;
	padding         : 10px;
	color           : #999;
}

#tEtape hr {
	color: #3284C5;
}

/* -- Onglet -- */
#tOnglet {
	/*width : 100%;*/
}

#tOnglet td {
	color      : #3284C5;
	cursor     : hand;
	font-weight: bold;
	height     : 35px;
	text-align : center;
	width      : 105px;
}

#tOnglet td.on {
	background-image : url(../images/nav/fd_onglet_on.gif);
	background-repeat: no-repeat;
	color            : #fff;
	width            : 105px;
}

#tOnglet td.off {
	background-image : url(../images/nav/fd_onglet_off.gif);
	background-repeat: no-repeat;
	color            : #004D91;
	width            : 105px;
}

#tOnglet td.over {
	background-image : url(../images/nav/fd_onglet_over.gif);
	background-repeat: no-repeat;
	color            : #fff;
	width            : 105px;
}
