

.underline {
text-decoration: underline;
}
.line-throught {
text-decoration: line-through;
}
.bbedit-toolbar {
	margin:auto;
	width:260px;
    line-height: 20px;
    font-size: 10px;
    text-align:left;
}
.bbedit-toolbar span {
padding: 3px 8px;
border: 1px solid #B2B2B2;
background-color: #F0F0F0;
cursor: pointer;
}
.bbedit-toolbar span.hover,
.bbedit-toolbar span:hover {
border-color: #777777;
background-color: #E5E5E5;
}
.bbedit-smileybar img {
margin-right: 3px;
cursor: pointer;
}
.bbedit-b {
background: url("editeur-icons.gif") no-repeat 0 0;
}
.bbedit-i {
background: url("editeur-icons.gif") no-repeat -20px 0;
}
.bbedit-u {
background: url("editeur-icons.gif") no-repeat -40px 0;
}
.bbedit-s {
background: url("editeur-icons.gif") no-repeat -60px 0;
}
.bbedit-url {
background: url("editeur-icons.gif") no-repeat -80px 0;
}
.bbedit-img {
background: url("editeur-icons.gif") no-repeat -100px 0;
}
.bbedit-code {
background: url("editeur-icons.gif") no-repeat -120px 0;
}
.bbedit-quote {
background: url("editeur-icons.gif") no-repeat -140px 0;
}

.bbedit-minus {
background: url("editeur-icons.gif") no-repeat -160px 0;
}
.bbedit-color {
background: url("editeur-icons.gif") no-repeat -180px 0;
}

.bbedit-bleu {
	display:none;
background: url("editeur-icons.gif") no-repeat -200px 0;
}
.bbedit-rouge {
	display:none;
background: url("editeur-icons.gif") no-repeat -220px 0;
}
.bbedit-vert {
	display:none;
background: url("editeur-icons.gif") no-repeat -240px 0;
}
.bbedit-violet {
	display:none;
background: url("editeur-icons.gif") no-repeat -260px 0;
}
.bbedit-orange {
	display:none;
background: url("editeur-icons.gif") no-repeat -280px 0;
}
.bbedit-jaune {
	display:none;
background: url("editeur-icons.gif") no-repeat -300px 0;
}

.bbedit-amazon {
background: url("editeur-icons.gif") no-repeat -320px 0;
}

.bbedit-correction {
background: url("editeur-icons.gif") no-repeat -340px 0;
}
