

/*
#------------------------------------------------------------------------
  JA Purity II for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/


/* COMMON STYLE 
--------------------------------------------------------- */
body {
	background: #f6f6f6;
	
	
	
	
	
      /*  margin:5px 30px 5px 30px;*/
	color: #000;
   
	font-family:  Arial, sans-serif;
        font-size:12px;
 line-height: 1.5;
	
}
/* arriere planb2b2b2 image:url(../images/plan.jpg);005288 */
body#bd { 
/*background-color:#fff; */
background:url(../images/gb.png) #f3f3f3;
background-repeat:repeat-y ;
background-position:center;

color: #333; }

body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

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

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

/* Readon links ---*/
a.readon {
    float:right;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	border: 1px solid #fff;
	color:#069;
	/*font-weight: bold;*/
	 size:10px;
	padding: 1px 5px 1px 14px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

a.readon:hover, a.readon:active, a.readon:focus { background-color: #fff; border: 1px solid #ccc; }

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 0 0 0 0; padding: 0; 
padding-left:5px;}

/* Headings & Titles 1b2b82 ---*/
h1 { font-size: 180%; }
h2 { font-size: 190%; color: #006699 !important;}
h3 { font-size: 20px;color: #000000; }
h4 { font-size: 14px; text-transform: inherit;  color: #003366 !important;}
h5 { font-size: 100%; }
h7 { font-size: 140%;color: #fff; }

.contentheading, .componentheading, h1, h2, h4,h3, h5 {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	
}

.contentheading, .componentheading, h1,h3{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	
}

h1.componentheading, .componentheading { margin: 0;margin-bottom:10px; padding: 0 0 0px;font-size:26px;color:#3a3a3a; }

#Mod43{
z-index:0;
}
.componentheading {
	border-bottom: 1px solid #a0a0a0;
	font-size: 180%;
}

h2.contentheading, .contentheading { margin: 0; padding: 4px;font-size:155%;padding-top:0px; }


.contentheading { font-size: 130%; }

.blog .contentheading { font-size:110%;margin-left:10px; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: normal; }

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

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 85%; }

small, .small { color: #999; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/arrow21.png) no-repeat -5px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	/*overflow: hidden;*/
	padding-left: 0;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding-left: 5px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}


/* Calendrier
--------------------------------------------------------- */

.mod_minical_table {text-align :center;background-color:#ddd;}
.mod_minical_table  th {background: #FFF7BD;}
.mod_minical_table  td {border:2px  solid #FFE3B9;}
.mod_minical_table #mod_minical_today {border:2px solid red;}




/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }

input,  textarea, .inputbox {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left:3px;
	padding-top:2px;
	background:none;
	border:none;

}

.inputbox { background: #fff; border: 0; }

.inputbox:hover, .inputbox:focus { background: #fff;border-top:0 solid #ffffff; }

.button {
	background: url(../images/grad1.gif) repeat-x top #333;
	border: 0px solid #fff;
	color: #ccc;
	font-size: 100%;
	width:28px;
	height:22px;
	/*padding: 3px 5px;*/
	text-transform: uppercase;
}

.button:hover, .button:focus {
	background: #333;
	border: 1px solid #999;
	color: #fff;
}

.checkbox {}

.radio { margin: 0 5px; }

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox {
	width: 20px;
}

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}

.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}

.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}

/* topmenu1 e2e7eb */
td.topmenu1 {
padding-left:0px;
width:57px;


	}
td.topmenu1 a {
 background: url(../images/home.jpg) no-repeat center ;

  display: block;
     height: 55px;
	 margin-top:8px;
	
	width: 60px;
	

	
}
td.topmenu3{
padding-left:0px;
}
td.topmenu3 a {
 background: url(../images/homehover.jpg) no-repeat top #e59a1b;
margin-top:0;
padding-left:0px;
 display: block;
     height: 63px;
	 border-radius:5px 5px 0 0;
	width: 60px;
	
}
td.topmenu3 a:hover{
/*font-size:16px;*/

 background: url(../images/homehover.jpg) no-repeat top #e59a1b;
margin-top:0;
 display: block;
     height: 63px;
	  border-radius:5px 5px 0 0;
	width: 60px;
}
td.topmenu3 a:active{
background: url(../images/homehover.jpg) no-repeat top #e59a1b;
 display: block;
     height: 63px;
	 margin-top:0px;
	 border-radius:5px 5px 0 0;
	width: 60px;
}
td.topmenu1 a:hover{

 background: url(../images/homehover.jpg) no-repeat top #e59a1b;

 display: block;
     height: 63px;
	 margin-top:0px;
	  border-radius:5px 5px 0 0;
	width: 60px;
}

td.topmenu1 a:active{
background: url(../images/homehover.jpg) no-repeat top #e59a1b;
 display: block;
     height: 63px;
	 margin-top:0;
	width: 60px;
	border-radius:5px 5px 0 0;
	
}
/* Search ---*/
form#searchForm {
	border-top: 1px solid #ccc;
	padding: 15px 0; 
}

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

.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}

.results p { margin: 0 0 10px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#component-contact #emailForm { border-top: 1px solid #ddd; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog {
 /* background: url(../images/blog.jpg) repeat-x top #efefef;
*/
}

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.leading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_row { padding-bottom: 5px; padding-top: 3px; }

.article_column { }

.column_separator { padding: 0 25px; }



.article-meta { float: left; padding: 0; width: 70%; margin-left:-10px;}

.article-section, .article-category { color: #999; }

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	background: url(../images/icon-date1s.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.modifydate { color: #999; display: block; margin: 10px 0; }

.contentdescription {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}

.contentdescription p { margin: 0; }

.buttonheading { float: right; }

.buttonheading img { border: 0; float: right; margin: 0 5px 0 0; }

/*Inline images ---*/
img.caption { margin-top: 5px; }

.img_caption { color: #999; margin-bottom: 10px; }

.article-content img {border: 0px solid #e2e7eb; margin: 4px; }

.img_caption img { margin: 5px 0 0; }

.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #fff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #fffff0; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a { color: #333; }

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

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

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dd { clear: right; }

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img { vertical-align: baseline;}

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; }

/* Search */
table.searchintro { padding: 10px 0; width: 100%; }

table.searchintro td { padding: 5px !important; }

/* Misc. */
table.contentpaneopen, table.contentpane, table.blog { width: 100%; }

/* Pagination ---*/
.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	/*background: #069;
	border: 1px solid #069;*/
	color: #fff;
	padding: 1px 5px;
}

.blog_more {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 15px 0 0px;
}

.blog_more h2 {
	font-size: 12px;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.blog_more ul li {
	/*background: url(../images/arrow.png) no-repeat 7px 6px;*/
background:#fff;
	padding-left: 15px;
	line-height:130%;
	font-size:12px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Messages ---*/
#system-message { margin: 0 -15px 10px; }

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul { margin: 0; padding: 0; }

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #fff;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul { background: #069; border: 0; }

/* System Error Messages */
#system-message dd.error ul { background: #bf0000; border: 0; }

/* System Notice Messages */
#system-message dd.notice ul { background: #333; border: 0; }

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text { font-size: 100%; margin: 0; }

.hasTip img { border: none; margin: 0 5px 0 0; }

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {

	color: #333;
/*background:url("../images/grey5.jpg") no-repeat scroll left top #003366;*/
	border-right::1px solid #003366;
	background: #e9e9e9;
	font-size: 100%;
	margin: 20px 0 1px ;
	padding: 7px 0 7px 5px;
	text-transform:capitalize;
	font-weight:bold;
	/*overflow: hidden;*/
}

div.moduletable_menu h3 { margin-bottom: 0;background:#f6f6f6;text-indent: 10px;font-size:12px;}

div.ja-moduletable, div.moduletable {
	/*border-bottom: 2px solid #e59a1b;*/
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
}

.badge-hot 	.badge { background-position: 0 0; }
.badge-new 	.badge { background-position: 0 -46px; }
.badge-pick .badge { background-position: 0 -92px; }
.badge-top 	.badge { background-position: 0 -138px; }

/*head text 
#headtext {
   /* padding-left: 60px;
	
	
	bottom: 50px;
	position: left;
	left: 200px;
	top:-70px;
	}*/
#pos1{
position:relative;

 
 margin-top:16px;
 
	float:right;
	width:240px;
	text-decoration:none;
	background:#fff;

}

#pos1 a {
	color: #ccc;
	font-size:11px;
	
	/*text-decoration:none;
	border-bottom: 1px dotted #ccc;*/
}
#pos1 a:hover {
color: #fff;

}
/* Search Module ---*/
#ja-search {

 position: relative;top:0px; right:16px;
 float: right;
 z-index: 1;

/* border:solid 1px #666666;*/    
  
	/*top:10px;
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	
	position: absolute;
	/*bottom: 20px;
	right: 7px;*/
       
}

#ja-search label { display: none; }

#ja-search .inputbox {
	width: 130px;
	border-top: 0px solid #fff;
	/*padding-top:1px;*/
	height:19px;
	color: #000;
	/*background: #f6f6f6;*/
	margin-right:28px;
	
	font-size: 100%;
	font-weight: normal;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus { }

#ja-search .button {
	background: url(../images/search.jpg) no-repeat;
	
	/*font-size: 100%;*/
	font-size: 100%;
	/*margin-left: 2px;*/
	color:#e59a1b;
	text-transform: none;
	position: absolute;
	right:0px;
}

/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

#form-login ul { margin: 0 !important; padding: 0; }

#form-login p { margin: 0 0 5px; }

#form-login .button { margin: 10px 0; }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

form.poll .button { margin-right: 5px; }

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

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a { color: #999; font-size: 92%; }

div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }

div.bannergroup { margin-bottom: 10px; }

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	border-bottom: 1px solid #ccc;
	color: #ffffff;
	font-size: 98%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 12px 12px;
	text-transform: capitalize;
}

div.ja-module, div.module { margin-bottom: 20px; position: relative; /*overflow: hidden;*/ }

.ja-box-br {
	background:  #fff;
}

.ja-box-bl {
	/*background: url(../images/b-bl.gif) no-repeat bottom left;*/
}

.ja-box-tr {
/*	background: url(../images/b-tr.gif) no-repeat top right;*/
}

.ja-box-tl {
	
	/*background: url(../images/b-tl.gif) no-repeat top left;*/
	padding: 0;
/*	border:1px outset #ccc;*/
	 /*background:url("../images/grey5.jpg") no-repeat scroll left top #fff;*/
	 border:0px solid #E49A1F;
	border-top:none;
	border-right:none;
	border-left:none;

}

/* text */
div.module_text h3 {
       	
        clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	/*overflow: hidden;*/
	width: 100%;
	border-bottom: 0;
}

div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}

div.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}

div.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}

