@charset 'utf-8';@charset "utf-8";

/* reset ---------------------------------------------------------------------- */

html, body, div, p, object, iframe, blockquote, q, table, caption, tbody, tfoot, thead, tr, td, th, legend, form, fieldset, ol, ul, li, textarea, h1, h2, h3, h4, h5, h6, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, audio, video {
    margin:0;
    padding:0;
}
html, body {
    position:relative;
    display:block;
    height:100%;
    width:100%;
}
html {
    font: inherit;
    line-height:1.3;
    overflow:hidden;
}
body {
    overflow:auto;
}
table {
    border-spacing:0;
    border-collapse: collapse;
}
input[type=radio], img, fieldset, table, tr, td, th {
    border:none;
}
a[href], a[onclick] {color:#000; cursor:pointer !important;}
a[href]:focus {outline:0;}
a[href]:link {text-decoration:underline;}
a[href]:hover {text-decoration:none;}
ol, ul {
    list-style: none;
}
img {
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

b, strong {
    font-weight:bold;
}
i, em {
    font-style:italic;
}
sup {
	font-size:.6em;
    line-height: 1.5em;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal; 
}

textarea {vertical-align: top; width:100%;}

textarea, input[type=text] {font-family : 'Arial', sans-serif;}


/* interne ---------------------------------------------------------------------- */

	/* popin */
	
		._popin_wrap {
			z-index:0;
		}
		#_popin_loader {
			z-index:1;
		}
		._popin {
			position:fixed;
			top:0;
			right:0;
			bottom:0;
			left:0;
			z-index:99;
			text-align: center;
		}
		._popin_box {
			display: inline-block;
			max-width: 80%;
			min-width: 30%;
			text-align: left;
			position:relative;
		}
		._popin.separate {
			position:relative;
			display: inline-block;
		}
		._popin.separate ._popin_box {
			margin:0;
			max-width:inherit;
		}
		#_popin_loader {
			display:none;
		}
		#_popin_loader.load1 {
			display:block;
		}

	/* console */
	
		#_console_wrap {
			z-index:100;
			position:fixed;
			bottom:0;
			left:0;
			background-color:#fff;
			font-family : 'Courier New', 'Courier', sans-serif;
			color:#000;
			font-size:12px;
			max-height:100%;
			max-width:50%;
			border-top:2px solid #000;
			border-right:2px solid #000;
			overflow: auto;
		}
		#_console_list ._console_item {
			margin:15px 20px;
		}
		#_console_list ._console_item > div,
		#_console_list ._console_item_note {
			overflow:auto;
			padding-left:10px;
			padding-right:10px;
		}
		._console_item > div {max-height: 400px;}
		._console__dump, ._console__print, ._console__die {background-color:#e7f2e6;}
		._console__exception {background-color:#F9F0E5; padding-bottom: 10px;}
		._console_item_note {display:block; color:#666; max-height: 100px; overflow: auto;}
		._console_item_title {
			font-weight:bold;
			display:inline-block;
			margin-bottom:10px;
			font-style:italic;
			padding-top:5px;
			padding-left:10px;
			margin-right:20px;
		}
		._console_f {
			padding-top:5px;
			padding-right:10px;
			display:inline-block;
			float:right;
			margin-bottom:10px;
			font-style:italic;
			white-space:nowrap;
		}._visible {visibility:visible !important;}
._hidden {visibility:hidden !important;}
._absolute {position:absolute !important;}
._none {display:none !important;}
._clear {clear:both !important;}
._center {text-align:center;}
._right {text-align:right;}
._left {text-align:left;}
._rFloat {float:right;}
._lFloat {float:left;}
._b {font-weight:bold;}
._em {font-style:italic;}
._block {display:block !important;}
._inline, ul._inline > li {display:inline-block !important;}
._w100 {width:100%;}

._justify {text-align: justify;}
._vAlignM {vertical-align: middle;}
._vAlignT {vertical-align: top;}
table._vAlignB tr td, ._vAlignB {vertical-align: bottom;}