/* === communs === */
html,body{padding:0px; margin:0px; width:100%; height:100%;}
body{background-color:#fff;}
body,table,tr,td,th,div,span,a,img,input{outline: none;}
body,table,div,span,tr,td {-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
strong {font-weight:bold;}
p{margin-top:0px !important; margin-bottom:0px !important;}
table { border-collapse:collapse; }

body,table,div,span,tr,td,.xbody {
	font-family: arial,helvetica,sans-serif;
	font-size:13px;
	color:#333;
}

hr {
	border: 1px none #333;
	border-top: solid 1px #333;
	margin-top:4px;
	margin-bottom:4px;
	position: relative;
}

a {
	text-decoration:none;
	color:#328CC3;
}

a:hover {
	
	text-decoration:underline;
}

a:visited {
	
}

a img{
	border:none;
}

.fapicto { font-size:18px; color:#6badf6; cursor:help; vertical-align:auto; }
.help { font-size:18px; color:#1979ca; font-family:FontAwesome; cursor:help; position:relative; top:1px;}
.help:before { content: "\f059"; }
.warning { font-size:18px; color:#1979ca; font-family:FontAwesome;  cursor:help; position:relative; top:1px;}
.warning:before { content: "\f071"; }

.x-menu-item-text,.x-btn-inner,.x-btn-blue-button-toolbar-small .x-btn-inner { font-size:13px; }

.x-grid-cell .icon { font-size:16px; line-height:10px; position:relative; top:3px; display:inline-block; width:16px; text-align:center; margin-right:4px;}
.x-grid-cell .fa { font-size:17px; line-height:10px; position:relative; top:3px; display:inline-block; width:16px; text-align:center; margin-right:4px;}

.bouton { display:inline-block; background-color: #1979ca; border:1px solid #1874c1; color:#fff; cursor:pointer; font-size:13px; padding:3px; padding-left:5px; padding-right:5px; }


.uploader i , .uploader input { cursor:pointer; }

.font-red { color:#f00; }
.font-17 { font-size:17px; }

/* === editor === */
.titre {
	display:block;
	font-size:14px;
	font-weight:700;
	color:#333;
	line-height:14px;
	margin-top:14px;
	text-transform:uppercase;
}
.sous-titre {
	font-size:14px;
	font-weight:700;
	color:#333;
	line-height:16px;
}
.important {
	font-size:12px;
	font-weight:700;
	color:#333;
	line-height:14px;
}
.citation {
	color:#333;
	font-size:12px;
	line-height:14px;
	font-style:italic;
}
