/**
 * $Id: theme.css,v 1.1.2.16 2010/01/02 20:01:47 jmburnz Exp $
 * adaptivethemes.com
 *
 * @file theme.css
 * theme.css is the file to use when building your theme.
 * Make a copy first as a backup.
 */

/** never display sidebars on homepage no matter how much crap people put there **/
body.front div.sidebars {
  display: none !important;
}

/***** base.css overrides ******/

.block, .block-at-admin, #user-menu, #skip-nav, #branding, #search-box, #mission, #primary, #secondary, #attribution, #breadcrumb, #main-content-header, #content, #messages-and-help, #footer-message {
  padding:0;
}

#sidebar-last #block-sp_comm-sp_comm_fb_activity .block-inner {
  margin: 0;
}

/* Messages */
div.messages {
font-weight:400;
  margin:0;
}

div.messages ul {
margin:0 0 0 1.25em;
}

div.error {
background:#FFF3F6 url(core-images/status-error.png) no-repeat .5em .45em;
border:8px solid #C00000;
border-left:none;
border-right:none;
color:#C00000;
}

tr.error {
background:#FFEFF3;
color:#E41F0B;
}

div.notice {
background:#FFF6BF;
color:#514721;
border-color:#FFD324;
}

div.status {
background:#F1FFCF url(core-images/status-ok.png) no-repeat .75em .6em;
border:1px solid #4DA449;
color:#2A6827;
}

div.help {
background:#F7F8F8 url(core-images/status-info.png) no-repeat .5em .45em;
border:1px solid #66BEF4;
color:#000D2F;
margin:1em 0;
}

div.warning {
background:#FFF6DF url(core-images/status-warning.png) no-repeat .5em .45em;
border:1px solid #FFB900;
color:#9F3800;
}

div.messages,div.warning,div.help,div.status,div.error {
  padding:1.2em 1em 1.2em 3em;
  border-left:none;
  border-right:none;
  border-width:12px;
}

a {
  color: #008C99;
  text-decoration:none;
}

.section-communaute table a {
  display:inline-block;
  font-size:0.95em;
  font-weight:bold;
  padding:0.2em 0;
}

/**********************************************************
 *                    HTML & Body
 **********************************************************/
html {}
body {
  background:#fff url(../../images/pattern-bleu.png) repeat 0 0;
  line-height:1.27em;
  color:#5b5b5b;
}

/* Admin menu */
body.admin-menu {
  background:#fff url(../../images/pattern-bleu.png) repeat 0 0;
}
body.admin-menu #container {}

body #body-wrapper {
  background:transparent url(../../images/pattern-header.png) repeat-x 4px 0;
}

/**********************************************************
 *                 HTML Elements
 **********************************************************/
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {
/*  color:#252525;*/
}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}

abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {}
a:link    {}
a:visited {}
a:hover   {}
a:active  {}
a.active  {}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {}


/**********************************************************
 *                    Body Classes
 **********************************************************/
 /* NOTE: these are not active by default; you need to
    enable them in the Advanced theme settings. */

/* Front or not front. */
.front {}
.not-front {}

/* Is the user logged in. */
.logged-in {}
.not-logged-in {}

/* Content type body classes. */
.article-type-book  {}
.article-type-blog  {}
.article-type-forum {}
.article-type-page  {}
.article-type-poll  {}
.article-type-story {}


/**********************************************************
 *                  The wrapper divs
 *    Be careful how you modify these, see layout.css
 **********************************************************/
#container {}

/* Column wrappers */
#columns-and-secondary-content {
  background:#fff url(../../images/columns-bg.png) no-repeat 0 0;
  padding-top:20px;
}
.columns-inner {
  padding-left:25px;
  padding-right:25px;
}
.front.no-sidebars .columns-inner {
  padding:0;
}
.not-front .columns-inner {
  padding-right:0;
}
.no-sidebars .columns-inner {
  padding-right:25px;
}
/*.page-node .columns-inner {
  padding-right:25px;
}*/
.article-edit .columns-inner {

}
.article-edit {

}

/* Content wrappers */
#content-column {}
.content-inner {}

/* Main content wrappers*/
#main-content {}
#content {}


/**********************************************************
 *                       Regions
 **********************************************************/
/* Leaderboard is a full width region at the very top of the page. */
#leaderboard {
  padding-top:20px;
}

/* Header region is embedded in the header, floated between the logo/site_name
   and the search box. */
#header-region {
  position:absolute;
  right:20px;
  top:20px;
  width:auto;
}
#header-region form,
#header-region #edit-s,
#header-region .views-exposed-widget,
#header-region .views-exposed-widgets,
#header-region #edit-submit-solr-search,
#header-region .block,
#header-region .block-inner {
  padding:0;
  margin:0;
}
#header-region #edit-s {
  margin-right:2px;
  border:none;
  padding:4px 20px 5px 1px;
  padding-right:20px;
  background:transparent url(../../images/search-bg.png) no-repeat 0 0;
  width:169px;
  margin-top: 10px;
}
#header-region #edit-submit-solr-search {
  border:none;
  margin-right:4px;
  position:absolute;
  background-color:transparent;
  display:block;
  right:0;
  top:3px;
  color:#fff;
}
/* Secondary content is a full width region between the header and the
   main columns. */
#secondary-content {
   background-color:#fff;
}

/* Tertiary content is a full width region above the footer, below the
   main content. */
#tertiary-content {
  background-color:#fff;
}

/* Content top and bottom are above and below the main content, within the main
   content column. Content aside floats to the right within the main central
   column, but below content top. */
#content-top {}
#content-aside {}
#content-bottom {}

/* Article aside appears only in articles (nodes). By default its placed at
   the bottom of the node.tpl.php template. */
#article-aside {}


/**********************************************************
 *                      Sidebars
 **********************************************************/
/* Target both sidebars with this low specifity selector. */
.sidebar {}

/* Target a specific sidebar. */
#sidebar-first {}
#sidebar-last {}


/**********************************************************
 *                   Skip navigation
 **********************************************************/
/**
 * DO NOT USE display:none as this hides it from screen readers!
 */
#skip-nav {}

/* Override default pseudo class styles */
#skip-nav a:link    {}
#skip-nav a:visited {}
#skip-nav a:hover   {}
#skip-nav a:focus   {}
#skip-nav a:active  {}


/**********************************************************
 *                 Header Elements
 **********************************************************/
/* #header wraps #branding, #search-box-top and #header-blocks. */
#header {
  height:93px;
}

/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {
}

/* Logo and Site Name wrapper. */
.logo-site-name {}

/* Logo and Site Name wrapper h1 - normally applies only the homepage. */
h1.logo-site-name  {}
h1.logo-site-name  #logo a {
  display:block;
}



/* Logo and Site Name wrapper DIV - normally applies to all internal pages,
   or where no title is set. */
