/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #414141;
	background: #FFFFFF;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

body#bd {
	margin: 0;
	padding: 0;
	/*background:	#333;*/
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFF;
	color: #000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 11px;
}

body.fs2{
	font-size: 12px;
}

body.fs3{
	font-size: 13px;
}

body.fs4{
	font-size: 14px;
}

body.fs5{
	font-size: 15px;
}

body.fs6{
	font-size: 16px;
}

/* Normal link */
a {
	color: #005298;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
/* font-size: 10%; */
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, #ju-pathway {
	font-size: 80%;
	color: #999999;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	/* font-size: 125%; */
	font-size: 100%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(../images/arrow.png) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #333333;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button {
	padding: 2px 5px;
}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 2px 5px;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #3589E3;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
.quote-hilite {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #FFFFCC;
	padding : 0;
	margin: 0;
	border: 1px solid #E1E1A9;
}

.quote-hilite blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #3589E3;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #3589E3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/notice.gif) no-repeat top right #FFFFCC;
	padding: 10px 50px 10px 20px;
	border: 1px solid #E1E1A9;
	border-top: none;
	border-right: none;
}

p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top right #FFFFCC;
	padding: 15px;
	border: 1px solid #E1E1A9;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 0px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub-br-bg.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub-bl-bg.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub-tr-bg.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub-tl-bg.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br-bg.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl-bg.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr-bg.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl-bg.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br-bg.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl-bg.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr-bg.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl-bg.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background: url(../images/grad2.gif) repeat-x bottom #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px;
}

.box-hilite {
	border: 1px solid #E1E1A9;
	background: #FFFFCC;
}

/* MODULE
--------------------------------------------------------- */
div.module h3,
div.module-default h3 {
	margin: 0 -1px 5px;
	padding: 2px 0 3px 25px;
	/* font-size: 120%; */
	font-size: 100%;
	line-height: normal;
	background: url(../images/h3-icon0.jpg) no-repeat center left;
	font-family: Arial;
}

div.module {
	margin: 5px 0 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px dotted #dc6b13;
	background: none;
}
div.module-default {
	margin: 5px 0 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: none;
}
div.module div,
div.module-default div {
	padding: 0;
	/*background: url(../images/box-bl.gif) no-repeat bottom left;*/
	background: none;
}

div.module div div,
div.module-default div div {
	padding: 0;
	/*background: url(../images/box-tr.gif) no-repeat top right;*/
	background: none;
}

div.module div div div,
div.module-default div div div {
	padding: 5px 15px;
/*	background: url(../images/box-tl.gif) no-repeat top left;*/
	background: none;
}

div.module div div div div,
div.module-default div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	width: 100%;
}

div.icon1 h3 {
	background-image: url(../images/h3-icon1.gif) !important; 
}

div.icon2 h3 {
	background-image: url(../images/h3-icon2.gif) !important; 
}

div.icon3 h3 {
	background-image: url(../images/h3-icon3.gif) !important; 
}

div.icon4 h3 {
	background-image: url(../images/h3-icon4.gif) !important; 
}

div.icon5 h3 {
	background-image: url(../images/h3-icon5.gif) !important; 
}

div.icon6 h3 {
	background-image: url(../images/h3-icon6.gif) !important; 
}

div.icon7 h3 {
	background-image: url(../images/h3-icon7.gif) !important; 
}

div.icon8 h3 {
	background-image: url(../images/h3-icon8.gif) !important; 
}

div.icon9 h3 {
	background-image: url(../images/h3-icon9.gif) !important; 
}
div.icon10 h3 {
	background-image: url(../images/menu2-h3.jpg) !important;
	color: #3F89C3;	 
}
/* 
 * MODULE MENU
 */

div.module-menu h3 {
	margin:0;
	padding: 0px 7pt;
	font-size: 100%;
	line-height: 22px;
	height: 22px;
}

div.module-menu {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	/*background: url(../images/box-sk-br.gif) no-repeat bottom right;*/
}

div.module-menu div {
	padding: 0;
	/*background: url(../images/box-sk-bl.gif) no-repeat bottom left;*/
}

div.module-menu div div {
	padding: 0;
	/*background: url(../images/box-sk-tr.gif) no-repeat top right;*/
}

div.module-menu div div div {
	padding: 0;
	/*background: url(../images/box-sk-tl.gif) no-repeat top left;*/
}

div.module-menu div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	width: 100%;
}



/* STICKY MODULE */
div.module-sticky h3 {
	margin: 0 -1px 5px;
	padding: 1px 0 1px 0;
	font-size: 125%;
}

