/*
body
*/
body
{
background-color : #FFFFFF;
scrollbar-face-color: #D2D4D8;  
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F3F4F4;
scrollbar-3dlight-color: #F3F4F4;
}

body.principal
{
scrollbar-face-color: #D2D4D8;   
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F3F4F4;
scrollbar-3dlight-color: #F3F4F4;
background-color : #FFFFFF;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
}


/*
Style pour la partie inférieure du bandeau haut (image de fond 1*26))
*/
.fondBandeauBas {
background-image:  url(/ico/fond_bandeau_haut_bas.jpg);
background-repeat: repeat-x;
//background-color : #FF0000;
}

/*
Style pour le bandeau haut (couleur de fond, image à l'infini, ...)
*/
body.menuGaucheHaut {
background-color : #DDE5F2;
}


/*
Style par défaut pour les liens
*/

A:
{
	color: #000000;
	text-decoration: none;
}

A:link {
	color:#000000;
	text-decoration:none;
}

A:visited {
	color:#000000;
	text-decoration:none;
}

A:active {
	color:#000000;
	text-decoration:none;
}

A:hover {
	color: #000000;
	text-decoration:underline;
}


/*
styles dans le menu gauche
*/

body.menu {
	scrollbar-face-color:#D2D4D8; 
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color: #F3F4F4;
    scrollbar-3dlight-color: #F3F4F4;
	background-color : #DDE5F2;
	background-repeat: repeat-y;
}

hr.menu {
	border: 0;
	color: #003366;
	background-color: #003366;
	height: 1px;
}

table.menu {
	width: 155px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}

td.menu 
{
	width: 155px;
	font-family: "Arial";
	font-size: 11px;
	font-weight : bold;
	color: #003666;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-top : 1px;
	padding-bottom : 1px;
}

td.menuNormal
{
	width: 155px;
	font-family: "Arial";
	font-size: 11px;
	font-weight : bold;
	color: #003366;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-top : 1px;
	padding-bottom : 1px;
}

td.ssmenu {
	width: 150px;
	font-family: "Arial";
	font-size: 11px;
	font-weight : normal;
	color: #8089B4;
	text-align: left;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 3px;
	padding-right : 2px;
}

table.ssmenu {
	font-family: "Arial";
	font-size: 11px;
	border: 0px solid "#ff0000";
}

/*
Style pour les liens normaux dans le menu
*/


A.ssmenu: {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#8089B4;
	text-decoration: none;
	font-weight : normal;
}

A.ssmenu:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#8089B4;
	text-decoration: none;
	font-weight : normal;
}

A.ssmenu:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#8089B4;
	text-decoration: none;
	font-weight : normal;
}

A.ssmenu:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003366;
	text-decoration: none;
	font-weight : normal;
}

A.ssmenu:hover {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003366;
	text-decoration: none;
	font-weight : normal;
}

/*
Style pour les liens gras dans le menu
*/

A.menu: {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003666;
	text-decoration: none;
	font-weight : bold;
}

A.menu:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003666;
	text-decoration: none;
	font-weight : bold;
}

A.menu:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003666;
	text-decoration: none;
	font-weight : bold;
}

A.menu:active {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003666;
	text-decoration: none;
	font-weight : bold;
}

A.menu:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#003666;
	text-decoration: none;
	font-weight : bold;
}

/*
Style pour les liens gras dans le menu
*/

A.menuNormal
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
}

A.menuNormal:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : normal;
	letter-spacing: -1px;
}

A.menuNormal:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : normal;
	letter-spacing: -1px;
}

A.menuNormal:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : normal;
	letter-spacing: -1px;
}

A.menuNormal:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : normal;
	letter-spacing: -1px;
}

/*
Style pour les select, input dans le menu
*/

.formInputMenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	border: 1px solid;
	border-color: #000000 solid;
	width: 90px;
	height: 16px
}


/* Style bouton windows dans le menu */

table.boutonW
{
	border-right: buttonshadow 0px;
	border-top: buttonshadow 0px;
	border-left: buttonshadow 0px;
	width: 100%;
	border-bottom: buttonshadow 0px;
	background-color: transparent;
}