div.logo-site-name {}

/* DIV/strong combo when when title is set. */
div.logo-site-name strong {}

/* By default the span is set to display:block, you can display:inline
   or float the elements to get them all on one line. */
.logo-site-name span {}

/* Logo and Site Name SPAN wrappers. */
span#logo {
  padding-left:28px;
  padding-top:8px;
}
span#site-name {}

/* Override default pseudo class styles. */
#site-name a:link    {}
#site-name a:visited {}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

/* Site slogan. */
#site-slogan {
  text-align:right;
  position:absolute;
  right:28px;
  top:60px;
  font-size:1.275em;
  font-style:italic;
  color:#008c99;
}


/**********************************************************
 *    Search box, Advanced search form, Search results
 *          For the search block see blocks.css
 **********************************************************/
/**
 * Search box
 */
/* Float the serch box right. */
#search-box {}

/* Reset form element margins. */
#search-theme-form {}

/* Wrapper DIVs */
#search-theme-form > div {}
#search-theme-form #search {}
#edit-search-theme-form-1-wrapper {}

#search-theme-form label {}
#search-theme-form input {}

#search-theme-form .form-text {}
#search-theme-form .form-submit {}

/**
 * Advanced search form
 */
/* Advanced search-form id. */
#search-form {}

/* Use the child selector because the inner div has no class. */
#search-form > div {}
#search-form .container-inline {}
#search-form #edit-keys-wrapper {}

#search-form label {}
#search-form input {}
#search-form .form-item {}
#search-form .form-submit {}

/* Textfield styles. */
#search-form #edit-keys-wrapper input {}
#search-form #edit-keys-wrapper input:hover,
#search-form #edit-keys-wrapper input:focus {}

/* Advanced search fieldset. */
#search-form fieldset.search-advanced {}

/**
 * Search results
 */
/* Box styles for the results page. */
.section-search .box {}
.section-search .box-inner {}
.section-search .box-title {}

/* Style the no results messages. */
.section-search .box ul {}
.section-search .box ul li {}

/* Search results document list. */
dl.search-results {}
dl.search-results dt {}
dl.search-results dd {}
dl.search-results dd p {}
dl.search-results dd .search-snippet {}
dl.search-results dd .search-info {}

span.search-info-type {}
span.search-info-user {}
span.search-info-date {}
span.search-info-comment {}
span.search-info-upload  {}


/**********************************************************
 *               Primary & Secondary Links
 **********************************************************/
/* Primary-links div wrapper */
#primary {
  background-color:#3D3D3D;
  height:27px;
}

/* Class on the ul */
.primary-links {
  padding-left:20px;
}

/* Modify the margin to set tab spacings. */
.primary-links li {
  font-size:1em;
  font-weight:bold;
  height:27px;
  line-height:2.1em;
}
.primary-links li a {
  text-decoration:none;
  height:27px;
  padding-left:40px;
  padding-right:40px;

}

/* Set pseudo class styles. */
.primary-links li a:link {
  color:#dfdfdf;
}
.primary-links li a:visited {
  color:#dfdfdf;
}
.primary-links li a:hover {
  color:#fff;
}
.primary-links li a:focus {}
.primary-links li a:active {
  color:#fff;
}



/* Primary first and last classes. */
.primary-links li.first {}
.primary-links li.last {}

/* Active trail classes. */
.primary-links li.active {}
.primary-links li.active-trail {}
.primary-links li.active-trail a {
  color:#fff;
}
.primary-links li.active-trail a:hover {
  color:#fff;
}


/* Primary icons */

li.menu-981 a {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -35px;
}
li.menu-981 a:hover {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px 0px;
}

/* Hide mobile article link on regular page */
/* menu id's are different in stage & live */

div#primary li.menu-6393{
  /* display: none; */
}

div#primary li.menu-2792
, div#primary li.menu-2574
, div#primary li.menu-3243
{
  display:none;
}

li.menu-2791 a
, li.menu-1745 a
, li.menu-3242 a
{
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -105px;
}

li.menu-2791 a:hover
, li.menu-1745 a:hover
, li.menu-3242 a:hover
{
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -70px;
}

li.menu-6393 a{
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -377px;
}
li.menu-6393 a:hover{
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -343px;
}

li.menu-982 a
{
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -242px;
}
li.menu-982 a:hover {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -207px;
}

li.menu-5502 a,
li.menu-5874 a {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -174px;
}

li.menu-5502 a:hover,
li.menu-5874 a:hover {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -139px;
}

li.menu-5501 a {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -310px;
}

li.menu-5501 a:hover {
  background:transparent url(../../images/icones-menu.png) no-repeat 0px -275px;
}

/* Secondary-links div wrapper */
#secondary {}

/* Class on the ul */
.secondary-links {}

/* Modify the margin to set tab spacings. */
.secondary-links li {}
.secondary-links li a {}

/* Set pseudo class styles. */
.secondary-links li a:link {}
.secondary-links li a:visited {}
.secondary-links li a:hover {}
.secondary-links li a:focus {}
.secondary-links li a:active {}

/* Secondary first and last classes. */
.secondary-links li.first {}
.secondary-links li.last {}

/* Active trail classes. */
.secondary-links li.active {}
.secondary-links li.active-trail {}
.secondary-links li.active-trail a {}


/**********************************************************
 *                      Breadcrumb
 **********************************************************/
#breadcrumb {}
#breadcrumb a {}
#breadcrumb a:link {}
#breadcrumb a:visited {}
#breadcrumb a:hover {}
#breadcrumb a:focus {}
#breadcrumb a:active {}


/**********************************************************
 *                       Mission
 **********************************************************/
#mission {}


/**********************************************************
 *                    H1 Page Title
 **********************************************************/
h1#page-title {}


/**********************************************************
 *                     Pager
 **********************************************************/
/* The first 2 classes provide the base pager styles. */
ul.pager    {
  text-align:left;
  padding:0;
  margin:0;
}
ul.pager li {
  display:inline-block;
  padding:0;
}

ul.pager li a,
ul.pager li.pager-ellipsis,
ul.pager li.pager-current {
  padding:.4em .7em;
}

/* Theme the various states of pager links. */
ul.pager li a {
  background-color:#ddd;
  text-decoration:none;
  color:#666;
  display:block;
}
ul.pager li a:visited {
  color:#aaa;
  background-color:#ddd;
}
ul.pager li a:hover   {
  color:#252525;
}

/* Note: .pager-current is for the current page. */
ul.pager li.pager-item     {}
ul.pager li.first          {}
ul.pager li.last           {}
ul.pager li.pager-current  {
  background-color:#888;
  color:#fff;
}
ul.pager li.pager-first    {}
ul.pager li.pager-previous {}
ul.pager li.pager-next     {}
ul.pager li.pager-last     {}
ul.pager li.pager-ellipsis {
  background:transparent;
}

