/*=========================================================*/
/* Defaut                                                  */
/*=========================================================*/



TD {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Trebuchet MS, Verdana, Arial
}
SELECT {
	FONT-SIZE: 11px; FONT-FAMILY: Trebuchet MS, Verdana, Arial
}
INPUT {
	FONT-SIZE: 10px; FONT-FAMILY: Trebuchet MS, Verdana, Arial
}

/*=========================================================*/
/* Titres                                                  */
/*=========================================================*/

.titre_couleur {
color : #FF0013;
font-size : 15px;
line-height : 20px;
}

.contenu {
color : #000000;
font-size : 12px;
line-height : 15px;
}

.rubrik_cours {
color : #D7DF27;
font-size : 12px;
line-height : 13px;
text-decoration : none;
}

.rubrik {
color : #03A24A;
font-size : 12px;
line-height : 13px;
text-decoration : none;
}
A:hover.rubrik {text-decoration: none; color: #000000;}

.rubrikh {
color : #FFFFFF;
font-size : 12px;
line-height : 15px;
text-decoration : none;
}
A:hover.rubrikh {text-decoration: none; color: #000000;}

.rubriks {
color : #03A24A;
font-size : 12px;
line-height : 15px;
text-decoration : underline;
}
A:hover.rubriks {text-decoration: none; color: #000000;}

/*=========================================================*/
/* Liens                                                   */
/*=========================================================*/

A.lien_souligne{
color : #FFFFFF;
text-decoration : none;
font-size : 12px;
line-height : 13px;
}
A:hover.lien_souligne {text-decoration: none; color: #D7DF27;}


