/* ########### PAGE. ########### */


/* Texte dans les pages. */
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #D0E7F7;
}


/* Texte dans les tableaux. */
table { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}


/* Bordures du grand tableau. */
.bordTab { 
	border-left-width: 1px; border-left-color: #ABC435; border-left-style: solid;
	border-right-width: 1px; border-right-color: #ABC435; border-right-style: solid;
}


/* Bordures du grand tableau page accueil. */
.bordTabAcc { 
	border-left-width: 1px; border-left-color: #ABC435; border-left-style: solid;
	border-right-width: 1px; border-right-color: #ABC435; border-right-style: solid;
	border-top-width: 1px; border-top-color: #ABC435; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #ABC435; border-bottom-style: solid;
}


/* Texte intérieur contenu. */
.texte { 
	padding: 10px;
}


/* Texte petit. */
.textePetit { 
	font-size: 11px;
}


/* Texte message d'erreur. */
.red { 
	color: #FF0000;
}


/* Texte message confirmation. */
.green { 
	color: #006600;
}


/* Liens normaux. */
a {
	color: #0B79BE;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}


/* Liens bas de page. */
a.basPage {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.basPage {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Menu accueil (engagements, vous et Bjorg). */
#acc ul {
	margin: 0px;
	padding: 7px;
	list-style-type: none;
}

#acc li {
	text-indent: 7px;
	list-style-type: none;
}

#acc li a {
	color: #FFFFFF;
	text-decoration: none;
}

#acc li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Liens blancs (page accueil : actu, dossiers). */
a.blanc {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.blanc {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Liens PROVISOIRE ULTRA FRAIS (page accueil : dossiers). */
a.verts {
	font-size: 12px;
	color: #187CB7;
	text-decoration: none;
}

a:hover.verts {
	color: #187CB7;
	text-decoration: underline;
}

/* Liens verts (page accueil : dossiers). */
/*
a.verts {
	font-size: 12px;
	color: #50880D;
	text-decoration: none;
}

a:hover.verts {
	color: #50880D;
	text-decoration: underline;
}
*/


/* Lien Tous nos produits accueil). */
a.prodAcc {
	font-size: 13px;
	font-weight: bold;
	color: #1B9AF3;
	text-decoration: none;
}

a.prodAcc:hover {
	color: 127FCB;
	text-decoration: underline;
}


/* Menu engagements. */
#menuEnga ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuEnga li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #185A96; border-bottom-style: solid;
}

#menuEnga li a {
	color: #185A96;
	text-decoration: none;
}

#menuEnga li a:hover {
	color: #1B9AF3;
}


/* Menu produits. */
dl#menuProd {
	margin: 0px;
	padding: 3px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #1DA2FF; border-bottom-style: solid;
}

dl#menuProd dt {
	margin: 0px;
	padding-bottom: 0px;
	text-indent: 2px;
	list-style-type: none;
}

dl#menuProd dt a {
	color: #1B9AF3;
	text-decoration: none;
}

dl#menuProd dt a:hover {
	color: #127FCB;
}

dl#menuProd dd {
	margin: 0px;
	padding-bottom: 5px;
	list-style-type: none;
}

dl#menuProd ul {
	margin: 0px;
	list-style-type: none;
}

dl#menuProd li {
	text-indent: 10px;
	list-style-type: none;
}

dl#menuProd li a {
	color: #1B59A2;
	text-decoration: none;
}

dl#menuProd li a:hover {
	color: #6B8CA0;
}


/* Menu produits (pour le lien Nouveautés). */
#menuProd2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuProd2 li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #1DA2FF; border-bottom-style: solid;
}

#menuProd2 li a {
	color: #719827;
	text-decoration: none;
}

#menuProd2 li a:hover {
	color: #9CCB41;
}


/* Menu produits (pour gamme enfant). */
#menuProd3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuProd3 li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #1DA2FF; border-bottom-style: solid;
}

#menuProd3 li a {
	color: #1B9AF3;
	text-decoration: none;
}

#menuProd3 li a:hover {
	color: #127FCB;
}


/* Menu dossiers santé. */
#menuDossiers ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuDossiers li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #58D110; border-bottom-style: solid;
}

#menuDossiers li a {
	color: #6BB83D;
	text-decoration: none;
}

#menuDossiers li a:hover {
	color: #58D110;
}


/* Liens Dossiers. */
a.doss {
	color: #6BB83D;
	text-decoration: none;
}

a:hover.doss {
	color: #58D110;
	text-decoration: underline;
}


/* Menu recettes du mois. */
#menuRecetMois ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuRecetMois li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #9C3EAE; border-bottom-style: solid;
}

#menuRecetMois li a {
	color: #9C3EAE;
	text-decoration: none;
}

#menuRecetMois li a:hover {
	color: #C33DDD;
}