/**********************************************************
 *               Footer, Footer Message
 **********************************************************/
#footer {
  background:transparent url(../../images/footer-bg.png) repeat-x 0 0;
  padding:20px 10px;
  text-align:center;
}

#footer-region {}
#footer-region a {
  color:#fff;
  text-decoration:none;
}

#footer-region ul {
  text-align:center;
}

#footer-region ul.menu li {
  float:none;
  border-left:1px solid #fff;
  padding:0 10px;
}
#footer-region ul.menu li.first {
  border-left:none;
}
#footer-message {}
#footer-message a {}


/**********************************************************
 *                 RSS Feed Icon
 **********************************************************/
#feed-icons {}
#feed-icons .feed-icon {}
#feed-icons .feed-icon img {}
#feed-icons a.feed-icon {}


/**********************************************************
 *                  Generic Content Classes
 **********************************************************/
.title {}
.submitted {}
.submitted em {}
.submitted a {}
.content {}
ul.links {}
ul.links li {}
ul.links li a {}


/**********************************************************
 *                      Articles (nodes)
 **********************************************************/
.article {}

/* Teaser title (H2). */
.article-title {}

.article-title a:link,
.article-title a:visited {}
.article-title a:hover,
.article-title a:focus,
.article-title a:active {}

/* User Picture. */
.article .user-picture {}
.article .user-picture img {}

/* Submitted */
.article .submitted {}
.article .submitted em {}
.article .submitted a {}
.article .submitted a:hover {}
.article .submitted .author {}
.article .submitted .time {}

/* Common links classes. */
.article ul.links {}
.article ul.links li {}
.article ul.links li a {}

/* Taxonomy terms. */
/* Term list */
ul.taxonomy {}
ul.taxonomy li {}
ul.taxonomy li a {}
/* With vocab headers */
ul.taxonomy li.vocab {}
.vocab-name {}
ul.vocab-list {}
ul.vocab-list li {}
ul.vocab-list li a {}

/* Style module links. */
ul.links li.node_read_more a {}
ul.links li.comment_add a {}
ul.links li.comment_comments a {}
ul.links li.comment_new_comments a {}
ul.links li.blog_usernames_blog a {}
ul.links li.print_html a {}
ul.links li.print_email a {}
ul.links li.print_pdf a {}

/* UL link first and last classes. */
.article ul.links li.first {}
.article ul.links li.last  {}

/* Workflow states. */
.article-add    {}
.article-edit   {}
.article-delete {}
.article-preview  {}
.article-sticky   {}
.article-promoted {}

/* Status. */
.article-unpublished {}

/* Theme the teaser seperatly. */
.article-teaser {}


/**********************************************************
 *                     Content types
 *              Style article types by type.
 **********************************************************/
.book-article  {}
.blog-article  {}
.forum-article {}
.page-article  {}
.poll-article  {}
.story-article {}

 /**
  * Custom Content Types
  * Replace CONTENT_TYPE with the content type
  * machine-readable name.
  */
.CONTENT_TYPE-article {}


/**********************************************************
 *                    CCK Fields
 **********************************************************/
/* Wrapper for any CCK field. */
.field {}

/* Use "datetime" when creating new CCK date fields. */
.field-type-datetime {}

/* Filefield field. */
.field-type-filefield {}

/* Node reference field. */
.field-type-nodereference {}

/* User reference field. */
.field-type-userreference {}

/* Number fields. */
.field-type-number-decimal {}
.field-type-number-float   {}
.field-type-number-integer {}

/* Text field. */
.field-type-text {}

/**
 * Specific field names.
 */
/* Underscores in field name are replaced with dashes. */
.field-field-FIELDNAME {}


/**********************************************************
 *                     Comments
 **********************************************************/
/* Comment wrapper: wraps all comments and the comment form. */
#comments {}
#comments-title {}

/* Wrapper class for each individual comment. */
.comment {}

/* Indentation */
.comment .indented {}

/* Comment Title (H3) */
.comment-title {}
.comment-title a:link,
.comment-title a:visited {}
.comment-title a:hover,
.comment-title a:focus,
.comment-title a:active {}

/* Comment id (count with pound sign, see line 28 comment.tpl.php)
   and comment "new" notification. */
.comment-id {}
.comment-title .new {}


/* User Picture */
.comment .user-picture {}
.comment .user-picture img {}

/* Submitted */
.comment .submitted {}
.comment .submitted em {}
.comment .submitted a {}
.comment .submitted a:hover {}
.comment .submitted .author {}
.comment .submitted .time {}

/* Links */
.comment ul.links {}
.comment ul.links li {}
.comment ul.links li a {}

/* Core comment link classes. */
ul.links li.comment_reply a {}
ul.links li.comment_edit a {}
ul.links li.comment_delete a {}

/* UL link first and last classes. */
.comment ul.links li.first {}
.comment ul.links li.last  {}

/* Author */
.comment-by-anonymous   {}
.comment-by-article-author {}
.comment-by-viewer      {}

/* New */
.comment-new {}

/* Zebra */
.comment.odd  {}
.comment.even {}

/* Status */
.comment-unpublished {}

/* Themes the "Unpublished" text. */
.comment-unpublished .unpublished {}

/* Comment box wrapper on a seperate page. */
.section-comment .box {}
.section-comment .box .box-title {}

/* Comment box wrapper below content. */
#comments .box {}
#comments .box .box-title {}

/* Sytle comments by article type. */
.book-comments  {}
.blog-comments  {}
.forum-comments {}
.page-comments  {}
.poll-comments  {}
.story-comments {}


/**********************************************************
 *                       Blocks
 **********************************************************/
/**
 * Styles set for .block, .block-inner, block-title and
 * .block-content will be inherited by all blocks.
 */
.block {}
.block-inner   {} /* Block inner div */
.block-title   {} /* h2 block title */

#block-block-10 * {
  margin-bottom:0;
  padding-bottom:0;
}

/**********************************************************
 *                   Sidebar blocks
 **********************************************************/
/**
 * You can target blocks in one or more regions and
 * style them differently.
 */

/* Low specifity selector to style blocks in all regions. */
.aside .block {}
.aside .block h2 {}
.aside .block-inner {}

/* Low specifity selector to style blocks in both sidebars. */
.sidebar .block {}
.sidebar .block h2 {}
.sidebar .block-inner {}

/* High specifity selectors to style blocks in one sidebar - be careful,
   these are powerful selectors! */
#sidebar-first .block {}
#sidebar-first .block h2 {}
#sidebar-first .block-inner {}

#sidebar-last .block {}
#sidebar-last .block h2 {}
#sidebar-last .block-inner {}

#sidebar-last p {
  /*color:#fff;*/
}

/**********************************************************
 *                  Region blocks
 **********************************************************/