/* Blank */
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl {
	background:none;
	padding: 0;
}

/* red */
div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
}

div.module_red .ja-box-bl {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red .ja-box-tr {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red .ja-box-tl {
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #069;
}

div.module_blue .ja-box-bl {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue .ja-box-tr {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue .ja-box-tl {
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7ba566;
}

div.module_green .ja-box-bl {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green .ja-box-tr {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green .ja-box-tl {
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333;
}

div.module_black .ja-box-bl {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black .ja-box-tr {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black .ja-box-tl {
	background: url(../images/bl-tl.gif) no-repeat top left;
}

/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * { color: #FDAE1C !important; }

div.module_black .inputbox, div.module_green .inputbox, div.module_blue .inputbox, div.module_red .inputbox {
	color: #ccc !important;
}

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
	margin: 15px 0 0;

}

div.ja-moduletable ul li, div.ja-module ul li {
	padding-left: 12px;
	background-position: 2px 8px;
}

/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
}

/* Uncomment the following lines if you want collapsible modules with badges still show arrows */
/* 
.badge-hot h3.show,.badge-new h3.show,.badge-pick h3.show,.badge-top h3.show,
.badge-hot h3.hide,.badge-new h3.hide,.badge-pick h3.hide,.badge-top h3.hide {
	background-position: 15px 60%;
	text-indent: 39px;
}
*/

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }
.main {width:1000px;}
.ja-box { padding-bottom: 20px; padding-top: 0px;
 }



#ja-container .main { padding: 0px 0; }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1  {}

/* Full */
#ja-container {}

/* Full left */
#ja-container.ja-r1 {}

/* Full right */
#ja-container.ja-l1 {}

/* Mass ---*/
.ja-mass-top {}
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { margin-left: 0; margin-right: 0; }

.ja-mass-bottom {}
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {padding-top:0px;width:100%;}

#ja-main .inner {  }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top { }
.ja-content-top .ja-moduletable, .ja-content-top .ja-module { margin-left: 0; margin-right: 0;  }


p{
 padding:0px 10px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

/* Content Bottom ---*/
.ja-content-bottom { }
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module { margin-left: 0; margin-right: 0;  }

/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

.ja-col { }

/* Left Columns ---*/
#ja-left .ja-l2 { }

/* Right Columns ---*/
#ja-right .ja-r2 { }

/* HEADER background-color:#ffffff background-image:-moz-linear-gradient(#1b2b82,#ffffff,#ffffff,#ffffff,#1b2b82 29407c);
background: url(../images/im-univ.jpg) no-repeat center #1b2b82;
--------------------------------------------------------- */
#ja-header {position: relative; z-index: 10;background-color:#1a3867;border-top:1px solid #234d8b;}

#ja-header .main {
	
/*   background: url(../images/im-univ.jpg) no-repeat center;*/
      
	/*background-position:top center;
	background-repeat: no-repeat;*/
	height: 115px;
	 width:1000px;
	 margin:auto;
	
	
	
	
        
}
#head2{
 position: relative;
 float:right;
 top:-1px;
 background:#14294a;
 border-radius: 0 0 5px 5px;
 border:1px solid #234d8b;
 border-top:none;
 color:#12619a;


/*background: url(../images/hd1.png) no-repeat right;
 /*background-color:#003370;*/
 width:473px;
 height:28px;
}
#head3{
width:660px;
height:50px;
position:absolute;
top:42px;
	background: url(../images/slogan.png) no-repeat center;
}
h1.logo, div.logo-text h1 { font-size: 150%; line-height: 1;}

h1.logo{ float: left; z-index: 1; position: relative;top:10px; left:-17px;}


/* Logo Image ---*/
h1.logo { height: 60px; width: 300px; }

h1.logo a {
	/*background: url(../images/logo0.png) no-repeat center;*/
	background-color:#1a3867;
	display: block;
     height: 82px;
	width: 246px;
	
}

h1.logo a span { position: absolute; top: -10000px; }

/* Logo Text ---*/
div.logo-text {font-family:  Georgia, "Times new Roman", Times, serif; margin-top: 8px; float: left; z-index: 1; position: relative;top:40px; left:30px;}

div.logo-text h1 a {
	color: #FFF;
	font-family:  Georgia, "Times new Roman", Times, serif; 
	font-style: italic;
	font-weight: bold;
	font-size:20px;
	letter-spacing: 1px;
	text-decoration: none;
}


p.site-slogan {
	background: #444;
	color: #999;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}

/* Header mask ---*/
.ja-headermask {
	background: url(../images/header-mask.png) no-repeat top right;
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}

/* NAVIGATION  url(../images/grad1-mask.png) repeat-x top #e2e7eb 
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
background-color:#14294a;
/*background:url(../images/grey.jpg) repeat-x ;
/*	background: -moz-linear-gradient(center top , #D3D8E8,#6a6e79) repeat scroll 0 0 transparent;*/
	border-top:1px solid #234d8b;
	
	/*border-top:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
	line-height: 2;
	height:55px;
	position: relative;
	text-align:center;
	vertical-align:middle;
	z-index: 11;
   
}

#ja-mainnav .main {font-family: Arial, sans-serif; font-size:100%; width:700px;float:left;
text-transform:uppercase;}

span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-position: left 2px;
}

span.menu-title { display: block; }

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}

/* Sub Nav ---#005da8*/
#ja-subnav {  position: relative; z-index: 9;
 }

#ja-subnav .main {
	line-height: 1;
	z-index: 10;
}

#ja-subnav ul {
	
	padding: 10px 0;
	
}

#ja-subnav ul.active { background: #333; }

#ja-subnav li {
	background: none;
	border-left: 1px dotted #999;
	display: block;
	float: left;
	padding: 0 10px 0 11px;
}

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul li a { color: #fff; display: block; text-decoration: none;
font-size:10px; }

#ja-subnav ul li a:hover {color: #fff;font-size:11px; }

#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#ja-subnav ul.active li a { color: #ccc; }

#ja-subnav ul.active li a:hover { color: #fff; }

#ja-subnav ul li.empty { visibility: hidden }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}

#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { background: none; padding-right: 0; }

#ja-subnav ul li ul li {
	/*border-bottom: 1px solid #ccc;*/
	border-left: 0;
	display: block;
	float: none;
	/*overflow: hidden;*/
	padding: 5px;
	text-align: left;
}

