/* Texte dans les pages */
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}


/* Texte dans les tableaux */
table { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}


/* Texte en petite taille */
.petit {
	font-size: 11px;
}


/* Texte en grande taille */
.gros {
	font-size: 13px;
}


/* Texte intro page index.htm */
h1 {
	font-size: 10px;
}


/* Texte d'erreur */
.red { 
	color: #FF0000;
}


/* Titre ateliers */
.titreAtelier {
	font-weight: bold;
	color: #A664A2;
}





/* Sous titre menu de gauche dans page intérieure */
.soustitre {
	font-size: 12px;
	color: #FF6600;
}


/* Titre du menu du témoignage */
.titretem {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/* Titre du contenu de la page */
.page_titre {
	font-size: 13px;
	font-weight: bold;
	color: #5D4F8C;
}


/* Trait page infos. */
.trait {
	background-color: #5D4F8C;
}


/* Tableau ateliers */
.tableauAtelier { 
	border-left-width: 1px; border-left-color: #C567BF; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #C567BF; border-right-style: solid;
	border-top-width: 1px; border-top-color: #C567BF; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #C567BF; border-bottom-style: solid;
}


/* Tableau infos médicales */
.tableauInfoMedic { 
	border-left-width: 1px; border-left-color: #9FD01D; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #9FD01D; border-right-style: solid;
	border-top-width: 1px; border-top-color: #9FD01D; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #9FD01D; border-bottom-style: solid;
}


/* Tableau forum */
.tableauForum { 
	border-left-width: 1px; border-left-color: #1EABFB; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #1EABFB; border-right-style: solid;
	border-top-width: 1px; border-top-color: #1EABFB; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #1EABFB; border-bottom-style: solid;
}


/* Tableau infos produits */
.tableauInfoProd { 
	border-left-width: 1px; border-left-color: #FFA300; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #FFA300; border-right-style: solid;
	border-top-width: 1px; border-top-color: #FFA300; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #FFA300; border-bottom-style: solid;
}


/* Tableau infos site */
.tableauInfos { 
	border-left-width: 1px; border-left-color: #5C4E8B; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #5C4E8B; border-right-style: solid;
	border-top-width: 1px; border-top-color: #5C4E8B; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #5C4E8B; border-bottom-style: solid;
}



/* Liens menu ateliers */
a.menuAtelier
{
	color: #A664A2;
	text-decoration: none;
}

a.menuAtelier:hover
{
	color: #330099;
}

a.menuAtelier:active
{
	color: #330099;
}


/* Liens menu infos médicales */
a.menuInfoMedic
{
	color: #82A52F;
	text-decoration: none;
}

a.menuInfoMedic:hover
{
	color: #330099;
}

a.menuInfoMedic:active
{
	color: #330099;
}


/* Liens menu forum */
a.menuForum
{
	color: #2E92CB;
	text-decoration: none;
}

a.menuForum:hover
{
	color: #330099;
}

a.menuForum:active
{
	color: #330099;
}


/* Liens menu infos produits */
a.menuInfoProd
{
	color: #E49908;
	text-decoration: none;
}

a.menuInfoProd:hover
{
	color: #330099;
}

a.menuInfoProd:active
{
	color: #330099;
}


/* Liens menu infos du site */
a.menuInfos
{
	color: #7365A2;
	text-decoration: none;
}

a.menuInfos:hover
{
	color: #330099;
}

a.menuInfos:active
{
	color: #330099;
}




/* Liens normaux */
a {
	color: #530AAD;
	text-decoration: none;
}

a:hover {
	color: #FEC000;
}

a:active {
	color: #FEC000;
}


/* Liens bas de la page accueil */
a.liensbas
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.liensbas:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.liensbas:active
{
	color: #FFFFFF;
	text-decoration: underline;
}



/* Liens pour l'inscription */
a.lienInscr {
	font-size: 11px;
	color: #530AAD;
	text-decoration: none;
}

a.lienInscr:hover {
	color: #FEC000;
}

a.lienInscr:active {
	color: #FEC000;
}



/* Liens du texte des rubriques de la page accueil */
a.accueil {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.accueil:hover {
	color: #FF00FF;
}

a.accueil:active {
	color: #FF00FF;
}





/* Liens pour les sites de la page index.htm */
a.index {
	font-size: 10px;
	color: #530AAD;
	text-decoration: none;
}

a.index:hover {
	color: #FF00FF;
}

a.index:active {
	color: #FF00FF;
}


/* Liens pour les sites Santé sur le Net de la page accueil */
a.santesur {
	font-size: 11px;
	color: #530AAD;
	text-decoration: none;
}

a.santesur:hover {
	color: #FF00FF;
}

a.santesur:active {
	color: #FF00FF;
}

/* Message du forum */
.message {
	color: #006699;
	text-align: justify;
}

/* Réponse du forum */
.reponse {
	color: #000000;
	text-align: justify;
}