div.module-sticky {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-sk-br.gif) no-repeat bottom right;
}

div.module-sticky div {
	padding: 0;
	background: url(../images/box-sk-bl.gif) no-repeat bottom left;
}

div.module-sticky div div {
	padding: 0;
	background: url(../images/box-sk-tr.gif) no-repeat top right;
}

div.module-sticky div div div {
	padding: 25px 15px 15px;
	background: url(../images/box-sk-tl.gif) no-repeat top left;
}

div.module-sticky div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	width: 100%;
}

/* NOTE MODULE */
div.module-note h3 {
	margin: 0 -1px 5px;
	padding: 1px 0 1px 0;
	font-size: 125%;
}

div.module-note {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-note-br.gif) no-repeat bottom right;
}

div.module-note div {
	padding: 0;
	background: url(../images/box-note-bl.gif) no-repeat bottom left;
}

div.module-note div div {
	padding: 0;
	background: url(../images/box-note-tr.gif) no-repeat top right;
}

div.module-note div div div {
	padding: 15px 15px;
	background: url(../images/box-note-tl.gif) no-repeat top left;
}

div.module-note div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	width: 100%;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/sep.jpg) repeat-x center;
	height: 20px;
}

#ju-col1 .article_seperator, #ju-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/arrow.png) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #F2F2F2;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #333333;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	/*background: url(../images/sep.gif) repeat-x bottom;*/
	border-bottom: 1px dotted #dc6b13; 
	font-size: 170%;
	font-weight: bold;
	line-height: normal;
	color: #3F82B8;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	/* font-size: 150%; */
	font-size: 100%;
}

.contentheading {
	line-height: normal;
	line-height: 150%;
	color: #1B73B3;
	white-space: nowrap;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	/* float: left; */
	float: right;
	padding: 1px 5px 1px;
	display: block;
	text-decoration: none;
	/* text-transform: uppercase; */
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 0 0;
	line-height: 10px;
	color: #999999;
	font-size: 80%;
}

.modifydate {
	color: #999999;
	font-size: 80%;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 15px 15px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 15px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	border: 1px solid #333333;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/sep.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/sep.gif) repeat-x bottom #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/sep.gif) repeat-x bottom #FFFFCC;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ju-wrapper2 {
	margin: 0 auto;
	text-align: center;
}

.wide #ju-wrapper2 {
	width: 778px;
}

#ju-wrapper1 {
/*	background: #FFFFFF url(../images/bottom-bg.gif) bottom center no-repeat;*/
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
}

#ju-wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
}

#ju-containerwrap {
	background: url(../images/grad.png) repeat-x scroll center top;
	/* padding-top: 10pt; */
	padding-top: 5pt;
	margin-top: 2px;
}

#ju-container {
	padding: 0;
	background: url(../images/dot.jpg) repeat-y 21% 0pt;
}


#ju-content {
	padding: 0 15px;
	margin: 0;
	clear: both;
	display: block;
}

/* Template align center */
#ju-wrapper2,
#ju-container,
#ju-topwrapper {
	width: 900px;
	margin: 0 auto;
}
#ju-botslwrap{
	width: 99%;
	margin: 0 auto;
}
div#ju-botslwrap  .ju-box-right{
	border-left: 1px solid #DC6B13;
}
/* HEADER
--------------------------------------------------------- */
#ju-headerwrap {
	background: ##D22515 bottom center repeat-x;
	height: 26px;
}

#ju-header {
	text-align: left;
	line-height: normal;
	height: 90px;
}
#ju-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	position: absolute;
	top: 17px;
	left: 30px;
	text-indent: -1000px;
}
#logo {
	float:left;
	height: 90px;
	width: 244px;
}
#ju-header h1 a {
	width: 240px;
	height: 82px;
	display: block;
}

#ju-header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#ju-header h1 img {
	float: left;
}

/* Search */
#ju-search {
	float: right;
	width: 70%;
}

* html #ju-search { /* IE 6 */
	top: 60px;
} 

*+html #ju-search { /* IE 7 */
	top: 61px;
} 

#ju-search div.search {
	padding-left: 18px;
}

#ju-search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	background: transparent;
	width: 100px;
	font-size: 90%;
}

#ju-usertools .inputbox:hover,
#ju-usertools .inputbox:focus {
}

