/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family:Arial,"Trebuchet MS",sans-serif;
	line-height:1.4em;
}

body#bd {
	color: #4d554f;
	background: #232323;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	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 link */
a {
	color: #DD621E;
	text-decoration: none;
}

a:hover {
	color: #DD621E;
	border-bottom: 1px dotted #DD621E;
}

a:active, a:focus {
	color: #DD621E;
	border-bottom: 1px dotted #DD621E;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Arial,"Trebuchet MS",sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
	color: #747F94;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-grey.png) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #dd621e;
	background: #ff8605;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #eeeeee;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #eeeeee;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

span.homeCustom.row_separator {
display: none;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 0px 10px 0px 0px;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) 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: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

table.category {
border:1px solid #EEEEEE;
font-size:1em;
margin:20px 0;
width: 100%;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
overflow:hidden;
padding:10px 0;
}

h2.contentheading, .contentheading {
	padding: 5px 0 18px 0px;
	margin: 0;
	font-weight: normal;
	background: none;
	color: #4d554f !important;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 160%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display:inline-block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #eeeeee;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 0px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 15px;	
	margin-bottom: 15px;
	display: block;
	background: none;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
	margin: 0;
	background: #fff;
}

#ja-containerwrap {
	background: url(../images/opaque-horizontal.gif) repeat-y top center #fff;
	clear: both;
}

#ja-containerwrap2 {
	background: none;
}

#ja-container {
	background: none;
}

#ja-container2 {
	margin-bottom:0px;
	margin-top:0px;		
	padding:0px 0;
	width: 100%;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
}

#ja-mainbody-fr #ja-col-menu {
	width: 20%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 78%;
	background: transparent url(../images/mainbody-ombre-r.png) no-repeat top right;
	height: auto;
	border-right:0px dotted #CCCCCC;
	margin-bottom: 10px;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 77%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 74.8%;
	float: right;
}

#ja-mainbody-fr #ja-col1 {
	width: 19%;
	float: left;
}

#ja-mainbody-fr #ja-col-menu {
	width: 19%;
	float: left;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-content {
	padding: 10px 10px 0px 5px !important;
	background: none;
}
#page {
padding-left: 15px;
text-align: justify;
margin-bottom:20px;
}

#page a {
font-weight: bold;
}

#page a.flag:hover {
border-bottom: 0px dotted #dd621e;
}

#page a.jwts_title_text {
color: #444;
}

#page a.jwts_title_text:hover {
border-bottom: 0px dotted #dd621e;
}


#page a.smoothbox {
border-bottom: 0px;
}

#page a.smoothbox:hover {
border-bottom: 0px;
}

#page a.noBorder {
border-bottom: 0px;
}

#page a.noBorder:hover {
border-bottom: 0px;
}

#page table {
text-align: left;
font-size: 12px;
border: 0px solid #DD621E;
border-collapse: collapse;
}

#page td {
padding-left: 3px;
border: 1px solid #DD621E;
}

.homeCustom a {
color: #4f5f7c;
}

.homeCustom a:hover {
color: #dd621e;
border-bottom: 1px dotted #dd621e;
}

.encart-page {
float: right;
width: 40%;
background: #F0F0F0;
border: 1px solid #ccc;
margin-left: 13px;
margin-bottom: 10px;
padding: 8px 5px 8px 5px;
text-align: right;
color: #4D554F;
}

.encart-page h4 {
border-bottom: 1px solid #fff;
padding-bottom: 8px;
margin: 3px 0 5px 0;
}

.encart-page h5 {
padding: 0;
font-size: 11px;
margin: 10px 0 3px 0;
}

.encart-page ul {
margin: 0;
}

.encart-page ul li {
background: none;
line-height: 140%;
width: auto;
padding: 0;
}

#ja-contentwrap {
	min-height: 300px;
	margin: 0 auto;
}
* html #ja-contentwrap {
	height: 300px;
}
#ja-mainbody-fl #ja-content {
	padding-left: 0;
}

#ja-mainbody-f #ja-content {
	padding: 0;
}

