/* 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, td, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-color: #cbe101;
}

.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-face-color: #f5ffa4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #cbe101;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #717d00;
	scrollbar-track-color: #e4fe01;
	scrollbar-darkshadow-color: #717d00;
}

.Titre1,.Titre1 a{font-family: Arial, Helvetica, sans-serif;font-size: 13px;color: #930303; text-decoration: none;font-weight: bolder;}
.Titre1 a:hover{text-decoration: underline;}

.Titre2, .Titre2 a{font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #930303;font-weight: bold;text-decoration: none;}

/* corps du texte*/
.Texte{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000; text-decoration: none; font-weight:normal}
.Texte a {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000; text-decoration: underline; font-weight:normal}
.Texte a:hover{text-decoration: none;}


/* 	- Tableau -	*/
.Tableau_cadre  {border:1px #930303 solid; }
.Tableau_En_Tete  {background-color:#e6ff05;border:1px #ffffff solid; font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #7b0202;font-weight: bold;text-align: center; text-decoration:none}
.Tableau_En_Tete a {font-family: Arial, Helvetica, sans-serif;font-size: 11px;border:1px #930303 solid;color: #7b0202;font-weight: bold;text-decoration:none}
.Tableau_En_Tete a:hover{text-decoration:underline}

.Ligne1 {background-color:#F8FFB3;border:1px #ffffff solid;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;}
.Ligne1 a{background-color:#F8FFB3;border:1px #ffffff solid;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;;text-decoration:underline}
.Ligne1 a:hover{text-decoration:underline}
.Ligne2 {background-color:#FCFFE1;border:1px #ffffff solid;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;}
.Ligne2 a{background-color:#FCFFE1;border:1px #ffffff solid;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;;text-decoration:underline}
.Ligne2 a:hover{text-decoration:underline}


.Commentaire{font-family: Arial, Helvetica, sans-serif;font-size:9px;color: #000000;text-decoration:none;}
.Alerte {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #930303; text-decoration: none;font-weight: bolder;  }

/*lien dans page*/
.Lien_page ,.Lien_page a{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #7b0202;font-weight: normal;text-decoration: underline;}
.Lien_Ancre a:hover {text-decoration: none;}
.Mail, .Mail a{font-family:Arial, Helvetica, sans-serif; font-size: 11px;color: #7b0202;text-decoration: none;font-weight: normal;}
.Mail a:hover{text-decoration: underline;}