/* Menu recettes. */
#menuRecet ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuRecet li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #9C3EAE; border-bottom-style: solid;
}

#menuRecet li a {
	color: #9C3EAE;
	text-decoration: none;
}

#menuRecet li a:hover {
	color: #C33DDD;
}


/* Liens Laurence Salomon : en savoir plus. */
a.laurence {
	color: #A30051;
	text-decoration: none;
}

a:hover.laurence {
	color: #D03783;
}


/* Liens autres recettes dispo. */
a.recettes {
	color: #9C3EAE;
	text-decoration: none;
}

a:hover.recettes {
	color: #C33DDD;
	text-decoration: underline;
}


/* Bordure tableau Suggestion de menu. */
.tabRecetSugg {
	border-top-width: 1px; border-top-color: #9C3EAE; border-top-style: dashed;
	border-left-width: 1px; border-left-color: #9C3EAE; border-left-style: dashed;
	border-right-width: 1px; border-right-color: #9C3EAE; border-right-style: dashed;
	border-bottom-width: 1px; border-bottom-color: #9C3EAE; border-bottom-style: dashed;
}


/* Liens orange (page accueil : vous et bjorg). */
a.orange {
	font-size: 12px;
	color: #F07A03;
	text-decoration: none;
}

a:hover.orange {
	color: #F07A03;
	text-decoration: underline;
}


/* Menu interactif (Vous et Bjorg). */
#menuInteractif ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuInteractif li {
	padding: 3px;
	text-indent: 2px;
	list-style-type: none;
	border-bottom-width: 1px; border-bottom-color: #FB9938; border-bottom-style: solid;
}

#menuInteractif li a {
	color: #F68F28;
	text-decoration: none;
}

#menuInteractif li a:hover {
	color: #FAB46E;
}


/* Liens orange (conseils Bio-Nutrition). */
a.conseils {
	color: #F68F28;
	text-decoration: none;
}

a.conseils:hover {
	color: #FAB46E;
}


/* Liens FAQ. */
dl#faq {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
}

dl#faq dt {
	margin: 0px;
	padding-bottom: 0px;
	text-indent: 0px;
	list-style-type: none;
}

dl#faq dt a {
	color: #F68F28;
	text-decoration: none;
}

dl#faq dt a:hover {
	color: #FAB46E;
}

dl#faq dd {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

dl#faq ul {
	margin: 0px;
	list-style-type: none;
}

dl#faq li {
	text-indent: 0px;
	list-style-type: none;
}


/* Titre engagements. */
.titreEnga { 
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}


/* Titre actualités. */
.titreActu { 
	font-size: 16px;
	font-weight: bold;
	color: #EEB300;
}


/* Titre produits. */
.titreProduit { 
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
}


/* Sous-titre produits. */
.sousTitreProduit { 
	font-weight: bold;
	color: #3399FF;
}


/* Titre produits saviez-vous. */
.titreSaviez { 
	font-weight: bold;
	color: #3399FF;
	text-align: center;
}


/* Texte intérieur contenu produis saviez-vous. */
.texteSaviez { 
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}


/* Titre dossiers santé. */
.titreDossiers { 
	font-size: 16px;
	font-weight: bold;
	color: #6BB83D;
}


/* Sous-titre dossiers santé. */
.sousTitreDossiers { 
	font-size: 13px;
	font-weight: bold;
	color: #6BB83D;
}


/* Titre recettes. */
.titreRecette { 
	font-size: 18px;
	font-weight: bold;
	color: #993399;
}


/* Sous-titre recettes. */
.sousTitreRecette { 
	font-size: 16px;
	font-weight: bold;
	color: #993399;
}


/* Titre interactif (Vous et Bjorg). */
.titreInteractif { 
	font-size: 16px;
	font-weight: bold;
	color: #FB9938;
}


/* Titre des pages identification, inscription.... */
.pageTitreIdent {
	font-size: 13px;
	font-weight: bold;
	color: #45AEDE;
}


/* Charte d'utilisation (fonctions interactives : forum, sondages...). */
.charte {
	background-color: #FFFFFF;
	padding : 5px;
}


/* Bouton valider jeu. */
.validerJeu  {
  background-repeat: no-repeat;
  border:0px;
  width:141px;
  height:19px;
  cursor: pointer;
  background-image: url("../jeu/images/bt-valider.jpg");
}


/* Bordures dans contenu dossiers. */
.bordDossiers { 
	border-left-width: 1px; border-left-color: #6BB83D; border-left-style: dashed;
	border-right-width: 1px; border-right-color: #6BB83D; border-right-style: dashed;
	border-top-width: 1px; border-top-color: #6BB83D; border-top-style: dashed;
	border-bottom-width: 1px; border-bottom-color: #6BB83D; border-bottom-style: dashed;
}