/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */
body {
	background:transparent url('images/bg_wrapper_page.png');

}

#wrapper-page {
	background: url('images/bg_body.png') repeat-x;
}

#page {
	margin: 0 auto;
	color: #4a4a4a;
	width: 1024px;
	background: url('images/bg_page.png') 50% 0 no-repeat;
}

#page-inner {
	margin: 0 auto;
	padding: 10px 0;
	width: 918px;
}

/** header **/
#header {
	background: url('images/bg/bg_header.png') no-repeat;
	height:102px;
}

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    /*line-height: 1.3em;*/
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/

  #content
  {
  }

  #content-inner
  {
  }

  #content-right
  {
	margin-left: 20px;
	width:276px;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

h1.title , /* Comment title */
h2.title , /* Comment title */
h3.title , /* Comment title */
h1.title a,  /* Comment title */
h2.title a,  /* Comment title */
h3.title a,  /* Comment title */
.views-field-title,
.views-field-title a
{
	margin: 0;
	color: #247f9c;
}


h3.title a { text-decoration:none; font-size:17px;}

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

#content-area /* Wrapper for the actual page content */ {
	clear:both;
}

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
#footer {
	width:927px;
	margin:0 auto;
	background: url('images/bg_footer_shadow.png') no-repeat;
	padding-top:7px;
}

.front #footer {
	margin:-20px auto;
}

#footer-inner {
	background:#8fbec7;
	margin:0 auto;
	overflow:hidden;
	margin:0 3px;
}

#footer-inner table {
/*	margin:0;
	width:1040px;
	margin-left:45px;
	background: url('images/bg_menu_footer_text.png') 10px 10px no-repeat;
	*/
}


#footer-inner td {
	vertical-align:top;
	background: url('images/bg_menu_footer.png') 100% 0 no-repeat;
	padding:10px 10px 20px;
}
#footer-inner td.last {
	background: transparent;
}

#footer-inner td.footer-column-2 { width:110px;}
#footer-inner td.footer-column-5 { width:110px;}


#footer-inner .parent {
	margin: 5px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer-inner .parent a {
	text-decoration: none;
	color: #C2DEE3;
}

#footer-message { /* Wrapper for the footer message from Drupal's "Site information" and for any blocks placed in the footer region */
}


#footer .footer-block ul a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

/** breadcrumb **/
#breadcrumb a { color:#727171; font-size:10px;}
#breadcrumb { margin-bottom:10px;}
.front #breadcrumb { display:none;}




/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    /*line-height: 1;*/
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
.block /* Block wrapper */ {
	margin-bottom: 10px;
}

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

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

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 4px 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

.hidden {
	display: none;
}

.clear {
	clear:both;
}

/* Sidebars Blocks ---------------------------------------- */

#sidebar-left .block .block-inner { background-color:#ecf6f9; padding:10px; }
#sidebar-right .block .block-inner { background-color:transparent; padding:0px; }

#sidebar-right #block-block-1 .block-inner { padding:0; }

#sidebar-right #block-views-block_petitions-block_3,
#sidebar-right #block-block-2
{ background: url('images/block_petition.png') no-repeat; padding-top:60px; width:240px; }

#sidebar-right #block-views-block_petitions-block_3 .block-inner,
#sidebar-right #block-block-2 .block-inner
{ width:217px; }

#sidebar-right #block-views-block_petitions-block_3 .content,
#sidebar-right #block-block-2 .block-inner .content
{ width:160px; margin-top:-29px; }

#sidebar-right #block-block-5 .block-inner { padding: 0; width: 172px; background: none; }

#sidebar-right #block-facebook_wall-0,
#sidebar-right #block-block-6
{ background: url('images/block_facebook.png') no-repeat; padding-top:47px; }

#sidebar-right #block-facebook_wall-0 .facebookHeader { margin-top:-35px; margin-bottom:15px; }
#sidebar-right #block-facebook_wall-0 .facebookContent { width:220px; margin-left:-2px; }

#sidebar-right #block-block-7 { background: url('images/block_sondage.png') no-repeat; padding-top:89px; }

#sidebar-right #block-block-11 .block-inner { padding:0; }


#sidebar-right #block-block-32 div.block-inner,
#sidebar-right #block-block-33 div.block-inner {
	padding: 0;
	background: none;
}

#sidebar-left #block-custom_blocks-0 { background: url('images/block_agenda.png') no-repeat; padding:0; padding-top:60px; }

#sidebar-left #block-block-15
{ background: #eeedee url('images/block_formation.png') no-repeat top; padding-top:62px; }

#sidebar-left #block-block-16
{ background: #eeedee url('images/block_sympathisants.png') no-repeat top; padding-top:62px; }

#sidebar-left #block-block-17
{ background: #eeedee url('images/block_videocandidat.png') no-repeat top; padding-top:70px; }

#sidebar-left .video-bottom {
	margin-left:-25px;
}

/* View & Node */

.node-links { margin: 20px 0 10px; font-weight:bold;}
.node-links a { font-weight:bold;}
.node-links img { vertical-align: middle; }

.view .center-links,
.node .center-links { /*text-align:center;*/ padding-bottom:10px; }

.view .left-links,
.node .left-links { float:left; }

.view .right-links,
.node .right-links { float:right; background: url(/sites/all/themes/zen/images/ico_bluearrow.png) no-repeat center left;
	padding-left:15px; }

.separator { background-color:#ebebeb; height:1px; margin:20px 0;}


.view .view-footer {}

.view-actualites .teaser { padding-left:20px; }
.view-actualites .rubrique-title { font-size:22px; color:#025c99; float:left; }
.view-actualites .rubrique-links { float:right; }
.view-actualites .rubrique-departement { padding-bottom:10px; }
.view-actualites .rubrique-select { float:left; }
.view-actualites .rubrique-flowers { float:right; padding-top:10px; }

.view-block-actualites .rubrique-departement,
.view-block-lagenda .rubrique-departement  { padding-bottom:20px; }
.view-block-lagenda .views-row { margin: 7px 0; }

.view-block-soutiens .title,
.node-type-soutien .title,
.view-block-temoignages .title,
.node-type-temoignage .title
{
	background: url(/sites/all/themes/zen/images/ico_greenarrow.png) no-repeat center left;
	padding-left:20px;
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
	color:#025C99;
}

.view-block-soutiens .who,
.node-type-soutien .who,
.view-block-temoignages .who,
.node-type-temoignage .who
{
	padding-left:20px;
}

.view-block-temoignages .who {
	margin-bottom:10px;
}

.view-block-soutiens .who,
.node-type-soutien .who,
.node-type-temoignage .who
{
	margin-bottom:20px;
}

/************************ Navigation *************************/
#mainMenu {
	margin: 4px 0;
	background: url('images/bg_menu_corner.png') 100% 0 no-repeat;
	padding:0 4px;
}

#mainMenu table {
	margin:0;
}

#mainMenu div.menuItem {
	padding: 2px 0;
	position: relative;
	z-index: 100;
	background: url('images/bg_menu.png') repeat-x;
	text-align: center;
}

#mainMenu div.menuItem a.parent {
	border-left: 1px solid #e4acad;
	display: block;
	text-transform:uppercase;
	font-weight: bold;
	color:#eceeeb;
	line-height: 37px;
	text-decoration: none;
}

#mainMenu div.menuItem a.parent.active {
	background: url(images/bg_menu_active.png) repeat-x;
}

#mainMenu div.menuItem:hover .subMenu {
	display: block;
}

#mainMenu div.menuItem ul.subMenu {
	margin: 0;
	padding: 7px 0;
	background: #C20706;
	border: 1px solid #E4ACAD;
	border-top: none;
	position: absolute;
	z-index: 1000;
	top: 39px;
	left: 0px;
	text-align: left;
	display: none;
	width:auto;
}

#mainMenu div.menuItem ul.subMenu li.subMenuItem {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainMenu div.menuItem ul.subMenu li.subMenuItem a {
	padding: 0 20px;
	color: #ECEEEB;
	white-space: nowrap;
	line-height: 1.7;
	display: block;
}

#mainMenu #menuItemContainerHome, 
#mainMenu #menuItemContainerRss {
	width: 32px;
}
#mainMenu #menuItemContainerHome .menuItem a, 
#mainMenu #menuItemContainerRss .menuItem a {
 	border:0;
}

#mainMenu #gotoHome {
	width: 32px;
	height: 37px;
	background: url('images/menu-first.png') 50% 50% no-repeat;
	display: block;
}

#mainMenu #gotoRss span, 
#mainMenu #gotoHome span {
	display: none;
}

#mainMenu a#gotoRss {
	width: 31px;
	height: 37px;
	background: url('images/icon_rss.png') 60% 50% no-repeat;
	border-left: 1px solid #e4acad !important;
	display: block;
}

/*************************************************************/

