/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the content_css option */
/*
body, td, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-color:#FFFFFF;
}
*/
.mceVisualAid {
	border: 1px dashed #BBBBBB !important;
}

div.mceVisualAid {
	background-image:url('../images/spacer.gif');
	visibility: visible !important;
}

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('../images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Important is needed in Gecko browsers inorder to style links */
/*
a {
	color: green !important;
}
*/

/* Style selection range colors in Gecko browsers */
/*
::-moz-selection {
	background-color: red;
	color: green;
}
*/

/* MSIE specific */

* html body {
	/*scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;*/
}

/*ci dessous les styles personalisés supplémentaires qui s'affichent dans le menu déroulant de la tinyarea !!*/
.commentaire, a.commentaire, .commentaire a {
    font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-style:italic;
    color:#0099FF;    
    text-decoration: none;
}
.titre {
	color:#003F86;
	font-size:14px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;
    text-decoration:underline;
}
.soustitre {
    color: #003F86;    
    font-size: 12px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;
}
a.titre, .titre a, a.soustitre, soustitre a {    
    text-decoration: none;
}
.texte, a.texte, .texte a {
    color:#000000;    
    font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align:justify;
}
a.texte, .texte a {    
    text-decoration:underline;
}


