body, html {
	background-color: #EEE6E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3737;
	height: 100%;
}

body, html, div, table, img, form, option, select, input, textarea { border: 0; margin: 0; padding: 0; }
form { display: inline; }
img { border: none; }
img.icon { vertical-align: middle; }
input, select, textarea { vertical-align: middle; font-size: 13px; font-family: Arial; padding: 2px 1px; border: 1px solid #ccc; background-color: #fff; }
label { line-height: 1.8em; }
input.cb, input.rd { border: none; padding: 0; background: none; background-color: transparent; vertical-align: top; }
input.noedit { border: none; cursor: default; }
input.click { cursor: pointer; }
select { font-size: 1em; padding: 1px 1px; }
option { padding: 0px 4px; }

fieldset { margin: 10px; padding: 5px; }
fieldset legend { font-size: 1.1em; font-weight: bold; color: #000; }
fieldset.fs1 { background-color: #F7F7FF; border: 1px solid #CFCFE3; }
fieldset.fs2 { background-color: #F9FBEC; border: 1px solid #DCE0C3; }

h1, h2, h3, h4, h5 { font-family: Trebuchet MS, Verdana, Arial; color: #A0A0A0; margin: 0px; padding: 0px;  padding-bottom: 3px; white-space: nowrap; }
h1 { font-size: 1.8em; height: 1.8em; line-height: 1.8em; color: #A1A1A1; font-weight: 400; }
h2 { font-size: 1.4em; line-height: 1.4em; }
h3 { font-size: 1.3em; line-height: 1.3em; letter-spacing: -0.2px; }
h4 { font-size: 1.1em; line-height: 1.1em; letter-spacing: -0.2px; }
h5 { font-size: 1em; line-height: 1em; letter-spacing: -0.2px; }

h1.blanc_center { color: white; text-align: center; line-height: 1.4em; }

ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
ul.img { list-style-image: url(/images/icons/puce.png); }
ul.list, ul.img { padding: 10px 20px; list-style-type: square; }

a, a:hover { cursor: pointer; text-decoration: none; color: #C95B8C; }
a:hover { text-decoration: underline; }
a.bold { font-weight: bold; }

.toprint { display: none; }

div#global {
	position: relative;
	width: 872px;
	margin: 0 auto;
	padding: 20px 0;
}

div#header {
	width: 850px;
	margin: auto;
}

div#header {
	margin-bottom: 5px;
}

div#mobile-version, div#note-version { text-align: center; padding: 3px; margin: 6px 11px 0px 11px; background-color: #ffffe0; }
div#mobile-version { display: none; }
div#beta-version { text-align: center; padding: 5px; margin: -10px; margin-bottom: 10px; background-color: #FFFF99; border: 1px solid #FF6600; color: #FF6600; }

div#ombre-haut {
	height: 11px; background-image: url(/images/ombre_haut.gif); background-repeat: no-repeat; background-position: bottom; font-size: 0px;
}

div#ombre-bas  {
	height: 11px; background-image:url(/images/ombre_bas.gif); background-repeat: no-repeat; background-position: top; font-size: 0px;
}

div#barre-top-menu {
	position: absolute;
	height: 19px;
	margin-top: -19px;
	padding-left: 20px;
}

div#barre-top-menu div {
	height: 19px;
	width: 126px;
	line-height: 19px;
	background-image: url(/images/ec/onglet_top_site.gif);
}

div#barre-top-menu-flags {
	position: absolute;
	width: 100%;
	height: 24px;
	margin-top: -22px;
	text-align: right;
}

div#barre-top-menu-flags div {
	padding-right: 11px;
}

div#ombre-interne-haut {
	background-image: url(/images/ombre_interne_haut.gif); background-repeat: repeat-x; background-position: top;
}

div#global-menu, div#menu {
	height: 35px;
	line-height: 35px;
	background-image: url(/images/fond_menu.gif);
	background-repeat: repeat-x;
}

div#menu div {
	display: inline;
	height: 35px;
	line-height: 35px;
	margin: 0px 2px;
}

div#center {
	background-image: url(/images/fond_general.gif);
	background-repeat: repeat-y;
	padding: 0px 11px;
}