/* TOP NAVIGATION
--------------------------------------------------------- */
#ju-top-nav{
	width: 100%;	
}
#ju-top-nav ul {
	margin: 0;
	padding: 0;
}
#ju-top-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#ju-top-nav li a {
	padding: 0px ;
	padding-left:15px;
	text-decoration: none;
	color:#333;
	font-size:12px;

}
#ju-top-nav li a:hover {
	text-decoration: underline;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ju-mainnav {
	/* height: 42px; */
	height: 34px;
	width: 100%;
	margin: 0px auto 0;
}


/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 1px 5px 15px;
	width: 90%;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	margin-left: 15px;
	background: url(../images/mainnav-bg.jpg) center left no-repeat;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #333333;
	/*background: url(../images/sep.gif) repeat-x bottom #F2F2F2;*/
	text-decoration: underline;
}

a.mainlevel#active_menu {
	background: url(../images/mainnav-bg.jpg) center left no-repeat;
	text-decoration: underline;
}
div.sublevel ul li {
	background: none !important;
}
div.sublevel ul li a {
	background:transparent url(../images/mainnav-bg.jpg) no-repeat scroll left center;
	color:#333333;
	display:block;
	font-weight:bold;
	/* margin-left:15px; */
	margin-left:7px;
	padding:5px 1px 5px 15px;
	text-decoration:none;
	width:90%;
}
div.sublevel ul li a:hover,
div.sublevel ul li.active a,
div.sublevel ul li a:focus {	
	/* color: #FFA827; */ 
	color: #333333;
}

/* Begin Submenu level 3 style */
div.sublevel ul li a#gamenulang_fr,
div.sublevel ul li a#gamenulang_en,
div.sublevel ul li a#gamenulang_vn,
div.sublevel ul li a#gamenulang_re,
div.sublevel ul li a#menu38_equipe,
div.sublevel ul li a#menu37,
div.sublevel ul li a#menu38,
div.sublevel ul li a#menu39,
div.sublevel ul li a#menu61,
div.sublevel ul li a#menu62,
div.sublevel ul li a#menu63,
div.sublevel ul li a#menu64,
div.sublevel ul li a#menu72,
div.sublevel ul li a#menu78,
div.sublevel ul li a#menu79,
div.sublevel ul li a#menu80,
div.sublevel ul li a#menu81,
div.sublevel ul li a#menu82,
div.sublevel ul li a#menu83,
div.sublevel ul li a#menu87,
div.sublevel ul li a#menu88,
div.sublevel ul li a#menu98,
div.sublevel ul li a#menu99,
div.sublevel ul li a#menu101,
div.sublevel ul li a#menu102,
div.sublevel ul li a#menu102,
div.sublevel ul li a#menu103,

div.sublevel ul li a#menu105,
div.sublevel ul li a#menu107,
div.sublevel ul li a#menu108,
div.sublevel ul li a#menu109,
div.sublevel ul li a#menu110,
div.sublevel ul li a#menu40 {
	/* margin-left: 25px; */
	margin-left: 17px;
	background:transparent url(../images/menu-nav-hover.gif) no-repeat scroll left center;
}

div.sublevel ul li a#menu84 {
	margin-left: 17px;
	background: none !important;
}

/* added 26-01 */
div.sublevelrecherche ul li {
	background: none !important;
}
div.sublevelrecherche ul li a h3 {
	background:transparent url(../images/mainnav-bg.jpg) no-repeat scroll left center;
	color:#333333;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
div.sublevelrecherche ul li a:hover,
div.sublevelrecherche ul li.active a,
div.sublevelrecherche ul li a:focus {	
	/* color: #FFA827 ; */
	color: #333333;
}
/* End Submenu level 3 style */

/* Begin Submenu level 4 style */
div.sublevel ul li a#gamenulang_fr_sub {
	margin-left: 17px;
}
/* End Submenu level 4 style */


/* End Submenu level 3 style
background: url(../images/arrow.png) no-repeat 20px 8px;
*/

a.sublevel {
	padding: 2px 4px 2px 13px;
	/* margin-left: 30px; */
	margin-left: 20px;
	display: block;
	color: #333333;
	background: url(../images/arrow.png) no-repeat 3px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: underline;
}

#active_menu {
	/*background: url(../images/arrow.png) no-repeat 2% 50%;
	color: #3589E3;*/
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ju-box-full, .ju-box-left, .ju-box-center {
	float: left;
	overflow: hidden;
}
.ju-box-right {
	float: right;
	overflow: hidden;
}

.ju-box-left div.moduletable {
	/* padding-right: 20px; */
	padding-right: 10px;
}

.ju-box-right div.moduletable {
	/* padding-left: 20px; */
	/* padding-left: 10px; */
	padding-left: 15px;
}