td.boutonW
{
	text-align: center;
	padding-bottom :3px;
	padding-top :3px;  
	width: 70%;
}

a.boutonW
{
	border-right: buttonshadow 2px ridge;
	border-top: buttonshadow 2px ridge;
	border-left: buttonshadow 2px ridge;
	border-bottom: buttonshadow 2px ridge;
	font-size: 9px;
	font-weight: bold;
	cursor: hand;
	color: buttontext;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: buttonface;
	text-align: center;
	text-decoration : none;
	padding-bottom :2px;
	padding-left:5px;
	padding-right:5px;
	padding-top :2px;  
}

A.boutonW:link:hover:visited {
	text-decoration : none;
}

A.boutonW:active 
{
	border-right: buttonshadow 1px solid;
	border-top: buttonshadow 1px solid;
	border-left: buttonshadow 1px solid;
	border-bottom: buttonshadow 1px solid;
	color: buttonshadow;
	text-decoration : none;
}

/*
Style pour les liens de type action (validation d'un formulaire)
*/

A.action
{
	font-weight: bold;
	font-size: 10px;
	color: #009966;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.action:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #009966;
	text-decoration : none;
	font-weight : bold;
}

A.action:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #009966;
	text-decoration : none;
	font-weight : bold;
}

A.action:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #009966;
	text-decoration : underline;
	font-weight : bold;
}

A.action:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #009966;
	/*text-decoration : none;*/
	font-weight : bold;
}

/*
Style pour les libellés de regroupement dans le menu
*/
/*.grpMenu {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-style : normal;
		font-weight : bold;
		color : #009966;
	}*/



/*
Styles pour les liens famille dans le menu javascript
*/

/*A.familleMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
}


A.familleMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration : underline;
	font-weight : normal;
}*/

/*
Styles pour les liens gamme dans le menu javascript
*/

/*A.gammeMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
}


A.gammeMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration : underline;
	font-weight : normal;
}*/

/*
Styles pour les liens marque dans la page de navigation
*/

/*A.marqueMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
}


A.marqueMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0C2D83;
	text-decoration : underline;
	font-weight : normal;
}*/


/*
Styles pour les liens du back-track pour la navigation dans le catalogue
*/

td.backtrack {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #BCBCBE;
	text-decoration : none;
	font-weight : normal;
}

A.backtrack {
	text-decoration : none;
	color: #BCBCBE;
}

A.backtrack:link {	
	text-decoration : none;
	color: #BCBCBE;
}
A.backtrack:visited {	
	text-decoration : none;
	color: #BCBCBE;
}

A.backtrack:active {	
	text-decoration : none;
	color: #BCBCBE;
}

A.backtrack:hover {	
	text-decoration : none;
	color: #BCBCBE;
}



/*
styles pour la navigation dans le catalogue
*/

td.catHeader1 {
	background-color: #DDE5F2;
	border : #DDE5F2;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: bold;
	padding-left: 30px;
	height: 20px; 	
	text-align: left;	
}

A.catHeader1 {
	text-decoration:none;
	color : #003366;
}

A.catHeader1:link {
	text-decoration:none;
	color : #003366;
}
A.catHeader1:visited {
	text-decoration:none;
	color : #003366;
}
A.catHeader1:active {
	text-decoration:none;
	color : #003366;
}
A.catHeader1:hover {
	text-decoration:none;
	color : #003366;
}

td.catHeader2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
	height: 30px;
	vertical-align: bottom;
	border-bottom: 1px solid;
 	border-bottom-color: #006633 solid;
}
td.catHeader3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid;
 	border-bottom-color: #006633 solid;
}

A.catHeader3 {
	text-decoration:none;
}

A.catHeader3:visited {
	text-decoration:none;
}

A.catHeader3:link:active:hover {
	text-decoration:underline;
}
.catDesc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	color : #000000;
	font-weight: normal;
}

/*
styles pour le titre page
*/
.titrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align: baseline;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	width: 90%;
	}

.sstitre {
	padding-top: 10px;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 20px;
}

.descTitre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}


/*
Style pour le texte par défaut
*/

.texte {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*padding-top: 5px;
	padding-bottom: 10px;*/
	text-align:left;
}