#ja-subnav ul li ul li a {
	
	border: 0 !important;
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #069 !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a.active {
	color: #069; !important;
	font-weight: bold !important;
}

/* Breadcrumbs ---*/
.ja-navhelper { background: #f6f6f6; text-transform: uppercase; border: 1px solid #ccc;border-top:0px;
margin:auto;
	width:1000px; }
.ja-navhelper .main { padding: 5px 0; }

.ja-navhelper a { padding: 0 2px; color: #069; text-decoration: none; }
.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus { color: #fff; text-decoration: none;}

.ja-breadcrums {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 80%;
}

.ja-breadcrums strong { margin-right: 5px; }

.ja-breadcrums img { margin: 1px 5px; }

/* Extras ---*/
.ja-links { float: right; margin-top: 2px; }

.ja-links li { background: none; padding: 0; display: inline; }

.ja-links li.top a {
	/*background: url(../images/arrow2.png) no-repeat 5px center;*/
	padding-left: 17px;
	padding-right: 5px;
}

.ja-links li.top a:hover { background-color: #069; }

.ja-links li.layout-switcher a {
	background: #069;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover { background: #666; color: #fff; text-decoration: none; }

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover { background: #666; color: #fff; text-decoration: none; }

/* div face*/
/* Logo Image ---*/


.contact a{color:#069;}
.div23 {padding-right:7px;font-family:times new roman,sans serif;font-size:15px; }
.div23 a{color:#3a3a3a;}
.div23 a:hover{color:#006699; }


td.div232 { background: url(../images/faculte1.jpg) no-repeat left;  width: 240px; }
td.div233 { background: url(../images/mess.jpg) no-repeat left; height: 80px; width: 250px;float:left; }
td.div234 { background: url(../images/biblio.jpg) no-repeat left; height: 80px; width: 250px;float:left; }



td.biblio{ background: url(../images/imgg/bbbr.png) no-repeat 27px 29px;height: 75px; width: 240px; }

td.biblio a {
	
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}

td.messagerie { height: 40px; width: 44px; }

td.messagerie a {
	background: url(../images/icon.png) no-repeat -104px 2px;
	display: block;
     height: 40px;
	width: 44px;
}
td.messagerie a:hover{
	background: url(../images/icon.png) no-repeat -104px -36px;
}
/*td.biblio a:hover{
background: url(../images/imgg/bib2.jpg) no-repeat left;
}*/
td.elearn{ background: url(../images/imgg/bbbr.png) no-repeat 27px 28px;height: 75px; width: 240px; }

td.elearn a {
	/*background: url(../images/imgg/elearn2.jpg) no-repeat left;*/
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
td.elearn a:hover{
/*background: url(../images/imgg/elearn1.jpg) no-repeat left;*/
}
td.ent{background: url(../images/imgg/bbbr.png) no-repeat 27px 35px;height: 75px; width: 240px; }

td.ent a {
	/*background: url(../images/imgg/ent2.gif) no-repeat left;*/
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
td.ent a:hover{
/*background: url(../images/imgg/ent2.gif) no-repeat left;*/
}
td.twiter { height: 32px; width: 30px; }


/*td.googleplus { height: 32px; width: 30px; }*/


	
td.ceil{ background: url(../images/imgg/bbbr.png) no-repeat 20px 37px;height: 75px; width: 240px; }

td.ceil a {
	/*background: url(../images/imgg/elearn2.jpg) no-repeat left;*/
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
td.ceil a:hover{
/*background: url(../images/imgg/elearn1.jpg) no-repeat left;*/
}
/* Default Joomla! Menu ---*/
#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {
	/*border-right: 1px solid #e59a1b;
  /* border: 1px dotted #e59a1b;
	border-left: 7px solid #e59a1b;*/
	border-bottom:1px dotted #ccc;
    background: url(../images/arrow.png) no-repeat  2px 11px;
	background-color:#fff; 
	font-size:12px;
    margin: 0;
	/*overflow: hidden;*/
	padding: 0;
	padding-left:7px;
      
}

#ja-container ul.menu li a {
	color: #333;
	display: block;
	outline: none;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 5px;
}

#ja-container ul.menu li a:hover{
		background-color:#e59a1b;
		color:#fff;
		margin-left:-7px; 
			border:none;
			
	}
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus {background-color:#e59a1b; 	border:none;}

#ja-container ul.menu li.active a {  }

#ja-container ul.menu li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li li {
	background: url(../images/arrow.png) no-repeat left 11px;
	border:0px;

}

#ja-container ul.menu li li a {
	
	color: #333333!important;
	font-weight: normal !important;
	text-indent: 10px;
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li.active> a {background-color:#fff;color:#FF0000;}
#ja-container ul.menu li li a:focus { color: #528ff5 !important; background-color:#fff;}

#ja-container ul.menu li.active > a {background-color:#e59a1b; color:#fff;margin-left:-7px;
	border:none;}

#ja-container ul.menu span.separator { display: none; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box{ 
	padding: 0px;
	margin-top:0;
	margin-bottom:0;
	
	
	
	/*margin-top:5px;
	background: url(../images/dot3.gif) repeat-y right;*/
}
 #ja-botsl .ja-box { 
	padding-left: 0px;
	padding-right: 0px;
		
	/*border:2 px solid #000;*/
	
	
	/*margin-top:5px;
	background: url(../images/dot3.gif) repeat-y right;*/
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full { 
	background: none;	
	
	/*border: solid 1px #FF0000;*/
}
#ja-botsl .ja-box-right,
#ja-botsl .ja-box-full {
border-left:2px solid #ffffff;
margin-top:-5px;
}
#ja-topsl .ja-box-right, #ja-topsl .ja-box-full{
/*border:1px solid #426271;*/
padding:5px 20px 0 20px;
margin-bottom:0;
background: url(../images/Blue-loading.gif) no-repeat center;



/*background-color:#EEEEEE;*/
}

/*  les marges du topsl */
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable  {
font-family:Arial, sans-serif;
font-size:small;
	border-bottom: 0;
	/*border:1px outset #cccccc; f0eedf*/
	
	/*margin-bottom:0px; 
	margin-top:0px;
	margin-right:0px;
	padding-bottom: 0;*/
	
	
}

#ja-topsl li, #ja-botsl li {
	background-image: url(../images/arrow.png);
	background-image:none;
	/*background-position: 0px 8px;
	padding-left: 10px;*/
	
}
#ja-topsl li:hover, #ja-botsl li:hover {
	/*background-image: url(../images/arrow.png);*/
	
	
}

#ja-topsl ol li, #ja-botsl ol li { margin-left: 0; padding: 0 !important; }

#ja-topsl p{ margin-left: 5px !important;}
 #ja-botsl ul, #ja-botsl p, #ja-botsl ol { margin-left: 3px !important;}
#ja-topsl ul, #ja-topsl ol { padding-top:5px; margin-left: 8px !important;border:1px dotted #e59a1b;
border-top:none;
margin-right:8px;margin-top:-8px;padding-bottom:6px; }

#ja-topsl a {
/*opacity:0.4;*/
   
	/*background: url(../images/arrow2.png) no-repeat;*/
	font-size:12px;
	color: #1b2b82;
	display: block;
	text-decoration: none;
	font-weight:normal;
}

#ja-topsl a:hover {
/*background: #ffffff; url(../images/puce-vert.jpg) left center no-repeat; 528ff5*/
color: #528ff5;
	text-decoration:none; 
	}