.ju-box-center div.moduletable {
	/* padding: 0 20px; */
	padding: 0 10px;
}

/* Top Spotlight */
#ju-topslwrap {
	clear: both;
	padding:  0;
	background: url(../images/sep.jpg) repeat-x bottom;
	width: 96%;
	margin: 0 auto;
}

#ju-topsl {
	padding: 0;
}

#ju-topsl h3, #ju-botsl h3 {
	margin: 0 0 5px;
	padding: 0 0 3px;
	line-height: normal;
	font-size: 180%;
	font-family: Arial;
}

#ju-topsl div.moduletable, #ju-topsl div.moduletable-default,
#ju-botsl div.moduletable, #ju-botsl div.moduletable-default {
	margin: 0;
	/* padding: 0 20px; */
	padding: 0 5px;
}

#ju-topsl div.ju-box-left,
#ju-topsl div.ju-box-center,
#ju-topsl div.ju-box-right {
	padding: 0;
}

#ju-topsl div.ju-box-left,
#ju-topsl div.ju-box-center {
	background: url(../images/v-sep.gif) repeat-y top right;
}

/* Bottom Spotlight */
#ju-botsl {
	/*border-top: 1px dotted #DC6B13;*/
	padding: 0;
	color: #3B3A36;
	margin: 0 auto;
	width: 96%;
}

#ju-botsl a {
	color: #DC6B13;
	text-decoration: none;
}

#ju-botsl a:hover, #ju-botsl a:active, #ju-botsl a:focus {
	text-decoration: underline;
}

#ju-topsl ul,
#ju-botsl ul {
	padding: 0;
	margin: 0 !important;
}

#ju-topsl li,
#ju-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

#ju-topsl td,
#ju-botsl td {
	padding: 0;
}

#ju-botsl .article_seperator,
#ju-topsl .article_seperator {
	display: none;
}

#ju-botsl table,
#ju-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ju-pathway {
	display: block;
	text-indent: 2px;
	margin-bottom: 3px;
	color: #999999;
	font-size: 90%;
}

#ju-pathway img {
	margin: 0 5px 1px;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ju-mainbody, #ju-mainbody-fl, #ju-mainbody-fr, #ju-mainbody-f {
}

#ju-mainbody, #ju-mainbody-fr {
	float: right;
	/* width: 74%; */
	width: 79%;
}

#ju-mainbody-fl {
	float: left;
	width: 100%;
}

#ju-mainbody-fl #ju-contentwrap {
	float: left;
	width: 80%;
	background: none;
}

#ju-mainbody-fl #ju-col2 {
	float: right;
	width: 20%;
}

#ju-mainbody-f {
	float: none;
	width: 100%;
}

#ju-mainbody-f #ju-content {
	padding: 0 !important;
}

#ju-mainbody #ju-contentwrap {
	float: left;
	width: 66.9%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ju-col1 {
	float: left;
	/* width: 25%; */
	width: 20%;
	overflow: hidden;
}
#ju-col1 #padding {
	padding-left:5px;
}
#ju-col2 {
	float: right;
	width: 33%;
	overflow: hidden;
}

#ju-col1 table,
#ju-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ju-col1 ul li,
#ju-col2 ul li {
	/* padding-left: 10px; */
	padding-left: 5px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

#ju-col1 ul,
#ju-col2 ul {
	margin: 0;
}

/*
 * TOP Style
 */
 
#ju-topwrapper {
	/* height: 42px !important; */
	height: 34px !important;
	overflow: hidden;
	color: #FFF;
} 
#ju-topwrapper1 {
	width: 768px;
	margin: 0 auto;
	padding: 5px;
}
.wide #ju-topwrapper1 {
	width: 778px;
}
#ju-topmod1 {
	width: 40%;
	float: left;
	height: 48px;
	overflow: hidden;
}
#ju-topmod1 a{
	color: #FF0D56;
	font-weight: bold;
	text-transform: uppercase;
}
#ju-topmod1 a:hover{
	text-decoration: underline;
}
#ju-topmod1 a.mainlevel {
	background: none;
}
#ju-topmod2 {
	float: right;
	text-align: right;
	height: 48px;
	overflow: hidden;
	padding-top: 10px;	
}	
#ju-topmod2  ul {
	margin: 0;
	padding: 0;
}
#ju-topmod2  li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#ju-topmod2 li a {
	padding: 0 10px ;
	font-size: 90%;
	color: #FF0D56;
	text-decoration: none;
	display: inline;
	background: none;
}
#ju-topmod2 li a:hover {
	text-decoration: underline;
}

