fieldset
{
	border: 1px solid #B6BDD2;
}
legend
{
	color: #0A246A;
}
.separator
{
	margin-bottom:-4px;
}

#gras
{
	background: transparent url("images/icones/bold_fr.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
	font-weight: bolder;
}
#gras:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	font-weight: bolder;
	background: #B6BDD2 url("images/icones/bold_fr.gif") no-repeat center;
}

#italic
{
	background: transparent url("images/icones/italic.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
	font-style:italic;
}
#italic:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	font-style: italic;
	background: #B6BDD2 url("images/icones/italic.gif") no-repeat center;
}

#souligner
{
	background: transparent url("images/icones/underline_fr.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
	text-decoration:underline;
}
#souligner:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	text-decoration:underline;
	background: #B6BDD2 url("images/icones/underline_fr.gif") no-repeat center;
}

#barrer
{
	background: transparent url("images/icones/strikethrough.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
	text-decoration:underline;
}
#barrer:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	text-decoration:underline;
	background: #B6BDD2 url("images/icones/strikethrough.gif") no-repeat center;
}

#bullist
{
	background: transparent url("images/icones/bullist.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
	text-decoration:underline;
}
#bullist:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	text-decoration:underline;
	background: #B6BDD2 url("images/icones/bullist.gif") no-repeat center;
}

#numlist
{
	background: transparent url("images/icones/numlist.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
	text-decoration:underline;
}
#numlist:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	text-decoration:underline;
	background: #B6BDD2 url("images/icones/numlist.gif") no-repeat center;
}

#police
{
	background: transparent url("images/icones/police.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#police:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/police.gif") no-repeat center;
}


#gauche
{
	background: transparent url("images/icones/justifyleft.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#gauche:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/justifyleft.gif") no-repeat center;
}

#centrer
{
	background: transparent url("images/icones/justifycenter.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#centrer:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/justifycenter.gif") no-repeat center;
}

#justifie
{
	background: transparent url("images/icones/justifyfull.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#justifie:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/justifyfull.gif") no-repeat center;
}

#droite
{
	background: transparent url("images/icones/justifyright.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#droite:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/justifyright.gif") no-repeat center;
}

#image
{
	background: transparent url("images/icones/image.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#image:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/image.gif") no-repeat center;
}

#color
{
	background: transparent url("images/icones/forecolor.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#color:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/forecolor.gif") no-repeat center;
}

#lien
{
	background: transparent url("images/icones/link.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#lien:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/link.gif") no-repeat center;
}

#citation
{
	background: transparent url("images/icones/quote.gif") no-repeat center;
	border: 0px solid black;
	width: 20px;
	height: 20px;
}
#citation:hover
{
	border: 1px solid #0A246A;
	width: 20px;
	height: 20px;
	background: #B6BDD2 url("images/icones/quote.gif") no-repeat center;
}