/****** Search form *******/
#search-block-form {
	background: url('images/bg_form_search.png') no-repeat;
	float:right;
	margin:41px 18px 0 0;
	width:162px;
}

#search-block-form input { border:0; background:none;}
.search-input  { float:left;}
.search-submit { float:right;}
.search-input input { color:#0b6279; text-transform:uppercase; font-size:12px; padding:0 10px;}
/**************************/
#category-name {
	height:72px;
	padding:10px 10px 30px;
}
#current-category-name { display:none;}

#category-name.s-informer {	background: url('images/bg_page_title_sinfomer.gif') no-repeat;}
#category-name.debattre { background: url('images/bg_page_title_debattre.gif') no-repeat;}
#category-name.agir { background: url('images/bg_page_title.gif') no-repeat;}
#category-name.valeurs,
#category-name.nos-valeurs { background: url('images/bg_page_title_valeurs.gif') no-repeat;}
#category-name.notre-organisation { background: url('images/bg_page_title_notreorganisation.gif') no-repeat;}
#category-name.nos-elus { background: url('images/bg_page_title_noselus.gif') no-repeat;}
#category-name.nos-federations {	background: url('images/bg_page_title_federation.gif') no-repeat;}
#category-name.sur-le-net {	background: url('images/bg_page_title_surlenet.gif') no-repeat;}
#category-name.carrefour-des-centres {	background: url('images/bg_page_title_carrefour.gif') no-repeat;}
#category-name.echeances-electorales {	background: url('images/bg_page_title_electorales.gif') no-repeat;}


#subcategory-name {
	color:#dc0908;
	margin:33px 0 0 40px;
	line-height:61px;
	font-size:24px;
	background: url('images/bg_page_sub_title.gif') no-repeat;
	float:left;
	letter-spacing:-1px;
}

#subcategory-name div {
	background: url('images/bg_page_sub_title.gif') 100% -62px no-repeat;
	padding:0 30px;

}


.block-soutien label,
.block-temoignage label,
.block-don_promesse label,
.block-petition_suggest label,
.tellafriend label,
.contact label,
.block-contribution label { float:left; padding-right:5px; padding-top:4px; color:#555454; font-weight:normal; }


.block-temoignage #edit-field-prenom-0-value,
.block-petition_suggest #edit-field-prenom-0-value,
.block-don_promesse #edit-dp-name,
.block-contribution #edit-field-prenom-0-value,
.block-soutien #edit-field-prenom-0-value
{ width:176px; border:1px solid #dad9d9;}

.block-soutien #edit-field-nom-0-value,
.block-temoignage #edit-field-nom-0-value,
.block-petition_suggest #edit-field-nom-0-value,
.block-don_promesse #edit-dp-lastname,
.block-contribution #edit-field-nom-0-value
{ width:193px; border:1px solid #dad9d9;}

.block-soutien #edit-field-email-0-value,
.block-temoignage #edit-field-email-0-value,
.block-petition_suggest #edit-field-email-0-value,
.block-don_promesse #edit-dp-email,
.block-contribution #edit-field-email-0-value { width:176px; border:1px solid #dad9d9;}

.block-don_promesse #edit-dp-address
{ width:173px; border:1px solid #dad9d9;}

.block-soutien #edit-field-cp-0-value,
.block-temoignage #edit-field-cp-0-value,
.block-don_promesse #edit-dp-zipcode,
.block-contribution #edit-field-zipcode-0-value
{ width:153px; border:1px solid #dad9d9;}

.block-don_promesse #edit-dp-city
{ width:197px; border:1px solid #dad9d9;}

.block-don_promesse #edit-dp-amount
{ width:177px; border:1px solid #dad9d9;}

.block-soutien #edit-field-photo-0-wrapper label,
.block-temoignage #edit-field-photo-0-wrapper label,
.block-contribution #edit-field-photo-0-wrapper label
{ float:none; }

.block-soutien #edit-field-photo-0-value,
.block-temoignage #edit-field-photo-0-value
{ width:191px; }

.block-soutien #edit-field-video-0-wrapper label,
.block-temoignage #edit-field-video-0-wrapper label
{ float:none; }

.block-soutien #edit-field-video-0-value,
.block-temoignage #edit-field-video-0-value
{ width:190px; border:1px solid #dad9d9;}

.block-soutien #edit-title,
.block-petition_suggest #edit-title,
.block-temoignage #edit-title,
.block-contribution #edit-title
{ width:188px; border:1px solid #dad9d9;}

.block-petition_suggest #edit-field-zipcode-0-value
{ width:153px; border:1px solid #dad9d9;}

.block-soutien #edit-body-wrapper label,
.block-petition_suggest #edit-body-wrapper label,
.block-temoignage #edit-body-wrapper label,
.block-contribution #edit-body-wrapper label
{ float:none; }

.block-soutien #edit-body,
.block-temoignage #edit-body,
.block-contribution #edit-body,
.block-petition_suggest #edit-body
{ width:232px; height:200px; border:1px solid #dad9d9;}

.block-soutien .filefield-element .widget-preview,
.block-temoignage .filefield-element .widget-preview
{ max-width:none; }

.block-soutien .form-item,
.block-temoignage .form-item,
.block-don_promesse .form-item
{ margin:0; margin-bottom:4px; }

.block-soutien #edit-field-photo-0-wrapper .filefield-element,
.block-temoignage #edit-field-photo-0-wrapper .filefield-element
{ margin-bottom:0; }

.block-soutien #edit-field-photo-0-upload-wrapper .description,
.block-temoignage #edit-field-photo-0-upload-wrapper .description
{ width:200px; }

.block-soutien #edit-field-optin-value-wrapper,
.block-temoignage #edit-field-optin-value-wrapper,
.block-don_promesse #edit-dp-optin-wrapper
{ margin-bottom:40px; }

.block-soutien #edit-preview,
.block-temoignage #edit-preview
{ display:none; }

#sidebar-left .block .bottom-link { text-align:right; font-size:12px; }
#sidebar-right .block .bottom-link { text-align:right; font-size:12px; }


#lightbox { line-height:auto; }
#modalContainer { line-height:auto; }

#block-categorie-0 ul .children {
	margin-left:15px;
}

.view-block_videos-block_2 .video { margin-bottom:20px; }


#rubrique-departement { margin-bottom:20px; }



.tellafriend,
.contact
{ font-family:Arial; font-size:12px;}

.popup .title
{ color:#025C99; font-size:20px; font-weight:normal; margin-top:12px; margin-bottom:12px; text-transform:uppercase; }

.tellafriend .title
{ color:#247F9C; font-size:20px; font-weight:normal; margin-top:12px; margin-bottom:12px; text-transform:uppercase; }

.tellafriend #edit-t-name,
.tellafriend #edit-t-email,
.tellafriend #edit-t-friendname,
.tellafriend #edit-t-friendemail,
.tellafriend #edit-t-message
{ width:360px; }

#lightboxFrame { border:0; }

.invite .invite-friend-left,
.invite .invite-friend-right
 { float:left; }


.invite .header { text-align:center; margin:15px 0; }
.invite .footer { text-align:center; }
.invite .invite-friend-left { margin-right:15px; }
.invite input.form-text { width:187px; }
.invite .invite-friend-text { font-weight:bold; margin-top:15px; margin-bottom:15px; }
.invite .form-item { margin:0; margin-bottom:4px; }
.invite #edit-i-message-wrapper { margin-top:15px; margin-bottom:15px; }
.invite .resizable-textarea { width:394px; }

#sidebar-left #block-block-13 .block-inner{ padding:0; }

.page-categorie-participer-informer-vos-amis #content-area
{
	border:#e1e1e1 1px solid;
	padding:10px;
	background-color:#f5f5f5;
}

#block-temoignage-0 .title { margin-left:-2px; }

#form_error .error
{ margin-top:10px; background-image:none; margin-left:0; margin-right:0; padding-left:5px; padding-right:5px; }
#form_footer { text-align:center }

/************************ Footer ***************************/
#footer {
}

#footer .children {
	margin: 0;
	padding: 0;
}

#footer .children li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.block-don_promesse .mentions { margin-bottom:20px; font-size:10px; }
.block-don_promesse #form_footer { margin-bottom:20px; }

#header-countdown { color:#FFFFFF; font-size:13px; font-weight:bold; padding-left:660px; padding-top:20px; }

#header-click {
height:96px;
margin-top:-60px;
width:734px;
cursor:pointer;
}

#block-search-0 { float:right; width: 225px;}
#block-search-0 .content { padding-top:10px; padding-right:10px; }
#block-search-0 #edit-search-block-form-1-wrapper { margin:0; padding-right:5px; }
#block-search-0 #edit-search-block-form-1 { width:170px; }


.section-search #content-header { display:none; }

.node .node-teaser { margin-bottom:20px; }

.contact .form-textarea { width:375px; }
.contact .option { width:auto; float:none; }
.contact .form-item { margin:0 0 4px; }
.contact #edit-c-name { width:320px; }
.contact #edit-c-lastname { width:337px; }
.contact #edit-c-email { width:320px; }
.contact #edit-c-subject { width:375px; }


#sidebar-left #block-block-14 {
background:#EEEDEE url(/sites/all/themes/zen/images/block_discours.png) no-repeat scroll center top;
padding-top:62px;
}
#sidebar-left #block-block-14 .dm_videowall {
margin-left:-24px;
}


.block-petition_suggest h2.title {
	font: normal 22px Impact;
	text-transform: uppercase;
	color: #7eaa1b;
}

.block-don_promesse h2.title {
	font: normal 32px Impact;
	text-transform: uppercase;
	color: #555;
}

#block-don_promesse-1.block  .block-inner {
	padding: 0;
	background-color: transparent;
}

/*pop up*/

#tellafriend-form .content-form label { font-size:14px;}
#tellafriend-form .content-form {background: #e6e6e6; padding:10px 0 10px 10px;;}
#tellafriend-form .content-form input,
#tellafriend-form .content-form textarea {border:1px solid #DAD9D9;}
#tellafriend-form .content-form #edit-t-name {width:280px; *width:260px;}
#tellafriend-form .content-form #edit-t-email{width:261px; *width:241px;}
#tellafriend-form .content-form #edit-t-friendname {width:216px; *width:196px;}
#tellafriend-form .content-form #edit-t-friendemail {width:205px; *width:185px;}
#tellafriend-form .content-form #edit-t-message {width:358px; *width:338px;}

.contribution-arrow {
	position:absolute;
	top:230px;
	right:500px;
	background: url(/sites/all/themes/zen/images/contribution-arrow.png) no-repeat;
	width:189px;
	height:155px;
	z-index:1000;
}

#sidebar-left #block-contribution-0 .block-inner {background:#eae9e9 url(/sites/all/themes/zen/images/title_postez_une_contributon.png) 5px 5px no-repeat; padding-top:40px;}
.collapsible .description {clear:both;}

#edit-field-theme-value { width:233px; }


#block-categorie-1 a {
	text-transform: none;
}

#last-invite-friend{ margin-bottom:20px;}
#loader{ background:url(images/loading.gif) no-repeat left top; width:16px; height:16px; float:left}
#box-graber{ max-height:210px; _height:210px;  overflow:auto; }

.teaser {
	text-align: justify;
}
.teaser img {
	margin:10px;
}

.front #content-area { padding-top:35px; margin-bottom:10px;}
.front .view-actualites {
	border:1px solid #cbdfe6;
	border-width:0 1px 1px;
	background:#fff;
}

.front #content-area .view-content {
	background: url('images/bg_block_actualites_top.png') no-repeat;
	overflow:hidden;
	padding:35px 10px 0;
	position:relative;
	top:-35px;
	left:-1px;
	z-index:100;
	margin-bottom:-35px;
}
.front #content-area .view-content .views-row {
	border-bottom:1px solid #ccc;
	width:100%;
	overflow:hidden;
	padding:10px 0 5px;
	margin:0 0 -1px;
}
.front #content-area .view-content .views-field-field-photo-fid {
	float:left;
	margin:0 10px 0 0;
}
.front #content-area .view-content .views-field-title {
	color:#d72a29;
}
.front #content-area .view-content .views-field-nothing a{
	background: url('images/arrow_red.png') 100% 100% no-repeat;
	padding-right:17px;
}