/* High specifity selectors to style blocks in one region. */
#page-top          .block {}
#header-region     .block {}
#secondary-content .block {}
#tertiary-content  .block {
  margin-bottom:0;
  padding-bottom:20px;
}
#content-top       .block {}
#content           .block {}
#content-bottom    .block {}
#footer-region     .block {}


/**********************************************************
 *                   Module blocks
 **********************************************************/
/**
 * Module Block ID's
 * For contributed module blocks the pattern is the same,
 * i.e. #block-[module]-[delta]
 */
#block-book-0       {} /* Book navigation block   */
#block-blog-0       {} /* Recent Blog posts       */
#block-comment-0    {} /* Recent Comments block   */
#block-forum-0      {} /* Active Forum topics     */
#block-forum-1      {} /* New Forum topics        */
#block-locale-0     {} /* Language Switcher block */
#block-node-0       {} /* Syndicate block         */
#block-poll-0       {} /* Most recent poll        */
#block-profile-0    {} /* Author information      */
#block-search-0     {} /* Search form block       */
#block-statistics-0 {} /* Popular content         */
#block-system-0     {} /* Powered by Drupal       */
#block-user-0       {} /* Login block             */
#block-user-1       {} /* Navigation Menu block   */
#block-user-2       {} /* Who's New block         */
#block-user-3       {} /* Who's Online block      */

/* Primary and Secondary links blocks */
#block-menu-primary-links   {}
#block-menu-secondary-links {}

/* The class selector applies to all blocks of these types. */
.block-user {}
.block-book {}
.block-aggregator {}


/**********************************************************
 *                 Search block form
 **********************************************************/
#search-block-form {}

/* Wrapper DIVs. */
#search-block-form > div {}
#search-block-form .container-inline{}
#edit-search-block-form-1-wrapper {}

#search-block-form label {}
#search-block-form input {}

#search-block-form .form-submit {}
#search-block-form .form-text {}

/* Override forms.css focus style */
#edit-search-block-form-1:hover,
#edit-search-block-form-1:focus {}


/**********************************************************
 *                   Menu blocks
 **********************************************************/
/**
 * Prefix these with the block id to style one menu only.
 */
ul.menu,
ul.menu ul,
ul.menu ul ul,
ul.menu ul ul ul {}

/* Menu li styles */
ul.menu li {}

ul.menu li.collapsed {}
ul.menu li.expanded  {}
ul.menu li.leaf      {}

ul.menu li a:link,
ul.menu li a:visited {}
ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active   {}
ul.menu li.active a  {}
ul.menu li.active-trail a {}

ul.menu li.first {}
ul.menu li.last  {}


/**********************************************************
 *                   Block item-list
 **********************************************************/
.block .item-list ul {}
.block .item-list ul li {
  margin-top: .25em;
}


/**********************************************************
 *             Block config block styles
 **********************************************************/
.block-at-admin .block-title {}
.block-at-admin .block-at-admin-inner {}
.block-at-admin fieldset {}
.block-at-admin a {}
.block-at-admin a:hover,
.block-at-admin a:focus {}


/**********************************************************
 *                  Gpanel blocks
 **********************************************************/
/* Examples to get started. Add col specific selectors to style
   blocks in different Gpanel columns, or element selectors to
   style specific elements */

.two-col-2x50  .block {}
.two-col-33-66 .block {}
.two-col-66-33 .block {}

.three-col-3x33     .block {}
.three-col-25-25-50 .block {}
.three-col-50-25-25 .block {}

.four-col-4x25 .block {}
.five-col-5x20 .block {}
.six-col-6x16  .block {}


/**********************************************************
 *                  Gpanel Regions
 **********************************************************/
/**
 * NOTE: If you are adding borders, padding or margin (anything
 * that adds width) you should apply these to the INNER div or
 * the contained element, such as a block or mini-panel.
 */

.gpanel {}
.gpanel .region {}
.gpanel .region .inner {}
.gpanel .first  .inner {}
.gpanel .last   .inner {}

/* 2 column */
.two-col-2x50 {}
.two-col-2x50 .region {}
.two-col-2x50 .region .inner {}
.two-col-2x50 .col-1  {}
.two-col-2x50 .col-2  {}
.two-col-2x50 .col-1 .inner {}
.two-col-2x50 .col-2 .inner {}

.two-col-33-66 {}
.two-col-33-66 .region {}
.two-col-33-66 .region .inner {}
.two-col-33-66 .col-1 {}
.two-col-33-66 .col-2 {}
.two-col-33-66 .col-1 .inner {}
.two-col-33-66 .col-2 .inner {}

.two-col-66-33 {}
.two-col-66-33 .region {}
.two-col-66-33 .region .inner {}
.two-col-66-33 .col-1 {}
.two-col-66-33 .col-2 {}
.two-col-66-33 .col-1 .inner {}
.two-col-66-33 .col-2 .inner {}

/* 3 column */
.three-col-3x33 {}
.three-col-3x33 .region {}
.three-col-3x33 .region .inner {}
.three-col-3x33 .col-1 {}
.three-col-3x33 .col-2 {}
.three-col-3x33 .col-3 {}
.three-col-3x33 .col-1 .inner {}
.three-col-3x33 .col-2 .inner {}
.three-col-3x33 .col-3 .inner {}

.three-col-25-25-50 {}
.three-col-25-25-50 .region {}
.three-col-25-25-50 .region .inner {}
.three-col-25-25-50 .col-1 {}
.three-col-25-25-50 .col-2 {}
.three-col-25-25-50 .col-3 {}
.three-col-25-25-50 .col-1 .inner {}
.three-col-25-25-50 .col-2 .inner {}
.three-col-25-25-50 .col-3 .inner {}

.three-col-50-25-25 {}
.three-col-50-25-25 .region {}
.three-col-50-25-25 .region .inner {}
.three-col-50-25-25 .col-1 {}
.three-col-50-25-25 .col-2 {}
.three-col-50-25-25 .col-3 {}
.three-col-50-25-25 .col-1 .inner {}
.three-col-50-25-25 .col-2 .inner {}
.three-col-50-25-25 .col-3 .inner {}

/* 4 column */
.four-col-4x25 {}
.four-col-4x25 .region {}
.four-col-4x25 .region .inner {}
.four-col-4x25 .section-1 {}
.four-col-4x25 .section-2 {}
.four-col-4x25 .col-1 {}
.four-col-4x25 .col-2 {}
.four-col-4x25 .col-3 {}
.four-col-4x25 .col-4 {}
.four-col-4x25 .col-1 .inner {}
.four-col-4x25 .col-2 .inner {}
.four-col-4x25 .col-3 .inner {}
.four-col-4x25 .col-4 .inner {}

