/*
 * ------------------------------------------------------------------------
 * 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
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */

@font-face {
    font-family: 'AllerLightRegular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.svg#AllerLightRegular') format('svg'),
		url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


html { overflow-y: scroll; }

body {
	color: #333;
	font-family: Georgia,Arial,Helvetica,sans-serif;
}

body#bd { background: url(../images/body-bg.png) 0 0 repeat-y; color: #333; }

/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #333; }

/* Readon links ---*/
p.readmore a { text-transform: uppercase; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: 'AllerLightRegular';
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	font-family:'AllerLightRegular';
	font-weight: normal;
}

.contentheading { font-size: 250%; line-height:2em; }

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #F2F2F2; margin:10px 0; clear:both; display:block; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

.inputbox { border: 1px solid #ccc; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}

#contact-slider {
	float: none;
	border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #e2e2b5;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #ccc; }

.items-row { border-bottom: 1px solid #ccc; }

/* Meta ---*/
dl.article-info { color: #999; text-transform: none; }

.contentdescription { border-bottom: 1px solid #ccc; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	background: #333;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row0,
.cat-list-row1,
.cat-list-row12,
tr.cat-list-row0 td,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.cat-list-row0:hover,
.cat-list-row1:hover,
.cat-list-row2:hover { background: #f7f7f7; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

.content-links ul { margin:0; padding:0; }

/* MODULE STYLES
--------------------------------------------------------- */
div.moduletable {
	clear:both;
}

div.ja-moduletable h3, div.moduletable h3 {
	font-size: 150%;
	font-family:'AllerLightRegular';
	color:#4E7FB4;
	border-bottom: 1px solid #f2f2f2;
}

/* Login Module ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}

#login-form label {
	display: block;
}

#login-form #form-login-remember label {
	display: inline;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #ccc; padding:5px 0; }

/* Breadcrumbs */
#ja-breadcrumbs #Mod17 { background: url(../images/bg-main.png) 0 0 repeat-y; color:#999; -webkit-box-shadow: 2px 2px 5px 1px #999; box-shadow: 2px 2px 5px 1px #999; padding-top:20px; padding-left:250px; margin-top:0; margin-bottom:0; }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 0; background: url(../images/bg-main.png) 0 0 repeat-y; -webkit-box-shadow: 2px 2px 5px 1px #999; box-shadow: 2px 2px 5px 1px #999; }

.main .main-inner1 { margin-left: 0 !important; margin-right: 0 !important; }

#ja-mainbody { position:relative; background:url(../images/bg-mainbody.png) 0 100% no-repeat; }
body.com_weblinks #ja-mainbody, body.com_contact #ja-mainbody  { padding-bottom:250px; }

.main .inner { padding-left:50px; padding-right:50px; }

/* HEADER
--------------------------------------------------------- */

#ja-header {  }

#ja-header .main { background:url(../images/bg-header.png) 0 0 no-repeat; height:54px; padding:30px 0; -webkit-box-shadow: 2px 5px 5px 0px #999; box-shadow: 2px 5px 5px 0px #999; }

#ja-header .main-inner1 { position:relative; background:#4e7fb4; z-index:1000; }

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px;}

/* Logo Image ---*/
h1.logo { width: 210px; height: 30px; }

h1.logo a {
	background: url(../images/t3_logo_light_17.png) no-repeat left;
	display: block;
	width: 350px;	
	height: 34px;
}

/* Logo Text ---*/
div.logo-text {
	margin-left:250px;
}

div.logo-text h1 {
	font-size: 300%;
	font-family: 'AllerLightRegular';
	font-weight: bold;
	text-transform:uppercase;
}

div.logo-text h1 a {
	text-decoration: none;
	color:#fff;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 120%;
	margin: 3px 0 0;
	padding: 0 10px;
}

/* NAVIGATION
--------------------------------------------------------- */

#ja-left { 
	position:relative;
	padding:180px 0 0 0;
	margin-top:-180px;
	background:#94adcf;
	z-index:500;
}

/* Main Nav ---*/
#ja-mainnav .main { border-bottom: 1px solid #ccc; }

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ja-breadcrums {
	text-indent: 10px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li {  }

#ja-container ul.menu li > a { color:#fff; }

#ja-container ul.menu li li {  }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box { 
	background: none;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { border-bottom: 0; padding-bottom: 0; }

#ja-topsl ul.menu li, #ja-botsl ul.menu li,
#ja-topsl ul.latestnews li, #ja-botsl ul.latestnews li,
#ja-topsl ul.weblinks li, #ja-botsl ul.weblinks li {
	background: url(../images/bullet.gif) no-repeat 1px 6px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0; border-bottom: 1px solid #ccc; }

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; }
#ja-botsl .main-inner1 { padding: 10px 0; border-top: 1px solid #ccc; }
#ja-botsl .main-inner1 ul.menu { float:right; }
#ja-botsl .main-inner1 ul.menu li { display:inline; background:none; padding-left:30px; text-transform:uppercase; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.ja-icon-video {
	background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}

/* CUSTOM
----------------------------------------------------------- */
.body-materiel .column h1, .body-materiel .column h2, .body-materiel .column h3, .body-materiel-telechargeable .column h1, .body-materiel-telechargeable .column h2, .body-materiel-telechargeable .column h3 {
	padding: 10px 0; 
	margin: 15px 0 0 0;
}

.body-materiel .bfQuickMode fieldset .row-fluid, .body-materiel-telechargeable .bfQuickMode fieldset .row-fluid {
	padding-top: 0;
}

.body-materiel .form-actions .btn, .body-materiel .btn, .body-materiel-telechargeable .form-actions .btn {
	background: #94adcf;
	color: #fff;
	padding: 5px;
	border: none;
}

.body-materiel .form-actions .btn:hover, .body-materiel .btn:hover, .body-materiel-telechargeable .form-actions .btn:hover  {
	background: #4e7fb4;
	cursor: pointer;
}	

.body-materiel #bfPage1 .form-actions .btn {
	display: none;
}	

.body-materiel .bfQuickMode .controls .control-label {
	width: 45%;
}

.body-materiel div.moduletable-votrecommande h3 {
	color: #fff;
	font-size: 1.3em;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

div.moduletable-votrecommande .custom-votrecommande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