/* Full */
#ja-containerwrap-f {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#ja-containerwrap-f #ja-containerwrap2 {
	background: none;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

/* Full left */
#ja-containerwrap-fl {
	background: #fff;
	clear: both;
}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
	background: none;
}

/* Full right */
#ja-containerwrap-fr {
	background: url(../images/carbon.gif) repeat;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: #4f5f7c;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
/*	background: url(../images/queue-avion.jpg) no-repeat 15px 0px #eeeeee;	*/
	background: #fff;
	color: #CCCCCC;
	line-height: normal;
	height: 96px;
	padding-top: 0px;
	border-bottom:0px solid #171717;	
}

#ja-header {
	height: 94px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;	
}

#ja-header a {
	color: #CCCCCC;
}

h2.logo, h2.logo-text {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
	width: 507px;
}

h2.logo a {
	width: 507px;
	display: block;
	background: none;
	height: 100px;
	position: relative;
	z-index: 100;
}

h2.logo a:hover{
	border-bottom: 0px;
}

h2.logo a span {
	position: absolute;
	top: -1000px;
}

h2.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* Search */
#ja-search {
	padding-right: 5px;	
	background: url(../images/icon-search.gif) no-repeat 5px 5px;
	float: left;
	margin: 10px 0px 0 0;
	width: 19%;	
	}

#ja-search .inputbox {
	float: left;
	width: 120px;
	margin-left: 22px;
	border: 1px solid #999999;
	padding: 3px 4px;
	color: #999999;
	background: #fff;
	font-size: 92%;
}

/* Bande Menu Panel*/


#top-panel{
background:#e0e1cd;
border-top:1px solid #bbbca4;
border-bottom:2px solid #bbbca4;
padding:14px 20px;
text-align:right;
height: auto;
width: auto;
position: relative;
z-index:900;
overflow:hidden;
}
#sub-panel{
text-align:left;
background: #fff;
position: relative;
left: 5px;
top: 0px;
width: 710px;
height: 25px;
padding-top: 18px;
padding-bottom: 10px;
z-index:901;
}
#sub-panel a{
color: #fff;
width:680px;
height: 50px;
font-weight:bold;
font-size: 18px;
padding: 6px 5px 6px 60px;
margin-left: 0px;
text-decoration: none;
background: url(../images/fleche-calcul.jpg) no-repeat 0px 1px;
}

#sub-panel a:hover {
text-decoration: underline;
border-bottom: 0;
}

#sub-panel a:focus{
text-decoration: none;
background: url(../images/fleche-calcul-top.jpg) no-repeat 0px 1px;
}

#sub-panel span{
padding: 10px 65px 6px 0px;
width:680px;
height: 50px;
background: #ff8605 url(../images/ext1.jpg) no-repeat top right;
}

#avreloaded0 {
z-index: -1;
}

ul.menu_hidden {
display: none;
}

#menuPanel {
	padding: 0px;
position: relative;
z-index:898;
width: 100%;	
}

#bandeau-panel {
background: none;
height:1px;
margin:0 auto;
width:auto;
position: relative;
z-index:899;
}

/* Bande Menu */

.blog.homeCustom {
margin-top: 27px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#ja-pathway {
	font-size: 92%;
	padding-bottom: 0px;
	padding-left: 15px;	
	margin-bottom: 20px;
	color: #4d554f;	
}

#ja-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 0px;
	margin-bottom: 8px;
	background: none;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #4D554F;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.menuGauche {
	background-color: #474d49;
	margin-bottom: 0px;
	width: 100%
}

/* Début modules de droite */

.box_bicolor {
background:none;
border-left:0px solid #6d7c8a;
clear:both;
font-size:12px;
font-weight: bold;
padding:0px 5px 5px 5px;
text-transform:uppercase;
}

.box_bicolor_title_left {
color:#4d554f;
}

.box_bicolor_title_right {
color:#4f5f7c;
}

.encart_sc {
background:none;
font-size:12px;
padding-bottom:10px;
padding-left:5px;
}

.encart_sc a {
font-weight: bold;
}

