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


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


/* Mot impportant en gras. */
.mot {
	font-weight: bold;
	color: #333333;
}


/* Texte des liens partenaires. */
.liens_partenaires {
	font-size: 10px;
	color: #00A651;
}


/* Texte de description sous le logo. */
.descr {
	font-size: 11px;
	color: #00A651;
}

/* Titre menu et texte sous le logo. */
.titre_menu {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Titre du contenu de la page. */
.titre_page {
	font-size: 15px;
	font-weight: bold;
	color: #00A651;
	text-decoration: underline;
}


/* Titre fiches pathologies. */
.titre_maladie {
	font-size: 15px;
	font-weight: bold;
	color: #18A4A9;
	text-decoration: underline;
}


/* Titre paragraphe fiches pathologies. */
.soustitre_maladie {
	font-size: 13px;
	font-weight: bold;
	color: #18A4A9;
}


/* Texte de l'adresse postale. */
.adresse {
	font-size: 11px;
	color: #FFFFFF;
}


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


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

a:hover {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}


/* Lien mail adresse. */
a.mailadresse
{
	font-size: 11px;
	color: #FFCC33;
	text-decoration: none;
}

a.mailadresse:hover
{
	color: #FFCC33;
	text-decoration: underline;
}

a.mailadresse:active
{
	color: #FFCC33;
}


/* Liens des sites partenaires. */
a.liens_partenaires {
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

a.liens_partenaires:hover {
	text-decoration:none;
	color: #CC0000;
}

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


/* Tableau fiches pathologies. */
.tableaumaladie { 
	border-left-width:1px; border-left-color:#18A4A9; border-left-style:solid;  
	border-right-width:1px; border-right-color:#18A4A9; border-right-style:solid;
	border-top-width:1px; border-top-color:#18A4A9; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#18A4A9; border-bottom-style:solid
}


/* Tableau fiches matériel médical. */
.tableaumateriel { 
	border-left-width:1px; border-left-color:#209BC9; border-left-style:solid;  
	border-right-width:1px; border-right-color:#209BC9; border-right-style:solid;
	border-top-width:1px; border-top-color:#209BC9; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#209BC9; border-bottom-style:solid
}