/* Classes utilisées dans l'éditeur texte */

.button,button{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border:none;
	color:#fff!important;
	font-size:14px;
	font-family:"lucida sans","lucida sans ms",sans-serif,sans;
	cursor:pointer;
	margin:10px 0 0 0;
	width:144px;
	height:31px;
	line-height: 31px;
	background:#ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.button:hover,button:hover{
	color:#fff!important;
	background:#c60c66;
}
.clear{
	clear:both;
}
.pulse{
}

