/* 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: 10px;
	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: #FF6600;
}


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


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


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


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


/* Tableau menu de gauche */
.tableaupedia { 
	border-left-width: 1px; border-left-color: #B6CA19; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #B6CA19; border-right-style: solid;
	border-top-width: 1px; border-top-color: #B6CA19; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #B6CA19; 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:#2BD568; border-left-style:solid;  
	border-right-width:1px; border-right-color:#2BD568; border-right-style:solid;
	border-top-width:1px; border-top-color:#2BD568; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#2BD568; border-bottom-style:solid
}


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

a:hover {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}


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

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

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


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

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

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


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


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

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