#ja-botsl a {
	/*color: #333;
	font-size:12px;*/
	text-decoration: none;
	/*border-bottom: 1px dotted #ccc;*/
}

#ja-botsl a:hover {
size:16px;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus,
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #528ff5;
	text-decoration: none;
	
}

/* Top spotlight ---*/
#ja-topsl {
   /* border-top: 1px solid #006699;*/
	/*border-bottom: 2px solid #cccccc;*/
	
	background: #ffffff;
/*	border:1px solid #ccc;*/
	margin:auto;
	width:1000px;
	color: #333;
}

#ja-topsl .main { width:1000px;padding:0 0px 0 0px; }

#ja-topsl h3 {
	/*background:url(../images/grey5.jpg) no-repeat scroll left top #003366;*/
	background-color:#e9e9e9;
	margin: 8px;
	margin-top:8px;
	padding: 6px 0 5px 15px;;
	color: #14294a;
    font-size:14px;
		/*border-top:3px solid #e59a1b;*/

	
	
}
#fn_scroller_1 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f6f6f6;
    border-color: -moz-use-text-color #ccc #003366;
    border-right: 1px solid #ccc;
    border-style: none solid solid;
    border-width: medium 0px 5px;
	   border-left: 0px solid #ccc;
    height: 100px;
    margin: -3px 8px 10px;
    overflow: hidden;
    padding: 13px;
    width: auto;
	margin-top:-8px;
	background:#efefef;
}

/* Bot spotlight 1b2b82---*/
#ja-botsl {
	
	background: #ffffff;
	color: #333;
	font-size:10px;
	height:auto;

	/*border:1px solid #ccc;*/
	border-top:0px;
	margin:auto;
	width:1000px;
	
}

#ja-botsl .main { padding: 0px;
width:1000px; }

#ja-botsl .ja-moduletable{
	
	margin-bottom: 0;
	background:#FF0000;
	
	height:auto;

}
 #ja-botsl .moduletable.clearfix {
	
 background:#fff;
	border:0px solid #e59a1b;
	border-top:none;
	border-right:none;
	margin:4px;
	margin-right:0px;
		margin-top:52px;
		padding-bottom:4px;

}
 #ja-botsl .moduletable h3{
 margin:0 -1px 0 -1px;
 border-bottom:5px solid #009ee0;
 color:#009ee0;
 font-family:Arial;
 font-size:18px;
 }
#ja-botsl h3 {
	/*background: url(../images/grey5.jpg)no-repeat top left  #003366;*/

	font-family:Arial;
	margin:  0 0  -28px 0px;	
	color: #009ee0;
	font-size:26px;
	text-align:left;
	text-transform:capitalize;
	border-bottom:28px solid #e59a1b;
	padding-left:4px;/*25px*/
	
	
	/*background-color:#1b2b82;*/
	
}

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { !important; !important; }

/* headertop */
#headertop {
	
	position: relative;
	top:5px; 
	float:right;
	right:34px;
	width:266px;
	text-decoration:none;
	
	}
#headertop a {
	color: #5771b3;
	
text-decoration:none;
	font-size:10px;
}
#headertop a:hover{
	color: #f6f6f6;
	text-decoration:none;

	
}
#menutoop {
	
	top: 50px;
	background-color:#FF0000;
	width:200px;
	height:100px;
	position: absolute;
	/*float:right;*/
	right: 500px;
	
	
	}

/* FOOTER
---------------------------------------------------------528ff5 */
#ja-footer {
	
	/*top:760px;*/
background: url(../images/grad11-mask.png) repeat-x bottom #1A3867;
	/*background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;*/
	border-top: 1px solid #fff;
	clear: both;
	padding: 0 0 20px;
	height:auto;
	/*line-height:0.5px;*/
	
	
}

#ja-footer a{


}

#ja-footer .main {
	/*background: url(../images/dot1.gif) repeat-y 22% 0;*/
	
	color: #666666;
	padding: 0;
	
}
#copi{
position:absolute;
color:#FFFFFF;
padding-left:706px;
padding-top:9px;

/*margin:10px 10px 0 0;*/
}

#ja-footer .inner { float: right; padding-top: 0px;padding-bottom: 7px; width: 68%; }

#ja-footer .inner a{text-decoration:underline;color:#069; }
#ja-footer .inner a:hover{text-decoration:none}

#ja-footer small { color: #f6f6f6; font-size: 90%;}

/* Foot Links ---*/
#ja-footer .ja-footnav {
/*float: right;*/
	background:#14294a;
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #234D8B;
	margin-left:-9px;
	width: 101%;
}

.ja-footnav ul { float: left; line-height: normal; }

.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
}

