#outilCharte {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1px;
	z-index: 1000;
}

#outilCharte form {
	margin: 0;
	padding: 0;
}

#outilCharte iframe {
	width: 0;
	height: 0;
	visibility: hidden;
}

#outilCharteBloc, #outilCharteGeneral {
	width: 220px;
	border: 2px solid black;
	background: #808080;
	position: fixed;
	bottom: 0px;
}

#outilCharteBloc {
	float: left;
	left: 0px;
}

#outilCharteGeneral {
	float: right;
	right: 0px;
}

#outilCharte fieldset {
	text-align: left;
	font-size: 10px;
	background: lightblue;
	border: 1px solid black;
}

#outilCharte legend {
	color: grey;
	background: white;
	border: 1px solid black;
	padding: 0 10px;
}

#outilCharte legend {
	font-weight: bold;
}

#outilCharte h4 {
    display: none;
	margin: 10px;
	font-size: 15px;
	text-transform: capitalize;
	color: white;
	clear: both;
}

#outilCharte a {
	text-decoration: none;
	font-weight: bold;
	color: darkblue;
	font-size: 13px;
	margin: 0 2px;
}
#outilCharte a:hover {
	color: red;
}

#outilCharte a#close_form {
	float: right;
}

#outilCharte .fd_outilCharte {
	display: none;
	text-align: center;
}
#outilCharte .fd_outilCharteOptions {
	display: none;
	text-align: left;
}

#fd_liste_blocs2 div, #fd_liste_blocs3 div {
	height: 250px;
	overflow: auto;
}

#fd_liste_blocs1, #fd_drag, #fd_liste_blocs2, #fd_liste_blocs3, #fd_couleurs, #fd_theme, #fd_config {
	display: none;
}

#span_fd_liste_blocs1, #span_fd_drag, #span_fd_liste_blocs2, #span_fd_liste_blocs3, #span_fd_couleurs, #span_fd_theme, #span_fd_config {
	display: inline;
}

#fd_liste_blocs2 label, #fd_liste_blocs3 label, #fd_liste_blocs1 option {
	text-transform: capitalize;
}

#outilCharte option, #outilCharte select {
	font-size: 10px;
	width: 100%;
}

#div_profondeur {
	text-align: center;
}

#outilCharte .input_text {
	font-size: 10px;
	border: 1px solid black;
	width: 40%;
}

#outilCharte .input_text_readonly {
	color: darkblue;
	background: lightgrey;
	border: 1px solid grey;
	font-size: 10px;
	width: 20%;
}

.fd_boutons input {
	width: 100%;
}
#outilCharte .go {
	width: 100%;
	margin-top: 5px;
}

.div_reduire {
	height: 18px;
}
.div_reduire a {
	float: right;
}
.div_reduire span, .div_reduire div {
	float: left;
	padding-left: 10px;
	font-size: 9px;
	color: white;
	cursor: pointer;
}

.careful {
    font-weight: bold;
	text-align: center;
	color: darkred;
	background: white;
	border: 1px solid black;
	padding: 3px;
}

#label_div_select {
	font-weight: bold;
	padding: 5px 0;
}

#fd_couleurs span {
	height: 25%;
	border: 1px solid black;
	cursor: pointer;
}

#outilChartePalette {
	display: none;
	width: 450px;
	border: 2px solid black;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ffd186;
	z-index: 1001;
}

#outilChartePalette #this_color, #outilChartePalette #color_input, #outilChartePalette #color_go {
	border: 1px solid black;
	margin: 5px;
	height: 20px;
}

#outilChartePalette #this_color {
	width: 250px;
	float: left;
}

#outilChartePalette #color_input {
	width: 85px;
	float: right;
}

#outilChartePalette #color_go {
	width: 75px;
	float: right;
}

#outilChartePalette table {
	border: 1px solid black;
	margin: 0 auto;
	padding: 0;
}

#outilChartePalette tr, #outilChartePalette td {
	margin: 0;
	padding: 0;
}

#outilChartePalette .colour {
	width: 10px;
	height: 10px;
}

