/*
 * Feuille de style des mises en forme utilisateur
 **********************************************************/
 
em { font-style: italic; }
strong { font-weight: bold; }

.centre   { text-align: center; }
.gauche   { text-align: left; }
.droite   { text-align: right; }
.justifie { text-align: justify; }


.fgauche { float: left; text-align: justify;}
.fgauche img{ float: left;}
.fgauche .b_img{float: left;}
.fgauche .img_margin{margin: 0 10px 0 0;}

.fdroite { float: right; text-align: justify;}
.fdroite img{float: right;}
.fdroite .b_img{float: right;}
.fdroite .img_margin{margin: 0 0 0 10px;}

img { border: none; }

.puce { color: black; }
.weather_block{background: url(/__phnompenhcenter/_images/editor/weather_block.jpg) repeat-x scroll 0 3px; width: 248px; height: 121px; display: block;}

/**** Mise en forme de l'éditeur**********************************************************/

.jqeditor_panel {
	background: #e6f6fa;
	border: 1px solid #92cddc;
	padding: 3px;
	height: 23px;
}
    .jqeditor_button {
        margin: 0 2px 0 2px;
        border: 1px solid #e6f6fa;
        cursor: pointer;
    }
        .jqeditor_button.over {
            border: 1px solid #92cddc;
        }

.jqeditor_textarea {
	position: relative;
	top: -1px;
	margin: 0px;
	border: 1px solid #92cddc;
	height: 400px;
	width: 100%;
}

.jqeditor_preview {
	overflow: auto;
	position: relative;
	top: -1px;
	border: 1px dashed #92cddc;
	height: 500px;
}

/**********************************************************/
h1 { font-size: 21px; margin: 0; color: #2B2B2B;}
h2 { font-size: 18px; margin: 0; }
h3 { font-size: 11px; margin: 0; }
h4 { font-size: 10px; margin: 0; }
h5 { font-size: 8px; margin: 0; }
h6 { font-size: 6px; margin: 0; }
area{cursor: pointer;}

#yello_block{color:#FFFFFF;font-size:13px;padding:20px 15px 15px;text-align:justify;}
.cright{background:#FCAF17 url(/_design/home/corner_menu_left.png) no-repeat scroll 100% 0;}
.pright{float:right;margin-left:15px;}
.cleft{background:#FCAF17 url(/_design/home/corner_menu_left_2.png) no-repeat scroll 0 0;}
.pleft{float: left;margin-right:15px;}