.front #content-area .pager { text-align:right; margin:0; padding: 0 0 5px;}
.front #content-area .pager li { margin:0; padding:0;}

#block-block-19 .block-inner h2,
#block-custom_blocks-3 .block-inner h2,
#block-block-21 .block-inner h2,
#block-block-22 .block-inner h2,
#block-block-23 .block-inner h2,
#block-block-24 .block-inner h2,
#block-petition_signature-0 h2,
#block-newsletter_inscription-0 .block-inner h2,
#block-views-block_lagenda-block_3 .block-inner h2 { display:none;}

#block-block-18.block .block-inner {
	background: url('images/bg_block_video.png') no-repeat;
	padding:27px 20px 10px;
}
#block-block-18.block .block-inner p { margin:0;}

#block-block-19.block { margin-top:10px; margin-bottom:5px!important;}
#block-block-19.block .block-inner {
	background: url('images/bg_block_participer.png') no-repeat;
	padding:37px 10px 0;
	zoom:1;
}


#block-block-19 .block-inner p { margin:5px 0;}
#block-block-19 .block-inner .content a {
	background: url('images/arrow_red.gif') 0 50% no-repeat;
	padding-left:17px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}


/*** Signez la petition ***/
#block-custom_blocks-3.block .block-inner {
	background: url('images/bg_block_signez_la_petition.png') no-repeat;
	padding:50px 50px 10px 10px;
	zoom:1;
}
#block-custom_blocks-3.block,
#block-custom_blocks-3.block a {
	font-size:16px;
	font-weight:bold;
	color:#248091;
}


#block-block-21.block .block-inner {
	background: url('images/bg_block_bienvenue.gif') no-repeat;
	padding:0;
}
#block-block-21.block .block-inner a {
	display:block;
	width:171px;
	height:87px;
	margin:-11px 0 0 0;
}




.view-block_default-block_1 .title a {
	text-decoration:none;
	color:#58585a;
	line-height:18px;
}



/*** Agenda ***/
#block-views-block_lagenda-block_3.block { margin-top:-3px; margin-bottom:5px;}
#block-views-block_lagenda-block_3.block .block-inner {
	 background:none;
	 padding:0;
}

#block-views-block_lagenda-block_3.block .content {
	 background: url('images/bg_block_agenda.png') no-repeat;
	 padding:35px 10px 10px;
}
#block-views-block_lagenda-block_3.block .views-field-field-photo-fid {
	float:right;
}
#block-views-block_lagenda-block_3.block .views-field-title {
	color:#0b4990;
	text-transform: uppercase;
}

#block-views-block_lagenda-block_3.block .views-field-field-datetime-value {color:#155c9f;}
#block-views-block_lagenda-block_3.block .views-field-teaser p {margin:0;}

#block-views-block_lagenda-block_3.block .bottom-link,
#block-views-block_debat-block_1.block .view-footer,
#block-views-block_debat-block_2.block .view-footer {
	 text-align:left;
	 font-size:11px;
	 background: url('images/arrow_blue.gif') 0 100% no-repeat;
	 padding:5px 0 0 17px;
}
#block-views-block_lagenda-block_3.block .bottom-link a,
#block-views-block_debat-block_1.block .view-footer a,
#block-views-block_debat-block_2.block .view-footer a {
	 color:#207e8f;
}


.front #block-newsletter_inscription-0.block,
#block-block-20.block p,
#block-block-22.block,
#block-block-22.block p,
#block-block-23.block,
#block-block-23.block p { margin:0;}


/*** Restez informe(e)s ***/
.front #block-newsletter_inscription-0.block .block-inner {
	background: url('images/bg_block_restez_front.png') no-repeat;
	padding:42px 10px 8px;
}
#block-newsletter_inscription-0.block .block-inner {
	background: url('images/bg_block_restez.png') no-repeat;
	padding:38px 10px 8px;
}
#block-newsletter_inscription-0.block .block-inner input {
	border:0;
	background:none;
	font-size:11px;
	float:left;
}
#block-newsletter_inscription-0.block .block-inner #edit-email { padding:0 5px; width:120px;}
.front #block-newsletter_inscription-0.block .block-inner #edit-submit { float:right; position:relative; left:-7px;}
#block-newsletter_inscription-0.block .block-inner #edit-submit { float:right; position:relative; left:-5px;}
/*** Contactez-nous ***/
#block-block-22.block { margin-bottom:1em;}
#block-block-22.block .block-inner {
	background: url('images/bg_block_contactez.png') no-repeat;
	padding:30px 10px 8px;
	color:#fff;
}
#block-block-22.block .block-inner a {color:#fff;}

/*** Adherez en ligne ***/
#block-block-23.block { margin: -11px 0 10px;}
#block-block-23.block .block-inner {
	background: url('images/bg_block_adherer_en_ligne.png') no-repeat;
	height:91px;
	margin:15px 0 0;
	padding:0;
}
#block-block-23.block .block-inner a {
	padding: 17px 43px 0 10px;
	height: 74px;
	font-size: 16px;
	color: #fefefe;
	display:block;
}
/*** Faire un don ***/
#block-block-43.block .block-inner{
	background: url('images/bg_block_don_en_ligne.png') no-repeat;
	height:52px;
	margin:15px 0 0;
	padding:0;
}
#block-block-43 h2{
	display:none;
}

