
/* - ++theme++fcpn.plonetheme/css/grid.css - */
@media screen {
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
   Customized version for example.base960theme.
   The only modification is on body because of tinymce overlay have a fixed 
   width to 960px but with inline width, so we have a horizontal scroll bar.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body.plonesite {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}
}


/* - ++theme++fcpn.plonetheme/css/theme.css - */
@media screen {
/* Sunburst Theme fixes to works with 960css */
#portal-globalnav{
  margin:0px 10px 1em 10px;
}
#portal-searchbox{
  position:relative;
  z-index:10;
}
#portal-personaltools{
  z-index:15;
}
dl.portlet dd.portletItem, dl.portlet dd.portletFooter, dl.portletError dd{
  padding:0.7em 0.5em;
}

/* THEME */
input#title,#content textarea{
  width:auto;
}
.listeClubs{
  width:100%;
}
/* Input */
input[type='text'] {
    border: 1px solid black;
    margin-bottom: 3px;
}

/* Opacity */
.portlet,
.portletNews,
body.section-publications_nature #content
{
    background: url(++theme++fcpn.plonetheme/images/white_60.png);
}



/* Logo ****************************************************************************************************************/
#portlets-header-wrapper{
  margin:10px;
  font-size:80%;
  background:transparent !important;
}
#portal-logo{
  margin:0px;
}
#portal-logo img{
  margin-top:5px; 
  width:100%;
}
div.coccinelle{
  top:-330px;
  left:160px;
  width:29px;
  height:24px;
  z-index:1;
  position:relative;
  background:transparent url(++theme++fcpn.plonetheme/images/coccinelle2.png) left top no-repeat;
}
div.oiseau{
  top:-94px;
  left:0px;
  width:25px;
  height:110px;
  z-index:1;
  position:relative;
  background:transparent url(++theme++fcpn.plonetheme/images/oiseau-piquet.png) left top no-repeat;
}
div.campagnol{
  top:-150px;
  left:530px;
  width:68px;
  height:60px;
  z-index:1;
  position:relative;
  background:transparent url(++theme++fcpn.plonetheme/images/blaireau-campagnol.png) left top no-repeat;
}
div.papillon{
  top:-288px;
  left:0px;
  width:32px;
  height:40px;
  position:relative;
  background:transparent url(++theme++fcpn.plonetheme/images/papillon.png) 0px bottom no-repeat; 
}
#portlets-header{
  min-height:150px;
}
#portlets-header .portletWrapper{
  width:auto;
  float:left;
}
#portlets-header .portletWrapper .portletNews{
  /*background:#fff;*/
  overflow:visible !important;
  min-height:150px;
  padding:10px;
  margin-bottom:1em;
  position:relative;
}
#portlets-header .portletWrapper div{
  overflow:auto;
  max-height:155px;
}

#portlets-header .portletNews div.portletHeader{
  margin-top:-10px;
  margin-left:-10px;
  text-indent:-10000px;
  width:160px;
  height:37px;
  background:transparent url(++theme++fcpn.plonetheme/images/actu.gif) left top no-repeat;
}
#portlets-header .portletNews div.portletHeader a{
  padding:10px;
}
#portlets-header .portletNews .portletFooter .right{
  right:60px;
  position:absolute;
  bottom: 5px;
}

/* Top *** *****************************************************************************************************************/
#portlets-header .portletWrapper .panierCPN {

  overflow: visible ;

}

.panierCPN {
  width:550px !important;
  border: none; //DB7093
  font-size:100%;
  font-weight:bold;
  /* background:#fff; */
  min-height:150px;
  padding:10px;
}

.panierCPN .basketitems {
    margin-top: 1em;
    margin-bottom: 1em;
}

.panierCPN h3{
  font-size:1.4em;
  margin-bottom:10px;
}
.panierCPN div{
  width:170px;
  float:left;
  padding:10px 2px;
}
.panierCPN div.accessPanier{
  width:170px;
  margin-top: -65px;
}



.panierCPN div.accessPanier img.retrait{
  margin-left:-20px;
}
/* Content *****************************************************************************************************************/
#portal-breadcrumbs{
  height:30px;
  font-size: 10px;
  margin-right: 15px;
  margin-left: 15px;
}
#wrapper-page{
  background:transparent url(++theme++fcpn.plonetheme/images/motif-web-2.jpg) repeat-y;
}
#page{
  background:transparent url(++theme++fcpn.plonetheme/images/bulle.gif) 0px 0px no-repeat;
}
.section-publications_nature #page{
  background:transparent url(++theme++fcpn.plonetheme/images/bulle.gif) -180px 80px no-repeat;
}
#content-before, #content-after{
  padding:0px;
  margin:0px;
}

