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


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


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


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


.tableauchaud { 
	border-left-width:1px; border-left-color:#3E9EE1; border-left-style:solid;  
	border-right-width:1px; border-right-color:#3E9EE1; border-right-style:solid;
	border-top-width:1px; border-top-color:#3E9EE1; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#3E9EE1; border-bottom-style:solid
}


.tableaufroid { 
	border-left-width:1px; border-left-color:#56B5F8; border-left-style:solid;  
	border-right-width:1px; border-right-color:#56B5F8; border-right-style:solid;
	border-top-width:1px; border-top-color:#56B5F8; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#56B5F8; border-bottom-style:solid
}


.tableaucoup { 
	border-left-width:1px; border-left-color:#2386CB; border-left-style:solid;  
	border-right-width:1px; border-right-color:#2386CB; border-right-style:solid;
	border-top-width:1px; border-top-color:#2386CB; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#2386CB; border-bottom-style:solid
}


.tableaugener { 
	border-left-width:1px; border-left-color:#0070BF; border-left-style:solid;  
	border-right-width:1px; border-right-color:#0070BF; border-right-style:solid;
	border-top-width:1px; border-top-color:#0070BF; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#0070BF; 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-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 13px;
	color: #3E9EE1;
	text-decoration:none;
}

a:hover {
	color:#FF3300;
}

a:active {
	color:#FF3300;
}


/* Liens des menus de gauche */
a.menu
{
	font-size:12px;
	color:#3E9EE1;
}

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

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

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


/* Liens du texte des rubriques de la page accueil */
a.accueil {
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a.accueil:hover {
	text-decoration:none;
	color:#FF3300;
}

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


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

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

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


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

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

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


/* 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: #3366FF;
	text-align: justify;
}

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