#block-block-43.block .block-inner .content a{
	background:transparent none repeat scroll 0 0;
	height:32px;
	margin-top:-5px;
}
/*** Sur le net ***/
#block-block-24.block .block-inner {
	background: url('images/bg_block_sur_le_net.png') no-repeat;
	padding:40px 10px 8px;
	zoom:1;
}
#block-block-24.block .block-inner a { color:#288293; line-height:17px;}
#block-block-24.block .block-inner .img { padding:10px 0 5px; margin-left:-5px;}
#block-block-24.block .block-inner .img img { margin-left:5px;}
#block-block-24.block .block-inner .images { margin-top:10px;}
#block-block-24.block .block-inner .images img { margin-left:8px;}
#block-block-24.block .block-inner .img a,
#block-block-24.block .block-inner a.link {
	display:block;
	line-height:22px;
	font-weight:bold;
	margin-top:3px;
}
#block-block-24.block .block-inner .img a {	background: url('images/icon_flickr.png') 100% 50% no-repeat; padding-left:7px;}
#block-block-24.block .block-inner a.link {	background: url('images/icon_facebook.png') 100% 50% no-repeat;}

/*** Sommaire ****/
#block-categorie-0 ul {
	padding:0;
	margin:0;
}
#block-categorie-0 li {
	 list-style:none;
}
#block-categorie-0 a {
	 color:#288293;
}

#block-tagadelic-10 {
	padding: 10px;
	background:#eefafc;
}
#block-tagadelic-10 h2 {
	margin-bottom:10px;
}
#block-tagadelic-10 a {
	display: block;
	text-decoration:none;
}

.photo_video {
	margin-left: 20px;
}

/*** Je signe cette petition ***/
#petition-signature-form {
	background:#750403 url('images/bg_block_signe_cette_petition.gif') no-repeat right top;
	padding:40px 0 10px 0;
	width:276px;
	color:#fff;
}
#petition-signature-form h3 { display:none;}
#petition-signature-form .form-text,
#invite-amis-form .form-text,
#agenda-inscription-form .form-text {
	background: url('images/bg_input.png') no-repeat;
	border:0;
	padding:2px 10px;
	font-size:15px;
	width:202px;
	color:#58585a;
}
#petition-signature-form .petition-signature {
	padding:0 27px;
}


#invite-amis-form #importContact,
#invite-amis-form #moreEmail {
	float:left;
	clear:both;
	background: url('images/bg_block_form_top.png') no-repeat;
	padding-top:5px;
}
#invite-amis-form .importContact-top,
#invite-amis-form .moreEmail-top {
	background: url('images/bg_block_form_top.png') no-repeat;
	background: url('images/bg_block_form_bottom.png') 0 100% no-repeat;
	padding-bottom:5px;
}
#invite-amis-form .importContact-bottom,
#invite-amis-form .moreEmail-bottom {
	background: url('images/bg_block_form_bottom.png') 0 100% no-repeat;
	background: url('images/bg_block_form.png') repeat-y;
	padding:20px;
	width:315px;
}



#invite-amis-form #form_footer {
	text-align:left;
	clear:both;
}

/*** agenda inscription ****/
#block-multiblock-1,
#block-agenda_inscription-0 {
	background: url('images/bg_block_agenda_inscription.gif') no-repeat;
	width:285px;
	height:168px;
	padding-top:40px;
}
#block-multiblock-1 h2,
#block-agenda_inscription-0 h2 {
	display:none
}
#block-multiblock-1 #agenda-inscription-form,
#block-agenda_inscription-0 #agenda-inscription-form {
	padding:0 30px 5px;
}
#block-multiblock-1 label,
#block-agenda_inscription-0 label {
	color:#fff;
	font-size:14px;
	width:255px;
	display:block;
	margin: 10px 0 0 -20px;
}

/*** nos elus ***/
.view-page-candidates .views-row, 
.view-page-person1 .views-row {
	background: url('images/bg_deputes_block.png') no-repeat;
	width:210px;
	padding:10px 15px;
	height:257px;
}
.view-page-candidates .views-row .views-field-field-photo-fid a, 
.view-page-person1 .views-row .views-field-field-photo-fid a {
	display:block;
	background: url('images/bg_deputes_block_bg_img.gif') no-repeat;
	float:left;
	width:91px;
	padding:5px 0 9px 8px;
	margin: 0 0 0 -8px;
}
.view-page-candidates .views-row .views-field-field-person-secondname-value, 
.view-page-person1 .views-row .views-field-field-person-secondname-value {
	font-weight:bold;
	font-size:15px;
	padding-top:3px;
}
.view-page-candidates .views-row .views-field-body, 
.view-page-person1 .views-row .views-field-body {clear:both;}


.view-page_candidates-block_1 .views-row, 
.view-page_candidates-page_1 .views-row, 
.view-page_person1-block_1 .views-row {
	float: left;
/*	width: 238px;*/
}

/*** Sommaire & Sur le meme sujet ***/
#block-categorie-3,
#block-categorie-0,
#block-categorie-1 {background: url('images/bg_block_sommaire_bot.png') 0 100% no-repeat; padding-bottom:5px; }

#block-categorie-3 h2,
#block-categorie-1 h2,
#block-categorie-0 h2 {
	display:none;
}
#block-categorie-3 a,
#block-categorie-1 a,
#block-categorie-0 a {
	color:#288293;
}
#sidebar-right  #block-categorie-3 .block-inner,
#sidebar-right  #block-categorie-1 .block-inner,
#sidebar-right  #block-categorie-0 .block-inner {
	padding:0;
	background: url('images/bg_block_sommaire.png') repeat-y;
}
#sidebar-right  #block-categorie-3 .content,
#sidebar-right  #block-categorie-1 .content,
#sidebar-right  #block-categorie-0  .content {
	background: url('images/bg_block_sommaire_top.png') no-repeat;
	padding:35px 10px 15px;
	min-height:65px;
	position:relative;
	top:-1px;
}
#sidebar-right  #block-categorie-1 .content {
	background: url('images/bg_block_surlesujet_top.png') no-repeat;
}

/*** Taq Cloud ***/
#block-cumulus-0 { width:171px;}


/*** Sur le net ***/
#block-custom_blocks-2 { background:#caebee;}
#block-custom_blocks-2 ul { padding:20px;}
#block-custom_blocks-2 li { list-style:none; padding:0;}
#block-custom_blocks-2 li a { font-size:15px; line-height:20px; text-decoration:none;}

.view-page-website1 { padding:0 10px;}

.view-page-website1 .views-field-title,
.node-type-website .title,
.view-page-website1-all .views-field-title { color:#58585a; font-size:15px; font-weight:bold; padding-bottom:10px;}

.view-page-website1 .views-field-field-link-value a,
.node-type-website .link a,
.view-page-website1-all .views-field-field-link-value a { color:#0c0cc0; font-size:14px; display:block; padding-top:10px;}

.view-page-website1 .views-field-body p,
.view-page-website1-all .views-field-body p,
.node-type-website .body p { margin:0;}

.view-page-website1 .views-row,
.view-page-website1-all .views-view-grid td {
	background: url('images/bg_block_sur_le_net.gif') no-repeat;
	padding:15px;
	float:left;
	width:303px;
	height:165px;
	margin-left:10px;
}
/*** Participez epicentres ***/
#block-block-26.block .block-inner,
#block-block-31.block .block-inner {
	background:none;
	padding:0;
}


/*** Participez au debat ***/
#block-views-block_debat-block_1 {
	margin-bottom:0;
	background: url('images/bg_block_participer_au_debat.png') no-repeat;
	padding:35px 0 0;
	width:237px;
	position:relative;
}

#block-views-block_debat-block_1 .logo {
	display:block;
	background: url('images/logo_think_centre_front.png') no-repeat;
	position:absolute;
	width:52px;
	height:39px;
	top:-9px;
	right:10px;
}

#block-views-block_debat-block_1.block .block-inner,
#block-views-block_debat-block_2.block .block-inner {
	border:1px solid #d5e4e7;
	border-width:0 1px;
	padding-bottom:0;
	background:#f1f6f8;
}

#block-views-block_debat-block_1.block .block-inner h2 {
	display:none;
}


#block-views-block_debat-block_1 .views-row { background:#e5f4f7; padding:8px;}
#block-views-block_debat-block_1 .views-row .views-field-title {
	text-transform:uppercase;
	font-weight:bold;
}

#block-views-block_debat-block_2.block {width:237px; margin-bottom:0;}
#block-views-block_debat-block_2.block .block-inner { padding:10px 8px 10px;}
#block-views-block_debat-block_2 .views-row {
	background: url('images/bg_block_dossie.png') no-repeat;
	padding:10px 10px 0;
}

#block-views-block_debat-block_1.block .block-inner p,
#block-views-block_debat-block_2.block .block-inner p { margin:0;}


#block-ddblock-3 {
	margin-left: 2px;
}
.view-page-valeur1-all .views-field-field-photo-fid {
	margin-left: 20px;
	float: right;
}
.view-block-default .views-row,
.view-page-agenda1 .views-row {
	margin: 7px 0;
}
.view-page-valeur1-all .views-field-title,
.view-page-valeur1-all .views-field-title a {
	font-size: 16px;
	font-weight: bold;
}

