

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline !important;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

/* Spécifique */

.wysi-container{
	position:relative;
}

.wysi{
	width:100%;
	height:100%;
}

.ie9 .wysi{
	word-break:break-all;
}

ul.wysihtml5-toolbar{
	position:absolute;
	height:28px;
	line-height:28px;
	padding-right:8px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
}

.ie8 ul.wysihtml5-toolbar,.ie9 ul.wysihtml5-toolbar{
	-pie-background: linear-gradient(#FFFFFF, #E6E6E6);
	behavior: url(css/PIE.htc);
}

ul.wysihtml5-toolbar li{
	line-height:28px;
	margin-right:0px;
}

ul.wysihtml5-toolbar a{
	text-decoration:none!important;
	padding:6px 12px;
	border-right:solid 1px #c0c0c0;
	border-left:solid 1px #FFFFFF;
	color:#333333;
}

ul.wysihtml5-toolbar li.dropdown a b.caret
{
	margin-top: 12px;
	position:absolute;
	right:12px;
}

ul.wysihtml5-toolbar li a i
{
	width:14px;
	height:14px;
	font-size:14px;
	color:#333;
}

ul.wysihtml5-toolbar li a.text-style{
	display:inline-block;
	position:relative;
	padding:0px 12px;
	width:110px;
	text-align:left;
}

ul.wysihtml5-toolbar li.first a{
	border-left:none;
}

ul.wysihtml5-toolbar li a{
	background-color:transparent;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;
}

ul.wysihtml5-toolbar li a:hover{
	background-color:#e6e6e6;
}

ul.wysihtml5-toolbar>li>div>a.wysihtml5-command-active{
	background-color:#e0e0e0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

iframe.wysihtml5-sandbox{
	padding-top:34px!important;
}

ul.toolbar-disable li a, ul.toolbar-disable li a i , ul.toolbar-disable li a b {
	border-top-color: #999;
	color: #999;
	cursor: not-allowed;
}

ul.toolbar-disable li a:hover {
	background-color: transparent;
}

ul.wysihtml5-toolbar li.first a:hover {
	color:#333;
}
.bootstrap-wysihtml5-insert-link-modal{
	margin-left:50%;
	background: none;
}
.bootstrap-wysihtml5-insert-link-modal .popup {
	margin-left:-50%;
    width: 560px;
    min-width: 560px;
    max-width: 1000px;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/****** FIN spécifique *******/