.ja-footnav li a {
	color: #666;
	display: block;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus { color: #333; }

.ja-footnav .ja-firstitem { border-left: 0; padding-left: 0; }

/* Copyright Info. ---*/
.ja-copyright small { display: block;float:left;}

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 175px;
	right: 20px;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

ul.ja-usertools-screen  {
	font-size: 11px;
	position: absolute;
	top: 175px;
	right: 90px;
}

/* Others ---*/
#ja-banner {
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
	
}


	

/*
#------------------------------------------------------------------------
  JA Purity II for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/


/* COMMON STYLE 
--------------------------------------------------------- */
body {
	background: #f6f6f6;
	
	
	
	
	
      /*  margin:5px 30px 5px 30px;*/
	color: #000;
   
	font-family:  Arial, sans-serif;
        font-size:12px;
 line-height: 1.5;
	
}
/* arriere planb2b2b2 image:url(../images/plan.jpg);005288 */
body#bd { 
/*background-color:#fff; */
background:url(../images/gb.png) #f3f3f3;
background-repeat:repeat-y ;
background-position:center;

color: #333; }

body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

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

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

/* Readon links ---*/
a.readon {
    float:right;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	border: 1px solid #fff;
	color:#069;
	margin-top:-10px;
	/*font-weight: bold;*/
	 size:10px;
	padding: 1px 5px 1px 14px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

a.readon:hover, a.readon:active, a.readon:focus { background-color: #fff; border: 1px solid #ccc; }

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 0 0 0 0; padding: 0; 
padding-left:5px;}

/* Headings & Titles 1b2b82 ---*/
h1 { font-size: 180%; }
h2 { font-size: 190%; color: #1189c6 !important;}
h3 { font-size: 20px;color: #3a3a3a; }
h4 { font-size: 14px; text-transform: inherit;  color: #003366 !important;}
h5 { font-size: 100%; }
h7 { font-size: 140%;color: #fff; }

.contentheading, .componentheading, h1, h2, h4,h3, h5 {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	
}

.contentheading, .componentheading, h1,h3{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	
}

h1.componentheading, .componentheading { margin: 0;margin-bottom:20px; padding: 0 0 0px;font-size:26px;color:#3a3a3a; }

#Mod43{
z-index:0;
}
.componentheading {
	border-bottom: 1px solid #a0a0a0;
	font-size: 180%;
}

h2.contentheading, .contentheading { margin: 0; padding: 0;font-size:130%;padding-top:18px; width:500px}


.contentheading { font-size: 130%; }

.blog .contentheading { font-size:110%;margin-left:10px; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: normal; }

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

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 80%; }

small, .small { color: #999; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/arrow21.png) no-repeat -5px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	/*overflow: hidden;*/
	padding-left: 0;
}

.column ol li { line-height: 160%; margin-left: 20px; font-size:13px;}

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding-left: 5px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}


/* Calendrier
--------------------------------------------------------- */

.mod_minical_table {text-align :center;background-color:#ddd;}
.mod_minical_table  th {background: #FFF7BD;}
.mod_minical_table  td {border:2px  solid #FFE3B9;}
.mod_minical_table #mod_minical_today {border:2px solid red;}




/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }

input,  textarea, .inputbox {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left:3px;
	padding-top:2px;
	background:#efefef;
	border:none;
	width:175px;

}

.inputbox { background: #fff; border: 0; }

.inputbox:hover, .inputbox:focus { background: #fff;border-top:0 solid #ffffff; }

.button {
	background: url(../images/grad1.gif) repeat-x top #333;
	border: 0px solid #fff;
	color: #ccc;
	font-size: 100%;
	width:28px;
	height:22px;
	/*padding: 3px 5px;*/
	text-transform: uppercase;
}

.button:hover, .button:focus {
	background: #333;
	border: 1px solid #999;
	color: #fff;
}

.checkbox {}

.radio { margin: 0 5px; }

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox {
	width: 20px;
}

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}

.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}

.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}

/* topmenu1 e2e7eb */
td.topmenu1 {
padding-left:0px;
width:60px;


	}
td.topmenu1 a {
 background: url(../images/home.jpg) no-repeat center #14294A;

  display: block;
     height: 55px;
	 margin-top:8px;
	
	width: 60px;
	

	
}
td.topmenu3{
padding-left:0px;
}
td.topmenu3 a {
 background: url(../images/homehover.jpg) no-repeat top #14294A;
margin-top:0;
padding-left:0px;
 display: block;
     height: 63px;
	 border-radius:5px 5px 0 0;
	width: 60px;
	
}
td.topmenu3 a:hover{

 background: url(../images/homehover.jpg) no-repeat top #e59a1b;
margin-top:0;
 display: block;
     height: 63px;
	  border-radius:5px 5px 0 0;
	width: 60px;
}
td.topmenu3 a:active{
background: url(../images/homehover.jpg) no-repeat top #e59a1b;
 display: block;
     height: 63px;
	 margin-top:0px;
	 border-radius:5px 5px 0 0;
	width: 60px;
}
td.topmenu1 a:hover{

 background: url(../images/homehover.jpg) no-repeat top #e59a1b;

 display: block;
     height: 63px;
	 margin-top:0px;
	  border-radius:5px 5px 0 0;
	width: 60px;
}

td.topmenu1 a:active{
background: url(../images/homehover.jpg) no-repeat top #e59a1b;
 display: block;
     height: 63px;
	 margin-top:0;
	width: 60px;
	border-radius:5px 5px 0 0;
	
}
/* Search ---*/
form#searchForm {
	border-top: 1px solid #ccc;
	padding: 15px 0; 
}

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

.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}

.results p { margin: 0 0 10px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#component-contact #emailForm { border-top: 1px solid #ddd; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog { }

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.leading {
	border-bottom: 0px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_row { padding-bottom: 5px; padding-top: 3px; }

.article_column { }

.column_separator { padding: 0 25px; }

/* Meta ---*/
.article-tools {

	border-bottom: 0px solid #ddd;
	clear: both;
	color: #999;
	font-size:10px;
	display: block;
	line-height: normal;
	margin: 0 0 5px;
	padding: 0px;
	position: relative;
}

.article-meta { float: left; padding: 0; width: 70%; margin-left:-10px;}

.article-section, .article-category { color: #999; }

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	background: url(../images/icon-date1s.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.modifydate { color: #999; display: block; margin: 10px 0; }

.contentdescription {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}

.contentdescription p { margin: 0; }

.buttonheading { float: right; }

.buttonheading img { border: 0; float: right; margin: 0 5px 0 0; }

/*Inline images ---*/
img.caption { margin-top: 5px; }

.img_caption { color: #999; margin-bottom: 10px; }

.article-content img {border: 0px solid #e2e7eb; margin: 4px; }

.img_caption img { margin: 5px 0 0; }

.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #fff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #fffff0; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a { color: #333; }

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

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

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dd { clear: right; }

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img { vertical-align: baseline;}

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; }

/* Search */
table.searchintro { padding: 10px 0; width: 100%; }

table.searchintro td { padding: 5px !important; }

/* Misc. */
table.contentpaneopen, table.contentpane, table.blog { width: 100%; }

/* Pagination ---*/
ul.pagination { float: right; bottom: -20px; margin-left:0px; position:absolute;right:300px;}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
padding-left:6px; 
	/*overflow: hidden;*/
}

ul.pagination li span { line-height: 20px;font-size:11px; }

ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
	font-size:11px;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #069;
	border: 1px solid #069;
	color: #fff;
	text-decoration: none;
}

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	/*background: #069;

	border: 1px solid #069;*/
	color: #fff;
	padding: 1px 5px;
}

.blog_more {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 15px 0 0px;
}

.blog_more h2 {
	font-size: 12px;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.blog_more ul li {
	/*background: url(../images/arrow.png) no-repeat 7px 6px;*/
background:#fff;
	padding-left: 15px;
	line-height:130%;
	font-size:12px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Messages ---*/
#system-message { margin: 0 -15px 10px; }

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul { margin: 0; padding: 0; }

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #fff;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul { background: #069; border: 0; }

/* System Error Messages */
#system-message dd.error ul { background: #bf0000; border: 0; }

/* System Notice Messages */
#system-message dd.notice ul { background: #333; border: 0; }

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text { font-size: 100%; margin: 0; }

.hasTip img { border: none; margin: 0 5px 0 0; }

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {

	color: #fff;
/*background:url("../images/grey5.jpg") no-repeat scroll left top #003366;*/
	border-right::1px solid #003366;
	background: #e59a1b;
	font-size: 14px;
	margin: 20px 0 1px ;
	padding: 7px 0 7px 5px;
	text-transform:capitalize;
	font-weight:bold;
	/*overflow: hidden;*/
}

div.moduletable_menu h3 { margin-bottom: 0;background:#f6f6f6;text-indent: 10px;font-size:12px;}

div.ja-moduletable, div.moduletable {
	/*border-bottom: 2px solid #e59a1b;*/
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
}

.badge-hot 	.badge { background-position: 0 0; }
.badge-new 	.badge { background-position: 0 -46px; }
.badge-pick .badge { background-position: 0 -92px; }
.badge-top 	.badge { background-position: 0 -138px; }

/*head text 
#headtext {
   /* padding-left: 60px;
	
	
	bottom: 50px;
	position: left;
	left: 200px;
	top:-70px;
	}*/
#pos1{
position:relative;
 overflow:hidden;
 
 margin-top:18px;
 
	float:right;
	width:240px;
	text-decoration:none;
	background:#fff;

}
#pos1 a {
	color: #ccc;
	font-size:11px;
	
	/*text-decoration:none;
	border-bottom: 1px dotted #ccc;*/
}
#pos1 a:hover {
color: #fff;

}
/* Search Module ---*/
#ja-search {

 position: relative;top:0px; right:16px;
 float: right;
 z-index: 1;

/* border:solid 1px #666666;*/    
  
	/*top:10px;
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	
	position: absolute;
	/*bottom: 20px;
	right: 7px;*/
       
}

#ja-search label { display: none; }

#ja-search .inputbox {
	width: 130px;
	border-top: 0px solid #fff;
	/*padding-top:1px;*/
	height:19px;
	color: #000;
	/*background: #f6f6f6;*/
	margin-right:28px;
	
	font-size: 100%;
	font-weight: normal;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
 background: none repeat scroll 0 0 #FFFFDD;
    border-color: #FFCC00;
    border: 1px solid #ffcc00;
    height: 17px;
	
	width:128px;
 }

#ja-search .button {
	background: url(../images/search.jpg) no-repeat;
	
	/*font-size: 100%;*/
	font-size: 100%;
	/*margin-left: 2px;*/
	color:#e59a1b;
	text-transform: none;
	position: absolute;
	right:15px;
}

/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

#form-login ul { margin: 0 !important; padding: 0; }

#form-login p { margin: 0 0 5px; }

#form-login .button { margin: 10px 0; }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

form.poll .button { margin-right: 5px; }

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

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a { color: #999; font-size: 92%; }

div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }

div.bannergroup { margin-bottom: 10px; }

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	border-bottom: 1px solid #ccc;
	color: #ffffff;
	font-size: 98%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 12px 12px;
	text-transform: capitalize;
}

div.ja-module, div.module { margin-bottom: 20px; position: relative; /*overflow: hidden;*/ }

.ja-box-br {
	background:  #fff;
}

.ja-box-bl {
	/*background: url(../images/b-bl.gif) no-repeat bottom left;*/
}

.ja-box-tr {
/*	background: url(../images/b-tr.gif) no-repeat top right;*/
}

.ja-box-tl {
	
	/*background: url(../images/b-tl.gif) no-repeat top left;*/
	padding: 0;
/*	border:1px outset #ccc;*/
	 /*background:url("../images/grey5.jpg") no-repeat scroll left top #fff;*/
	 border:0px solid #E49A1F;
	border-top:none;
	border-right:none;
	border-left:none;

}

/* text */
div.module_text h3 {
       	
        clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	/*overflow: hidden;*/
	width: 100%;
	border-bottom: 0;
}

div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}

div.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}