/*** Votre federation locale ***/
#block-custom_blocks-4.block  .block-inner {
	background: url('images/bg_block_votre_federation_locale.png') no-repeat;
	padding:32px 0 23px 10px;
	width:171px;
	overflow:hidden;
}
#block-custom_blocks-4.block .block-inner h2 { display:none;}
#block-custom_blocks-4.block #input-federation { background:none; border:0; width:125px;}
#block-custom_blocks-4.block #button-federation-submit {
	background: url('images/bt_newsletter_ok.png') no-repeat;
	border:0;
	width:21px;
	height:16px;
}
#block-custom_blocks-4.block #input-federation,
#block-custom_blocks-4.block #button-federation-submit { float:left;}

.page-categorie-s-informer-agenda .view-dom-id-2 {
	border-top:1px solid #EBEBEB;
	margin:20px 0 0;
	padding-top:10px;
}



.page-categorie-notre-organisation-direction .teaser .structure {
	float:left;
	position:relative;
	width:100%;
	padding-bottom:30px;
}

.page-categorie-notre-organisation-direction .teaser .row {
	float:right;
	position:relative;
	right:50%;
	clear:both;
}

.page-categorie-notre-organisation-direction .teaser .row ul {
	position:relative;
	right:-50%;
	text-align:center;
	margin:0;
	padding:0;
	*width:700px;
}
.page-categorie-notre-organisation-direction .teaser h6 { clear:both; font-size:17px; color:#248091; text-align:center; margin:0 0 20px;}

.page-categorie-notre-organisation-direction .teaser .row ul li { float:left; list-style:none; text-align:center;}
.page-categorie-notre-organisation-direction .teaser .row ul li strong { display:block;}
.page-categorie-notre-organisation-direction .teaser .row ul li p { background:#effafc; padding:10px 5px;}
.page-categorie-notre-organisation-direction .teaser .row ul li .top { background: url('images/organisation_top.png') repeat-x;}
.page-categorie-notre-organisation-direction .teaser .row ul li .bottom { background: url('images/organisation_bottom.png') 0 100% repeat-x;}
.page-categorie-notre-organisation-direction .teaser .row ul li .left { background: url('images/organisation_left.png') repeat-y;}
.page-categorie-notre-organisation-direction .teaser .row ul li .right{ background: url('images/organisation_right.png') 100% 0 repeat-y;}
.page-categorie-notre-organisation-direction .teaser .row ul li .content div {background: url('images/organisation_right_bottom.png') 100% 100% no-repeat;}
.page-categorie-notre-organisation-direction .teaser .row ul li .content div div {background: url('images/organisation_left_bottom.png') 0 100% no-repeat;}
.page-categorie-notre-organisation-direction .teaser .row ul li .content div div div {background: url('images/organisation_left_top.png') no-repeat;}
.page-categorie-notre-organisation-direction .teaser .row ul li .content div div div div {
	padding:10px;
	background: url('images/organisation_right_top.png') 100% 0 no-repeat;
	color:#248091;
	font-style:italic;
	font-size:14px;
	white-space:nowrap;
}
.page-categorie-notre-organisation-direction .teaser .row ul li .content div div div div strong {
	font-style:normal;
	border-bottom:2px solid #b0d5dc;
	white-space:nowrap;
	padding-bottom:3px;
	margin-bottom:3px;
}

.page-categorie-notre-organisation-direction .teaser .structure .line { height:20px; margin:0 auto; width:690px; border-bottom:2px solid #cbebe8; clear:both; margin-bottom:20px;}


/* LES DISCOURS DU PRESIDENT */
#block-views-president_articles-block_1 {
	background: url('images/bg_block_discours_du_president.gif') 50% 0 repeat-y;
	width:276px;
}
#block-views-president_articles-block_1 .block-inner {
	background: url('images/bg_block_discours_du_president_top.gif') 50% 0 no-repeat;
}
#block-views-president_articles-block_1 .content {
	background: url('images/bg_block_discours_du_president_footer.gif') 50% 100% no-repeat;
	padding:60px 20px 30px;
}
#block-views-president_articles-block_1 h2 { display:none;}
#block-views-president_articles-block_1 a { color:#fff; font-size:14px; text-decoration:none; display:block;}


/* S�informer photos */
.view-flickr-gallery .views-view-grid img { margin:0 7px 5px 0;}
ul#photo {
	width:212px;
	padding:0;
}

ul#photo li {
	background: url('images/bg_block_photo.gif') 100% 100% no-repeat;
	margin-bottom:5px;
	list-style:none;
}

ul#photo dl {
	background: url('images/bg_block_photo.gif') no-repeat;
	min-height:59px;
	padding:10px;
	position:relative;
}

ul#photo dd { margin:0;}
ul#photo dt a,
ul#photo dd a { color:#fff; text-decoration:underline;}
ul#photo dd a { font-weight:bold;}
ul#photo img { float:left; width:54px; height:43px; margin:2px 5px 0 0;}



#agir-adherer-step1-form label,
#agir-adherer-step2-form label { float:left; font-weight:normal; line-height:22px; }
#agir-adherer-step1-form input,
#agir-adherer-step2-form input{ float:right; width:100px; border:0; background:none; padding:2px 5px;}
#agir-adherer-step2-form div.form-item { width:300px; overflow:hidden; margin:5px 0 0;}
#agir-adherer-step2-form div.form-item { width:330px;}
#agir-adherer-step1-form div.left,
#agir-adherer-step2-form div.left{ width:53%; float:left;}
#agir-adherer-step2-form div.left{  float:left;}
#agir-adherer-step2-form div.left-inner { width:395px;}
#agir-adherer-step1-form div.right,
#agir-adherer-step2-form div.right{ width:30%; float:left; padding-left:35px;}

#agir-adherer-step1-form #edit-lastname { width:220px;}
#agir-adherer-step1-form #edit-name { width:200px;}
#agir-adherer-step1-form #edit-adress { width:190px;}
#agir-adherer-step1-form #edit-adressLong { width:110px;}
#agir-adherer-step1-form #edit-post { width:170px;}
#agir-adherer-step1-form #edit-city { width:220px;}
#agir-adherer-step1-form #edit-country { width:235px;}
#agir-adherer-step1-form #edit-email { width:215px;}
#agir-adherer-step1-form #edit-civ { margin-left:40px;}
#agir-adherer-step1-form #edit-submit { margin-right:140px; width:auto;}

#agir-adherer-step2-form .form-radio { width:auto; float:left; margin-right:5px;}
#agir-adherer-step2-form .form-radios div { float:left; width:auto; margin:0 10px 0 0;}
#agir-adherer-step2-form #edit-mailMe-wrapper label,
#agir-adherer-step2-form .form-radios label { line-height:normal;}
#agir-adherer-step2-form #edit-mailMe-wrapper label input { float:left; width:auto; margin-right:5px;}
#agir-adherer-step2-form #edit-birth { width:192px;}
#agir-adherer-step2-form #edit-mobile { width:234px;}
#agir-adherer-step2-form #edit-phone { width:265px;}
#agir-adherer-step2-form #edit-mandate { width:222px;}
#agir-adherer-step2-form #edit-profession { width:230px; margin-left:12px;}
#agir-adherer-step2-form #edit-other { width:276px;}
#agir-adherer-step2-form #edit-submit { margin-right:130px; width:auto;}
#agir-adherer-step2-form #edit-activity-0 { margin-left:20px;}
#agir-adherer-step2-form #edit-mailMe-wrapper { margin:10px 0; font-size:13px;}

div#blogs {float:left; height:32px; padding-top:7px;}
div#blogs_agir {float:left; height:32px; padding-top:2px;}
div#blogsHref {float:left; padding-left:3px;}

#agir-don-step1-form label,
#agir-don-step2-form label { float:left; font-weight:normal; line-height:22px; }
#agir-don-step1-form input,
#agir-don-step2-form input{ float:right; width:100px;/* border:0; background:none; */padding:2px 5px;}

#agir-don-step1-form div.left,
#agir-don-step2-form div.left,
#agir-adherer-step1-form div.left { width:295px; float:left;}

#agir-don-step2-form div.left{ width:375px; float:left;}
#agir-don-step1-form div.right,
#agir-don-step2-form div.right{ width:30%; float:left; padding-left:35px;}

