/* ---
 * GLOBAL
 ---------------------------------------------------------------------------------------------------------------------*/
body{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	display:block;
	background:url('../../thematique-home/images/bg_page.jpg') no-repeat 0px 0px #0a0510;
    background-position: top center;
    background-attachment: fixed;
	margin:39px 0px 0px 0px;
	padding:0px;
}
img /* Toutes les images contenues dans un lien */
{
    border: none; /* Pas de bordure */
    border-width: 0;
    border-style:none;
}
#container, header#main-top{
	display:block;
	width:960px;
	margin:auto;
	position:relative;
}

header#main-top{
	height:95px;
	background:#FFF;
	border-radius:5px 5px 0px 0px;
}

header#main-top img.logo{
	position:absolute;
	top:20px;
	left:16px;
}
/* ---
 * Flag
 ---------------------------------------------------------------------------------------------------------------------*/
#tpl-home #jflanguageselection,
#tpl-page #jflanguageselection,
#tpl-actualite-list #jflanguageselection,
#tpl-actualite-page #jflanguageselection,
#tpl-thematique-home #jflanguageselection,
#tpl-thematique-page #jflanguageselection {
    float: right;
    margin: 0 0 0 16px;
    padding: 3px 0 0;
}

#tpl-home #jflanguageselection .rawimages,
#tpl-page #jflanguageselection .rawimages,
#tpl-actualite-list #jflanguageselection .rawimages,
#tpl-actualite-page #jflanguageselection .rawimages,
#tpl-thematique-home #jflanguageselection .rawimages,
#tpl-thematique-page #jflanguageselection .rawimages {
    margin: 0;
    padding: 0;
}

/* ---
 * MAIN NAVIGATION
 ---------------------------------------------------------------------------------------------------------------------*/
#main-top #nav{
	margin:0px;
	left:298px;
	top:0px;
	list-style:none;
	position:absolute;
	height:95px;
	
}

#main-top #nav li{
	display:inline-block;
	margin-right:4px;
}

#main-top #nav li a{
	display:block;
	height:100%;
	line-height:69px;
	font-size:13px;
	font-weight:bold;
	color:#00739F;
	padding:24px 15px 0;
	text-decoration:none;	
}

#main-top #nav li a:hover,
#main-top #nav li.selected a{
	background:#b6cd00;
	color:#FFF;	
}
/* ---
 * ASIDE
 ---------------------------------------------------------------------------------------------------------------------*/
aside{
	width:268px;
	display:block;
}

aside h2{
	width:268px;
	height:46px;
	line-height:46px;
	font-size:18px;
	color:#00739F;
	font-weight:bold;
	text-align:center;
	background:url('../../thematique-home/images/tab.png') no-repeat 0px 0px;
	margin:0px 0px 4px 0px;
}

aside section article{
	width:128px;
	height:136px;
	display:block;
	/*background:rgba(52,140,183, 0.83);*/
    background:rgba(52,140,183, 1);

    border:1px solid #FFF;
	float:left;
	position:relative;
	margin-bottom:4px;
}

aside section article:nth-child(even){
	margin-left:4px;
}
/* ---
 * CONTENT
 ---------------------------------------------------------------------------------------------------------------------*/
 #content{
	width:692px;
	min-height:480px;
	display:block;
	/*background:linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.8)) !important;*/

     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZjZmRmZSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZmVmZWZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
     background: -moz-linear-gradient(top,  rgba(251,252,253,1) 0%, rgba(252,253,254,0.8) 37%, rgba(254,254,255,0.8) 83%, rgba(255,255,255,1) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,253,1)), color-stop(37%,rgba(252,253,254,0.8)), color-stop(83%,rgba(254,254,255,0.8)), color-stop(100%,rgba(255,255,255,1)));
     background: -webkit-linear-gradient(top,  rgba(251,252,253,1) 0%,rgba(252,253,254,0.8) 37%,rgba(254,254,255,0.8) 83%,rgba(255,255,255,1) 100%);
     background: -o-linear-gradient(top,  rgba(251,252,253,1) 0%,rgba(252,253,254,0.8) 37%,rgba(254,254,255,0.8) 83%,rgba(255,255,255,1) 100%);
     background: -ms-linear-gradient(top,  rgba(251,252,253,1) 0%,rgba(252,253,254,0.8) 37%,rgba(254,254,255,0.8) 83%,rgba(255,255,255,1) 100%);
     background: linear-gradient(to bottom,  rgba(251,252,253,1) 0%,rgba(252,253,254,0.8) 37%,rgba(254,254,255,0.8) 83%,rgba(255,255,255,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfd', endColorstr='#ffffff',GradientType=0 );





     /*background:url('../images/bg-container.png') repeat-x 0px 0px;*/

	position:relative;
}

#content #intro h2{
	font-size:18px;
	color:#00739F;
	font-weight:bold;
    margin: 25px 30px 25px 0;
}