/* 5 column */
.five-col-5x20 {}
.five-col-5x20 .region {}
.five-col-5x20 .region .inner {}
.five-col-5x20 .col-1 {}
.five-col-5x20 .col-2 {}
.five-col-5x20 .col-3 {}
.five-col-5x20 .col-4 {}
.five-col-5x20 .col-5 {}
.five-col-5x20 .col-1 .inner {}
.five-col-5x20 .col-2 .inner {}
.five-col-5x20 .col-3 .inner {}
.five-col-5x20 .col-4 .inner {}
.five-col-5x20 .col-5 .inner {}

/* 6 column */
.six-col-6x16 {}
.six-col-6x16 .region {}
.six-col-6x16 .region .inner {}
.six-col-6x16 .col-1 {}
.six-col-6x16 .col-2 {}
.six-col-6x16 .col-3 {}
.six-col-6x16 .col-4 {}
.six-col-6x16 .col-5 {}
.six-col-6x16 .col-6 {}
.six-col-6x16 .col-1 .inner {}
.six-col-6x16 .col-2 .inner {}
.six-col-6x16 .col-3 .inner {}
.six-col-6x16 .col-4 .inner {}
.six-col-6x16 .col-5 .inner {}
.six-col-6x16 .col-6 .inner {}


/**********************************************************
                      AT Panels
    Classes for styling the built in Panels Layouts
    You need the Panels 3 module installed to use the
    built in panels and the Adaptivetheme base theme
    must be enabled.
 **********************************************************/
.panel-col {}
.panel-col .inside {}
.panel-pane {}

.sixcol-6x16 {}
.fivecol-5x20 {}
.fourcol-4x25 {}

.threecol-at-25-25-50 {}
.threecol-at-50-25-25 {}

.twocol-at-33-66 {}
.twocol-at-66-33 {}

.threecol-at-stacked-inset {}
.twocol-at-stacked-inset {}


/**********************************************************
 *                 AT Button Wrappers
 **********************************************************/
/**
 * Adaptivetheme wraps input buttons with SPANs for
 * easy theming.
 */
 span.button-wrapper {} /* Outer wrapper */
 span.button {} /* Inner wrapper */


/**********************************************************
 *                       Tables
 **********************************************************/
/**
 * The selector groupings are from Garland which offers a
 * sensible starting point for styling Drupal tables.
 */
table {}

caption, th, td {}
caption, th {}

table, td, th {}
tbody, tfoot, thead, tr {}
thead th {}
td, th {}

tr.even, tr.odd, tbody th {}
tr.odd, tr.info {}
tr.even {}

tr.drag {}
tr.drag-previous  {}

tr.odd td.active  {}
tr.even td.active {}

td.region,
td.module,
td.container td.category {}

tr:first-child td.region,
tr:first-child td.module,
tr:first-child td.container {}


/**********************************************************
 *                   Forum Tables
 **********************************************************/
#forum table {}
#forum tr td.forum {}
#forum tr td.forum .name {}
#forum div.indent {}

/**********************************************************
 *                 Custom definitions
 **********************************************************/

div.author_info .author_info_name {
  text-transform: uppercase;
}

div#main-content-header-type {
  text-transform: uppercase;
  font-weight: bold;
}

span.comment_submitted_date {
  font-style: italic;
}

/*** Panels ***/

/** Frontpage panel **/

/* Featured panel */

#front-featured a {
  text-decoration:none;
/*  font-size:.9em;*/
}
#front-featured .views-field-title a {
  color:#008c99;
  font-weight:bold;
  font-size:1.25em;
}
#front-featured .views-field-field-chapeau-value {
  padding-top:20px;
  padding-right:40px;
}
#front-featured .views-field-type,
#front-featured .views-field-created,
#front-featured .views-field-value a {
  font-size:.85em;
  color:#8e8e8e;
}
#front-featured {
  background:transparent url(../../images/front-featured-bg.png) repeat-x 0 32px;
  padding:16px 70px 35px;
  margin:0 30px;
}
#front-featured .pane-content {
  border: 1px solid #ccc;
  padding:14px 20px;
  background-color:#fff;
  height:226px;
  position:relative;
}
#front-featured .views-field-view-node {
  position:absolute;
  right:60px;
}
#front-featured .views-field-view-node {
  position:absolute;
  bottom:15px;
}
#front-featured .views-field-field-image-fid img {
  float:left;
  border:1px solid #ededed;
  margin-right:75px;
}
#front-featured .views-field-tid {
  display:table;
  position:absolute;
  bottom:12px;
  left:422px;
  text-align:center;
  line-height:1.1em;
}
#front-featured .views-field-tid .taxonomy-details {
  display:table-cell;
  width:5em;
}

#front-featured .views-field-tid .taxonomy-name a {
  line-height:1em;
  font-size:.9em;
}
#front-featured .views-field-tid .label-wrapper {
  display:block;
}

#front-featured .views-field-tid .taxonomy-image-wrapper img {
  vertical-align:bottom;
}

#front-featured .views-field-tid .wrapper {

}
#front-featured .views-field-tid .taxonomy-image-wrapper,
#front-featured .views-field-tid .wrapper {
  display:table-cell;
  vertical-align:bottom;
}

#front-featured .views-field-view-node .wrapper,
#front-featured .views-field-view-node .field-content,
#front-featured .views-field-view-node a {
  width:99px;
  height:20px;
  display:inline-block;
}
#front-featured .views-field-view-node .field-content {
  background:transparent url(../../images/feat-more-bg.png) repeat-x 0 0;
}
#front-featured .views-field-view-node .field-content .wrapper {
  background:transparent url(../../images/feat-more-right.png) no-repeat 100% 0;
}
#front-featured .views-field-view-node a {
  background:transparent url(../../images/feat-more-left.png) no-repeat 0 0;
  padding-left:28px;
  width:71px;
  padding-top:0.1em;
  line-height:1.4em;
  font-size:.9em;
}

/* Front Secondary panes */

#front-featured-secondary-left {
  margin-left:30px;
  margin-right:4px;
}
#front-featured-secondary-right {
  margin-right:30px;
  margin-left:4px;
}

#front-featured-secondary-left .views-field-field-image-fid,
#front-featured-secondary-right .views-field-field-image-fid {
/*  float:right;*/
}

