/*
In this file sould come the css rules for the content (and for the content in the tinyMCE editor)
*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #538d1f;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #538d1f;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #c26205;
}

p {margin:0px;}

.note {
	font-style:italic;
	color:#666
}
a:link, a:visited {
	color:#6d6d6d;
	text-decoration:none;
}
a:hover {
	color:#538d1f;
	text-decoration:underline;
}


/*-----------LES COULEURS DE POLICES-------------*/
.text_blanc {color: #fff;}
.text_noir {color: #000;}
.text_orange {color: #c26205;}
.text_gris {color: #6d6d6d;}
.text_vert {color: #538d1f;}
.text_vert_clair {color: #87d31a;}
.text_orange_clair {color: #fd9944;}

/*-----------LES STYLE DE POLICES-------------*/
.text_bold {font-weight: bold;}
.text_light {font-weight: normal;}
.text_souligne {text-decoration:underline;}

/*-----------LES TAILLES DE POLICES-------------*/
.text_small {font-size: 0.5em;}
.text_specialpuces {font-size: 0.7em;}
.text_gen {font-size: 0.8em;}
.text_medium {font-size: 1em;}
.text_gros {font-size: 1.2em;}