#agir-don-step1-form #edit-lastname,
#agir-adherer-step1-form #edit-lastname { width:217px;}
#agir-don-step1-form #edit-name,
#agir-adherer-step1-form #edit-name { width:238px;}
#agir-don-step1-form #edit-adress { width:211px; @width:207px;}
#agir-adherer-step1-form #edit-adress { width:202px; }
#agir-don-step1-form #edit-adressLong,
#agir-adherer-step1-form #edit-adressLong { width:126px; @width:122px;}
#agir-don-step1-form #edit-post { width:199px; *width:195px;}
#agir-adherer-step1-form #edit-post  { width:190px; }
#agir-don-step1-form #edit-city { width:249px; @width:245px;}
#agir-adherer-step1-form  #edit-city { width:240px;}
#agir-don-step1-form #edit-phone,
#agir-adherer-step1-form #edit-phone  { width:207px; @width:203px;}
#agir-don-step1-form #edit-email,
#agir-adherer-step1-form #edit-email { width:227px;}
#agir-don-step1-form #edit-civ,
#agir-adherer-step1-form #edit-civ  { margin-left:40px;}
#agir-don-step1-form #edit-submit,
#agir-adherer-step1-form #edit-submit { margin-right:140px; width:auto;}

#agir-don-step2-form .form-radio { width:auto; float:left; margin-right:5px;}
#agir-don-step2-form .form-radios div { float:left;  margin:0 10px 0 0; padding:1px;}
#agir-don-step2-form #edit-mailMe-wrapper label,
#agir-don-step2-form .form-radios label { line-height:normal;}
#agir-don-step1-form #edit-mailMe-wrapper label input { float:none; width:auto; margin-right:5px;}

#agir-don-step2-form #edit-mailMe-wrapper label input { float:left; width:auto; margin-right:5px;}
#agir-don-step2-form #edit-birth { width:170px;}
#agir-don-step2-form #edit-mobile { width:228px;}
#agir-don-step2-form #edit-phone { width:255px;}
#agir-don-step2-form #edit-mandate { width:210px;}
#agir-don-step2-form #edit-profession { width:240px; margin-left:12px;}
#agir-don-step2-form #edit-otherPayment-wrapper { padding-top:20px;}
#agir-don-step2-form #edit-submit { margin-right:130px; width:auto;}
#agir-don-step2-form #edit-type { width:260px;}
#agir-don-step2-form #edit-mailMe-wrapper { margin:10px 0; font-size:13px;}
#agir-don-step2-form .form-radios div {padding-top: 20px;}
#block-custom_blocks-4 select {
	margin-left:-3px;
	margin-top:-1px;
	padding-left:0;
	width:154px;
}

.view-page_agenda1-block_1 h3 { margin-top:30px;}
.view-page_agenda1-block_1 .view-content .views-row {
	border-bottom:1px solid #EBEBEB;
	padding:10px 0 20px;
}

#node-2690 .title,
#node-2690 .date,
#node-2689 .title,
#node-2689 .date,
#node-2672 .title,
#node-2672 .date,
#node-2673 .title,
#node-2673 .date,
#node-2149 .title,
#node-2149 .date,
#node-2150 .title,
#node-2150 .date,
#node-2151 .title,
#node-2151 .date
{ display:none; }


#first-visit-step1-form {
	width:auto;
	overflow:hidden;
	margin-left:50px;
	font-size:12px;
}

#first-visit-step1-form label { color:#58585a;}


/**/

#agir-don-step1-form,
#agir-don-step2-form  {
	width:auto;
	overflow:hidden;
	margin-left:50px;
	font-size:14px;
}
#agir-don-step2-form {
	margin-left:30px;
}

/**/


#first-visit-step1-form .form-item {
	background: url('images/bg_input.gif') 100% 0 no-repeat;
	float:left;
}

#first-visit-step1-form .form-item .form-text,
#agir-don-step1-form .form-item .form-text {
	background: url('images/bg_input.gif') 0 -21px no-repeat;
	border:0;
	float:left; 
	width:100px;  
	padding:2px 15px 3px;
	color:#58585a;
}

#agir-don-step1-form .form-item label,
#agir-don-step2-form .text .form-item label{
	background: url('images/bg_input.gif')  100% -21px no-repeat;
	padding-right:12px;
}
#agir-don-step1-form .form-item,
#agir-adherer-step1-form .form-item,
#agir-don-step2-form .text .form-item { clear:both; }
#agir-don-step1-form .form-item,
#agir-adherer-step1-form .form-item { margin-top:7px; width:auto; overflow:hidden;}

#agir-don-step1-form .form-item .form-text,
#agir-don-step2-form .text .form-text {
	background: url('images/bg_input.gif') 100% 0 no-repeat;
	padding:2px 0 3px;
	float:right;
}
#agir-don-step2-form .text .form-text { float:none; border:0; width:207px; *margin-top:-1px;}

#first-visit-step1-form #edit-sms-wrapper.form-item { background:none; margin-bottom:60px;}

#agir-don-step1-form #edit-mailMe-wrapper label,
#agir-don-step1-form #edit-civ-wrapper label,
#agir-adherer-step1-form #edit-civ-wrapper label { background:none;}

#first-visit-step1-form div.form-item { width:auto; margin:5px 0 0; clear:both;}

#first-visit-step1-form #edit-lastname { width:200px;}
#first-visit-step1-form #edit-name { width:200px;}
#first-visit-step1-form #edit-adress { width:380px;}
#first-visit-step1-form #edit-adressLong { width:380px;}
#first-visit-step1-form #edit-post { width:200px;}
#first-visit-step1-form #edit-city { width:200px;}
#first-visit-step1-form #edit-phone { width:200px;}
#first-visit-step1-form #edit-email { width:200px;}
#first-visit-step1-form #edit-mobile { width:200px;}
#first-visit-step1-form #edit-submit { margin-right:140px; width:auto;}
#first-visit-step1-form p,
#agir-don-step1-form p { clear:both;}


div#topleft { float:left;}
div#topright { float:none; padding-left:20px;}
div#bottomleft { float:left;}
div#bottomright { background: url('images/federations.png') no-repeat; float:left; padding-left:20px; height:269px; width:181px;}
#first_visit select {margin-top: 45px; width: 149px; margin-left:16px;}



#agir-don-step1-form,
#agir-don-step2-form,
#agir-adherer-step1-form,
#agir-adherer-step2-form {
	width:auto;
	overflow:hidden;
	margin-left:50px;
	font-size:14px;
}
#agir-adherer-step2-form { margin-left:10px;}


#agir-adherer-step1-form .form-item .form-text,
#agir-adherer-step2-form .form-item .form-text {
	background: url('images/bg_input.gif') 100% 0 no-repeat;
	padding:2px 0 3px;
	float:right;
}

#agir-adherer-step1-form .form-item label,
#agir-adherer-step2-form .form-item label {
	background: url('images/bg_input.gif')  100% -21px no-repeat;
	padding-right:12px;
}

#agir-adherer-step2-form .form-radios .form-item label,
#agir-adherer-step2-form #edit-profession-wrapper label,
#agir-adherer-step2-form #edit-mailMe-wrapper label,
#agir-adherer-step2-form #activity label { background:none;}


#block-block-36,
#block-block-37 { text-align:center;}

#block-block-38 .block-inner,
#block-block-40 .block-inner { padding:0!important;}
#block-block-38 .block-inner p,
#block-block-40 .block-inner p { margin:0;}

.departament-label-container{
    width:219px;
    height:97px;
    position: absolute;
    top: 0px;
    left: 0px;
    background:transparent url('images/bg_departament_label.png');
}
.departament-label-text{
    width:186px;
    height:72px;
    color: #0da3d6;
    font-size: 16px;
    font-weight: bold;
    padding-top:10px;
    text-align: center;
    vertical-align: middle;
}

#block-custom_blocks-5 {
	padding: 10px;
	background: #effbff;
	line-height: 1.3;
	
} #block-custom_blocks-5 h2 {
	margin-bottom: 10px;

} #block-custom_blocks-5 a {
	color: #248091;
}

#block-views-page_regions-block_2 .view-content {
	padding: 40px 10px 10px;
	background: #caebee url(/sites/all/themes/zen/images/bg/candidate_name.png) no-repeat 10px 8px;
	
} #block-views-page_regions-block_2 .view-content .views-field-field-photo-fid {
	float: left;
	margin-right: 10px;
	
} #block-views-page_regions-block_2 .view-content .views-field-field-person-secondname-value {
	font-weight: bold;
}

#block-views-page_regions-block_2 .view-content .views-field-field-person-secondname-value, 
#block-views-page_regions-block_2 .view-content .views-field-field-person-firstname-value, 
#block-views-page_regions-block_2 .view-content .views-field-title {
	font-size: 14px;
	color: #4A4A4A;
}

#block-block-41 .content a,
/*#block-block-42 .content a, */
#block-block-43 .content a {
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #248091;
	background: #caebee;
}

#block-views-page_regions-block_2 .view-footer a {
	margin-top: 10px;
	padding: 10px 10px 10px 33px;
	text-align: center;
	background: #54bcc5 url(/sites/all/themes/zen/images/icon-arrow-right.png) no-repeat 12px center;
	font-size: 16px;
	display: block;
	color: #fff;
}

