/**
 * =============================================================
 * RAXO All-mode PRO J2.5 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Default Template
 * @copyright	Copyright (C) 2009-2014 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://www.raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-lastactu .allmode-name, .allmode-lastactu .allmode-showall,
.allmode-lastactu .allmode-topitem, .allmode-lastactu .allmode-item,
.allmode-lastactu .allmode-title, .allmode-lastactu img, .allmode-lastactu a {
	margin: 0; padding: 0;
	background: transparent none;
	border: 0 none;
}


/* ----- MODULE BOX Styles ----- */
.allmode-lastactu {																/* Module BLOCK */
	margin: 0px 0;
	border-top: 1px solid #8a92ff;
	font-family: "calibri",Arial,sans-serif;
}
.allmode-lastactu .allmode-name {												/* BLOCK NAME Text */
	margin: 0 8px; padding: 5px 4px;
	font-size: 16px; font-weight: normal !important;
	color: #373737;
	border-top: 2px solid #dddddd;
}
.allmode-lastactu .allmode-showall {												/* SHOW ALL Text */
	margin: 0 8px; padding: 3px 4px 0;
	text-align: right !important;
	border-top: 1px solid #dddddd;
}


/* ----- COMMON Fields Styles ----- */
.allmode-lastactu a {															/* LINKS */
	text-decoration: none;
}
.allmode-lastactu a:hover {														/* LINKS Hover */
	color: #333333;
	background: transparent none;

}
.allmode-lastactu .allmode-date,
.allmode-lastactu .allmode-hits,
.allmode-lastactu .allmode-comments {
	padding: 0 10px 0 0px;
	
	/*background-image: url("icons.png");*/
	background-repeat: no-repeat;
}
.allmode-lastactu span.allmode-rating {											/* Item RATING */
	padding: 0;
	background-image: none;
	white-space: nowrap;
}
	.allmode-lastactu .allmode-rating span {
		display: inline-block;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAGACAYAAACUbvO3AAABVUlEQVR4Xu2VoUoEURSG75ldDAaTGMawSYPNqk+wYeKGBZ9g0W5cn0DQIBarSRg0GA1WMVmsazAY9hHGIxxxGBxOWE65fD/8cOF8TJg/fFLXdepkph1oL9uHogPtaC+05/b+AzvvM/vawN5FG5xrX7VL7TRZ7L2023yowES7l/7PhnZfu1YoMNa+pZ7YbfwDLrRVH2W3j8KAw17Mbr/gUQv4tKb2bWjAvXZTe6u90jb246d2S7aMH1vGjzRNs9oX8wcBAQHl9HERv8xMe+KAkZ7BMzFb4xlAQEA/8jIa5e8ZPBOzNZ4BBAT0I+/VVv6ewTMxW+MZQEBAP/L1nPL3DJ6J2RrPAAIC+pHqejd/z+CZmK3xDCAgoB/ZfrjJ3zN4JmZrPAMICOhH1idP+XsGz8RsjWcAAQH9yPHBXf6ewTMxW+MZQEBAP1KWZf6ewTOrbY1nAL8Bt9oQqywIW7QAAAAASUVORK5CYII=") no-repeat 0 0;
		/*background: url("rating.png") no-repeat 0 0;*/
	}
	.allmode-lastactu .allmode-star {											/* Inactive STAR */
		margin: 0 1px;
		width: 10px; height: 10px;
	}
	.allmode-lastactu .allmode-star span {										/* Active STAR */
		width: 100%; height: 100%;
	}


