/* --------------------------------= CLASSES EQUIVALENT FCK EDITOR */
/* = les styles des templates)
------------------------------------------------------------------------------*/
#FCK_zone {width:99%;}
#FCK_zonebasse {position:relative;width:99%;margin-top:5px;}
#FCK_colonne_une { padding:2px; height:auto; position:relative; border: 0px solid #ccc; margin-left: 2%; text-align:justify; }
#FCK_colonne_deux { border-right: 1px solid #f50; padding-right:10px; float: left; width: 45%; margin-left: 2%; text-align:justify;}
#FCK_colonne_deux_grande { float: left; width: 70%; text-align:justify; margin-right:5px; }
#FCK_colonne_deux_petite { float: left; width: 25%; text-align:justify; }
#FCK_colonne_trois { float: left; 	width: 30%; margin-left: 1%; text-align:justify; }
#FCK_flottante {
	background:#FDE0C2;
	margin-top:5px;
	margin-left:5px;
	padding:0.5em 10px 0.5em 10px;
	float:right;
	width:150px;
	height: 130px;
	text-align:justify;
	overflow: scroll;
	border: thin #f50 solid; }
.FCK_filet { padding-right:10px; padding-left:10px; border-right: 1px solid #f50; 	border-left: 1px solid #f50; }
.FCK_filetgauche { padding-left:10px; border-left: 1px solid #f50; }

/* = les styles de la toolbar
------------------------------------------------------------------------------*/
.Code {
	border: #ccc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
	font-family: 'Courier New' , Monospace;
	background-color: #efefef; }
.Bold { font-weight: bold;}
.Title { font-weight: bold; font-size: 16px; color: #f50;}

/* = les styles de la liste des style (euh, c'est clair ?)
------------------------------------------------------------------------------*/
.Texte{ font-family: Arial, Helvetica, sans-serif; color: #333333;}
.TexteGrand{ font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; color: #333333;}
.TexteGras{ font-family: Arial, Helvetica, sans-serif;  font-weight: bold; color: #333333;}
.TexteOrange{ font-family: Arial, Helvetica, sans-serif; color: #FF6600;}
.TexteOrangeGrand { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; color: #FF6600;}
.TexteOrangeGras { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FF6600;}
.Asterisque { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC;}

/* = les styles de la liste des tailles
------------------------------------------------------------------------------*/
.FontPetite		{font-size: 0.85em;}
.FontPlusGrande	{font-size: 1.25em;}
.FontGrande		{font-size: 1.5em;}
.FontDouble		{font-size: 2em;}

/* = les styles de la couleur du texte
------------------------------------------------------------------------------*/
.peim_blanc { color:#000000;}
.couleur_groupe { color:#FF5500;}
.peim_gris1 { color:#404533;}
.peim_gris2 { color:#424A52;}
.peim_gris3 { color:#CCCCCC;}
.peim_gris4 { color:#FFFFFF;}

/* = les styles de la couleur du fond
------------------------------------------------------------------------------*/
.peim_blancBG { background:#000000;}
.couleur_groupeBG { background:#FF5500;}
.peim_gris1BG { background:#404533;}
.peim_gris2BG { background:#424A52;}
.peim_gris3BG { background:#CCCCCC;}
.peim_gris4BG { background:#FFFFFF;}