.featured-secondary table * {
  margin:0;
  border:0;
  padding:0;
  background-color:#fff;
}
.featured-secondary table {
  width:100%;
}
.featured-secondary table.views-table tbody tr {
/*  height:100px;*/
}
.featured-secondary table.views-table tr td {
  padding-bottom:.6em;
  border-bottom:1px solid #ccc;
}
.featured-secondary table.views-table tr.views-row-last td {
  border-bottom:none;
}
.featured-secondary table.views-table td.views-field-tid {
  vertical-align:top;
  padding:3px 25px;
}
.featured-secondary table.views-table td.views-field-title {
  vertical-align:top;
  padding-top:5px;
  padding-right:25px;
  padding-bottom:3px;
}
.featured-secondary table.views-table td.views-field-field-image-fid {
  vertical-align:top;
  padding-top:15px;
}
.featured-secondary table.views-table td.views-field {
  position:relative;
}
.featured-secondary table.views-table td.views-field-title p {
  display:inline;
/*  color:#333;*/
  padding-bottom:.3em;
}
.featured-secondary table.views-table a {
  text-decoration:none;
  color:#777;
}
.featured-secondary table.views-table a .title-link {
  text-decoration:none;
  color:#008c99;
  font-weight:bold;
  font-size:1.15em;
  padding-top:.1em;
}
.featured-secondary table.views-table a {}
.featured-secondary table.views-table span {
  display:block;
}
.featured-secondary table.views-table .type-prefix {
  padding-right:3px;
  display:inline;
}
.featured-secondary table.views-table .name {
}
.featured-secondary table.views-table span.created,
.featured-secondary table.views-table td a .name,
.featured-secondary table.views-table span.plus {
  font-size:.85em;
  position:absolute;
  bottom:-10px;
  right:-85px;
  display:table-caption;
  z-index: 1;
}

.views-field-rid,
.author_info, .author_info a,
#front-featured a,
.search-result-date,
.featured-secondary table.views-table span.created,
.featured-secondary table.views-table td a .name,
.featured-secondary table.views-table span.plus {
  color:#8e8e8e;
}
.featured-secondary table.views-table td a .name {
  left:11em;
}
.featured-secondary table.views-table span.created {
  left:0;
}
.featured-secondary table.views-table .plus {
  padding-left:14px;
  background:transparent url(../../images/plus.png) no-repeat 0 1px;
  right:0;
}
/* page d'accueil featured secondary symétrique*/
/*#front-featured-secondary-right.featured-secondary table.views-table
td.views-field-tid {
  padding-left:0;
}
#front-featured-secondary-right.featured-secondary table.views-table td.views-field-field-image-fid {
  padding-right:25px;
}*/
/** Front third level - Categories **/

#front-featured-third .panel-display .panel-panel .inside .panel-pane {
  background-color: #e4e4e4;
  padding: 8px 8px 2px;
}

#front-featured-third .panel-display .panel-panel .inside .panel-pane .panel-pane {
  padding: 0;
}

#front-featured-third ul.tweet-list li {
  background: #efeded;
}

#mini-panel-trois_colonnes {
  margin:0 30px;
  padding:30px 15px 0;
  background:transparent url(../../images/front-featured-bg.png) repeat-x scroll 0 -254px;
/** autre type de dégradé
  background:transparent url(../../images/ombre-interieure-fine-fine-fine1.png) repeat-x scroll -10px 0;
**/
}

#columns-and-secondary-content .center-wrapper {
  clear: both;
}

#mini-panel-trois_colonnes table * {
  margin:0;
  border:0;
  padding:0;
  background-color:#fff;
}
#mini-panel-trois_colonnes table {
  width:100%;
}

#mini-panel-trois_colonnes a {
  text-decoration:none;
  color:#5b5b5b;
}
#mini-panel-trois_colonnes a:hover {
  text-decoration:none;
  color:#008c99;
}
#mini-panel-trois_colonnes table a:visited {
  text-decoration:none;
  color:#aaa;
}
/* hack */
#mini-panel-trois_colonnes tbody tr {
/*  display:list-item;
  color:#5b5b5b;
  list-style-type:disc;
  list-style-position:inside;*/
}
/**/

#mini-panel-trois_colonnes h2 {
  background-color:#fff;
}
#mini-panel-trois_colonnes h2 a {
  font-size:.84em;
  font-weight:normal;
  height:25px;
  padding-top:10px;
  display:block;
}
#mini-panel-trois_colonnes .views-field-title {
  padding-bottom:.4em;
}
#mini-panel-trois_colonnes .panel-col-first .inside {
  margin-right:25px;
}
#mini-panel-trois_colonnes .panel-col-last .inside {
  margin-left:25px;
}
#mini-panel-trois_colonnes .panel-col .inside {
  margin-left:25px;
  margin-right:25px;
}
#mini-panel-trois_colonnes td.views-field {
  padding:2px 0;
}
#mini-panel-trois_colonnes .panel-panel .inside .pane-content {
  background:transparent url(../../images/front-featured-bg.png)  repeat-x scroll 0 -219px;
/** autre type de dégradé
  background:transparent url(../../images/ombre-interieure-fine-fine-fine1.png) repeat-x scroll -10px 36px;
**/
  height:12em;
  line-height:1em;
}
/* Astronomie - Espace - tid1 */
#mini-panel-trois_colonnes h2 a:hover {
  color:inherit;
  text-decoration:underline;
}
#tid1 h2 a {
  background:transparent url(../../images/ic-astro.png) no-repeat 100% 0;
  color:#008c99;
  border-bottom:1px solid #e7efc6;
}

/* Santé et médecine - tid4 */
#tid4 h2 a {
  background:transparent url(../../images/ic-med.png) no-repeat 100% 0;
  color:#c92438;
  border-bottom:1px solid #e7bec4;
}
/* Société - tid7 */
#tid7 h2 a {
  background:transparent url(../../images/ic-soc.png) no-repeat 100% 0;
  color:#e8a707;
  border-bottom:1px solid #f9e9c1;
}
/* Environnement - tid2 */
#tid2 h2 a {
  background:transparent url(../../images/ic-env.png) no-repeat 100% 0;
  color:#9fb715;
  border-bottom:1px solid #ecf4ca;
}
/* Biologie - tid3 */
#tid3 h2 a {
  background:transparent url(../../images/ic-bio.png) no-repeat 100% 0;
  color:#776d5b;
  border-bottom:1px solid #f9e9c1;
}
/* Technologie - tid6 */
#tid6 h2 a {
  background:transparent url(../../images/ic-inf.png) no-repeat 100% 0;
  color:#5b5b5b;
  border-bottom:1px solid #d6d6d6;
}

/*** couleurs et icones des categories ***/

.page-articles-tous-1 h1#page-title { /* Astronomie - Espace */
  color:#008c99;
  background:transparent url(../../images/ic-astro.png) no-repeat 0 -3px;
  padding-left:64px;
  padding-top:1em;
}
.page-articles-tous-4 h1#page-title { /* Santé et médecine */
  color:#c92438;
  background:transparent url(../../images/ic-med.png) no-repeat 0 0;
  padding-left:53px;
  padding-top:1em;
}
.page-articles-tous-7 h1#page-title { /* Société */
  color:#e8a707;
  background:transparent url(../../images/ic-soc.png) no-repeat 0 0;
  padding-left:60px;
  padding-top:1em;
}
.page-articles-tous-6 h1#page-title { /* Technologie */
  color:#5b5b5b;
  background:transparent url(../../images/ic-inf.png) no-repeat 0 -2px;
  padding-left:62px;
  padding-top:1em;
}
.page-articles-tous-3 h1#page-title { /* Biologie */
  color:#776d5b;
  background:transparent url(../../images/ic-bio.png) no-repeat 0 -2px;
  padding-left:58px;
  padding-top:1em;
}
.page-articles-tous-2 h1#page-title { /* Environnement */
  color:#9fb715;
  background:transparent url(../../images/ic-env.png) no-repeat 0 0;
  padding-left:62px;
  padding-top:1em;
}