/*
Style pour le texte plus gros
*/
.texteBig {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/*
Style pour le texte plus gros en gras
*/
.texteBigGras {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}


/*
Style pour libellés associés aux champs des formulaires du ripeur
*/

.formLibService {
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
	text-align: right;
	text-indent:10;
}

/*
Style pour libellés associés aux champs des formulaires du ripeur en gras
*/

.formLibService2 {
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight :bold  ;
	font-style : normal;
	text-align: right;
	text-indent:10;
}

/*
Style pour le texte en gras
*/

.texteGras {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*padding-top: 5px;
	padding-bottom: 10px;*/
	text-align: left;
	font-weight: bold;
}

/*
Style pour le texte en gras et en italique
*/

.texteGrasItalique {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*padding-top: 5px;
	padding-bottom: 10px;*/
	text-align: justify;
	font-weight: bold;
	font-style: italic;
}

/*
Style pour le texte en italique
*/

.texteItalique {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*padding-top: 5px;
	padding-bottom: 10px;*/
	text-align: justify;
	font-weight:  normal;
	font-style: italic;
}

/*
Style pour les petits textes
*/

.textePetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}

a.textePetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}

/*
Style pour les listes
*/

.liste {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-style : normal;
		font-weight : normal;
		color : #000000;
}


/*
Style pour les message d'erreur
*/


.erreur
{
	font-size: 10px;
	color: #d90000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*
.message
{
	font-size: 10px;
	color: #00d900;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}*/

/*
Style pour les select, input
*/

td.formInput
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #DDE5F2;
}
.formInput
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.formInputRight
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
}

.formInputBig
{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.formInputUppercase
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform : uppercase;
}

.formInputLowercase
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform : lowercase;
}

.formInputCapitalize
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform : capitalize;
}

/*
Style pour libellés associés aux champs des formulaires
*/

td.formLib{
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-weight :bold  ;
	font-style : normal;
	text-align: right;
}
td.formLibSubmit{
    background-color: #FFFFFF;
    text-align: center;
}

.formLib {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-weight :bold  ;
	font-style : normal;
	text-align: right;
}


/*
Style les titres dans le bandeau droit
*/

/*.titreBandeau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}*/


/*
Style les textes dans le bandeau droit
*/

/*.texteBandeau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}*/

/*
Style du libellé des articles dans le ticket de caisse
*/
/*.articleTicket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}*/

/*
Style du prix, nombre dans le ticket de caisse
*/
/*.prixTicket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}*/

/*
Style du récapitulatif dans le ticket de caisse
*/
/*.recapTicket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}*/


/*
Style du rollover dans le ticket de caisse
*/
/*.rollTicket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}*/


