/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
    background: none;
}
/* lv - 0
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 li.mega {
    background: none;
    margin: 0;
    padding: 0;
}
.ja-megamenu ul.level0 li.mega a.mega {
                color: #1E1E1E;
        	font-family: 'Lubalin';
                text-transform:uppercase;
                font-size: 90%;
                display: block;
                font-weight: normal;
                line-height: normal;
                margin: 0;
                padding: 8px 0px;
                text-decoration: none;
}
.ja-megamenu ul.level0 li.mega a.mega span{
        padding : 0 10px;
}
.ja-megamenu ul.level0 li.mega a.mega.last span{
        border-right: none;
}



.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	background-color: none;

}

.ja-megamenu ul.level0 li.active {
	background-color: none;
        
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { border-top: 1px dotted #d4d4d4; }

.ja-megamenu ul.level1 li.first { border-top: 0; }

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	background: #FFF;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: none repeat scroll 0 0 #FFF;
	border: 0;
	border-top: 5px solid #00b1e0;
	color: #fff;
        box-shadow: 0 5px 10px 1px rgba(100, 100, 100, 0.5); 
}

.ja-megamenu .level1 .childcontent-inner { border-top: 5px solid #00b1e0; }

.ja-megamenu .childcontent .ja-moduletable { color: #898989; }

.ja-megamenu .childcontent .ja-moduletable a {
	color: #898989;
	border-bottom: 1px dotted #fff;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
	background: none;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
}

/* Grouped --- */
.ja-megamenu .group-title { border-bottom: 0; }

.ja-megamenu .group-title .menu-title {
	color: #5c5c5c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.ja-megamenu .group-title .menu-desc {
	color: #5c5c5c;
	padding-left: 0 !important;
}

/* Vidéo --- */
.avVideo .avPlayerContainer {
     padding: 5px 0;
}