div#center-pad {
	padding: 20px;
	overflow: auto;
}

div#content {
	float: left;
	width: 615px;
}

div#sidebar {
	float: right;
	width: 175px;
	margin: 0;
	overflow: hidden;
}

div#footer {
	clear: both;
	background-image: url(/images/fond_general.gif);
	background-repeat: repeat-y;
}

div#foot {
	position: relative;
	background-image: url(/images/fond_copyright.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 11px;
	padding: 20px;
	padding-bottom: 26px;
}

div#links div {
	display: inline;
	margin-left: 10px;
}

div#copyright { padding: 5px 0px; }

div#backlinks {
	padding: 4px;
	text-align: center;
	font-size: 0.9em;
}
#backlinks, #backlinks a { color: #8B7C80; }

div#left {
	float: left;
	text-align: center;
}

div#right {
	text-align: right;
}

div.warn, div.error, div.success, div.infos, div.infos1 { text-align: left; font-size: 1.2em; margin: 10px 5px; padding: 5px; }
div.warn { padding-left: 26px; background: url(/images/icons/error.png) no-repeat 5px center; background-color: #FFFF99; border: 1px solid #FF6600; color: #FF6600; }
div.warn a { color: #FF6600; }
div.error { padding-left: 26px; background: url(/images/icons/exclamation.png) no-repeat 5px center; background-color: #FEE2E2; border: 1px solid #FF0000; color: #FF0000; }
div.error a { color: #FF0000; }
div.success { padding-left: 26px; background: url(/images/icons/accept.png) no-repeat 5px center; background-color: #D6FFD7; border: 1px solid #58B75A; color: #259427; }
div.success a { color: #259427; }
div.infos { padding-left: 26px; background: url(/images/icons/information.png) no-repeat 5px center; background-color: rgb(230, 238, 242); border: 1px solid rgb(60, 163, 214); color: rgb(60, 163, 214); }
div.infos1 { background-color: rgb(230, 238, 242); border: 1px solid rgb(60, 163, 214); color: rgb(60, 163, 214); }
div.infos a, div.infos1 a { color: rgb(60, 163, 214); }

div.legend { text-align: right; margin: 10px; font-size: 10px; }
div.submit-button { text-align: center; padding: 15px; }
div.submit-button input { font-weight: bold; padding: 4px 8px; cursor: pointer; }

table.pages { margin-top: 10px; }

div.bloc1 { padding: 6px; background-color: #EEF8FF; border-top: 1px solid #CEE6FC; border-bottom: 1px solid #CEE6FC; }
div.bloc2 { padding: 6px; background-color: #FFFCF0; border-top: 1px solid #F2E8BD; border-bottom: 1px solid #F2E8BD; }

.ombre { text-shadow: 0 -0.1em 0.1em #000000; }
.vamid { vertical-align: middle; }
.nowrap { white-space: nowrap; }
.auto { margin: auto; }
.hidden { display: none; }
.clear { clear: both; }
.left   { float: left; }
.l { text-align: left; }
.right, .r { text-align: right; }
.center, .c { text-align: center; }
.float { float: right; }
.large { width: 100%; }
.small { font-size: 0.9em; }
.big { font-size: 1.2em; }
.abs, .a { position: absolute; }
.upper, .m { text-transform: uppercase; }
.under, .u { text-decoration: underline; }
.bold, .b { font-weight: bold; }
.strike, .s { text-decoration: line-through; }
.italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.pad { padding: 10px; }
input.pad { padding: 5px 10px; }
.padtb { padding: 10px 0px; }
.pad_top { padding: 5px; }

blockquote, .php { border: 1px solid #2c2c2c; background-color: #fff; color: #000; padding: 5px; margin: 5px 2px; }

a.rouge, a:hover.rouge, .rouge { color: #ed1c24; }
a.orange, a:hover.orange, .orange, .new { color: orange; }
a.blanc, a:hover.blanc, .blanc { color: white; }
a.noir, a:hover.noir, .noir { color: black; }
a.rose, a:hover.rose, .rose { color: #C95B8C; }
a.vert, a:hover.vert, .vert { color: #629500; }
a.bleu, a:hover.bleu, .bleu { color: #0981b3; }
a.jaune, a:hover.jaune, .jaune { color: #B38600; }
a.violet, a:hover.violet, .violet { color: #925bae; }
a.classic, a:hover.classic { color: #3A3737; }

div.bulle { position: absolute; top: 35%; left: 35%; width: 230px; z-index: 99; }
div.bulle div { position: relative; }
div.bulle div.part1 { height: 8px; font-size: 0px; }
div.bulle div.part1 div.right { background-image: url(/images/bulle_haut_droit.png); background-position: top right; background-repeat: no-repeat; height: 8px; margin-left: 8px; }
div.bulle div.part2 { background-image: url(/images/bulle_milieu_gauche.png); background-position: center left; background-repeat: repeat-y; padding-left: 8px; }
div.bulle div.part2 div.milieu { background-image: url(/images/bulle_milieu.png); background-position: center right; background-repeat: repeat-y; padding: 4px; padding-right: 12px; }
div.bulle div.part3 { height: 12px; font-size: 0px; }
div.bulle div.part3 div.right { background-image: url(/images/bulle_bas_droit.png); background-position: top right; background-repeat: no-repeat; height: 12px; margin-left: 8px; }

div#loading { padding: 10px; text-align: center; font-size: 1em; }

div#please_wait, div#spec_msg { position: fixed; height: 100%; width: 100%; left: 0px; top: 0px; z-index: 1000000 !important; background-color: #000; opacity: 0.5; filter: alpha(opacity = 50); }
div#please_wait_text { display: block; position: fixed; width: 700px; padding: 5px 0px; top: 50%; left: 50%; margin-left: -350px; margin-top: -15px; z-index: 1000001 !important; background-color: #fff; text-align: center; border: 1px solid black; font-size: 1.2em; }

div#spec_msg_text { display: block; position: fixed; width: 700px; padding: 20px; top: 50%; left: 50%; margin-left: -350px; margin-top: -85px; z-index: 1000001 !important; background-color: #fff; border: 1px solid black; font-size: 1.3em; }

.password-info {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 15px;
	background: #925bae;
	color: white;
	border-radius: 3px;
	font-weight: normal;
}

.password-info .password-info-title {
	font-weight: bold;
}

.password-info .password-info-content {
	list-style-type: disc;
	padding-left: 20px;
}

td[colspan] .password-info {
	display: block;
}

.d-flex {display: flex;}
.d-flex-inline {display: inline-flex;}

.flex-wrap {flex-wrap: wrap;}
.flex-nowrap {flex-wrap: nowrap;}
.flex-wrap-reverse {flex-wrap: wrap-reverse;}

.flex-row {flex-direction: row;}
.flex-reverse {flex-direction: row-reverse;}
.flex-column {flex-direction: column;}
.flex-column-reverse {flex-direction: column-reverse;}

.flex-content-start {justify-content: flex-start;}
.flex-content-end {justify-content: flex-end;}
.flex-content-center {justify-content: center;}
.flex-content-baseline {justify-content: baseline;}
.flex-content-between {justify-content: space-between;}
.flex-content-around {justify-content: space-around;}

.flex-items-start {align-items: flex-start;}
.flex-items-end {align-items: flex-end;}
.flex-items-center {align-items: center;}
.flex-items-baseline {align-items: baseline;}

.flex-item-start {align-self: flex-start;}
.flex-item-end {align-self: flex-end;}
.flex-item-center {align-self: center;}
.flex-item-baseline {align-self: baseline;}

.mysql-form-container {
	margin-top: 50px;
	box-sizing: border-box;
}

.mysql-form-container * {
	box-sizing: inherit;	
}

.mysql-form-container label,
.class-methods label {
	color: #a1a1a1;
	font-size: 14px;
}

.mysql-form-container input[type="text"],
.mysql-form-container input[type="number"],
.mysql-form-container input[type="date"],
.mysql-form-container select,
.popin-body input[type="text"],
.popin-body input[type="number"],
.popin-body input[type="date"] {
	width: 200px;
}

.mysql-form-container input,
.mysql-form-container select,
.popin-body input,
.popin-body select {
	border: 1px solid #aaa;
	padding: 5px 10px;
	border-radius: 3px;
}

.mysql-form-container input:required,
.popin-body input:required {
	border-left: 2px red solid;
}

.mysql-form-container input:read-only,
.popin-body input:read-only {
	background-color: #f1f1f1;
}

.mysql-form-container .table-options .table-option {
	margin-right: 20px;
}

.mysql-form-container .table-select {
	max-width: 500px;
}

.mysql-form-container .table-datas {
	max-width: 700px;
	margin: 50px auto;
	position: relative;
}

.mysql-form-container .table-datas .background-loading {
	position: absolute; 
	top: 0; 
	bottom: 0; 
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.mysql-form-container .results {
	max-height: 500px;
	overflow: auto;
	margin-top: 40px;
}

.mysql-form-container .results h3 {
	color: black;
}

.mysql-form-container .results pre {
	overflow-x: auto;
	background: #f1f1f1;
	padding: 10px 20px;
}

.mysql-form-container .results pre.error {
	color: #B71C1C;
}

.mysql-form-container .results .additionnal-message {
	color: red;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

.mysql-form-container .table-datas .table-field {
	margin-bottom: 10px;
	position: relative;
}

.mysql-form-container .table-datas .table-field .additionnal-info {
	color: #a1a1a1;
	position: absolute;
    left: -20px;
    top: 30px;
	cursor: pointer;
}

.mysql-form-container .table-datas .table-field .additionnal-info > i {
	font-size: 14px;
}

.mysql-form-container .table-datas .table-field .additionnal-info.required-input.required {color: red;}
.mysql-form-container .table-datas .table-field .additionnal-info.primary-key {
	color: orange;
	cursor: default;
}

.mysql-form-container .table-datas .table-field button[class|="edit"].edited {
	color: #388E3C;
}

.mysql-form-container .table-datas img.loading {
	display: block;
	margin: 0 auto;
	max-width: 50px;
}

.mysql-form-container .table-datas label > span {
	margin-right: auto;
}

.mysql-form-container .table-datas label button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	color: inherit;
	cursor: pointer;
}

.mysql-form-container .table-datas label button .material-icons {
	color: inherit;
	font-size: inherit;
}

.mysql-form-container .table-datas label button:hover .material-icons {
	color: black;
}

.mysql-form-container #submit-form,
.randomizer-form .randomizer-add {
	padding: 5px 15px;
    background: #bdbdbd;
    color: white;
    cursor: pointer;
    border: 1px solid #388E3C;
    background-color: #388E3C;
    margin-top: 20px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.mysql-form-container #submit-form:hover,
.randomizer-form .randomizer-add:hover {
    background: white;
    color: #388E3C;
}

.method-param-one {
	margin-top: 10px;
}

.method-param-one small {
	font-size: 11px;
	font-style: italic;
}

.class-methods {
	margin-top: 10px;
}

.radio-group {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}

.radio-group input {
	margin-right: 5px;
}

.randomizer-form .randomizer-add,
.randomizer-form .randomizer-remove {
	font-size: 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.randomizer-form .randomizer-add > i,
.randomizer-form .randomizer-remove > i {
	font-size: inherit;
}

.randomizer-form .randomizer-remove:hover {
	color: #B71C1C;
}

.randomizer-form .method-param-one:nth-child(2n) {
	margin-left: auto;
}

.results img.loading {
	display: block;
	margin: 0 auto;
}

.popin-randomizer .randomizer-reset {
	margin-right: auto;
	margin-left: 0;
	background: none;
	border-color: #B71C1C;
	color: #B71C1C;
}
.popin-randomizer .randomizer-reset:hover {
	border-color: red;
	color: red;
}

input[type="image"]:disabled {
	filter: grayscale(1);
}

li.passwd_strength_step_success {
	background-image: url(/images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: lightgreen;
}

li.passwd_strength_step_wrong {
	background-image: url(/images/icons/cross.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: #FFCCCB;
}

div.banner-the-end {
	border: 1px solid black;
	background-color: #fcfbd2;
	color: black;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

div.banner-the-end a {
	color: black;
	text-decoration: underline;
}