.encart_sc ul li {
background:transparent url(../images/bullet_f1.png) no-repeat scroll 5px 50% !important;
}

.encart_sc li a {
margin-left: 20px;
}

.encart_sc h3 {
color: #4f5f7c !important;
padding: 0 0 0 25px !important;
background: transparent url(../images/icon-telephone.png) no-repeat scroll 0px 0px;
}

.encart_sc.germ {
background:transparent url(../images/icon-telephone.png) no-repeat scroll 135px 17px;
}

.encart_sc h3.germ {
padding: 0 !important;
background: none;
}

div.customDroiteHover {
background:#ededee;
padding: 5px;
border-bottom:1px dotted #CCCCCC;
border-right:1px dotted #CCCCCC;
}

div.customDroiteHover:hover {
background:#F7F7F7;
border-bottom:1px dotted #CCCCCC;
border-right:1px dotted #CCCCCC;
}

div.customDroiteHover h3 {
font-size:12px;
text-transform:uppercase;
color:#6D7C8A;
font-weight: normal;
padding-left: 5px;
}
/* Fin modules de droite */


div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 22.9%;
	background: #4D554F;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-right: 0px;	
	overflow: hidden;
	margin-top: 5px;	
	border: 0px dotted #d4d5aa;
}

#ja-col-menu {
	float: left;
	width: 19.90%;
	background: #616d7b;
	padding-top: 10px;
	padding-left: 5px;	
	overflow: hidden;
	margin-bottom: 10px;
	border-right: 0px dotted #232323;
}

#ja-col2 {
	float: right;
	width: 20%;
	background: transparent url(../images/col2-ombre-r.png) no-repeat top right;
	padding: 10px 13px 0px 2px;	
	overflow: hidden;
	border-left: 0px dotted #6d7c8a;
	margin-bottom: 20px;
}

#ja-col-top {
	float: right;
	width: 18%;
	background: none;
	padding: 0px;
	margin-top: 20px;	
	padding-left: 10px;	
	overflow: hidden;
	border-left: 0px dotted #d4d5aa;	
}

#ja-col1 table,
#ja-col-menu table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col-menu ul li,
#ja-col2 ul li {
	padding-left: 0px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#ja-col1 ul, #ja-col-menu ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col-menu ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col-menu.article_separator,
#ja-col2 .article_separator {
	display: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left {
background: none;
}

.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
	padding-right: 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
	background: url(../images/vdot2.gif) repeat-y left;	
}

.ja-box-center div.moduletable {
	padding: 0 20px;
	background: url(../images/vdot2.gif) repeat-y left;
	margin-left: 20px !important;
}

#ja-botslwrap {
	border-top: 3px solid #d4d5aa;
	background: #f0f0f0;
	color: #232323;
}

#ja-botsl {
	padding: 15px 0;
	display: block;
}

#ja-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#ja-botsl h3 {
	margin: 0 0 12px;
	padding: 0px;
	color: #232323;
}

#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}

#ja-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 3px 8px;
}

#ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_separator {
	display: none;
}

#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 6px solid #d4d5aa;
	padding: 20px 0px 0px 20px;
	clear: both;
	background: #232323;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 16% 0;
	position: relative;
	display: block;
	margin-top: 10px;
	clear: left;
}

#ja-footer .copyright {
	float: left;
	display: block;
	margin-left: 17%;
	color: #999999;
	font-style: normal;
	font-size: 92%;
	width: 70%;
}

 .part-logo {
float: left;
width: 100px;
padding: 10px;
background: transparent url(../images/cadre-logo.png) no-repeat top left;
margin-left: 0px;
margin-right: 30px;
}

.ja-footnav {
	text-align: center;
	padding: 0;		
	height: 26px;
/* 	background:url(../images/fleche-menu.png) no-repeat 43% 55%;	 */
	background: none;
	margin:0 auto;
	width:960px;
}

.ja-footnav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
float: right;
margin: 0;
padding-right: 10px;
}

.ja-footnav ul li {
line-height: 130%;
padding-left: 0;
}

.ja-footnav li {
background: none;
margin-left:5px;
text-align:center;
width: auto;
float: left;
padding: 0;
}

