
/* 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 the content_css option */

body {
	background-color: #00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
}


h2 {
	font-size:14px;
	color:#404040;
	margin-top:10px;
	margin-bottom:5px;
}
td {
	color:#222;
	font-family:verdana;
	font-size:12px;
}


pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB !important;
}

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


a,a:visited {
     color: #0404a0;
     text-decoration: none;
     font-weight: bold;
}

a:hover {
     color: #0606e0;
     text-decoration: none;
     font-weight: bold;
}

.clair, a.clair, a.clair:visited {color:#0b87c3}
a.clair:hover {color:#082c50}

.fonce, a.fonce, a.fonce:visited {color:#003c95;} 
a.fonce:hover { color:013666 } 

.message {font-weight:800;font-style:italic;color:#003c95;}

h1,h2,h3,h4,h5 {color:#404040;font-family:verdana;font-weight:normal;}


body .mceContentBody h1,h1 {font-size:1.6em;}
body .mceContentBody h2,h2 {font-size:1.4em;}
body .mceContentBody h3,h3 {font-size:0.8em;}
body .mceContentBody h4,h4 {font-size:1.1em;}
body .mceContentBody h5,h5  {font-size:1.0em;}
body .mceContentBody p,p { }


div.bloc_lien { clear:both;display:block;padding:4px;border:1px solid}
.bloc_lien a {} 	
.bloc_lien img { float:left;border:1px solid;} 