div.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}

/* Blank */
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl {
	background:none;
	padding: 0;
}

/* red */
div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
}

div.module_red .ja-box-bl {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red .ja-box-tr {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red .ja-box-tl {
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #069;
}

div.module_blue .ja-box-bl {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue .ja-box-tr {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue .ja-box-tl {
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7ba566;
}

div.module_green .ja-box-bl {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green .ja-box-tr {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green .ja-box-tl {
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333;
}

div.module_black .ja-box-bl {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black .ja-box-tr {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black .ja-box-tl {
	background: url(../images/bl-tl.gif) no-repeat top left;
}

/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * { color: #FDAE1C !important; }

div.module_black .inputbox, div.module_green .inputbox, div.module_blue .inputbox, div.module_red .inputbox {
	color: #ccc !important;
}

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
	margin: 15px 0 0;

}

div.ja-moduletable ul li, div.ja-module ul li {
	padding-left: 12px;
	background-position: 2px 8px;
}

/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
}

/* Uncomment the following lines if you want collapsible modules with badges still show arrows */
/* 
.badge-hot h3.show,.badge-new h3.show,.badge-pick h3.show,.badge-top h3.show,
.badge-hot h3.hide,.badge-new h3.hide,.badge-pick h3.hide,.badge-top h3.hide {
	background-position: 15px 60%;
	text-indent: 39px;
}
*/

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }
.main {width:1000px;}
.ja-box { padding-bottom: 20px; padding-top: 0px;
 }

#ja-wrapper { }

#ja-container {
	font-family: Helvetica, Arial, sans-serif;
	
	/*background: #ffffff;*/
	position: relative;
	z-index: 5;
	
	/*border: 1px solid #e7e7e7;
	/*border-top:0px;*/
	margin:auto;
	width:1000px;
	margin-top:30px;
	min-height:250px;
	
}

#ja-container .main { padding: 0px 0;border-top:0px solid #c94e9b;padding-top:10px; }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1  {}

/* Full */
#ja-container {}

/* Full left */
#ja-container.ja-r1 {}

/* Full right */
#ja-container.ja-l1 {}

/* Mass ---*/
.ja-mass-top {}
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { margin-left: 0; margin-right: 0; }

.ja-mass-bottom {}
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {padding-top:0px;width:100%;}

#ja-main .inner { margin-right:40px; }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top { }
.ja-content-top .ja-moduletable, .ja-content-top .ja-module { margin-left: 0; margin-right: 0;  }

/* Content Main - arriere plan article--*/
.ja-content-main { /*background:#ffffff;*/
font-size:14px;}


/* Content Bottom ---*/
.ja-content-bottom { }
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module { margin-left: 0; margin-right: 0;  }

/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

.ja-col { }

/* Left Columns ---*/
#ja-left .ja-l2 { }

/* Right Columns ---*/
#ja-right .ja-r2 { }


#ja-header {position: relative; z-index: 10;background-color:#275998;border-top:1px solid #294f8c;}

#ja-header .main {
	
/*   background: url(../images/im-univ.jpg) no-repeat center;*/
      
	/*background-position:top center;
	background-repeat: no-repeat;*/
	height: 90px;
	 width:1000px;
	 margin:auto;
		padding:0;
}
#head2{
 position: relative;
 float:right;
 top:-1px;
 background:#14294a;
 border-radius: 0 0 5px 5px;
 border:1px solid #234d8b;
 border-top:none;
 color:#1A3867;


/*background: url(../images/hd1.png) no-repeat right;
 /*background-color:#003370;*/
 width:501px;
 height:28px;
}
#head3{
width:510px;
height:50px;
position:absolute;
top:64px;
	background: url(../images/slogan.png) no-repeat right;
}
h1.logo, div.logo-text h1 { font-size: 150%; line-height: 1;}

h1.logo{ float: left; z-index: 1; position: relative;top:10px; left:-17px;}


/* Logo Image ---*/
h1.logo { height: 60px; width: 300px; }

h1.logo a {
	background: url(../images/logo02.jpg) no-repeat center;*/
	background-color:#fff;
	display: block;
     height:104px;
	width: 210px;
	margin-top:-20px;
	
}

h1.logo a span { position: absolute; top: -10000px; }

/* Logo Text ---*/
div.logo-text {font-family:  Georgia, "Times new Roman", Times, serif; margin-top: 8px; float: left; z-index: 1; position: relative;top:40px; left:30px;}

div.logo-text h1 a {
	color: #FFF;
	font-family:  Georgia, "Times new Roman", Times, serif; 
	font-style: italic;
	font-weight: bold;
	font-size:20px;
	letter-spacing: 1px;
	text-decoration: none;
}


p.site-slogan {
	background: #444;
	color: #999;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}

/* Header mask ---*/
.ja-headermask {
	background: url(../images/header-mask.png) no-repeat top right;
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}

/* NAVIGATION  url(../images/grad1-mask.png) repeat-x top #e2e7eb 
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
background-color:#294f8c;
/*background:url(../images/grey.jpg) repeat-x ;
/*	background: -moz-linear-gradient(center top , #D3D8E8,#6a6e79) repeat scroll 0 0 transparent;*/
	border-top:1px solid #234d8b;
	
	/*border-top:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
	line-height: 2;
	height:50px;
	position: relative;
	text-align:center;
	vertical-align:middle;
	z-index: 11;


   
}

#ja-mainnav .main {font-family: Arial, sans-serif; font-size:100%; width:1000px;float:none;
text-transform:uppercase;padding-left:10px;padding-top:5px;}

span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-position: left 2px;
}

span.menu-title { display: block; }

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}

/* Sub Nav ---#005da8*/
#ja-subnav {  position: relative; z-index: 9;
 }

#ja-subnav .main {
	line-height: 1;
	z-index: 10;
}

#ja-subnav ul {
	
	padding: 10px 0;++++
	
}

#ja-subnav ul.active { background: #333; }