.ja-footnav a {
float:left;width: auto;padding: 5px 8px 5px 22px;text-decoration:none;color: #FFC;margin-left:0px;
}

.ja-footnav li.item11 {
background: transparent url(../images/menuBas1.png) no-repeat top left;
padding-left: 8px;
}

.ja-footnav li:hover.item11 {
background: transparent url(../images/menuBas1_hover.png) no-repeat top left;
}

.item11 a {width: 112px;}

.ja-footnav li.item12 {
background: transparent url(../images/menuBas2.png) no-repeat top left;
padding-left: 4px;
}

.ja-footnav li:hover.item12 {
background: transparent url(../images/menuBas2_hover.png) no-repeat top left;
}

.item12 a {width: 130px;}

.ja-footnav li.item13 {
background: transparent url(../images/menuBas3.png) no-repeat top left;
padding-left: 4px;
}

.ja-footnav li:hover.item13 {
background: transparent url(../images/menuBas3_hover.png) no-repeat top left;
}

.item13 a {width: 75px;}

.ja-footnav a:hover {
background: none;color: #232323; border-bottom: 0px dotted #232323;
}

.ja-footnav li:hover {
}

.ja-footnav li a#active_menu-nav {
}

#ja-footer a {
	color: #fff;
}

#ja-footer a {
	color: #fff;
	text-decoration: none;	
}

#ja-footer a:hover, a:active, a:focus {
	color: #a6a780;
	text-decoration: underline;
	border-bottom: 0px;	
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #fff;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 75px;
	top: -30px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;	
}

div.banneritem_text {
	padding: 5px 0 !important;
}

.banneritem a:hover {
border-bottom: 0px;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 375px;
	right: 60px;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#ja-banner {
	margin: 15px 0;
	text-align: center;
}

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;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */

.tip			{ width:295px; font-family:tahoma,arial; background:url(../images/tip-text.png) left top repeat-y; }
.tip-top		{ background:url(../images/tip-top.png) top left no-repeat; height:26px; width:295px; }
.tip-title		{ color:#8a8a67; font-weight:bold; text-transform: small-caps; margin:0 30px 0 50px; }
.tip-text		{ color:#fff; padding:10px 30px 20px 50px; }
.tip-bottom		{ background:url(../images/tip-bottom.png) left bottom no-repeat; width:295px; height:35px; }


#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 10px;
	text-indent: 0px;	
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #4D554F;
	border: 5px solid #D4D5AA;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* 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;
}

/* Customisation Thomas */

/* Début - Customisation du Module Login */
div.customLoginClass {
padding-left: 5px;
color: #232323;
height: auto;
}

#ja-botsl div.customLoginClass h3 {
padding-top: 7px;
padding-left: 7px;
margin-bottom: 0;
}

#ja-botsl div.customLoginClass a{
color: #232323;
}

#ja-botsl div.customLoginClass a:hover{
border-bottom: 1px dotted #fff;
}

div.customLoginClass .button{
margin-top: 7px;
}

#ja-botsl div.customLoginClass ul{
padding-bottom: 10px;
}

#ja-botsl div.customLoginClass ul li{
line-height: 150%;
background:transparent url(../images/bullet_f3.png) no-repeat scroll 3px 8px;
}

/* Fin - Customisation du Module Login */

/* Début - Customisation du Module RSS Feed Reader */
div.srfrContainer ul.srfrList {
width:100% !important;
}

#ja-botsl .customRssFeedClass h3 {
	padding-top: 7px;
	padding-left: 0px;
	margin: 0 0 8px;
}

#ja-botsl ul.srfrList li {
background:none;
padding: 0;
}

#ja-botsl .srfrList h3 {
	margin: 0;
	text-transform: none;
	font-size: 100%;
	padding-top: 0 !important;
}

#ja-botsl .srfrList p {
line-height: 1.4em;
padding-bottom: 10px;
}

/* Début - Customisation de la catégorie FAQ */

tr.customCatFaq td {
background:transparent url(../images/hdot2.gif) repeat-x scroll center bottom;
padding:8px 5px;
}

