@CHARSET "UTF-8";

/******************************************************
Styles des textes
-> recopier dans /system/themes/tinymce.css
*******************************************************/

h1
{
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #d61718;
}

h2
{
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #877970;
}

a
{
	color: #d61718;
	font-variant: normal;
	text-decoration: underline;
}

.big_red_text
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #d61718;
}

.little_red_text
{
	color: #d61718;
}