@CHARSET "UTF-8";

.textedit {
}

.textedit textarea {
	display: block !important;
	width: 100% !important;
	background-color: #eee;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	min-height: 100px !important;
}

.textedit button {
	font-size: 16px !important;
}

.textedit textarea:AFTER {
/* 	content: "<br />"; */
}

#page-content {
	margin: 0 auto;
	overflow: auto;
	border: 5px solid #444;
	padding: 30px 10px 0 10px;
	background-color: #FFF;
}



#page-nav {
	text-align: center;
}

.paragraphe {
	
	
	background-color: #FFF;
	
	border-right: 15px solid orange;

	
}


#book-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.edit_area {
}

a.page-add-paragraph {
	position: absolute;
	top: 0;
}

#page-nav-value {
	width: 50px;
	text-align: center;
}



.option-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    display: inline-block;
}
.option-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.option-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}