#ja-subnav li {
	background: none;
	border-left: 1px dotted #efefef;
	display: block;
	float: left;
	padding: 0 15px 0 11px;
}

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul li a { color: #fff; display: block; text-decoration: none;
font-size:12px; }

#ja-subnav ul li a:hover {color: #e4c7ce;font-size:12px; }
#ja-subnav ul li a:active {color: #e4c7ce ;font-weight: normal;text-decoration: none; }

#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	color: #e4c7ce;
	font-weight: normal; 
	text-decoration: none;
}

#ja-subnav ul.active li a { color: #fff; }

#ja-subnav ul.active li a:hover { color: #fff; }

#ja-subnav ul li.empty { visibility: hidden }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}

#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { background: none; padding-right: 0; }

#ja-subnav ul li ul li {
	/*border-bottom: 1px solid #ccc;*/
	border-left: 0;
	display: block;
	float: none;
	/*overflow: hidden;*/
	padding: 5px;
	text-align: left;
}


#ja-subnav ul li ul li a {
	
	border: 0 !important;
	color: #555 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #E59A1B !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px #fffff1 !important;
}

#ja-subnav ul li ul li a.active {
	color: #069; !important;
	font-weight: bold !important;
}

/* Breadcrumbs ---*/
.ja-navhelper { background: #f6f6f6; text-transform: uppercase; border: 1px solid #ccc;border-top:0px;
margin:auto;
	width:1000px; }
.ja-navhelper .main { padding: 5px 0; }

.ja-navhelper a { padding: 0 2px; color: #069; text-decoration: none; }
.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus { color: #fff; text-decoration: none;}

.ja-breadcrums {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 80%;
}

.ja-breadcrums strong { margin-right: 5px; }

.ja-breadcrums img { margin: 1px 5px; }

/* Extras ---*/
.ja-links { float: right; margin-top: 2px; }

.ja-links li { background: none; padding: 0; display: inline; }

.ja-links li.top a {
	background: url(../images/arrow12.png) no-repeat 5px center;
	padding:6px;
	padding-left: 17px !important;
	padding-right: 5px !important;
	text-decoration:none;
	
}

.ja-links li.top a:hover { background-color: #069;	color: #fff; }

.ja-links li.layout-switcher a {
	background: #069;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover { background: #666; color: #fff; text-decoration: none; }

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover { background: #666; color: #fff; text-decoration: none; }

/* div face*/
/* Logo Image ---*/
.div02{
height:160px; 
position:relative;
width:960px;
background:url(../images/imgg/div12.png) no-repeat top;
z-index:1;
margin-top:-115px;

}
.div2{
position:absolute;
height:80px;
width:960px;
margin:69px 0px 0 0px;
background:url(../images/imgg/im01.png) no-repeat ;

}

.contact a{color:#069;}
.div23 {padding-right:12px;font-family:times new roman,sans serif;font-size:14px; }
.div23 a{color:#3a3a3a;}
.div23 a:hover{color:#006699; }




td.facebook { height: 32px; width: 32px; }

td.facebook a {
		background: url(../images/icon.png) no-repeat -72px 3px;
	display: block;
     height: 40px;
	width: 32px;

}
td.facebook a:hover{
	background: url(../images/icon.png) no-repeat -71px -33px;

}
td.biblio{ background: url(../images/imgg/bbbr.png) no-repeat 27px 29px;height: 75px; width: 240px; }

td.biblio a {
	
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
/*td.biblio a:hover{
background: url(../images/imgg/bib2.jpg) no-repeat left;
}*/
td.elearn{ background: url(../images/imgg/bbbr.png) no-repeat 27px 28px;height: 75px; width: 240px; }

td.elearn a {
	/*background: url(../images/imgg/elearn2.jpg) no-repeat left;*/
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
td.elearn a:hover{
/*background: url(../images/imgg/elearn1.jpg) no-repeat left;*/
}
td.ent{background: url(../images/imgg/bbbr.png) no-repeat 27px 35px;height: 75px; width: 240px; }

td.ent a {
	/*background: url(../images/imgg/ent2.gif) no-repeat left;*/
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
td.ent a:hover{
/*background: url(../images/imgg/ent2.gif) no-repeat left;*/
}
td.twiter { height: 32px; width: 32px; }

td.twiter a {
	background: url(../images/twiter1.png) no-repeat 0px 4px;
	display: block;
     height: 40px;
	width: 32px;
}

td.twiter a:hover{
		background: url(../images/icon.png) no-repeat -2px -33px;

}
/*td.googleplus { height: 30px; width: 30px; }*/

td.googleplus a {
		background: url(../images/icon.png) no-repeat -37px 3px;
	display: block;
     height: 40px;
	width: 32px;
}
td.googleplus a:hover {
	background: url(../images/icon.png) no-repeat -37px -33px;
	}
	
	
td.ceil{ background: url(../images/imgg/bbbr.png) no-repeat 20px 37px;height: 75px; width: 240px; }

td.ceil a {
	/*background: url(../images/imgg/elearn2.jpg) no-repeat left;*/
	display: block;
	padding-left:20px;
     height: 25px;
	width: 240px;
}
td.ceil a:hover{

}

#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {

	border-bottom:1px dotted #ccc;
    background: url(../images/arrow.png) no-repeat  2px 11px;
	background-color:#fff; 
	font-size:12px;
    margin: 0;

	padding: 0;
	padding-left:7px;
      
}

#ja-container ul.menu li a {
	color: #333;
	display: block;
	outline: none;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 5px;
}

#ja-container ul.menu li a:hover{
		background-color:#e59a1b;
		color:#fff;
		margin-left:-7px; 
			border:none;
			
	}
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus {background-color:#e59a1b; 	border:none;}

#ja-container ul.menu li.active a {  }

#ja-container ul.menu li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li li {
	background: url(../images/arrow.png) no-repeat left 11px;
	border:0px;

}

#ja-container ul.menu li li a {
	
	color: #333333!important;
	font-weight: normal !important;
	text-indent: 10px;
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li.active> a {background-color:#fff;color:#FF0000;}
#ja-container ul.menu li li a:focus { color: #528ff5 !important; background-color:#fff;}

#ja-container ul.menu li.active > a {background-color:#e59a1b; color:#fff;margin-left:-7px;
	border:none;}

#ja-container ul.menu span.separator { display: none; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box{ 	padding: 0px;	margin-top:0;	margin-bottom:0;}
 #ja-botsl .ja-box {padding-left: 0px;	padding-right: 0px;}
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,#ja-topsl .ja-box-full, #ja-botsl .ja-box-full { 
	background: none;	
	}
#ja-botsl .ja-box-right,#ja-botsl .ja-box-full {border-left:2px solid #ffffff;margin-top:-5px;
}
#ja-topsl .ja-box-right, #ja-topsl .ja-box-full{padding:5px 20px 0 20px;margin-bottom:0;
background: url(../images/Blue-loading.gif) no-repeat center;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable  {font-family:Arial, sans-serif;font-size:small;	border-bottom: 0;	float:left;	padding-top:4px;	padding-left:20px;	margin-bottom:-30px;
}

#ja-topsl li, #ja-botsl li {	background-image: url(../images/arrow.png);	background-image:none;
	}
#ja-topsl li:hover, #ja-botsl li:hover {	
}
#ja-topsl ol li, #ja-botsl ol li { margin-left: 0; padding: 0 !important; }

#ja-topsl p{ margin-left: 5px !important;}
 #ja-botsl ul, #ja-botsl p, #ja-botsl ol { margin-left: 3px !important;}
#ja-topsl ul, #ja-topsl ol { padding-top:5px; margin-left: 8px !important;border:1px dotted #e59a1b;
border-top:none;
margin-right:8px;margin-top:-8px;padding-bottom:6px; }

#ja-topsl a {
	font-size:12px;
	color: #1b2b82;;
	display: block;
	text-decoration: none;
	font-weight:normal;
}

#ja-topsl a:hover {
color: #528ff5;
	text-decoration:none; 
	}
#ja-botsl a {
	text-decoration: none;
}

