@charset "utf-8";
/* CSS Document */

#toolbox 			{ overflow:hidden; height:27px; width:50px; position:absolute; top:15px; left:15px; text-align:left; color:#111;background:#d7d2b4; border:1px solid #666; padding:8px; z-index:16500; }
#toolbox:hover		{ height:auto; width:200px;}
#toolbox ul			{ list-style:inside;}
#toolbox h2			{ background:none; padding-left:0; padding-top:5px;}
#toolbox div		{ font-size:11px; }
#toolbox_masque		{ opacity:0.4; filter:alpha(opacity=40); position:absolute; top:0; left:0; height:100%; }
#toolbox_masque	:hover{ background-color: #000; } 
#toolbox .CollapsiblePanelTab { width:12px; }


#toolbox .modele	{ display:block;padding:4px; margin-bottom:10px; font-size:13px; }
#toolbox .modele img{ border:1px solid #666; border-width:0 2px 2px 0; }
#toolbox .modele strong{margin-bottom:10px; display:block; }
#toolbox .selected	{ background:#999; border:2px solid #f80; }

.barreStatut			{ border:1px solid #999; margin:4px 6px 0 0; width:60px; position:relative; height:12px; }
.carreStatut			{ border:1px solid #FFF; float:right; height:6px; margin-right:2px; padding:2px; width:6px; }

.enLigne, .enAttente, .archive{ margin:3px 4px 0 0; width:8px; height:8px; float:left; }
.enLigne				{ background:url('admin/icones/enLigne.gif') no-repeat; }
.enAttente				{ background:url('admin/icones/enAttente.gif') no-repeat; }
.archive				{ background:url('admin/icones/archive.gif') no-repeat; }
.barreStatut .enLigne	{ background-image:url('admin/icones/enLigne12.gif'); width:12px; height:12px; float:right; margin:0 3px 0 0; }
.barreStatut .enAttente	{ background-image:url('admin/icones/enAttente12.gif'); width:12px; height:12px; float:right; margin:0 3px 0 0; }
.barreStatut .archive	{ background-image:url('admin/icones/archive12.gif'); width:12px; height:12px; float:right; margin:0 3px 0 0; }
.barreStatut .enLigneOff{ background-image:url('admin/icones/enLigne12off.gif'); }
.barreStatut .enAttenteOff{ background-image:url('admin/icones/enAttente12off.gif'); }
.barreStatut .archiveOff{ background-image:url('admin/icones/archive12off.gif'); }
.supprimer				{ background-image:url('admin/icones/supprimer12.png'); width:12px; height:12px; float:right; margin:0 3px 0 0; }

.majic_btn				{ background:none; position:absolute; top:-5px; left:-5px; z-index:1050; }
.majic_btn .CollapsiblePanelTab { background:none; }
.majic_btn .CollapsiblePanelContent { background:#666; border:3px solid #000; color:#FFF; left:17px; top:0; padding:15px; width:500px; position:absolute; z-index:2000; }
.majic_btn textarea		{height:500px; }
.majic_btn h2			{background:none; color:#FFF; padding-left:0;}

#toolbox .CollapsiblePanelContent h2{ background-image:none; }