body #content-before{
  height:12px;
  background:transparent url(++theme++fcpn.plonetheme/images/top-content.png) 0px top no-repeat;
}

body #content-wrapper{
  margin:0px;
  background:transparent url(++theme++fcpn.plonetheme/images/content.png) 0px top repeat-y;
}
#content-after{
  margin-bottom:1em;
  height:48px;
  position:relative;
  background:transparent url(++theme++fcpn.plonetheme/images/bottom-content.png) 0px bottom no-repeat;
}

body.section-publications_nature #content-before,
body.section-publications_nature #content-wrapper,
body.section-publications_nature #content-after {
    background: none;
} 


body.section-publications_nature #content {
    border: none; //2px solid #DB7093;
}

#content{
  background-color:#fff;
  margin:0px 30px 0px 20px;
  padding:10px 10px 1px 10px;
  line-height: 1.2em;
}
#portletsBelowContent, #portlets-header-wrapper{
  background-color:#fff;
}
body div.escargot{
  height:22px;
  width:37px;
  top:-16px;
  left:400px;
  position:relative;
}
.escargot img{
  height:22px;
  max-height:100%;
  max-width:100%;
  width:auto;
}
body div.limace{
  height:40px;
  width:23px;
  top:-20px;
  left:-8px;
  position:absolute;
}
.limace img{
  height:40px;
  max-height:100%;
  max-width:100%;
  width:auto;
}


body.section-publications_nature .limace,
body.section-publications_nature .escargot {
    display: none;
}

#portal-column-two .portletLogin a,
#portal-column-two .portletLogin a:link,
#portal-column-two .portletLogin a:hover,
#portal-column-two .portletLogin a:visited {
  color:#336699;
}

body.section-publications_nature .portletLogin .connexion {
    display: none;
}

body.section-publications_nature .portletLogin .portletHeader {
    height: auto;
    clear: none;

}

body.section-publications_nature .portletLogin .portletHeader p {
    margin: 0;
}





dl.portalMessage, #content fieldset#search-field{
  margin-top:0px;
}
#contentActionMenus dl.actionMenu{
    line-height:1.8em;
    z-index:1;
}
fieldset{
  margin-top:0px;
}
/* Left ********************************************************************************************************************/
#portal-column-one .navTree a{
  -o-border-radius:1em;  
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  border-radius:1em;
  padding:0px 1em; 
}
#portal-column-one .portletNavigationTree li{
  line-height:1.2em; 
}
#nav-la-federation, #nav-les-clubs-cpn, #nav-boutique, #nav-forum, #nav-rejoindre-les-cpn{
  margin:19px 0px;
  font-weight:bold;
  text-align:center;
  background-color:#fff;
}
#nav-la-federation{
  text-indent:-10000px;
  width:121px;
  height:19px;
  background:transparent url(++theme++fcpn.plonetheme/images/1-federation.gif) left top no-repeat;
}
#nav-la-federation:hover{
  opacity:0.8;
}
.nav-cocci{
  background:transparent url(++theme++fcpn.plonetheme/images/coccinelle-en-vol2.png) 53px 1px no-repeat;
  padding-top:1px;
}
#nav-les-clubs-cpn{
  text-indent:-10000px;
  margin-left:30px;
  width:124px;
  height:19px;
  background:transparent url(++theme++fcpn.plonetheme/images/2-clubCPN.png) left top no-repeat;
}
#nav-les-clubs-cpn:hover{
  opacity:0.8;
}
#nav-activites-nature{
  text-indent:-10000px;
  width:141px;
  height:19px;
  background:transparent url(++theme++fcpn.plonetheme/images/3-activite-nature.gif) left top no-repeat;
}
#nav-activites-nature:hover{
  opacity:0.8;
}
.tas-de-feuilles{
  margin-left:44px;
}
#nav-boutique{
  text-indent:-10000px;
  margin-left:30px;
  width:89px;
  height:19px;
  background:transparent url(++theme++fcpn.plonetheme/images/4-boutique.png) left top no-repeat;
}
#nav-boutique:hover{
  opacity:0.8;
}
#nav-forum{
  text-indent:-10000px;
  margin-left:70px;
  width:80px;
  height:19px;
  background:transparent url(++theme++fcpn.plonetheme/images/5-forum.gif) left top no-repeat;
}
#nav-forum:hover{
  opacity:0.8;
}

#nav-nature{
  text-indent:-10000px;
  margin-left:20px;
  width:120px;
  height:19px;
  background:transparent url(++theme++fcpn.plonetheme/images/5-nature.gif) left top no-repeat;
}
#nav-nature:hover{
  opacity:0.8;
}

