/* ########### 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;
}


/* Liens autres recettes dispo. */
a.dossiers {
	color: #6BB83D;
	text-decoration: none;
}

a:hover.dossiers {
	color: #6BB83D;
	text-decoration: underline;
}


/* 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;
}


/* 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;
}


/* 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;
}



/* Bouton valider jeu. */
.validerJeu  {
  background-repeat: no-repeat;
  border:0px;
  width:141px;
  height:19px;
  cursor: pointer;
  background-image: url("../jeu/images/bt-valider.jpg");
}
