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


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


/* Texte pour la date de mise a jour du site en page accueil */
.petit {
	font-size: 11px;
	color: #3399CC;
}


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


/* Texte d'erreur */
.red { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #FF0000;
}


/* Titre du menu de gauche */
.titremenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

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


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


/* Tableau menu de gauche */
.tableau1 { 
	border-left-width: 1px; border-left-color: #007CA1; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #007CA1; border-right-style: solid;
	border-top-width: 1px; border-top-color: #007CA1; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #007CA1; border-bottom-style: solid;
}


/* Tableau menu de gauche */
.tableau2 { 
	border-left-width: 1px; border-left-color: #36A0EB; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #36A0EB; border-right-style: solid;
	border-top-width: 1px; border-top-color: #36A0EB; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #36A0EB; border-bottom-style: solid;
}


/* Tableau menu de gauche */
.tableau3 { 
	border-left-width: 1px; border-left-color: #70ABC7; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #70ABC7; border-right-style: solid;
	border-top-width: 1px; border-top-color: #70ABC7; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #70ABC7; border-bottom-style: solid;
}


/* Tableau menu de gauche */
.tableau4 { 
	border-left-width: 1px; border-left-color: #5376AB; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #5376AB; border-right-style: solid;
	border-top-width: 1px; border-top-color: #5376AB; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #5376AB; border-bottom-style: solid;
}


/* Tableau menu de gauche */
.tableauinfos { 
	border-left-width: 1px; border-left-color: #6999E5; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #6999E5; border-right-style: solid;
	border-top-width: 1px; border-top-color: #6999E5; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #6999E5; border-bottom-style: solid;
}


/* Tableau de Santé sur le Net */
.tableausantesur { 
	border-left-width: 1px; border-left-color: #530AAD; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #530AAD; border-right-style: solid;
}


/* Tableau menu des enquêtes */
.tableauenq { 
	border-left-width:1px; border-left-color:#53ABFD; border-left-style:solid;  
	border-right-width:1px; border-right-color:#53ABFD; border-right-style:solid;
	border-top-width:1px; border-top-color:#53ABFD; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#53ABFD; border-bottom-style:solid
}


/* Liens normaux */
a {
	font-size: 13px;
	color: #007CA1;
	text-decoration: none;
}

a:hover {
	color: #ED952E;
}

a:active {
	color: #ED952E;
}


/* Liens des menus de gauche */
a.menu
{
	font-size: 12px;
	color: #007CA1;
	text-decoration: none;
}

a.menu:visited
{
	color:#999999;
}

a.menu:hover
{
	color: #ED952E;
}

a.menu:active
{
	color: #ED952E;
}


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

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

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


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

a.liensbas:hover
{
	color: #FFFFFF;
}

a.liensbas:active
{
	color: #FFFFFF;
}


/* 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;
}