#content article p{
	margin-bottom:20px;
}

/* ---
 * HOME INTRO - ABOUT US
 ---------------------------------------------------------------------------------------------------------------------*/
#intro{
	float:left;
	width:301px;
	margin-left:30px;
}

#about-us{
	float:right;
	margin-right:30px;
	width:301px;
	margin-top:14px;
}

section#content section#about-us a,
section#content section#about-us img,
section#content section#about-us article{
    height:57px;
	display:block;
}

section#content section#about-us article{
	background:url('../../thematique-home/images/title-about-us.png') 117px 0px no-repeat;
	width:299px;
	height:57px;
	margin:13px 0px 0px 0px;
	border:1px solid #e5e5d9;
}
section#content section#about-us img{
    margin-right: 15px;
}
section#content section#about-us p.text {
    margin:0;
    padding: 10px 0 0;
	width: 163px;
}
section#content section#about-us article.middle a span {
    display:block;
    padding: 0 0 0 55px;
}

section#content section#about-us article.last a span {
    display:block;
    padding: 0 0 0 0;
}
section#content section#about-us article.last a span span {
    display:block;
    padding: 0 0 0 35px;
}
#about-us article a{
	color:#00739F;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
/* ---
 * FEATURING
 ---------------------------------------------------------------------------------------------------------------------*/
#carrousel{
	width:632px;
	height:223px;
	display:block;
	float:left;
	margin:18px 0px 0px 30px;
}
/* ---
 *
 ---------------------------------------------------------------------------------------------------------------------*/
.column{
	margin-left:30px;
	width:301px;
	float:left;
}

.column article{
	/*float:left;*/
}

section.column.left div.area .more,
section.column.right div.area .more{
	display:none;
	float:right;
	color:#abc007;
	font-size:12px;
}
section.column.left div.area .more:hover,
section.column.right div.area .more:hover{
     text-decoration: underline;
 }
section.column.left div.area .all,
section.column.right div.area .all{
    color: #000000;
    font-size: 10px;
    display: block;
    text-align:center;
}

.date{
	display:block; 
	float:left;
	font-size:12px;
	color:#6b6969;
}

.menuGauche ul{
	left:0px !important;
}

.menuGauche ul li{
	 border: 1px solid #FFFFFF !important;
    display: block !important;
    float: left !important;
    height: 136px !important;
    margin-bottom: 4px !important;
    position: relative !important;
    width: 128px !important;
}

.item231{
	
}

.item231 a{
	background-image:url('../../thematique-home/images/pictos/cactus.png') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#00739F !important;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 96px;
    width: 100%;
    font-size:11px;
	transition: 500ms;
}
.item231 a:hover, #current a{
	background-color:#b6cd00 !important;
	text-decoration: none;
	transition: 100ms;

}

.item232{
	margin-left:4px;
}

.item232 a{
	background-image:url('../../thematique-home/images/pictos/carbone.png') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#00739F !important;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 96px;
    width: 100%;
    font-size:11px;
	transition: 500ms;
}
.item232 a:hover{
	background-color:#b6cd00 !important;
	text-decoration: none;
	transition: 100ms;

}

.item233 a{
	background-image:url('../../thematique-home/images/pictos/exobio.png') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#00739F !important;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 96px;
    width: 100%;
    font-size:11px;
	transition: 500ms;
}
.item233 a:hover{
	background-color:#b6cd00 !important;
	text-decoration: none;
	transition: 100ms;

}


.item234{
	margin-left:4px;
}

.item234 a{
	background-image:url('../../thematique-home/images/pictos/spectro.png') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#00739F !important;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 96px;
    width: 100%;
    font-size:11px;
	transition: 500ms;
}
.item234 a:hover{
	background-color:#b6cd00 !important;
	text-decoration: none;
	transition: 100ms;

}

.item235 a{
	background-image:url('../../thematique-home/images/pictos/pollution.png') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#00739F !important;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 96px;
    width: 100%;
    font-size:11px;
	transition: 500ms;
}
.item235 a:hover{
	background-color:#b6cd00 !important;
	text-decoration: none;
	transition: 100ms;

}

.item236{
	margin-left:4px;
}

.item236 a{
	background-image:url('../../thematique-home/images/pictos/engrenages.png') !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#00739F !important;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 96px;
    width: 100%;
    font-size:11px;
	transition: 500ms;
}
.item236 a:hover{
	background-color:#b6cd00 !important;
	text-decoration: none;
	transition: 100ms;

}