#nav-rejoindre-les-cpn{
  text-indent:-10000px;
  width:119px;
  height:59px;
  background:transparent url(++theme++fcpn.plonetheme/images/6-rejoindreCPN.gif) left top no-repeat;
}
#nav-rejoindre-les-cpn:hover{
  opacity:0.8;
}
.portlet{
    font-size:80%;
    margin-bottom:1em;
}
.portlet h2{
    font-size:14px;
}
#portal-column-one .portlet,#portal-column-two .portlet{
  /*background-color:white;*/
  border:2px solid #660066;
  -o-border-radius:15px; 
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
}
#portal-column-one .portletNavigationTree{
  background:transparent url(++theme++fcpn.plonetheme/images/nav.png) 0px 0px no-repeat;
  border:none;
  margin-bottom:0px;
  margin-top:10px;
}
#portal-column-one .portletNavigationTree dd{
  background:transparent url(++theme++fcpn.plonetheme/images/nav-bottom.png) 40px bottom no-repeat;
}
#portal-column-one dl.portlet dd.portletItem, #portal-column-one dl.portlet dd.portletFooter, #portal-column-one dl.portletError dd{
    padding:0px;
}
.sittelle{
  position:relative;
  left:114px;
  top:-90px;
  width:40px;
  height:0px;
}
.gamin{
  position:relative;
    bottom:94px;
    height:0px;
    left:-10px;
}
.renard{
  position:relative;
  height:30px;
  left:-10px;
  top:-26px;
}

/* Right *******************************************************************************************************************/
dl.portlet dt, div.portletAssignments div.portletHeader{
  background:none;
}
dl.portletLogin dt.portletHeader{
  clear:both;
  display:block;
  height:70px;
}
dl.portletLogin div.connexion{
  position:relative;
  left:-44px;
  top:-46px;
  width:54px;
  height:70px;
  background:transparent url(++theme++fcpn.plonetheme/images/fillette-montre-doigt2.png) 0px 0px no-repeat;
}
dl.portletLogin p{
  text-align:center;
}
dl.portletSearch dt.portletHeader{
  padding:0px;
  height:64px;
  background:transparent url(++theme++fcpn.plonetheme/images/fillette-et-plante.gif) 0px bottom no-repeat;
}
dl.portletSearch dt.portletHeader a{
  text-align:center;
  padding-top:50px;
}
dl.portletSearch dd.portletItem{
  padding:0px;
}
.portletSearch input{
  width:100%;
  border:1px solid #000;
}
/* Newsletter */



.portletNewsletterSubscriber #formfield-form-email label {
    display: none;
} 

.portletNewsletterSubscriber #formfield-form-email {
    margin-bottom: 0em;
}

dl.portletNewsletterSubscriber dd.portletItem{
  padding:0px;
  text-align: center;
}
.portletNewsletterSubscriber input{
  width:100%;
  border:1px solid #000;
}

.portletNewsletterSubscriber .description {
    color: #992E82;
    font-weight: bold;
    font-size: 11px;
}

.portletNewsletterSubscriber input[type='submit']  {
    border: none;
    background-color: transparent;
    font-weight: bold;
    color: green;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

/*
#portal-column-two .portlet{
  background-color:white;
}
*/
#portal-column-two .portletLogin, #portal-column-two .portletSearch, #portal-column-two .portletMailChimp{
  background:transparent;
  border:none;
}

#portal-column-two .portletSearch a{
  color:red;
}
dl.portletCalendar dd.portletItem{
  padding:0px;
}
#portal-column-two input{
  width:100%;
}
#portal-column-two .formControls input{
  width:auto;
}
#portal-column-two .portletSearch fieldset{
  width:100%;
  background:#fff;
  padding:0;
}
#portal-column-two .portletSearch fieldset li{
  width:100%;
  padding:0.4em 0.2em;
}

#portal-column-two .articleSearch,
.articleSearch{
  margin-top: -40px;
  padding-top: 60px;
  height: 100px;
  background: transparent url('/icon_portlet_search.png') left top no-repeat;
  border:none;
  margin-left: -30px;
}


.articleSearch{
  margin-bottom:6em;
}
.articleSearch p{
  color:red;
  font-weight:bold;
  text-align:center;
}
.articleSearch img{
  margin-left:-25px;
  margin-bottom:-10px;   
}
 .articleSearch .searchButton{
  width:auto;
  float:right;
}
.articleSearch table input{
  width:auto;
}

.articleSearch #SearchableText {
    width: 150px;
    float:right;
}
/* Left & right *************************************************************************************************************/
#portal-column-one select,#portal-column-two select{
  width:100%;
}

.portlet.boutiqueCPN{
  margin:-60px 0px 5px 0px;
  padding: 0px 4px 0px 4px;
}
.portlet.boutiqueCPN a{
  clear:both;
  display:block;
  text-align:center;
}