/* Début - Customisation du Module de NEWS jetbox */

div.customNews {
padding-left: 0px;
background: none;
height: auto;
}

.customNews img {
width: 100px;
margin-right: 20px;
}

#ja-botsl div.customNews h3 {
padding-top: 7px;
padding-left: 0px;
}

#ja-botsl .customNews ul li {
background:none;
margin:0;
padding: 0;
padding-left: 5px !important;
}

#ja-botsl .customNews a:hover {
color:#DD621E;
}

div.ja_slidetitle {
text-align: left;
}

/* Début tip */

.hasTip2 {
cursor: help;
}

.custom3 {
visibility: hidden;
}

*{outline:none;}

.customJet {
padding: 10px 10px 10px 10px;
background: none;
height: auto;
width: auto;
}

ul.customJet {
	margin: 0;
	background: none;
	font-weight: normal;	
}

ul.customJet li {
	padding-left: 15px;
	background: url(../images/bulletC1.png) no-repeat 0px 8px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 10px;
}

ul.customJetGauche {
	position: absolute;
	margin: 0;
}

ul.customJetGauche li {
	padding-left: 20px;
	background: url(../images/bulletC1.png) no-repeat 8px 8px;
	line-height: 180%;
	width: 200px;
}

ul.customJetDroit  {
	margin: 0;
	margin-left: 20px;
}

ul.customJetDroit li {
	margin-left: 200px;
	padding-left: 20px;
	background: url(../images/bulletC1.png) no-repeat 8px 8px;
	line-height: 180%;
	width: 100%;
}

.customVolcommerciaux  {
padding: 10px 10px 10px 10px;
margin-bottom: 20px;
background: #dbe4f4;
border: 1px solid #b3caf4;
width: auto;
line-height: 160%;
font-weight: bold;
}

ul.customVolcommerciaux {
	margin: 0;
	background: none;
	font-weight: normal;
	border: 0;
}

ul.customVolcommerciaux li {
	padding-left: 30px;
	background: url(../images/bulletC2.png) no-repeat 18px 8px;
	line-height: 180%;
	text-align: left;
}

div.customGroupes {
padding: 10px;
background: #fb7204;
border-right: 1px solid #f84507;
border-bottom: 1px solid #f84507;
width: auto;
line-height: 160%;
color: #fff;
}

.customGroupes.list {
width: 28%;
margin-right: 5px;
margin-top: 5px;
float: left;
}

.contList {
height: 225px;
width: 100%;
display: block;
}

ul.customGroupes {
	margin: 0;
	background: none;
	font-weight: normal;	
}

ul.customGroupes li {
	padding-left: 30px;
	background: url(../images/bulletC3.png) no-repeat 18px 8px;
	line-height: 180%;
	text-align: left;
}

div.customAffretement {
padding: 10px;
background: #fb7204;
width: auto;
line-height: 160%;
font-weight: normal;
color: #fff;
}

ul.customAffretement {
	margin: 0;
	background: none;
	font-weight: normal;	
}

ul.customAffretement li {
	padding-left: 30px;
	background: url(../images/bulletC4.png) no-repeat 18px 8px;
	line-height: 180%;
	text-align: left;
}

/* Debut Custom affichage des articles Catégorie réalisations */
.leading.customRea {
background:#F0F0F0 none repeat scroll 0 0;
padding-left: 10px;
border: 1px solid #d4d5aa;
display: block;
height: auto;
}

.article_row.customRea {
background:#F0F0F0 none repeat scroll 0 0;
margin-bottom: 15px;
padding-left: 10px;
padding-bottom: 10px;
border: 1px solid #d4d5aa;
position: relative;
display: block;
}

.customRea .article_column {
padding-top: 0px;
}

.row_separator.customRea {
display: none;
}

.customRea img {
float: right !important;
border: 1px solid #D4D5AA;
}

.customRea h2.contentheading {
padding-top: 10px;
padding-bottom: 10px;
font-size: 120%;
font-weight: bold;
}

h4.customRea {
float:right;
}

