/* Heading */
.esm-heading {
	margin: 0 0 1.5em 0;
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.esm-heading-shell {
	padding: 20px 0;
	text-align: center;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	font-size: 1.5em;
}


/* Quote */
.esm-quote {
	padding: 10px;
	margin: 10px;
}
.esm-quote-shell {
	padding: 10px;
	font-style: italic;
}
.esm-quote-style-1 { 
	background: 0 0 url(../images/quote.png) no-repeat; 
}
.esm-quote-style-1 .esm-quote-shell { 
	background: 100% 100% url(../images/quote-shell.png) no-repeat; 
}

/* Pullquote */
.esm-pullquote {
	padding: 10px 25px;
	width: 30%;
	font-size: 0.9em;
	font-style: italic;
	margin: 1em;
}
.esm-pullquote-align-left { 
	float: left; 
}
.esm-pullquote-align-right { 
	float: right; 
}
.esm-pullquote-style-1 { 
	border-left: 5px solid #ddd; 
}
.esm-pullquote-style-2 { 
	border-left: 5px dashed #ddd; 
}
.esm-pullquote-style-3 { 
	border-left: 5px dotted #ddd; 
}
.esm-pullquote-style-4 { 
	border-left: 5px double #ddd; 
}

/* Frame */
.esm-frame {
	padding: 2px;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
}
.esm-frame-shell {
	padding: 2px;
	border: 4px solid #eee;
	line-height: 20px;
}
.esm-frame-align-left {
	float: left;
	margin: 0 1.5em 1em 0;
}
.esm-frame-align-right {
	float: right;
	margin: 0 0 1em 1.5em;
}
.esm-frame-align-center { 
	margin: 0 auto 1.5em auto; 
}
.esm-frame-align-none { 
	margin: 0 0 1.5em 0; 
}
.esm-frame img {
	display: block !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Divider */
.esm-divider {
	clear: both;
	height: 0px;
	margin: 1.5em 0;
	border-top: 4px solid #464646;
	vertical-align: middle;
}
.esm-divider a {
	display: block;
	float: right;
	padding-left: 10px;
	margin-top: -1.2em;
	background: #fff;
	color: #777;
	vertical-align: middle;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Spoiler */
.esm-spoiler-style-1 { 
	margin: 0 0 1.5em 0; 
}
.esm-spoiler-style-1 > .esm-spoiler-title {
	padding: 0.3em 0 0.3em 26px;
	font-weight: bold;
	background: 0 50% url(../images/spoiler-closed.png) no-repeat;
	cursor: pointer;
}
.esm-spoiler-style-1.esm-spoiler-open > .esm-spoiler-title { 
	background: 0 50% url(../images/spoiler-open.png) no-repeat; 
}
.esm-spoiler-style-1 .esm-spoiler-content {
	padding: 15px 0;
	display: none;
}
.esm-spoiler-style-1 .esm-spoiler-style-1 { 
	margin: 1em; 
}
.esm-spoiler-style-2 {
	margin-bottom: 1em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.esm-spoiler-style-2 > .esm-spoiler-title {
	padding: 10px 10px 10px 40px;
	background: #f0f0f0 12px 8px url(../images/spoiler-style-2.png) no-repeat;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.esm-spoiler-style-2.esm-spoiler-open > .esm-spoiler-title {
	border-bottom: 1px solid #ccc;
	background: #f0f0f0 12px -92px url(../images/spoiler-style-2.png) no-repeat;
}
.esm-spoiler-style-2 .esm-spoiler-content {
	padding: 1em;
	display: none;
}
/* Lists */
.esm-list ul {
	list-style-type: none !important;
	margin: 0.5em 0 1.5em 0.5em !important;
	padding: 0 !important;
}
.esm-list ul li {
	list-style-type: none !important;
	display: block !important;
	padding: 3px 0 3px 22px !important;
}
.esm-list-style-star li { 
	background: 0 50% url(../images/list-style-star.png) no-repeat !important; 
}
.esm-list-style-arrow li { 
	background: 0 50% url(../images/list-style-arrow.png) no-repeat !important; 
}
.esm-list-style-check li { 
	background: 0 50% url(../images/list-style-check.png) no-repeat !important; 
}
.esm-list-style-cross li { 
	background: 0 50% url(../images/list-style-cross.png) no-repeat !important; 
}
.esm-list-style-thumbs li { 
	background: 0 50% url(../images/list-style-thumbs.png) no-repeat !important; 
}
.esm-list-style-link li { 
	background: 0 50% url(../images/list-style-link.png) no-repeat !important; 
}
.esm-list-style-gear li { 
	background: 0 50% url(../images/list-style-gear.png) no-repeat !important; 
}
.esm-list-style-time li { 
	background: 0 50% url(../images/list-style-time.png) no-repeat !important; 
}
.esm-list-style-note li { 
	background: 0 50% url(../images/list-style-note.png) no-repeat !important; 
}
.esm-list-style-plus li { 
	background: 0 50% url(../images/list-style-plus.png) no-repeat !important; 
}
.esm-list-style-guard li { 
	background: 0 50% url(../images/list-style-guard.png) no-repeat !important; 
}
.esm-list-style-event li { 
	background: 0 50% url(../images/list-style-event.png) no-repeat !important; 
}
.esm-list-style-idea li { 
	background: 0 50% url(../images/list-style-idea.png) no-repeat !important; 
}
.esm-list-style-settings li { 
	background: 0 50% url(../images/list-style-settings.png) no-repeat !important; 
}
.esm-list-style-twitter li { 
	background: 0 50% url(../images/list-style-twitter.png) no-repeat !important; 
}
.esm-list-style-check li.x { 
	background: 0 50% url(../images/list-style-cross.png) no-repeat !important; 
}
.esm-list-style-cross li.v { 
	background: 0 50% url(../images/list-style-check.png) no-repeat !important; 
}
/* Box */
.esm-box { 
	margin: 0 0 1.5em 0; 
}
.esm-box-title {
	display: block;
	padding: 10px 15px;
	margin: 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: left bottom url(../images/box-title.png) repeat-x;
}
.esm-box-content {
	background: #fff;
	padding: 15px;
}
/* Note */
.esm-note { 
	margin: 0 0 1.5em 0; 
}
.esm-note-shell { 
	padding: 15px; 
}
/* content private */
.esm-private { 
	margin: 0 0 1.5em 0; 
}
/* Gmap */
.esm-gmap {
	margin: 0 0 1.5em 0;
	border: none;
}
/* Highlight */
.esm-highlight {
	display: inline;
	padding: 3px 0;
}
/* Label */
.esm-label {
	display: inline-block;
	margin-right: 0.5em;
	padding: 8px;
	font-size: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.esm-label-style-default { 
	background: #999; 
}
.esm-label-style-success { 
	background: #090; 
}
.esm-label-style-warning { 
	background: #f90; 
}
.esm-label-style-important { 
	background: #f03; 
}
.esm-label-style-info { 
	background: #09c; 
}
/* Button */
.esm-button {
	display: inline-block;
	text-decoration: none !important;
}
.esm-button span {
	display: block !important;
	text-decoration: none !important;
	text-transform: uppercase;
}
.esm-button img {
	display: inline !important;
	padding: 0 !important;
}
.esm-button-style-1 span { 
	background: 0 -20px url(../images/button-style-1.png) repeat-x; 
}
.esm-button-style-1:hover span { 
	background: 0 0 url(../images/button-style-1.png) repeat-x; 
}
.esm-button-style-2 span { 
	background: 0 50% url(../images/button-style-2.png) repeat-x; 
}
.esm-button-style-2:hover span { 
	background: 100% 50% url(../images/button-style-2.png) repeat-x; 
}
.esm-button-style-3 span { 
	background: 0 50% url(../images/button-style-3.png) no-repeat; 
}
.esm-button-style-3:hover span { 
	background: -710px 50% url(../images/button-style-3.png) no-repeat; 
}
.esm-button-style-4 span { 
	background: 0 0 url(../images/button-style-4.png) repeat-x; 
}
.esm-button-style-4:hover span { 
	background: 0 0 url(../images/button-style-1.png) repeat-x; 
}
.esm-button-style-5 span {
	margin: 1px;
	border: 1px dashed #fff !important;
}
.esm-button-style-5:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/* Services */
.esm-service {
	position: relative;
	margin: 0 0 1.5em 0;
}
.esm-service-title {
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 0 5px 0;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
.esm-service-title img {
	position: absolute;
	top: 10px;
	left: -3px;
	display: block !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.esm-service-content { 
	line-height: 1.4; 
}
/* Media */
.esm-media { 
	margin: 0 0 1.5em 0; 
}

/* Table */
.esm-table {
	width: 100% !important;
	margin: 0 0 1.5em 0 !important;
	border-collapse: collapse !important;
	font-size: 1em !important;
}
.esm-table th {
	text-align: center !important;
	padding: 10px !important;
	font-size: 1em !important;
	font-weight: normal !important;
	color: #333 !important;
}
.esm-table td { 
	padding: 10px 15px !important; 
}
.esm-table .esm-even td {
}
.esm-table-style-1 table { 
	border: 1px solid #ccc !important; 
}
.esm-table-style-1 th {
	border: 1px solid #ccc !important;
	background: #f0f0f0 !important;
}
.esm-table-style-1 td {
	border: 1px solid #ccc !important;
	background: #fff !important;
}
.esm-table-style-1 .esm-even td { 
	background: #f7f7f7 !important; 
}
.esm-table-style-2 table { 
	border: none !important; 
}
.esm-table-style-2 th {
	border: none !important;
	background: #f0f0f0 !important;
}
.esm-table-style-2 td {
	border: none !important;
	background: #fff !important;
}
.esm-table-style-2 .esm-even td { 
	background: #f7f7f7 !important; 
}
.esm-table-style-3 table { 
	border: none !important; 
}
.esm-table-style-3 th {
	border: none !important;
	border-bottom: 2px solid #666 !important;
	background: #fff !important;
}
.esm-table-style-3 td {
	border: none !important;
	background: #fff !important;
}
.esm-table-style-3 .esm-even td { 
	background: #fff !important; 
}
/* Document */
.esm-document { 
	border: none !important; 
}
/* Dropcap */
.esm-dropcap {
	float: left;
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0.2em 0.5em 0.2em 0;
	line-height: 2em;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}
.esm-dropcap-style-1 {
	background: #333 0 -20px url(../images/dropcap-style-1.png) repeat-x;
	color: #f0f0f0;
	text-shadow: -1px -1px 0 #000;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.esm-dropcap-style-2 {
	background: #ccc 0 -20px url(../images/dropcap-style-2.png) repeat-x;
	color: #000;
	text-shadow: 1px 1px 0 #eee;
	-moz-text-shadow: 1px 1px 0 #eee;
	-webkit-text-shadow: 1px 1px 0 #eee;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.esm-dropcap-style-3 {
	background: url(../images/dropcap-style-3.png);
	color: #fff;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	text-shadow: -1px -1px 0 #aaa;
	-moz-text-shadow: -1px -1px 0 #aaa;
	-webkit-text-shadow: -1px -1px 0 #aaa;
}
/* MENU 
.menu_wordpress_shortcode {
	float:left;
}
.menu_wordpress_shortcode .menu-item {
	list-style: none;
	margin:5px;
	padding:5px;
	background-color:#ebeaeb;
}
.menu_wordpress_shortcode .menu-item:hover {
	background-color:#C9C9C9;
}
.menu_wordpress_shortcode .menu-item a{
	text-decoration: none;
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	color:#000000;
	background-color:#ebeaeb;
	margin:0px;
}
.menu_wordpress_shortcode .menu-item a:hover{
	background-color:#C9C9C9;
}
*/



/* FLUX RSS */
.feed_mba_content h4{
	text-decoration: none;
	
}
.feed_mba {
	padding-left:15px;
}
.style-perso-feed-1 {
	padding:0 10px;
	margin:0 10px;
	border-left: 5px solid #000;
}
.style-perso-feed-2 {
	padding:0 10px;
	margin:0 10px;
	border-left: 5px dashed #000;
}
.style-perso-feed-3 {
	padding:0 10px;
	margin:0 10px;
	border-left: 5px dotted #000;
}
.style-perso-feed-4 {
	padding:0 10px;
	margin:0 10px;
	border-left: 5px double #000;
}
.feed_mba li {
	list-style: none;
	
}
.feed_mba a {
	text-decoration: none;
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	color:#000 !important;	
}
.feed_mba a:hover {
	color:#E16B00 !important;
}
.feed-icone {
	background-image:url(../images/rss.png);
	height:32px;
	width:32px;
	position:relative;
	top:26px;
	left:610px;
	z-index:5;

}