#menuItemContainer-505, 
#footerItemContainer-505 {
	display: none;
}

#sidebar-left #block-block-42 .block-inner {
	background-color: transparent;
	padding: 0;
}
/******Inscription au congres*******/
.form_inscription h2,.form_inscription h3,.form_inscription h4{
	text-align:center;
}

.form_inscription .logo_congres{
	float:right;
	margin-top:-75px;
}

.form_inscription form{
	border:medium none;
	clear:both;
	margin-left:15px;
	margin-top:40px;
}

.form_inscription form table tbody{
	border:none;
}

.form_inscription table tr td,.form_inscription table tr th{
	height:30px;
	margin:5px;
}

.form_inscription .t-header{
	text-decoration:underline;
}
.form_inscription .acc{
	text-decoration:underline;
}

.tbl_forfait{
	border:1px solid #000;
	margin:15px auto;
	width:630px;
	padding:3px;
}

.tbl_forfait th{
	text-align:center;
}

.tbl_forfait td,.tbl_forfait th{
	border-right:1px solid;
	padding:3px;
}

.tbl_forfait tr,.tbl_forfait th{
	border-bottom:1px solid #000;
}

.form_inscription .tbl_forfait .formule{
	text-align:center;
}

.form_inscription .merci{
	font-weight:bold;
}

.form_inscription .postal_add{
	text-align:center;
	display:block;
	font-weight:bold;
}
.form_inscription .ad{
	font-weight:bold;
}
.form_inscription .ad-img{
	width:50px;
}

.form_inscription .btn_submit{
	margin:0;
	display:block;
	float:right;
}

.mess_fin{
	font-weight:bold;
}

#block-block-44 .block-inner {
	background-color: transparent !important;
}


/**
 * Formulaire de contact téléphonique
 */
.webform-client-form  label {
	float:left;
	width:121px;
}

.webform-client-form  #edit-submitted-nom, .webform-client-form #edit-submitted-n-tel {
	width:225px;
}

.webform-client-form  #edit-submitted-objet-de-lappel {
	width:554px;
}

.webform-client-form  .form-submit {
	margin-left:120px;
}

.webform-client-form   .grippie {
	margin-left:121px;
	margin-right: 6px !important;
}

/* *
  * adhesion en ligne
  */
body.page-node-add-adhesion .btn-etape,
body.page-node-add-adhesion #edit-preview,
body.page-node-add-adhesion #edit-submit,
body.node-type-adhesion .btn-etape,
body.node-type-adhesion #edit-preview,
body.node-type-adhesion #edit-submit,
body.page-node-add-adhesion #edit-save-continue{
	border: 1px solid #31510B;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 6px;
	font-weight: bold;
	height: 22px;
	font-size: 13px;
	width: 122px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
	cursor: pointer;
}
body.page-node-add-adhesion #edit-preview,
body.node-type-adhesion #edit-preview{ padding: 0; height: 30px; margin-left: 416px; }
#previous-step, #laststep{ float: left;}
#previous-step{ margin: 0 150px 0 144px;}

.group-adhesion-grp1,.group-adhesion-grp2{ width: 580px; margin-left: 63px; border: 0;}

#edit-field-adhesion-nom-0-value-wrapper,
#edit-field-adhesion-prenom-0-value-wrapper,
#edit-field-adhesion-cp-0-value-wrapper,
#edit-field-adhesion-ville-0-value-wrapper,
#edit-field-adhesion-telmobile-0-value-wrapper,
#edit-field-adhesion-telmobile-0-value-wrapper,
#edit-field-adhesion-mail-0-email-wrapper,
#edit-field-adhesion-fed-value-wrapper,
#edit-field-adhesion-autres-0-value-wrapper,
#edit-field-adhesion-montant-0-value-wrapper,
body.page-node-add-adhesion .container-inline-date,
body.node-type-adhesion .container-inline-date,
#edit-field-adhesion-nom-conjoint-0-value-wrapper,
#edit-field-adhesion-telmaison-0-value-wrapper,
#edit-field-adhesion-telpro-0-value-wrapper,
#edit-field-adhesion-web-0-url-wrapper,
#edit-field-adhesion-profession-value-wrapper,
body.page-node-add-adhesion .link-field-subrow,
body.node-type-adhesion .link-field-subrow,
#edit-field-adhesion-prenom-conjoint-0-value-wrapper
{ width: 174px;}

#edit-field-adhesion-adresse-0-value-wrapper,
#edit-field-adhesion-adresse2-0-value-wrapper,
#edit-field-adhesion-newsletter-value-wrapper,
#fieldadhesiondon-wrapper
{ width: 580px;}/*710*/

#edit-field-adhesion-adresse-0-value-wrapper input,
#edit-field-adhesion-adresse2-0-value-wrapper input,
#edit-field-adhesion-comment-value-wrapper input,
#edit-field-adhesion-autres2-0-value
{ width: 307px;}

#edit-field-adhesion-nom-0-value-wrapper input,
#edit-field-adhesion-prenom-0-value-wrapper input,
#edit-field-adhesion-cp-0-value-wrapper input,
#edit-field-adhesion-ville-0-value-wrapper input,
#edit-field-adhesion-telmobile-0-value-wrapper input,
#edit-field-adhesion-telmobile-0-value-wrapper input,
#edit-field-adhesion-mail-0-email-wrapper input,
#edit-field-adhesion-fed-value-wrapper input,
#edit-field-adhesion-autres-0-value-wrapper input,
#edit-field-adhesion-montant-0-value-wrapper input,
#edit-field-adhesion-nom-conjoint-0-value-wrapper input,
#edit-field-adhesion-prenom-conjoint-0-value-wrapper input,
#edit-field-adhesion-telmaison-0-value-wrapper input,
#edit-field-adhesion-telpro-0-value-wrapper input,
#edit-field-adhesion-fax-0-value-wrapper input,
#edit-field-adhesion-web-0-url-wrapper input,
#edit-field-adhesion-circonscription-0-value-wrapper input
{ width: 151px;}

#edit-field-adhesion-profession-value-wrapper select{ width: 155px; height: 20px;}

#edit-field-adhesion-nom-0-value-wrapper,
#edit-field-adhesion-prenom-0-value-wrapper,
body.page-node-add-adhesion .container-inline-date,
body.node-type-adhesion .container-inline-date,
#edit-field-adhesion-adresse-0-value-wrapper,
#edit-field-adhesion-cp-0-value-wrapper,
#edit-field-adhesion-ville-0-value-wrapper,
#edit-field-adhesion-pays-value-wrapper,
#edit-field-adhesion-telmobile-0-value-wrapper,
#edit-field-adhesion-mail-0-email-wrapper,
#edit-field-adhesion-mail-0-email-wrapper,
#edit-field-adhesion-fed-value-wrapper,
#edit-field-adhesion-newsletter-value-wrapper,
#edit-field-adhesion-comment-value-wrapper,
#edit-field-adhesion-autres-0-value-wrapper,
#edit-field-adhesion-adresse2-0-value-wrapper,
#fieldadhesiontype-wrapper,
#fieldadhesiontype-wrapper .form-radios,
#fieldadhesiontype-wrapper .form-radios .form-item,
#fieldadhesiondon-wrapper,
#fieldadhesiondon-wrapper .form-radios .form-item,
#edit-field-adhesion-montant2-0-value-wrapper label,
#edit-field-adhesion-nom-conjoint-0-value-wrapper,
#edit-field-adhesion-prenom-conjoint-0-value-wrapper,
#edit-field-adhesion-telmaison-0-value-wrapper,
#edit-field-adhesion-telpro-0-value-wrapper,
#edit-field-adhesion-fax-0-value-wrapper,
#edit-field-adhesion-web-0-url-wrapper,
#edit-field-adhesion-circonscription-0-value-wrapper,
#edit-field-adhesion-profession-value-wrapper,
body.page-node-add-adhesion .link-field-subrow,
body.node-type-adhesion .link-field-subrow,
#desc1
{ float: left;}


body.page-node-add-adhesion .container-inline-date,
body.node-type-adhesion .container-inline-date{ clear: none; width: 220px;}/*326*/

.date-month label,
.date-year label,
.date-day label,
#edit-field-adhesion-profession-value-wrapper .form-required{ display: none;}

#edit-field-adhesion-pays-value-wrapper,
#edit-field-adhesion-fed-value-wrapper,
#edit-field-adhesion-autres-0-value-wrapper,
#edit-field-adhesion-fax-0-value-wrapper,
#edit-field-adhesion-circonscription-0-value-wrapper{ width: 222px;}