/* ----- TOP ITEMS Styles ----- */
.allmode-lastactu .allmode-topbox {												/* TOP Items DIV */
	margin: 0 8px;
}
.allmode-lastactu .allmode-topitem {												/* TOP Item DIV */
	padding: 14px 0 10px;
	overflow: hidden; clear: left;
	border-top: 1px dashed #dddddd;
}
.allmode-lastactu .allmode-topitem .allmode-title {								/* TOP Item TITLE */
	margin: 0 0 3px 0 !important;
	font: bold 15px/21px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.allmode-lastactu .allmode-topitem .allmode-title a {
	font-weight: bold;
}
.allmode-lastactu .allmode-topitem .allmode-text {								/* TOP Item TEXT */
	font: normal 13px/20px "Trebuchet MS",Arial,sans-serif;
	color: #373737;
}
.allmode-lastactu .allmode-topitem .allmode-readmore {							/* TOP Item READ MORE */
	float: right;
	margin-right: 4px;
	font: normal 11px/21px Helvetica,Arial,sans-serif;
	text-align: right;
}


/* ----- TOP FIELDS Styles ----- */
.allmode-lastactu .allmode-topitem .allmode-details {							/* TOP Item Details DIV */
	margin-bottom: 3px;
	font-size: 12px; line-height: 14px;
	color: #525252;
}
.allmode-lastactu .allmode-topitem .allmode-info {								/* TOP Item Info DIV */
	margin-top: -4px; padding-bottom: 2px;
	font-size: 11px; line-height: 17px;
	font-style: italic;
	color: #505050;
}
.allmode-lastactu .allmode-topitem .allmode-category,
.allmode-lastactu .allmode-topitem .allmode-author {								/* TOP Item CATEGORY, AUTHOR */
	padding-right: 5px;
	font-style: normal;
	color: #808080;
}


/* ----- ITEMS Styles ----- */
.allmode-lastactu .allmode-itemsbox {											/* Items DIV */
	margin: 0 8px;
	max-width:405px;
}
.allmode-lastactu .allmode-itemsbox :hover {
background-color:#ececec;
}

.allmode-lastactu .allmode-item {												/* Item DIV */
	padding: 6px 0 6px;
	overflow: hidden; clear: left;

	text-align: justify;
}
.allmode-lastactu .allmode-item .allmode-title {									/* Item TITLE */
	margin: 0 0 0px 0 !important;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 17px;
	font-weight: bold;
}
.allmode-lastactu .allmode-item .allmode-title a {
	font-size: 17px;
	font-weight: bold;
	color: #c80506;
	text-decoration:none!important;
}

.allmode-lastactu .allmode-item .allmode-title a:hover {
	color: #e60000;
	text-decoration:none!important;
	}

.allmode-lastactu .allmode-item .allmode-text {									/* Item TEXT */

font:normal 16px "times";
	color: #373737;

	max-height:100px;
	overflow: hidden;
}
.allmode-lastactu .allmode-item .allmode-readmore {								/* Item READ MORE */
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	text-align: right;
}

.allmode-lastactu .allmode-item .allmode-readmore a {	
font-size: 13px;
font-weight: bold;
color: #505050;
padding-left: 4px;
color: #c80506;
padding-top:4px;
}

.allmode-lastactu .allmode-item .allmode-readmore a:hover {	
	color: #e60000;
}


/* ----- FIELDS Styles ----- */
.allmode-lastactu .allmode-item .allmode-details {								/* Item Details DIV */
	margin-bottom: 0px;
	font-size: 11px; line-height: 13px;
	color: #525252;
}
.allmode-lastactu .allmode-item .allmode-details > span {
	padding-top: 1px;
}
.allmode-lastactu .allmode-item .allmode-info {									/* Item Info DIV */
	margin-top: -4px; padding-bottom: 6px;
	font-size: 14px; line-height: 16px;
	font-style: italic;
	color: #505050;
	font-weight:bold;
}
.allmode-lastactu .allmode-item .allmode-category,
.allmode-lastactu .allmode-item .allmode-author {								/* Item CATEGORY, AUTHOR */
	padding-right: 5px;
	font-style: normal;

}

.allmode-lastactu .allmode_comments a,
.allmode-lastactu .allmode-category a{
color: #c80506;
}

.allmode-lastactu .allmode_comments a:hover,
.allmode-lastactu .allmode-category a:hover{
	color: #e60000!important;
}



/* ----- RESPONSIVE Images ----- */
.allmode-lastactu .allmode-img {													/* Item IMAGE */
	margin: 0 0px;
}
.allmode-lastactu .allmode-img img {												/* IMAGE Style */
	float: left;
	display: block;
	margin: 0 4px 0px 0px;
	max-width: 100%; height: auto;
	background-color: #f6f5f5;
-webkit-transition: all 0.3s ease-out; /*compatibilité chrome*/
-moz-transition: all 0.3s ease-out; /*compatibilité firefox*/
-o-transition: all 0.3s ease-out; /*compatibilité opéra*/
transition: all 0.3s ease-out; /* Autre navigateur */
}

.allmode-lastactu .allmode-img :hover img {	
   opacity: 0.6; /*  CSS3  */
   filter(opacity=60);  /*  Pour IE  */
}



/* ----- COLOR Schemes ----- */

/* --- Red Color (default) --- */
.allmode-lastactu a {color: #cc1f1f;}
.allmode-lastactu .allmode-name,
.allmode-lastactu .allmode-showall,
.allmode-lastactu a:hover img {border-color: #cc1f1f;}
.allmode-lastactu .allmode-date {background-position: 0 0;}
.allmode-lastactu .allmode-hits {background-position: 0 -30px;}
.allmode-lastactu .allmode-comments {background-position: 0 -60px;}
.allmode-lastactu .allmode-star span {background-position: 0 -80px;}

/* --- Orange Color --- */
.default-orange a {color: #d94d16 !important;}
.default-orange .allmode-name,
.default-orange .allmode-showall,
.default-orange a:hover img {border-color: #d94d16;}
.default-orange .allmode-date {background-position: 0 -120px;}
.default-orange .allmode-hits {background-position: 0 -150px;}
.default-orange .allmode-comments {background-position: 0 -180px;}
.default-orange .allmode-star span {background-position: 0 -120px;}

/* --- Yellow Color --- */
.default-yellow a {color: #ebc300 !important;}
.default-yellow .allmode-name,
.default-yellow .allmode-showall,
.default-yellow a:hover img {border-color: #ebc300;}
.default-yellow .allmode-date {background-position: 0 -240px;}
.default-yellow .allmode-hits {background-position: 0 -270px;}
.default-yellow .allmode-comments {background-position: 0 -300px;}
.default-yellow .allmode-star span {background-position: 0 -160px;}

/* --- Green Color --- */
.default-green a {color: #4d9926 !important;}
.default-green .allmode-name,
.default-green .allmode-showall,
.default-green a:hover img {border-color: #4d9926;}
.default-green .allmode-date {background-position: 0 -360px;}
.default-green .allmode-hits {background-position: 0 -390px;}
.default-green .allmode-comments {background-position: 0 -420px;}
.default-green .allmode-star span {background-position: 0 -200px;}

/* --- Turquoise Color --- */
.default-turquoise a {color: #1bb39e !important;}
.default-turquoise .allmode-name,
.default-turquoise .allmode-showall,
.default-turquoise a:hover img {border-color: #1bb39e;}
.default-turquoise .allmode-date {background-position: 0 -480px;}
.default-turquoise .allmode-hits {background-position: 0 -510px;}
.default-turquoise .allmode-comments {background-position: 0 -540px;}
.default-turquoise .allmode-star span {background-position: 0 -240px;}

/* --- Blue Color --- */
.default-blue a {color: #0a55bf !important;}
.default-blue .allmode-name,
.default-blue .allmode-showall,
.default-blue a:hover img {border-color: #0a55bf;}
.default-blue .allmode-date {background-position: 0 -600px;}
.default-blue .allmode-hits {background-position: 0 -630px;}
.default-blue .allmode-comments {background-position: 0 -660px;}
.default-blue .allmode-star span {background-position: 0 -280px;}

/* --- Violet Color --- */
.default-violet a {color: #6c3aad !important;}
.default-violet .allmode-name,
.default-violet .allmode-showall,
.default-violet a:hover img {border-color: #6c3aad;}
.default-violet .allmode-date {background-position: 0 -720px;}
.default-violet .allmode-hits {background-position: 0 -750px;}
.default-violet .allmode-comments {background-position: 0 -780px;}
.default-violet .allmode-star span {background-position: 0 -320px;}

/* --- Black Color --- */
.default-black a {color: #1a1a1a !important;}
.default-black .allmode-name,
.default-black .allmode-showall,
.default-black a:hover img {border-color: #1a1a1a;}
.default-black .allmode-date {background-position: 0 -840px;}
.default-black .allmode-hits {background-position: 0 -870px;}
.default-black .allmode-comments {background-position: 0 -900px;}
.default-black .allmode-star span {background-position: 0 -360px;}