#them100{
	width:100%;
	overflow:hidden;
}

#them_left{
	float:left;
	width:320px;
	text-align:justify;
	padding-right:12px;
	line-height:18px;
}

#them_left .buttons{
	display:none;
}

#them_right{
	float:left;
	width:300px;
	margin-top:50px;
}
/* ---
 * MAIN TOP TITLE H2
 ---------------------------------------------------------------------------------------------------------------------*/
#tpl-page .contact h3,
#tpl-page h2.h2article,
#tpl-page h2.blog-main-title,
#tpl-page #liste-publication h2,
#tpl-page .contentheading.cbUserListTitle,
#tpl-page #cbProfileTitle {
    background-image: url("../../thematique-home/images/bandeau-bas.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #00739F;
    font-size: 28px;
    margin: 10px 0;
    padding-bottom: 28px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 100%;
}
#tpl-page h2.sub-title {
    color: #00739F;
    font-size: 18px !important;
    font-weight: bold;
    text-decoration: underline;
}
#tpl-page .contentheading.cbUserListTitle{
    background-image: url("../../thematique-home/images/bandeau-bas.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #00739F;
    font-size: 28px;
    margin: 10px 0;
    padding-bottom: 28px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 100%;
}

/* ---
 *
 ---------------------------------------------------------------------------------------------------------------------*/
.listeContributeur{
	margin-top:60px;
	padding-left:50px;	
}

.page-title {
	position: relative;
}

.listeContributeur ul li{
	list-style:inside;
}

#them_left div.description{
	margin-top:80px;
}

#thematique #flexicontent .buttons, #thematique #flexicontent .subtitle1 .label{
	display:none;
}

#thematique #flexicontent .flexi .field_title{
	color: #00739F;
    font-size: 19px;
    margin: 72px 0 0;
}

.themStandart #flexicontent .flexi.element{
	margin-left:0px !important;
}

.themStandart #flexicontent .flexi .field_title{
	margin-top:15px !important;
}



.themStandart .field_categories{
	display:none;
}

#mgauche li:hover, #mgauche li#current{
	background-color:#B6CD00 !important;
}
.items-leading, .items-row{
	padding-bottom:20px;
}

.filter-field-date input[name=date-from]{
	display:none;
}

#filter-form {
	text-align:right;
	border: 1px solid lightgray;
	margin: 0px 0px 16px 0px;
	padding: 5px 10px;
	clear: both;	
}

#publications-list li {
	margin: 5px 0;
}

.filter-field-date input[name=date-to]{
	margin-left:-8px;
}

.filter-cell-submit{
	margin-bottom: 20px;
    margin-left: 115px;
    margin-top: -30px;
}

.filter-cell-submit input[type=submit]{
	background:#00739F;
	border:none;
	color:white;
	height:19px;
}

.fccat32 #item_total, .fccat32 #fc_alpha, .fccat32 .fc_text_filter_box, .fccat32 .fc_text_filter_splitter, 
.fccat32 .fc_field_filters_list_label, .fccat32 .readmore{
	display:none !important;
}

.fccat32 #fc_filter{
	border:none !important;
	padding-left:0px !important;
}

.fccat32 .filter_label{
	font-size:100% !important;
	border-bottom:none !important;
}

.fccat32 .filter_html{
	margin-left: 50px;
    margin-top: -22px;
}

.fccat32 .filter{
	height: 21px;
    margin-top: 12px !important;
    min-height: 15px !important;
}

.div100{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}

.d100left{
	padding-left:30px;
	width:250px;
	float:left;
}

.d100right{
	float:left;
}

.userpub{
	width:630px;
}

#contact-form{
	margin-top:70px;
}

#contact-form legend{
	margin-bottom:15px;
}

#contact-form dd{
	margin-bottom:10px;
}

#jform_contact_email_copy{
	margin-left: 190px;
    margin-top: -13px;
    position: absolute;
}

#contact-form button[type=submit]{
	background:#00739F !important;
	border:none;
	color:white;
}

#searchForm .only, #searchForm .searchintro, #searchForm .phrases legend{
	display:none;
}

#searchForm .word, #searchForm .phrases, #searchForm .form-limit, #searchForm .phrases-box{
	padding-bottom:10px;
}

#searchForm{
	background: linear-gradient(to bottom, #E9E9E2 0%, #FFFFFF 42%, #FFFFFF 100%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5D9;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 5px white inset;
    margin: 10px 0;
    padding: 13px 13px 10px;
}

.search-results .result-title{
	font-size:14px;
	padding-bottom:5px;
}

.search-results .result-created{
	padding-bottom:10px;
}

.pagination ul li{
	display:inline;
	padding-right:10px;
}