.customRea a.contentpagetitle {
color:#DD621E;
font-size: 100%;
}

.customRea a.readon {
color:#DD621E;
text-transform: none;
}
/* Fin Custom affichage des articles Catégorie réalisations */

/* Debut Custom affichage Flash des réalisations bloc #text */
#gs_flashnews {
background: none;
padding: 0px 0px 5px 3px !important;
}

.contentheading.newsRea {
background:none;
font-weight:normal;
font-size:12px;
margin:0;
padding: 0px 0px 6px 2px;
}

.contentpaneopen.newsRea img {
width: 120px;
border: 1px solid #D4D5AA;
padding: 1px 1px 1px 1px;
margin-left: 5px;
margin-right: 0px !important;
float: right !important;
}

.contentpaneopen.newsRea h4 {
visibility: hidden;
height: 92px;
}

.contentpaneopen.newsRea p {
padding-right: 10px;
text-align: left !important;
}

.newsRea span {
font-weight: bold;
}

.newsRea ul {
margin: 0;
background: none;
padding: 1px 1px 1px 1px;
}

table.contentpaneopen.newsRea td{
padding: 0px 0px 3px 0px;
}

.contentpaneopen.newsRea ul li {
width: auto;
background: none;
padding:0px 1px 2px 0px;
line-height:1.4em;
}

.contentpaneopen.newsRea li {
font-size: 11px;
}

.newsRea a.readmore {
font-size: 11px;
}
/* Fin Custom affichage des réalisations bloc #text */

.article_row {
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
	clear: left;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.blog { padding: 0; }

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2 {
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1 {
	float: left;
	margin: 0;
}

.column2 {
	float: right;
	margin: 0;
	width: 45%;
}

.leading {
	background: none;
	border: solid 0px #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.leading_separator {
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

/* Début Menu des catégories menu_Cat */

ul.menu_Cat {
background:transparent none repeat scroll 0 0;
margin:0;
padding:7px 0 0 0;
}

ul.menu_Cat li {
	padding-top: 0px !important;
	padding-top: 15px;	
	padding-right: 0px;
	padding-left: 10px;		
	background: transparent url(../images/menucat.png) no-repeat top left;	width: 138px;
	line-height: 180%;
	height: 60px;
	margin-bottom: 5px;
	margin-right: 0px;
	width: 138px;	
}

ul.menu_Cat li span {
visibility: hidden;
}

.menu_Cat li.item148 {background: transparent url(../images/menucat1_hover.png) no-repeat top left}
.menu_Cat li.item150 {background: transparent url(../images/menucat2_hover.png) no-repeat top left}
.menu_Cat li.item151 {background: transparent url(../images/menucat3_hover.png) no-repeat top left}
.menu_Cat li.item152 {background: transparent url(../images/menucat4_hover.png) no-repeat top left}

.menu_Cat li.item148:hover {background: transparent url(../images/menucat1.png) no-repeat top left}
.menu_Cat li.item150:hover {background: transparent url(../images/menucat2.png) no-repeat top left}
.menu_Cat li.item151:hover {background: transparent url(../images/menucat3.png) no-repeat top left}
.menu_Cat li.item152:hover {background: transparent url(../images/menucat4.png) no-repeat top left}

ul.menu_Cat li.active.item148 {background: transparent url(../images/menucat1.png) no-repeat top left}
ul.menu_Cat li.active.item150 {background: transparent url(../images/menucat2.png) no-repeat top left}
ul.menu_Cat li.active.item151 {background: transparent url(../images/menucat3.png) no-repeat top left}
ul.menu_Cat li.active.item152 {background: transparent url(../images/menucat4.png) no-repeat top left}

ul.menu_Cat li a {
	display: block;
	color:#241515;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	height: 55px;
	width: 128px;
}

ul.menu_Cat li a:visited {
	color:#241515;
	border-bottom: 0px;	
}

ul.menu_Cat li a:hover,
ul.menu_Cat li a:focus {
	color:#77e640;
	text-transform: none;
	border-bottom: 0px;
}

ul.menu_Cat li.active a,
ul.menu_Cat li.active a:hover,
ul.menu_Cat li.active a:active,
ul.menu_Cat li.active a:focus {
	color: #4d554f;
	font-weight: bold;
}
	
/* Fin Menu des catégories customMenuCat */

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

.address {
font-style:normal;
margin:10px 0;
}

.address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:auto;
padding:0 10px 0 10px;
}

.contact label.spam {
width:100%;
padding:0 10px 10px 0;
float: left;
}

.contact form {
background:#F7F7F7;
color:#444;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 1px #DD621E;
color:#444;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/bullet_fb.png) #444  no-repeat scroll 12px 5px;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/* Fin css contact */

/* CSS formulaires */

.m4jCheckBox input {
margin-right: 10px !important;
}

.m4j_header_text p {
margin: 0;
}

/* Début customEvents catégories*/

.customEvents {
width:24%;
float: left;
background: none;
margin-right: 5px;
margin-bottom: 20px;
padding: 5px 0 5px 0;
}

#eventlist .componentheading {font-size:150%;}
#eventlist h1.componentheading {color:#4D554F;font-weight:normal;background: none;}

#eventlist .customEvents h2 {
border-bottom: 0px;
background: #4D554F;
margin:0;
padding:2px 0px 2px 5px;
width: 147px;
color: #fff;
}

.catdescription_lien {
width: auto;
}

.customEvents .catdescription_lien a {
font-weight:bold;
text-decoration:none;
font-size: 10px;
background: transparent url(../images/bullet-grey.png) no-repeat scroll 0px 5px;
padding-left: 8px;
}
.customEvents .catdescription_lien a:hover {
font-weight:bold;
text-decoration:none;
padding-left: 8px;
}

.customEvents .catdescription_lien p {
margin: 0;
}

.customEvents .catimg {
margin:0 0.5em 0 0 !important;
}

.catimg a:hover {
border-bottom: 0px;
}

#eventlist .customEvents img {
border-top:0px solid #4D554F !important;
border-bottom: 1px solid #4D554F !important;
border-left: 1px solid #4D554F !important;
border-right: 1px solid #4D554F !important;
padding: 0 !important;
}
/* Fin customEvents catégories*/
/* Début customEvents catégories details*/
div#eventlist .catdescription {
float:left !important;
clear: none !important;
margin:0 0 0.5em;
width: 75%;
}