#edit-field-adhesion-pays-value-wrapper select,
#edit-field-adhesion-fed-value-wrapper select{ width: 222px;}
#edit-field-adhesion-comment-value-wrapper select{ width: 329px;}
#edit-field-adhesion-comment-value-wrapper{ width: 348px;}
#edit-field-adhesion-type-value-10-wrapper{ width: 224px;}
#edit-field-adhesion-montant2-0-value-wrapper{ width: 230px; font-weight: normal; float: left; margin: -24px 0 0 47px; /*padding: 0 0 0 47px; top: 665px; left: 65px; position: absolute;*/}
#edit-field-adhesion-montant2-0-value{ width: 151px; float: left; margin: 0 0 0 6px;}

#fieldadhesiontype-wrapper .form-radios .form-item,
#fieldadhesiondon-wrapper .form-radios .form-item{ padding-right: 22px;}
#edit-field-adhesion-don-value-Autre-wrapper{ clear: left;}
#edit-field-adhesion-montant2-0-value-wrapper label{ font-weight: normal;}
.container-inline-date{ height: 42px; margin-top: 3px; float: left;}
#fieldadhesiontype-wrapper{ height: 70px; margin-bottom: 0;}

#edit-field-adhesion-nom-conjoint-0-value-wrapper,
#edit-field-adhesion-prenom-conjoint-0-value-wrapper,
#field_adhesion_date_conjoint_clear_block{
	margin-top: 0;
}
#fieldadhesiondon-wrapper .description{ margin-top: 42px; position: absolute;}

#fieldadhesionmandat-wrapper{ float: left; width: 325px; height: 380px;}
#fieldadhesioncentreinteret-wrapper{ float: left; width: 241px; height: 380px;}

body.page-node-add-adhesion .preview,
body.node-type-adhesion .preview{ display: none;}
/*body.page-node-add-adhesion #edit-submit{ display: none;}*/
#desc1{ font-size: 10px; font-style: italic; margin-top: 16px;}

#submit-wrapper{ width: 580px; margin: 72px 0 0 71px;}
#submit-wrapper #texte1{ font-weight: bold; }
#buttons-wrapt{ height: 45px; margin-top: 10px;}
#buttons-wrapt #previous-step2{ float: left; margin: 0 46px 0 17px; width: 243px;}
#buttons-wrapt #edit-submit{ float: left; height: 30px; width: 243px; padding: 0;}

/*#edit-field-adhesion-nom-conjoint-0-value-wrapper,
#edit-field-adhesion-prenom-conjoint-0-value-wrapper,
#edit-field-adhesion-prenom-conjoint-0-value-wrapper{ margin-top: -2px;}*/
body.page-node-add-adhesion legend,
body.node-type-adhesion legend{ font-weight: bold; font-size: 13px; }
.group-adhesion-grp1 .description{ text-align: right; font-size: 10px; font-style: italic;}
#fieldadhesiontype-wrapper .description{ float: left; margin-top: -7px; width: 580px; font-style: normal; text-align: left;}
#fieldadhesiontype-wrapper .description p{ margin: 0;}
/*.group-adhesion-grp1 .form-item .description{ text-align: left; font-size: 10px; font-style: italic;}*/

/*.date-month, .date-year, .date-day{ float: left;}*/

body.page-node-add-adhesion #field-image-cache-items,
body.node-type-adhesion #field-image-cache-items,
body.page-node-add-adhesion .product-field,
body.node-type-adhesion .product-field{ display: none;}

body.page-node-add-adhesion #edit-field-adhesion-fid-0-value-wrapper,
body.node-type-adhesion #edit-field-adhesion-fid-0-value-wrapper{ display: none;}

#edit-field-adhesion-ou-don-value-wrapper,
body.page-node-add-adhesion #edit-submit{ display: none;}
body.page-node-add-adhesion #edit-save-continue,
body.node-type-adhesion #edit-save-continue,
body.page-node-add-adhesion #content-header,
.group-adhesion-grp2,
#previous-step,
#submit-wrapper,
body.inscrip_don #fieldadhesiontype-wrapper{ display: none;}

body.page-node-add-adhesion #edit-save-continue{
	width: 243px;
	margin: -75px 0 0 400px;
	position: absolute;
	height: 28px;
	padding: 0;
}


/*2010-11-17 */
.w-image{ float: left; width: 720px;}
.w-image .teaser{ padding-top: 5px; /*float: left; width: 590px;*/}
/*.w-image h3{ float: left; width: 345px;}*/
.w-image .field_photo_fid{ float: left; padding: 5px;}
.view-page-agenda1 .views-field-field-photo-fid{ float: left;}
.view-page-agenda1 .views-field-field-photo-fid img{padding: 5px; width: 120px;}
.view-page-agenda1,
.view-page-agenda1 .views-row{ width: 424px; float: left;}
.view-page-agenda1 .views-field-teaser{ padding: 5px 0 0 0;}

#node-4276 .node-inner .title,
#node-4276 .node-inner .date,
#node-4276 .node-inner .node-links,
#node-4277 .node-inner .title,
#node-4277 .node-inner .date,
#node-4277 .node-inner .node-links{ display: none;}

/*vote system*/
#edit-adherent-quesion-id-wrapper,
#edit-field-questionvote-question-id-0-value-wrapper,
#edit-field-vote-user-ip-0-value-wrapper{ display: none;}

.vote-question{ font-size: 15px; color: #247F9C; font-weight: bold; margin: 25px 0 11px 0; text-align: center;}
#block-block-48 h2{ color: #D72A29; font-size: 19px;}
#block-block-48 .block-inner a:link,
#block-block-48 .block-inner a:visited{ text-decoration: none; color: #248091; font-size: 11px; font-weight: bold; text-transform: uppercase; }
#block-block-48 .block-inner a:hover{ text-decoration: underline;}

/*live version only*/
body.page-node-add-vote .block-inner .content #error{ margin: -57px 0 0 -703px; position: absolute; width: 500px; }
#edit-field-vote-id-0-value-wrapper, #edit-title-wrapper{ width: 310px;}


.questiondesc1, .questiondesc2{
	font-style: italic;
	padding-bottom: 7px;
}
/*bloc vote motion : homepage*/
#block-block-49{
	border: 2px solid #FFFFFF;
	background: #F8FBFC;
}
#block-block-49 .content a:link,
#block-block-49 .content a:visited{
	text-decoration: none;
	padding: 5px 0 5px 0;
	outline: none;
}
#block-block-49 .content a:hover{
	text-decoration: underline;
}
#block-block-49 .content a .titre_vote{
	color: #16579B;
	font: bold 16px Arial;
	text-transform: uppercase;
	margin-left: -14px;
}
#block-block-49 .content{
	padding-left: 14px;
}
#block-block-49 .content a .titre_desc{
	color: #4A4A4A;
}

/*conventions content type*/
body.node-type-conventions .container-inline-date{
	float: none;
	height: 62px;
}
body.node-type-conventions .container-inline-date .form-item label{
	display: block;
}


body.page-page-le-projet-centriste h3.title{
	display: none;
}
/*#block-views-last_convention-block_1{
	position: absolute;
	margin: -200px 0 0 0;
	padding: 5px 5px 5px 20px;
	background: #FFFFFF;
}*/
body.page-page-le-projet-centriste h1.title{
	text-align: center;
	margin-bottom: 20px;
}
body.page-page-le-projet-centriste #content-area-inner,
body.page-page-le-projet-centriste #content-area-inside,
body.page-page-le-projet-centriste #content-area,
body.page-page-le-projet-centriste #content-bottom{
	float: left;
}
body.page-page-le-projet-centriste #content-area{
	background: #F2F2F2;
}
body.page-page-le-projet-centriste #content-bottom{
	margin-top: 10px;
}
body.page-page-le-projet-centriste #content-area-inside{
	padding: 0 10px;
	width: 286px;
}
.view-last-convention .views-field-title a:link,
.view-last-convention .views-field-title a:visited{
	color: #4A4A4A;
}
#block-views-conventions_agenda-block_1 .views-field-field-conventions-date-value{
	font-weight: bold;
}
#block-block-51 .content ul,
#block-views-conventions_agenda-block_1 .item-list ul{
	margin-top: 4px;
}

.node-type-conventions h3.title{
	margin-top: 10px;
	font-size: 15px;
}
.node-type-conventions #conventions-details{
	margin-bottom: 10px;
}
.node-type-conventions  #conventions-videos{
	margin-bottom: 10px;
}

#video-wrapt{
	
	float: left;
	text-align: center;
	margin-right: 6px;
}
.conventions-refs{
	float: left;
	width: 227px;
}
#conventions-date{
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 2px;
}
.conventions-videos,
.conventions-images{
	margin-bottom: 10px;
	width: 487px;
}
.conventions-videos object{
	width: 480px !important;
	height: 289px !important;
}
.conventions-refs h5{
	color: #247F9C;
}
.conventions-refs a:link,
.conventions-refs a:visited,
.conventions-refs ul li{
	color: #247F9C;
}
#block-block-51{
	width: 286px;
	padding: 0 10px;
}
#block-block-51 .content h2{
	color: #247F9C;
	margin: 0;
}