/*
Style des entêtes du tableau de références dans la fiche marque
*/
.marqAssocie
{
	font-weight: bold;
	font-size: 11px;
	color: #8BA9CF;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*
Style pour les liens de marques associées
*/

A.associe
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.associe:link:active:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.associe:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.action:link {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.action:active {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.action:hover {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.action:visited {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*
Style des entêtes du tableau de références dans la fiche marque
*/
.tableMarque{
	width: 100%;
	/*margin-top : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;*/
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}
/*
Style des entêtes du tableau de références dans la fiche marque
*/
.headMarque
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	background-color: #DDE5F2;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	/*background-color: #BFD8CB;*/
	text-decoration: none;
}

.headMarqueSmall
{
	font-weight: bold;
	font-size: 9px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DDE5F2;
	text-decoration: none;
}

table.marqueFicheFondBleu 
{
    background-color: #DDE5F2;
}

/*
Style des entêtes du tableau de références dans la fiche marque
*/
.headMarqueConditnmnt
{
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*
Style des lignes (1) du tableau de références dans la fiche marque
*/
.ligne1Marque
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*
Style des lignes (2) du tableau de références dans la fiche marque
*/
.ligne2Marque
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E0E0E0;
	text-decoration: none;
}


/*
Style du tarif unitaire (input) pout les lignes (1) du catalogue
*/
.tarifUnitligne1Catalogue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: right;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}

/*
Style du tarif unitaire (input) pout les lignes (2) du catalogue
*/
.tarifUnitligne2Catalogue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-align: right;
	background-color: #E0E0E0;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}

/*
Style des cellules sans couleur de fond pour l'affichage des icône en mode non logué
*/
.blankMarque
{
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-decoration: none;
}


/*
Style des entêtes du tableau de références du panier
*/

.tablePanier{
	margin: 0;
	padding: 1;
	spacing: 10;
	width: 100%;
}

.headPanier {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	background-color: #DDE5F2;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

.textDelivery {
   font-weight: normal;
	font-size: 9px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none; 
}

.textDeliveryAn {
   font-weight: bold;
	font-size: 9px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none; 
}

/*
Style par défaut du tableau de références du panier
*/
.textePanier {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*
Style des lignes (1) du tableau de références du panier
*/
.ligne1Panier {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
	/*text-transform : lowercase;*/
}

/*
Style des lignes (2) du tableau de références du panier
*/
.ligne2Panier {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F3F4F4;
	text-decoration: none;
	/*text-transform : lowercase;*/
}

/*
Style du prix total (input) pout les lignes (1) du tableau de références du panier
*/
.prixTotaligne1Panier {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	background-color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}

/*
Style du prix total (input) pout les lignes (2) du tableau de références du panier
*/
.prixTotaligne2Panier {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	background-color: #E0E0E0;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}


/*
Style des div signalant la dispo durant 7s
*/
.signaletiqueDispo {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFDD;
	text-decoration: none;
	white-space: nowrap;
}



/*
Style du prix unitaire (input) pout les lignes (1) du tableau de références du panier
*/
.prixUnitligne1Panier {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	background-color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}

/*
Style du prix unitaire (input) pout les lignes (2) du tableau de références du panier
*/
.prixUnitligne2Panier {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	background-color: #F3F4F4;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}

/*
Style pour les prix remisés dans le panier
*/
.prixRemise {
	color: #ff0000;
	text-decoration: line-through;
	text-align: right;
}

/*
Style du prix total remisé (input) pout les lignes (1) du tableau de références du panier
*/
.prixRemiseTotaligne1Panier {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff0000;
	text-align: right;
	background-color: #ffffff;
	text-decoration: line-through;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}

/*
Style du prix total remisé (input) pout les lignes (2) du tableau de références du panier
*/
.prixRemiseTotaligne2Panier {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #ff0000;
	background-color: #E0E0E0;
	text-decoration: line-through;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-width: 0;
}


/*
Style pour le code promotion dans le panier
*/
.codePromotion {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #DDE5F2;
	text-decoration: none;
	text-align: center;
}

/*
Style de l'adresse de livraison du panier
*/
td.adresse_livraison {	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

A.adresse_livraison {
	color: #000000;
	text-decoration:underline;
}

A.adresse_livraison:link:visited:active:hover{
	color: #000000;
	text-decoration:underline;
}

td.adresse_livraison_wait{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

/*
Style par défaut pour les tableaux
*/
/*.corpsTable{
	margin : 2;
	padding : 1;
}*/

/*
Style par défaut pour les entêtes des tableaux
*/
/*.headTable {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006666;
	text-decoration: none;
}*/


/*
Style par défaut pour les lignes (1) des tableaux
*/
/*.ligne1Table {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}*/

/*
Style par défaut pour les lignes (2) des tableaux
*/
/*.ligne2Table {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccffcc;
	text-decoration: none;
}*/


/*
Style des titres des zones éditoriales en page d'accueil
*/
td.titreAccueil
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.titreAccueil {
	color: #000000;
	text-decoration: none;
}
A.titreAccueil:link {
	color: #000000;
	text-decoration: none;
}
A.titreAccueil:visited {
	color: #000000;
	text-decoration: none;
}
A.titreAccueil:active {
	color: #000000;
	text-decoration: none;
}
A.titreAccueil:hover {
	color: #000000;
	text-decoration: underline;
}

/*
Style des sous-titres des zones éditoriales en page d'accueil
*/
td.stitreAccueil {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}


/*
Style des textes des zones éditoriales en page d'accueil
*/
.texteAccueil {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight :normal  ;
	font-style : normal;
}

/*
Style des liens en page d'accueil
*/
A.accueilLien:
{
	color: #666666;
	text-decoration: underline;
}

A.accueilLien:link {
	color:#666666;
	text-decoration:underline;
}

A.accueilLien:visited {
	color:#666666;
	text-decoration:underline;
}

A.accueilLien:active {
	color:#666666;
	text-decoration:underline;
}

A.accueilLien:hover {
	color: #666666;
	text-decoration:underline;
}

/*
Style des liens en page sortiment
*/
A.sortimentLien:
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

A.sortimentLien:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

A.sortimentLien:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

A.sortimentLien:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

A.sortimentLien:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

/*
styles dans la recherche par mots clés
*/

.libelleFamille {
	background-color: #8BA9CF;
	border : #8BA9CF;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: bold;
	padding-left: 3px;
}

.libelleGamme {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #8BA9CF;
	font-weight: bold;
	padding-left: 30px;
}

.libelleMarque {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight: normal;
	padding-left: 60px;
}

.fondGamme {
	background-color: #8BA9CF;
	border : #8BA9CF;
}

.policeGamme {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
}


.policeMarque {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
}

.fondTitre {
	background-color: #003366;
	border : #003366;
}

.fondTexte {
	background-color: #F3F4F4;
	border : #003366;
}

.policeTexte {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

.policeTitre {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #F3F4F4;
	font-weight: bold;
}


/*
Style pour les boutons (texte) des formulaires
*/

.boutontexte {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: #8BA9CF;
}
a.boutontexte {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8BA9CF;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	text-align: right;
}
a.boutontexte:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border: 1px solid #8BA9CF;
}
a.boutontexte:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border: 1px solid #8BA9CF;
}

.boutontextefonce {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: #003366;
}
a.boutontextefonce {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003366;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	text-align: right;
}
a.boutontextefonce:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border: 1px solid #003366;
}
a.boutontextefonce:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border: 1px solid #003366;
}


/* ticket de caisse */

.smallTxt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.bodyTxt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

.smallTxt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.smallTxtGras {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

.headTxt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #888888;
	text-decoration: none;
	font-weight:bold;
}

.titreproduit {
	padding-top: 10px;
	vertical-align: text-bottom;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: table;
	left: 20px;
	margin-left: 0px;
}


.image {
	margin-right: 10px;
	border: 1px solid #8BA9CF;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*
Menu Deroulant
*/
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003666;
  text-transform : uppdercase;
}

div.menuBar {
	display: block;
	left: 241px;
	width: 750px;
	position: absolute;
	top: 94px;
	height: 20px;
	text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  cursor: pointer;
  left: 0px;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  left: 0px;
  top: 0px;
}

div.menu {
  background-color: #8FAAD5;
  //border: 1px solid;
  //border-color: #8FAAD5;
  left: 0px;
  padding: 2px 5px 2px 5px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  display: block;
  z-index: 1001;
}

div.menu a.menuItem {
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #DDE5F2;
  color: #003362;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

/*
Fin Menu Deroulant
*/


/*
Signaletique de suivi du processus de commande
*/

td.titreSignaletique
{	font-weight: bold;
	font-size: 11px;
	color: #336666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}

td.etapeEnCours
{	font-weight: normal;
	font-size: 10px;
	color: #336666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: underline;
}

td.etapePasEnCours
{	font-weight: normal;
	font-size: 10px;
	color: #336666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}

td.separateurEtape
{	font-weight: normal;
	font-size: 10px;
	color: #336666;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}

/*
Style des entêtes du tableau dans l'admin (back-office client)
*/

.tableAdmin{
	margin: 10;
	padding: 1;
	width: 90%;
}

.headAdmin {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8BA9CF;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

.texteAdmin {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.formAdmin {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


.ligne1Admin {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
	text-transform : none;
}

.ligne2Admin {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E0E0E0;
	text-decoration: none;
	text-transform : none;
}

/*
Style du message d'attente de la validation panier
*/

table.attenteValidationPanier{
	margin: 0;
	padding: 0;
	spacing: 0;
	width: 80%;
}

td.attenteValidationPanier {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
	text-transform : none;
}


/*
styles pour les contenus dans la page d'accueil
*/

td.accueilMessageBienvenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	}

table.accueilContenu {
	margin: 0;
	padding: 0;
	spacing: 0;
	width: 310px;
	background-color: #F3F4F4;
}

td.accueilTitreContenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

td.accueilSstitreContenu {
	padding-top: 10px;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 100%;
}

td.accueilDescContenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



/*
Style des entêtes du tableau de gestion des listes de produits préférées
*/

.tableListeProduitsPreferes{
	margin: 2;
	padding: 1;
	spacing: 10;
}

.headListeProduitsPreferes{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8BA9CF;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	height:25px;
	text-align:center
}


/*
Style des lignes (1) du tableau de gestion des listes de produits préférées
*/
.ligne1ListeProduitsPreferes{
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	text-decoration: none;
	/*text-transform : lowercase;*/
}

/*
Style des lignes (2) du tableau de gestion des listes de produits préférées
*/
.ligne2ListeProduitsPreferes{
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E0E0E0;
	text-decoration: none;
	/*text-transform : lowercase;*/
}
/*
Style pour les liens gérer/renommer/supprimer
*/
A.listeProduitsPreferes
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #8BA9CF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.listeProduitsPreferes:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #8BA9CF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.listeProduitsPreferes:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #8BA9CF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

A.listeProduitsPreferes:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #8BA9CF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}
A.listeProduitsPreferes:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #8BA9CF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}


/*
Styles pour les contenus en partie gauche sur la page d'accueil
*/

td.titreContenuGauche
{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 2px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-weight : bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align : left;
	
}

.imgContenuGauche
{
	margin-right : 5px;
	margin-bottom : 2px;
	float:left;
	border: solid 0px;
	
}

.stitreContenuGauche 
{
	font-size: 11px;
	font-style: normal;
	font-weight : bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align : left;	
	clear:right; 
}

.descContenuGauche
{
	font-size: 11px;
	font-style: normal;
	font-weight : normal ;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align : left;	
	clear:right; 
}

a.lienContenuGauche 
{
	font-size: 11px;
	font-style: normal;
	font-weight : normal ;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	text-align : right;	
	color: #003366;
}

a.lienContenuGauche:link {
	text-decoration: underline;
}
a.lienContenuGauche:visited {
	text-decoration: underline;
}
a.lienContenuGauche:active {
	text-decoration: underline;
}
a.lienContenuGauche:hover {
	text-decoration: underline;
}


/*
Style pour les contenus en bandeau droit
*/
table.contenu{
	width: 160px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
td.contenu{
	width: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

td.contenu_actualite{
	width: 100%;
}

table.contenu_actualite{
	/*
	width: 344px;
	*/
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	color: #000000;
	background-color: #FFFFFF;
}


td.contenu_actualite_titre{
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight : bold;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E6E6E6;
	text-decoration: none;
	text-align : left;
}

A.contenu_actualite_titre {
	color: #000000;
	text-decoration: none;
}
A.contenu_actualite_titre:link {
	color: #000000;
	text-decoration: none;
}
A.contenu_actualite_titre:visited {
	color: #000000;
	text-decoration: none;
}
A.contenu_actualite_titre:active {
	color: #000000;
	text-decoration: none;
}
A.contenu_actualite_titre:hover {
	color: #000000;
	text-decoration: none;
}

td.contenu_actualite_sstitre{
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight : normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align : left;
}

td.contenu_actualite_desc{
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight : normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E6E6E6;
	text-decoration: none;
	text-align : left;
}

td.contenu_actualite_image{
	color: #000000;
	/*background-color: #E0E0E0;*/
	text-align : center;
}

/*
Style pour les marques associees
*/
table.marques_assos{
	width: 160px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	color: #003366;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;

}

td.marque_asso_presentation{
	font-weight: normal;
	font-size: 13px;
	color: #003366;
	font-style: normal;
	font-weight : bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align : center;
}

table.marque_asso{
	width: 100%;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	color: #003366;	
	font-family: Verdana, Helvetica, sans-serif;
}


td.marque_asso_titre{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight : bold;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #003366;
	text-decoration: none;
	text-align : center;
}

A.marque_asso_titre {
	color: #FFFFFF;
	text-decoration: none;
}
A.marque_asso_titre:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.marque_asso_titre:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.marque_asso_titre:active {
	color: #FFFFFF;
	text-decoration: none;
}
A.marque_asso_titre:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td.marque_asso_desc{
	font-weight: normal;
	font-size: 9px;
	color: #003366;
	font-style: normal;
	font-weight : normal;
	text-decoration: none;
	text-align : left;
}

td.marque_asso_image{
	color: #000000;
	/*background-color: #E0E0E0;*/
	text-align : center;
}

td.marque_asso_produitAssociePres{
	font-weight : bold;
	font-size: 10px;
	text-decoration: underline;
	text-align : center;
}

td.marque_asso_produitAssocieDes{
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align : center;
}

/*
Styles pour la page "plus d'infos"
*/
td.plusInfoSsTitre {
	padding-top: 10px;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	/*padding-left: 20px;*/
}

td.plusInfoDesc {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

A.plusInfoTelechPDF{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration:underline;
}

A.plusInfoTelechPDF:link:visited:active:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration:underline;
}

/*
pages statiques
*/
.borduremincenoire {
	margin:0;
	border:1px solid #000000;
	padding:2px;
	border-spacing:0px;
	border-collapse:collapse;
}

/*
	Styles pop-up de vérification du stock
*/
body.verifStock
{
	background-color : #FFFFFF;
}
td.messageStock{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : normal;
}
td.CommentaireStock{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
}

/*
Style pour la page inscription/desinscription à la newsletter
*/

td.inscription_newsletter {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	font-weight : bold;
}



/*
Style pour le texte de présentation (provisoire)
*/

.textePresentation {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*padding-top: 5px;
	padding-bottom: 10px;*/
	text-align:left;
}

.textePresentation12 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
}

.textePresentationTitre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	font-weight:bold ;
}

.textePresentationPetit {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
}

.texteBlancPresentation {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
}

.texteRougePresentation {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight:bold;
	text-align: left;
}



/*
Flash info
*/
.flashInfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight: normal  ;
	font-style: normal;
	font-weight : bold;
}


/*
Slide bar (recherche)
*/

table.slide
{
	border-right: #ffffff 0px solid;
	padding-right: 0px;
	border-top: #ffffff 0px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 0px solid;
	width: 70px;
	padding-top: 0px;
	border-bottom: #ffffff 0px solid;
	height: 18px;
	background-color: #003366;
}

tr.slideDroit
{
	height: 18px;
	text-align: left;
}

tr.slideGauche
{
	text-align:right;
	height:18px;
}

td.slideDroitFleche
{
	height:18px;
	width:7px;
	border: solid 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 6px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

td.slideDroit
{
	height:18px;
	width:19px;
	border: solid 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 6px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

td.slideGaucheFleche
{
	height:18px;
	width:7px;
	border: solid 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 6px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

td.slideGauche
{
	height:18px;
	width:19px;
	border: solid 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 6px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

td.slideSpacer
{
	height:18px;
	width:1px;
	border: solid 0px #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 6px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	
}


td.Grammage
{
	border-right: #ffffff 0px solid;
	padding-right: 0px;
	border-top: #ffffff 0px solid;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 0px solid;
	color: #dfeae4;
	padding-top: 0px;
	border-bottom: #ffffff 0px solid;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* classes de l'historique des fiches marques visitées (frame de droite) */

td.histotitre 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal  ;
	font-style: normal;
	font-weight : bold;
	text-align : center;
	background-color: #003366;
}
a.histotitre
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal  ;
	font-style: normal;
	font-weight : bold;
}

a.histotitre:link
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.histotitre:visited
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.histotitre:active
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.histotitre:hover
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
	
a.histVisite{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a.histVisite:link:visited:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a.histVisite:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

/*
Style pour la page assortiment
*/

table.contenuAssortiment {
	margin: 0;
	padding: 7;
	spacing: 0;
	width: 100%;
	background-color: #F3F4F4;
}

td.colonneAssortiment {
	padding-left:12px;
}

td.titreSortiment {
	padding-top:9px;
	padding-bottom:3px;
}

td.ligneAssortiment {
	margin: 0;
	padding-left:3px;
	padding-top:1px;
	padding-bottom:0px;
	spacing: 0;
	width: 100%;
	background-color: #F3F4F4;
}