div#eventlist .sectiontableheader a {
color:#4D554F;
font-weight:bold;
text-decoration:none;
font-size: 12px;
}

div#eventlist  .sectiontableentry1 a, div#eventlist  .sectiontableentry2 a {
font-weight:bold;
text-decoration:none;
font-size: 11px;
background: transparent url(../images/bullet-grey.png) no-repeat scroll 0px 5px;
padding-left: 8px;
}
/* Fin customEvents catégories details*/

.accueil {
width: 450px;
float: right;
text-align: left;
}

.accueil h4 {
margin-top: 0px;
}

h1#ref {
font-size: 100%;
}

#avinode-broker-link {
background: #E0E1CD;
}

/* Menu QUIZZ */

div.customDroiteQuizz {
background:none;
padding: 5px;
}

div.customDroiteQuizz h3 {
font-size:14px;
text-transform:uppercase;
color:#DD621E;
font-weight: bold;
padding-left: 32px;
background: url(../images/quizz.png) no-repeat scroll 0 0 transparent;
}

.customDroiteQuizz ul li {
background:transparent url(../images/bullet_f1.png) no-repeat scroll 20px 50% !important;
margin: 0px 0px 5px 0px !important;
}

.customDroiteQuizz li a {
margin-left: 35px;
color: #4F5F7C !important;
}

.customDroiteQuizz li a:hover {
color: #DD621E !important;
}

.customDroiteQuizz a span {
background: none !important;
}

.ariQuizResults.ariQuizStatTrQueType tr {
display: none;
}

/* Sitemap */

ul.level_0 li {
font-size: 140%;
}

ul.level_1 li {
font-size: 80%;
color: #4D554F;
}

ul.level_1 li a {
color: #4D554F;
}