.portlet.boutiqueCPN img{
  margin-top:-40px;
  margin-left:-10px;
}

.portlet.boutiqueCPN a.text{
    margin-bottom: 10px;
}

/* Footer *******************************************************************************************************************/
#portal-footer{
  background-color:transparent;
  margin-bottom:0px;
  clear:left;
}
#portal-footer > p{
  font-style:italic;
  padding:5px 0px 0px 10px;
  clear:both;
  font-size:90%;
}
.footer-content p{
  font-style:italic;
  text-align:left;
  line-height:16px;
}
.footer-left, .footer-content, .footer-logo{
  display:inline-block;
  clear:both;
}
.footer-left{
  width:27%;
}
.footer-content{
  width:50%;
}
.footer-logo{
  width:50px;
}
.footer-logo img{
  height:auto;
  max-height:100%;
  max-width:100%;
  width:50px;
}
.footer-left img, .footer-right img{
  height:100px;
  max-height:100%;
  max-width:100%;
  width:auto;
}
.footer-right{
  float:right;
  clear:right;
  width:15%;
}
#portletsAboveContent .portletWrapper{
  float: left;
  margin-right: 5px;
}
/* News */
#portletsAboveContent .news{
  width:auto;
}

/* do not display image in news content, only in portlet */
.newsImageContainer {
    display: none;
}

/* display news images on right in news list !!! BAD IDEA !!! */

#content img.tileImage{
    float: left;
    margin: 0 1em 0.5em;
}

#portletsAboveContent .newsitem,
#portletsAboveContent .newsImageContainer{
  float:left;
  margin-right:1em;
  max-width: 250px;
  display: block;
}

#portletsAboveContent .newsitem {
    width: 250px;
}

.newsitem .right{
  text-align:right;
}
.newsDate {
    color: #808080;
    font-style: italic;
    font-size:80%;
}

.news .portletFooter{
  float:right;
  clear:both;
}
.news .portletFooter a{
  font-weight:bold;
  color:green;
}
div.newsitem:first-child{
  border-right:2px solid #7e007e;
  padding-right:1em;
}

/*
 * livesearchContainer
 */

.livesearchContainer {
    border: 2px solid #7e007e;
}

#livesearchLegend {
    background-color: #ffB0B0;
    //border-top: 2px solid #7e007e;
    font-weight: bold;
}


/*
 * footer
 */

.footer-content a {
    font-weight: bold;
    color: green;
}

/* Liste des clubs */
.listeClubs td {
    border: 1px solid #DDDDDD;
    padding: 5px;
}

.listeClubs td.head {
    color: #666666;
    background-color: #DDDDDD;
    border-color: #FFFFFF;
    font-weight: bold;
}
.countryName {
    font-weight: bold;
}
.club_odd {
    background-color: #eeeeee;
}

input.searchPage[type='text'] {
  border: 1px solid black;
}

#category {
    font-size: 70%;
}

#category a.link-category{
    background-color: transparent;    
    /*border-radius: 0;*/Login
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
}

.searchShopImage {
    margin-bottom: 0.7em;
}

/* Above parchemin */
#edit-bar {
    margin-left:20px;
    margin-right: 25px;
}

dl.portalMessage {
    margin-left:20px;
    margin-right: 25px;
    
}

#content dl.portalMessage {
    margin-left: 0px;
    margin-right: 0px;
}

/* Shop orders */
input[type='radio'] {
    vertical-align: middle;
}

/* Search for mac */
input.searchField {
    -moz-appearance: none;
}

/* Share */
#socialtools .at16nc,.at300bs,.at15nc,.at15t_compact,.at16t_compact {
    background-image: none;
}

#socialtools {
    margin-top: 0px;
    margin-right: 55px;
    margin-bottom: 5px;
}

#socialtools a {
    color: #660066;
    font: 80% "Arial", "FreeSans", sans-serif;
    font-weight: bold;
}
#socialtools .addthis_separator {
    display: none;
}


#content .documentDescription {
    margin-bottom: 1em;
    font-size:1.1em;
}

#category {
    margin-left:5px;
    margin-right: 20px;
    text-align: center;
}


#content .itemMiniPhoto a,
#content .itemPhoto a {
    border: none;
}

/*
 * Tables
 */

.listing {
    font-size: 11px;
}

/*
 * External editor
 * 
 */
input[id='form.ext_editor'] {
    display: none;
}

.documentFirstHeading, .productFolderHeading {
    margin-bottom: 5px;
}

.template-manage-portlets #tools {
    display: none;
}

#right {
    position: relative;
}


#tools {
    position: absolute;
    top: 150px;
    right: 0px;
}


}

