.creabilis_content body {
	background-color:#f2fafa;
	background-image:none;
}
.overlay_creabilis {
	background-color: transparent;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.creabilis_nw {
	background: #fff url(creabilis/left-top.gif) no-repeat 0 0;			
  width:6px;
  height:35px;
}

.creabilis_n {
 	background: transparent url(creabilis/top-middle.gif) repeat-x 0 0;			
  background-color:#fff;
  height:35px;
}

.creabilis_ne {
  background: transparent url(creabilis/right-top.gif) no-repeat 0 0;			
  width:6px;	  
  height:35px;
}

.creabilis_w {
  background: transparent url(creabilis/frame-left.gif) repeat-y top left;			
  width:7px;
}

.creabilis_e {
  background: transparent url(creabilis/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.creabilis_sw {
  background: transparent url(creabilis/bottom-left-c.gif) no-repeat 0 0;	
  background-position:top;		
  width:6px;
  height:15px;
}

.creabilis_s {
  background: transparent url(creabilis/bottom-middle.gif) repeat-x 0 0;background-position:top;				
  height:15px;
}

.creabilis_se, .creabilis_sizer  {
  background: transparent url(creabilis/bottom-right-c.gif) no-repeat 0 0;		background-position:top;		
  width:6px;
  height:15px;
}

.creabilis_sizer {
	cursor:se-resize;	
}

.creabilis_close {
	width: 58px;
	height: 15px;
	background: transparent url(creabilis/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.creabilis_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(creabilis/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.creabilis_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(creabilis/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.creabilis_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:0px; padding-left:0px;
	width:100%;
	
	font-weight:bolder;
	color:#1E9B95;
	
	letter-spacing:0.05em;
	text-transform:uppercase;
	
}

.creabilis_content {
	overflow:hidden;
	position:relative;

	color: #000;
	font-family: Tahoma, Arial, sans-serif;
 	font: 12px arial;
	background:#f2fafa;
}

/* For alert/confirm dialog */
.creabilis_window {
	border:1px solid #F00;	
	background: #f2fafa;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.creabilis_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.creabilis_buttons {
	text-align:center;
	width:100%;
}

.creabilis_buttons input {
	width:20%;
	margin:10px;
}

.creabilis_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.creabilis_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
.scrollbar {
	border:1px solid #87c2c1;
	height:252px;
	right:0px;
	position:absolute;
	top:30px;
	width:16px;width:10px;
}
.handle {
	border:0px solid green;
	width:14px;width:10px;
	height:12px;height:8px;
	background-color:#53a1a0;
}
.top_bt {
	width:9px;
	height:7px;
	
	text-indent:-50px;
	overflow:hidden;
	display:block;
	
	background:transparent url(../images/top_bt.gif) no-repeat top left;
	
	right:2px;
	position:absolute;
	top:20px;
}
.bottom_bt {
	width:9px;
	height:7px;
	
	text-indent:-50px;
	overflow:hidden;
	display:block;	
	
	background:transparent url(../images/bottom_bt.gif) no-repeat top left;
	
	right:2px;
	position:absolute;
	top:335px;top:285px;
}
.mid table_window, .bot table_window ,.top table_window{background:#f2fafa;
}
/**********************************************
le contenu
************************************************/
.contenu {
				position:relative;
				top:0;
				left:0;
				width:345px;
				height:auto;
				color:#008887;
				font-size:11px;
				
				padding-top:5px;
				border:0px solid red;
				line-height:15px; letter-spacing:0.03em;
				text-align:left;
}

.contenu h2 {
				border-bottom:1px solid #E7BE78;
				color:#008887;
				font-size:16px;
				font-style:oblique;
				font-weight:bolder;
				letter-spacing:0.05em;
				margin:0;
margin-top:5px;
				text-transform:capitalize; clear:both
 }
.contenu h3 {
				border-bottom:1px solid #E7BE78;
				color:#E7BE78;
				font-size:16px;
				font-style:oblique;
				font-weight:bolder;
				letter-spacing:normal;
				margin:0;
				margin-top:5px;

				text-transform:capitalize;clear:both
 }
 .contenu b,  .contenu strong{
				 color:#e7be78;
				 font-size:11px;
				 font-weight:bolder;
				 text-transform:none;
				 letter-spacing:0em
 }
 .contenu strong em{
 				font-size:20px;
 }
 .contenu p  { clear:both}
 .contenu p img { float:left; margin-right:5px; margin-bottom:5px; }
 
  .contenu ul { padding-bottom:8px}