#ja-botsl a:hover {
size:16px;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus,
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #528ff5;
	text-decoration: none;
	
}

/* Top spotlight ---*/
#ja-topsl {
	background: #ffffff;
	margin:auto;
	width:1000px;
	color: #333;
}

#ja-topsl .main { width:1000px;padding:0 0px 0 0px; }

#ja-topsl h3 {
	/*background:url(../images/grey5.jpg) no-repeat scroll left top #003366;*/
	background-color:#e9e9e9;
	margin: 0;
	padding: 6px 0 5px 15px;;
	color: #14294a;
    font-size:14px;
		/*border-top:3px solid #e59a1b;*/
width:195px;
	
	
}
#fn_scroller_1 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f6f6f6;
    border-color: -moz-use-text-color #ccc #003366;
    border-right: 1px solid #ccc;
    border-style: none solid solid;
    border-width: medium 0px 5px;
	   border-left: 0px solid #ccc;
    height: 100px;
    margin: 0px 0px 10px;
    overflow: hidden;
    padding: 13px;
    width: auto;
	margin-top:0px;
	background:#efefef;
}

/* Bot spotlight 1b2b82---*/
#ja-botsl {
	
	background: #ffffff;
	color: #333;
	font-size:10px;
	height:auto;

	/*border:1px solid #ccc;*/
	border-top:0px;
	margin:auto;
	width:1000px;
	
}

#ja-botsl .main { padding: 0px;
width:1000px; }

#ja-botsl .ja-moduletable{
	
	margin-bottom: 0;
	background:#FF0000;
	
	height:auto;

}
 #ja-botsl .moduletable.clearfix {
	
 background:#fff;
	border:0px solid #e59a1b;
	border-top:none;
	border-right:none;
	margin:4px;
	margin-right:0px;
		margin-top:52px;
		padding-bottom:4px;

}
 #ja-botsl .moduletable h3{
 margin:0 -1px 0 -1px;
 border-bottom:5px solid #009ee0;
 color:#009ee0;
 font-family:Arial;
 font-size:18px;
 }
#ja-botsl h3 {
	/*background: url(../images/grey5.jpg)no-repeat top left  #003366;*/

	font-family:Arial;
	margin:  0 0  -28px 0px;	
	color: #009ee0;
	font-size:26px;
	text-align:left;
	text-transform:capitalize;
	border-bottom:28px solid #e59a1b;
	padding-left:4px;/*25px*/
	
	
	/*background-color:#1b2b82;*/
	
}

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { !important; !important; }

/* headertop */
#headertop {
	
	position: relative;
	top:5px; 
	float:right;
	right:34px;
	width:301px;
	text-decoration:none;
	
	}
#headertop a {
	color: #5771b3;
	text-decoration:none;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;

}
#headertop a:hover{
	color: #f6f6f6;
	text-decoration:none;

	
}
#menutoop {
	
	top: 50px;
	background-color:#FF0000;
	width:200px;
	height:100px;
	position: absolute;
	/*float:right;*/
	right: 500px;
	
	
	}

/* FOOTER
---------------------------------------------------------528ff5 */
#ja-footer {
	
	/*top:760px;*/
background: url(../images/grad11-mask.png) repeat-x bottom #aa367f;
	/*background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;*/
	/*border-top: 1px solid #fff;*/
	clear: both;
	padding: 0 0 20px;
	height:30px;
	/*line-height:0.5px;*/
	
	
}

#ja-footer a{


}

#ja-footer .main {
	/*background: url(../images/dot1.gif) repeat-y 22% 0;*/
	
	color: #666666;
	padding: 0;
	width:100%;
	text-align:left;
}
#copi{
position:absolute;
color:#FFFFFF;
padding-left:706px;
padding-top:9px;

/*margin:10px 10px 0 0;*/
}

#ja-footer .inner { float: right; padding-top: 0px;padding-bottom: 7px; width: 68%; }
;
#ja-footer .inner a{text-decoration:underline;color:#069; }
#ja-footer .inner a:hover{text-decoration:none}

#ja-footer small { color: #f6f6f6; font-size: 90%;}

/* Foot Links ---*/
#ja-footer .ja-footnav {
/*float: right;*/
	background:#294f8c;
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #234D8B;
	margin-left:-9px;
	width: 101%;
}

.ja-footnav ul { float: left; line-height: normal; }

.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
}

.ja-footnav li a {
	color: #666;
	display: block;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus { color: #333; }

.ja-footnav .ja-firstitem { border-left: 0; padding-left: 0; }

/* Copyright Info. ---*/
.ja-copyright small { display: block;float:left;}

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 175px;
	right: 20px;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

ul.ja-usertools-screen  {
	font-size: 11px;
	position: absolute;
	top: 175px;
	right: 90px;
}

/* Others ---*/
#ja-banner {
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
	
}



ul.dropdown1 {
    position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
	text-align:start;
}


ul.dropdown1 li{
  background: url("../images/bullets.gif") no-repeat scroll 0 5px transparent;
    font-size: 10px;
    line-height: 1.8;
    padding-left: 12px;
}

ul.dropdown1 li a{
        color:#a8a8a8;
        font-size: 10px;
 	text-decoration:none;
	font-family:Arial, sans-serif;
	text-shdow:0 0 2px #000;
}

ul.dropdown1 li a:hover{
        color:#fff;
        font-size: 10px;
 	text-decoration:none;
	font-family:Arial, sans-serif;
}

ul.dropdown1 li:hover{
color: #fff;
background-position: 0px -95px;
}

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

.cufon-canvas { padding: 1px 0 3px; }
}

div.ja-innerdiv h4 {
	font-family:Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.test {
	color:#000000;
		
}
.test: hover {
	color:#ffffff;
		
}
.cufon-canvas { padding: 1px 0 3px; }
#ja-search .custom {
float:left;
} 
#ja-search .search {
float:right;
}
#ja-search  ul {
float:right;
}
#ja-search  ul {
float:right;
}
#ja-search{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #294f8c;
    border-color: -moz-use-text-color #234D8B #234D8B;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #234D8B;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #1A3867;
    float: right;
    height: 28px;
    position: relative;
    top: -1px;
    width: 345px;
	right:0;}
	
	
	select{

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding:1px;
	padding-left:3px;
	height:22px;
	background:#fff;
	border:none;
	width:166px;
	}
#meunTop a{
color:#5771b3;
text-decoration:none;
font-size:11px;
}
#meunTop a:hover{color:#ffffff;
	
}



ul.dropdown {
    position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
 
}

ul.dropdown li {
background: url(../images/point03.png) no-repeat 5px 5px;
	list-style: none;
    font-weight: normal;
	font-size:11px;
   
    zoom: 1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;   
    margin:1px;
   }
   ul.dropdown a:hover {
    color: #006699;
	text-decoration:underline;
	
}

ul.dropdown li a {
    display: block;
	font-size:10px;
	font-family:Arial, sans-serif;
padding: 3px;
	margin-left:3px;
	line-height:1.5;
    color: #444;
  
}

ul.dropdown li:last-child a {
    border-right: none;
}
 /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
   /* background: #0070C0;*/
    color: black;
    position: relative;
   /* color:#fff;*/
}



ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #909090 url(../images/overlay2.png) repeat-x top left;
    color: #000;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
}

ul.dropdown ul ul {
	list-style: none;
    left: 100%;
    top: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul.dropdown a {
	text-decoration: none;
}

ul.dropdown li {
	display:block;

}

.sub_menu {
  margin:0 !important;
  z-index: 1000 !important;
  position:absolute;
}

.sub_menu  li{
  margin:0 !important;
  z-index: 1000 !important;
}

.sub_menu  li a {
  margin:0 !important;
  z-index: 1000 !important;
}

.dropdown {
  z-index: 1000 !important;
}

.menuactive a {
  color: #CC0000 !important;
}