/***/

/* Frontpage prefooter - 3 columns */
#front-featured-third table * {
  margin:0;
  border:0;
  padding:0;
  background-color:#fff;
}

#front-featured-third {
  background:transparent url(../../images/front-featured-op-bg.png) repeat-x scroll 0 4px;
  padding-top:20px;
}
#front-featured-third .pane-content {
  border-top:2px solid white;
}

#front-featured-third .pane-content .pane-content {
  background:none;
  border:none;
  padding:0;
  overflow:hidden;
}
#front-featured-third .panel-col .inside {
  margin-left:10px;
  margin-right:10px;
}
#front-featured-third h2.pane-title {
  color:#666;
  font-weight:normal;
  font-size:1.15em;
  padding-bottom:7px;
}

#front-page-activity {
  background-color:#e4e4e4;
  padding:8px;
}

#front-page-activity .views-field-message {
  border-bottom:1px solid #aaa;
  color:#666;
  font-family:Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-style:italic;
  display:table;
  width:100%;
}
#front-page-activity .views-field-message a {
  text-decoration:none;
  color:#666;
}
#front-page-activity .views-field-message .activity-image-wrapper,
#front-page-activity .views-field-message .activity-message-wrapper {
  padding:1px 0;
}
#front-page-activity .views-field-message .activity-image-wrapper {
  display:table-cell;
}
#front-page-activity .views-field-message .activity-image-wrapper img {
  vertical-align:middle;
}
.activity-image-wrapper img,
.user-picture img {
//  border:.27em solid #666;
}
#front-page-activity .views-field-message .activity-message-wrapper {
  vertical-align:middle;
  display:table-cell;
  padding-left:10px;

}
#front-page-activity .views-row-last .views-field-message {
  border:none;
}

#deux-par-deux .button {
  background-color:#efeded;
  text-align:center;
  padding-bottom:3px;
  color:#666;
  font-style:italic;
}
#deux-par-deux .button a {
  height:110px;
  width:120px;
  color:#666;
  text-decoration:none;
  display:table-cell;
  font-style:italic;
  vertical-align:bottom;
}
/*#facebook-button {
  background:transparent url(../../images/facebook.png) no-repeat 50% 50%;
}
#balado-button {
  background:transparent url(../../images/itunes.png) no-repeat 50% 50%;
}
#twitter-button {
  background:transparent url(../../images/twitter.png) no-repeat 50% 50%;
}
#mobile-button {
  background:transparent url(../../images/iphone.png) no-repeat 50% 50%;
}
*/

/* can't use div#publicites because there are multiple such div's */
div.pane-publicites-1 div.view-display-id-block_4 div.views-field-upload-fid
, div.pane-publicites-1 div.view-display-id-block_2 div.views-field-upload-fid
{
  padding:9px;
  background-color:#e4e4e4;
}

div.pane-publicites-1 .views-field-upload-fid img {
/*  border:4px solid #efeded;*/
/*  width:100%;*/
}

div.pane-publicites-1 .view-content {
}

#partennaires .views-row-item {
  display:inline-block;
  padding:0 0 0 7px;
}


iframe {
  border:1px solid #333;
}
.section-communaute .panel-pane,
.page-communaute-journalistes .view-communautes,
.page-communaute-blogueurs .view-communautes,
.page-communaute-lecteurs .view-communautes,
.pane-comments-recent,
.pane-flag-bookmarks,
.pane-user-contact {
  background:#fff url(../../images/comment-grad-first.png) repeat-x 0 0;
  padding:2em 0 0;
  margin: 0;
}
.section-communaute .panel-pane h2.pane-title/*,
.page-communaute-journalistes h1#page-title,
.page-communaute-blogueurs h1#page-title,
.page-communaute-lecteurs h1#page-title*/ {
  color:#888;
  border-top:none;
}
#panel-user .pane-comments-recent h2.pane-title {
  color:#888;
  background:#fff url(../../images/ic-commentaires.png) no-repeat 4px 63%;
  padding-left:26px;
  border-top:none;
}
#panel-user .pane-flag-bookmarks h2.pane-title {
  color:#888;
  background:#fff url(../../images/ic-love.png) no-repeat 4px 50%;
  padding-left:24px;
  border-top:none;
}
#panel-user .pane-user-page-top .view-user-page-top {
  position:relative;
}
#panel-user .pane-user-page-top .user-picture {
  float:left;
}
#panel-user .pane-user-page-top .user-picture img {
  margin-right:20px;
}
#panel-user .pane-user-page-top .views-field-value { /* the name */
  font-size:3em;
  color:#666;
 /*position:absolute;*/
  bottom:10px;
  left:123px;
}
#panel-user .pane-user-contact h2 {
  color:#888;
}
#panel-user .pane-user-contact label {
  display:inline;
}
#panel-user .pane-user-contact #edit-subject-wrapper label,
#panel-user .pane-user-contact #edit-message-wrapper label {
  display:block;
}

/*** the tabs ***/

.section-users ul.primary {
  width:967px;
}
.front ul.primary {
  margin-left:30px;
  margin-right:30px;
}
/***/

.not-front h2.pane-title {
  border-top:3px solid #fff;
  padding:5px 0;
}
h2.pane-title {
  font-size:1.4em;
}

h2.pane-title a {
  color:#008C99;
  font-size:1.4em;
  text-decoration:none;
}
h2.pane-title a {
  font-size:1em;
}

input#edit-submit-solr-search {
/*  background:white url(../../images/loupe.png) no-repeat left top;*/
}
#sidebar-last .block-apachesolr_search .block-inner {
  padding-bottom:0;
}

#sidebar-last .block-apachesolr_search ul,
#sidebar-last .block-apachesolr_search .item-list ul,
#sidebar-last .block-apachesolr_search .item-list ul li {
  list-style-type:none;
  list-style-image:none;
  padding-left:0;
  margin-bottom:5px;
  margin-left:0
}
#sidebar-last .block-apachesolr_search ul li,
#sidebar-last .block-apachesolr_search .itewm-list ul li {
  margin-left:0;
}
#sidebar-last .block-apachesolr_search ul li input {
  margin:0 4px 4px 0;
  vertical-align:middle;
}

