@import url('http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

.moyen {
	font-size: 12px !important;
}
body {
    text-align: justify;
	font-size: 10pt;
}
body#tinymce,
html .mceContentBody {
    min-height: 200px;
	background: url(img/fond-rep-forum.jpg) center center fixed !important;
}
body blockquote{
	position: relative;
    padding: 10px 20px 10px 50px;
    font-style: italic;
}
body blockquote:before{
    content: "\f10d";
    position: absolute;
    top: 0.6em;
    left: 0;
    font-size: 2.5em;
    color: #999;
    color: rgba(0, 0, 0, 0.1);
    font-family: "FontAwesome";
    font-style: normal;
}
body p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

img.alignleft {
    margin-right: 10px;
}
img.alignright {
    margin-left: 10px;
}

/*
body#tinymce p {
	font-size: 13px;
	line-height: 19px;
}
*/