.pagination ul{
	text-align:center;
}

.menuitem236 .subtitle1{
	display:none;
}

.menuitem236 .description{
	padding-top:20px;
}

.listeContributeur td{
	vertical-align:middle !important;
	padding-left:10px;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

.listeContributeur th{
	text-align:left;
	padding-left:10px;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

.listeContributeur table{
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    width: 585px;
}

.fccat101 .contentheading{
	background: none repeat scroll 0 0 transparent !important;
    display: block;
    font-size: 12px !important;
    margin-left: 171px !important;
    padding-bottom: 5px !important;
    position: relative !important;
    text-align: left !important;
    width: 425px !important;
    text-shadow:0px !important;
}

.fcmaincat101 h2, #publicationMembre {
	background-image: url("../../thematique-home/images/bandeau-bas.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #00739F;
    font-size: 28px;
    padding-bottom: 28px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    top: 10px;
    width: 633px;
}

.fcmaincat101 h2{
	display:block !important;
}

.fcmaincat101 .beforedescription{
	margin-top:80px !important;
}

.fcmaincat101 .beforedescription .fcvalue{
	float:none !important;
    margin: 0 auto !important;
}

.ppublication{
	padding-left:40px;
	padding-right:40px;padding-bottom:20px;
}

#bloc-actualites{
	background-image:linear-gradient(#E9E9E2 0%, #FFFFFF 42%, #FFFFFF 100%, #FFFFFF 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #E5E5D9;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:white 0 1px 5px inset;
  margin:10px 0;
  padding:26px 13px 10px;
}

#bloc-actualites h2{
	color:#00739F;
  font-size:19px;
  margin:0 0 24px;
}

#lisa-standard-content .actions, #lisa-standard-content .article-info, #them_left .actions, #them_left .article-info{
	display:none;
}
.h1category {
	background-image:url(../../thematique-home/images/bandeau-bas.png);
  background-position:50% 100%;
  background-repeat:no-repeat no-repeat;
  color:#00739F;
  font-size:24px;
  padding-bottom:28px;
  position:relative;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  text-transform:uppercase;
  padding-top:10px;
  width:610px;
}

#them_left .item-page{
	padding-top:80px;
}


/* ---
 *
 ---------------------------------------------------------------------------------------------------------------------*/
#about-us article{
	padding-bottom:0px;
}
/* ---
 * ANNUAIRE
 ---------------------------------------------------------------------------------------------------------------------*/
.cbUserListResultCount {
	display:none;
}

.cbUserListHrTop, .cbUserListHrBottom{
	display:none;
}
.cb_template_default {
    margin: 0;
}

#cbUserTable td, #cbUserTable th{
	border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    text-align: center;
    vertical-align: middle;
}

#cbUserTable{
	border-top:1px solid #c0c0c0 !important;
	border-right:1px solid #c0c0c0 !important;
}

.cbUserListCol1, .cbUserListCol2{
	width:125px;
}

.cbUserListChanger, .cbft_counter, #cbfr_26, #cbfr_28, #cbfr_49, #cbfr_27{
	display:none;
}
/* ---
 *
 ---------------------------------------------------------------------------------------------------------------------*/
#conteneurmenu{
	display:none;
}

#liste-publication form{
	margin-top: 10px;
}

#liste-publication article{
	width:100% !important;
}

#cbProfileInner .cb_template_default{
	margin-top:0px;
}

#cbProfileInner .cbPosTop{
	/*margin-top:70px;*/
}

.cbUserListFC_avatar img{
	width: 70px;
}

.cbPosMiddle{
	width:209px !important;
}

.cbPosMiddle img{
	width:200px;
}

.cbPosRight{
	width: 380px !important;	
}

#cbProfileInner .cbPosTabMain{
	display:none;
}

#user-publication article{
	width:100% !important;
}
/* --------------
 * LISA ARTICLE
 -------------------------------------------------------------------------------------------------------------------- */
#thematique {
    background: transparent;
    margin: 0 30px;
}
/* --------------
 * Main title
 -------------------------------------------------------------------------------------------------------------------- */
#tpl-page h2.main-title {
    background-image:url(../../thematique-home/images/bandeau-bas.png);
    background-position:50% 100%;
    background-repeat:no-repeat no-repeat;
    color:#00739F;
    font-size:25px;
    padding-bottom:28px;
    text-align:center;
    text-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 2px;
    text-transform:uppercase;
    width:635px;
}
/* --------------
 * THEMATIQUE COMPOSITION - Hide list changer
 -------------------------------------------------------------------------------------------------------------------- */
.cbUserListChanger,
.contentdescription.cbUserListResultCount{
    display: none;
}