/* Custom login */
#custom-login {
  position:absolute;
  right:30px;
  /* top:98px; */
  top: 4px;
  color:#5b5b5b;
}
#custom-login a {
  color:#5b5b5b;
  text-decoration:none;
  font-weight:bold;
}
#custom-login a:hover {
  color:#008c99;
}

.logged-in #custom-login {
  position: relative;
  right: 0;
  top: 0;
  background-color: #efeded;
  border-top: 2px solid #008c99;
  border-bottom: 2px solid #008c99;
  color: inherit;
  padding: .5em 1em;
}

.logged-in #custom-login a,
.logged-in #custom-login a:hover {
  color: #008c99;
}

/* Login */

a.twitter-signin-link {
  background:transparent url(../../images/twitter-small.png) no-repeat scroll 0 0;
  padding:2px 20px;
  text-decoration:none;
}

form#user-login ul li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#user-login-form li.openid-link a, #user-login li.openid-link a {
  background:transparent url(core-images/openid.png) no-repeat scroll 0 -2px;
  padding:2px 20px;
  text-decoration:none;
}
/* login Modal frame */

#modalContainer {
  padding:4px;
}
#modalContainer #user-login-form * {
  margin:0;
}
#modalContainer #user-login-form .form-item label {
  display:inline;
}
#modalContainer #user-login-form {
  font-size:0.9em;
  line-height:2.3em;
  margin:0;
}
#modalContainer #user-login-form img {
  vertical-align:middle;
  padding:1px 4px
}
#edit-name-wrapper div.form-item,
#edit-name div.form-item,
#edit-pass-wrapper div.form-item,
#edit-pass div.form-item {
  margin:0;
  padding:0;
}

a.active-filter,
a.active-sort {
  font-style:italic;
  font-weight:bold;
}

div.wrapper-image .slideshow-text {
  font-style:italic;
  text-align: center;
}

div.wrapper-audio-description {
  font-weight:bold;
}

div.wrapper-lien-nouvelle {
  font-weight: bold;
}

.wrapper-lien-nouvelle-label {
  font-style: italic;
}

div.wrapper-lien-source {
  font-weight: bold;
}

.wrapper-lien-source-label {
  font-style: italic;
}

div.wrapper-lien-extra {
  font-weight: bold;
}

.wrapper-lien-extra-label {
  font-style: italic;
}

#block-views-user_profile-user_profile label.views-label-value-1
, #block-views-user_profile-user_profile label.views-label-value
, #block-views-user_profile-user_profile div.views-field-value span.field-content
, #block-views-user_profile-user_profile div.views-field-contact span.field-content
{
  font-weight: bold;
}

#block-views-user_profile-user_profile div.views-field-contact span.field-content
{
  padding-top: 10px;
}

#block-block-6 p a
, #block-block-8 p a
{
  font-weight: bold;
}

.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout
#bottomNavClose {
    margin-top: 25px;
}

/**********************************************************
                      External and intrnal ads
    Our view (admin/build/views/edit/publicites_1)
    displays nodes of type ad and external_ad, but different
    fields are displayed depending on the type. We are using
    css for that (see https://redmine.koumbit.net/issues/4364)
 **********************************************************/

.ad.display-if-external,
.external_ad.display-if-internal {
    display:none;
}

#block-views-publicites_1-block_3,
#block-views-publicites_1-block_7,
#block-views-publicites_1-block_8,
#block-views-publicites_1-block_5 {
    background-color: #ddd;
    margin: 0 26px 26px 26px;
}

.front #block-views-publicites_1-block_3,
.front #block-views-publicites_1-block_7,
.front #block-views-publicites_1-block_8,
.front #block-views-publicites_1-block_5 {
    margin: 0 26px;
}

#block-views-publicites_1-block_3 .block-inner,
#block-views-publicites_1-block_7 .block-inner,
#block-views-publicites_1-block_8 .block-inner,
#block-views-publicites_1-block_5 .block-inner {
    padding-bottom: 0;
}

#block-views-publicites_1-block_3 .view-content,
#block-views-publicites_1-block_7 .view-content,
#block-views-publicites_1-block_8 .view-content,
#block-views-publicites_1-block_5 .view-content {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}

#block-views-publicites_1-block_4,
#block-views-publicites_1-block_9,
#block-views-publicites_1-block_11,
#block-views-publicites_1-block_12 {
    margin-left: 5px !important;
}

/* the node links */

#block-sp_blocklinks-0 .block-inner .item-list:first-child,
#block-multiblock-1 .block-inner .item-list,
#block-multiblock-1 h3 {
  display: none;
}

#block-multiblock-1 .block-inner .item-list:first-child {
  display: block;
}

#content-top-social {
  float: right;
  position: relative;
  height: 33px;
  width: 264px;
  padding: 0 10px;
  border: #c5c5c5 solid 1px;
  margin: 0 0 10px 10px;
  z-index: 999;
}

#block-multiblock-1 li {
  position: absolute;
  display: block;
}

#block-multiblock-1 li.first {
  left: 183px;
  padding-left: 14px;
  border-left: 1px solid #c5c5c5;
}

#block-multiblock-1 li.last {
  left: 87px;
  border-left: 1px solid #c5c5c5;
  padding-left: 14px;
}

.page-articles .sidebar-last-top-item,
.two-args-articles-tous .sidebar-last-top-item {
  display: none;
}

/** twitter feeds **/

ul.tweet-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.tweet-list li {
  margin: .5em 0;
  font-size: .9em;
  list-style: none;
  padding: 0 .5em;
}

.tweet-list .tweet-meta {
  position: relative;
}

.tweet-list .tweet-with-author img {
  float: left;
}

.tweet-list .tweet-text,
.tweet-list .tweet-meta .tweet-author {
  padding-left: 30px;
}

.tweet-list .tweet-author a {
  color: #008c99 !important;
}

.tweet-list .tweet-text p {
  margin: 0;
}

.tweet-list .tweet-text a {
  color: inherit;
}

.tweet-list .tweet-no-author .tweet-text {
  padding-left: 0;
}

.tweet-list .tweet-meta .tweet-author img {
  vertical-align: topi;
  width: 25px;
  position: absolute;
  left: 0;
}

.tweet-list .tweet-meta .tweet-date {
  position: absolute;
  right: 0;
}

.pane-sp-home-twitter-timeline .item-list h3 img {
  vertical-align: middle;
}

.pane-sp-home-twitter-timeline .item-list h3 a {
  color: inherit;
  font-weight: normal;
}

/** Sidebar user lists **/

ul.user-list li {
  display: inline-block;
  width: 45%;
}

.page-user-3065 .view-user-page-top span.role{display:none;}


div.views-rotator-item, div#views-rotator{
width:100%}

#front-featured .views-field-field-chapeau-value{
    padding-right: 10px;

}