/* FOOTER
--------------------------------------------------------- */
#ju-footerwrap {
        background: url(../images/footer-bg.jpg) top center no-repeat;
        float: left;
        /* height: 100px; */
        height: 80px;
        width: 100%;
        padding: 0;
        line-height: 15px;
        color: #999999;
        text-align: center;
        
}
#ju-footerwrap a {
        color: #FFF;
        text-decoration: none;
}
#ju-footerwrap a:hover {
        text-decoration: underline;
}


#footer-nav {
	/* height: 50px; */
	/*height: 40px;*/
	/* line-height: 50px; */
	line-height: 10px;
}
#copyright {
	/* height: 50px; */
	height: 40px;
}
.wide #ju-footer {
	width: 778px;
}

#ju-footer a {
	color: #999999;
}

#ju-footer a:hover,
#ju-footer a:active,
#ju-footer a:focus {
	color: #333333;
}

#ju-footer small {
	float: left;
	padding: 0 15px;
}

/* Footer nav wrap
----------------------------------------------------------*/
#ju-footer-nav{
        width: 100%;
        color: #FFF;
        float: left;
        text-align: center;
        /* padding: 20px 0 16px; */
        padding: 14px 0 10px;
}
#ju-footer-nav ul {
        margin: 0;
        padding: 0;
}
#ju-footer-nav li {
        margin: 0;
        padding: 0;
        display: inline;
        background: none;
}

#ju-footer-nav li a {
        padding: 0 10px ;
        font-weight: bold;
        text-decoration: none;
}
#ju-footer-nav li a:hover {
        text-decoration: underline;
}
/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools */
#jausertoolswrap {
	font-size: 12px;
	width: 30px;
	display: block;
	z-index: 999;
	position: relative;
}

#jausertoolswrap:hover,
#jausertoolswrap.ju-toolswraphover {
}

span.ju-sitetool {
	margin: 0;
	padding: 0;
	width: 30px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#ju-usertools {
	padding: 0;
	font-size: 11px;
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 0px;
	overflow: hidden;
	width: 30px;
	line-height: normal;
}

#ju-usertools ul {
	margin: 5px 0 5px;
	padding: 0;
}

#ju-usertools ul li {	
	line-height: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#ju-usertools img {
	padding: 0 7px;
	clear: both;
}

ul.accessibility {
	position: absolute;
	top: -100%;
}
#ju-shadow,
#ju-banner2,
#ju-banner1 {
	/*height: 156px;*/
	height: auto;
	width: 100%;
}
#ju-banner {
	text-align: left;
	margin: 0 15px;
}
#ju-under {
	text-align: left;
}
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 88%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* JA CoolAds Module */
#ju-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ju-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#ju-coolads-container div.moduletable {
	overflow: hidden;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 10px;
	visibility: visible;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	/*height: 1%;*/
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

#ju-footer-content{
	text-align:left;
	padding:10px;
}
	
#ju-contact1 {
	width: 40%;
	float: left;	
}
#ju-contact2 {
	width: 55%;
	float: right;
}
div#ju-banner div.module {
	background: url(../images/sep.gif) repeat-x bottom right;
	width: 99%;
	margin: 0;
	padding: 0;
}
div#ju-banner div.module div {
	background: none;
		margin: 0;
	padding: 0;
}
div#ju-banner div.module div div{
	background: none;
	margin: 0;
	padding: 0;	
}
div#ju-banner div.module div div div {
	background: none;
	margin: 0;
	padding: 0;	
}
div#ju-banner div.module div div div div{
	background: none;
	margin: 0;
	padding: 0;	
}
div#ju-banner div.module h3 {
	margin: 0;
	padding: 0;	
	line-height: normal;
	background: none;
	border-bottom: 1px dashed #CCCCCC;
	color:#1B73B3;
	font-family: Taohoma, Verdana, Arial;
	font-weight: normal;
	font-size: 150%;
}
div#ja-subnavcol   {
	border-top:1px dotted #DC6B13;
	/* padding-left:15px; */
	padding-left:3px;
}

div#ja-subnavcol h3{
	background:transparent url(../images/h3-icon0.jpg) no-repeat scroll left center;
	font-family:Arial;
	font-size:180%;
	line-height:normal;
	margin:0pt -1px 5px;
	/* margin-left: 5px; */
	padding:2px 0pt 3px 25px;
}
#ju-language {
	
}
#jflanguageselection {
	float: none !important;
	vertical-align:middle;
}
*html #ju-splitmenu li a.active span {
        float: left;
}
