.mce-content-body { /* textarea de TinyMCE */
font-family: 'Philosopher', sans-serif;
font-size: 14px;
background-color: #666;
background:#333
}

.petit_texte {
	font-family: 'Philosopher', sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
}
.moyen_texte {
	font-family: 'Philosopher', sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
}
.texte {
	font-family: 'Philosopher', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}
.grand_texte {
	font-family: 'Philosopher', sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
}
.tres_grand_texte {
	font-family: 'Philosopher', sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-style: normal;
}
.tres_tres_grand_texte {
	font-family: 'Philosopher', sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-style: normal;
}
.image {
	font-family: 'Philosopher', sans-serif;
	border: 1px solid #FF0033;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}
a.texte:link {
	font-family: 'Philosopher', sans-serif;
	color: #ffffff;
	text-decoration: none;
}
a.texte:visited {
	font-family: 'Philosopher', sans-serif;
	color: #ffffff;
	text-decoration: none;
}
a.texte:hover {
font-family: 'Philosopher', sans-serif;
	color: #ffffff;
	text-decoration: underline;
}
a.texte:active {
font-family: 'Philosopher', sans-serif;
	color: #ffffff;
	text-decoration: none;
}



