/* $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 **/
  body
  {
    margin: 0;
	padding:0;
    font-size: 12px;
	border: none;
  }

  a {
	color: #025c99;
  }

  iframe {
	border: none;
  }



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

  #page
  {
	background: #fff;
  }

  #page-inner
  {
  }

/** header **/
  #header
  {

  }

  #header-inner
  {
	position: relative;
	height: 297px;
	z-index:1000;
	background: url(/sites/all/themes/zen/images/header2.jpg) no-repeat;
  }

  #header-click,
	#header-search,
	#header-video,
	#header-tous-video,
	#header-tags,
	#header-inscript,
	#main-navigation	{
	position: absolute;
  }

#main-navigation {
	z-index:1000;
}

  #header-search {
	left: 251px;
	top: 6px;
  }
  #header-search label {
	display: none;
  }

  #header-search #search-block-form,
  #header-search #search-block-form div,
  #header-search #search-block-form-1,
  #header-search #search-block-form-1 div {
	margin-right: 1px;
	display: inline;
  }

  #header-search .form-text,
  #header-search .form-submit {
	padding: 0;
	font-size: 10px;
	border: 1px solid #9BBCDD;
  }

  #header-search .form-text {
	width: 141px;
  }

  #header-search .form-submit {
	color: #777;
	background: #fff;
	*width:57px;
  }

  #main-navigation {
	left: 0px;
	top: 236px;
  }

  #header-video {
	left: 632px;
	top: 21px;
  }

  #header-video object {
	display: block;
  }

  #header-video .text {
	padding: 10px 83px 12px 0;
	background: url('images/background/gradient02.png') repeat-y;
	text-align: right;
	width: 168px;
  }

  #header-video h3 {
	margin: 0;
	color: #fff;
	font: normal 22px Impact;
	text-transform: uppercase;
  }

  #header-video a {
	color: #fff;
	font-size: 10px;
  }

  #header-tous-video {
	left: 815px;
	top: 21px;
  }

  #header-tags {
	left: 499px;
	top: 21px;
	border-top: 1px solid #DADADA;
	height: 218px;
	overflow: hidden;
  }

  #header-inscript {
	left: 591px;
	top: 243px;
	z-index:1001;
  }

  #edit-email-wrapper,
  #edit-email-1-wrapper {
	margin: 0;
	display: inline;
  }

  #header-inscript input {
	vertical-align: middle;
	margin: 0;
  }

  #edit-email,
  #edit-email-1 {
	padding: 2px;
	font-size: 10px;
	border: 1px solid #c5dfed;
	width: 262px;
  }

  #edit-email.error {
	border: 1px solid #f00;
  }

  #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
  {
  }

  #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
  {
  }

  #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, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  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 */
  {
	margin: 0 10px;
  }

  .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 {
	position: relative;
}

#footerText01 {
	position: absolute;
	right: 144px;
	top: 95px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

  #footer-inner
  {
  }

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

/** 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: 1em;
  }

  .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-right #block-newsletter_inscription-0
{ background: url('/sites/all/themes/zen/images/block_newsletter.png') no-repeat; padding-top:60px;	width:248px; }

#sidebar-right #block-newsletter_inscription-0 .block-inner
{ width:228px; padding-left:5px; padding-right:5px; }

#sidebar-right #block-newsletter_inscription-0 #edit-email-wrapper
{ margin-top:0; float:left; }

#sidebar-right #block-newsletter_inscription-0 #edit-email
{ width:169px; }

#sidebar-right #block-newsletter_inscription-0 #error .error
{ background-image:none; margin-left:0; margin-right:0; padding-left:5px; padding-right:5px; margin-bottom:12px; }

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

#block-views-block_petitions-block_3 .content {}

#block-views-block_petitions-block_3 .block-inner {
	padding: 47px 0 10px 79px;
	background: #fff url('images/dummies/text03.png') no-repeat;
	width: 120px;
	border: 1px solid #d9dbe5;
}

#block-views-block_petitions-block_3 a {
}

#sidebar-right #block-views-block_petitions-block_3 .content,
#sidebar-right #block-block-2 .block-inner .content {

}

#block-block-3 {
}
#block-block-3 .block-inner {
	padding: 119px 6px 15px;
	background: #2082C1 url('images/block7.jpg') no-repeat;
	border: 1px solid #d9dbe5;
	width: 187px;
}
#block-block-3 ul  {
	margin: 0;
	padding: 0;
}
#block-block-3 ul li {
	list-style: none;
	padding: 4px 0 4px 12px;
	background: url('images/homepage2/ico3.png') no-repeat;
}
#block-block-3 ul a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#block-block-3 .text-link {
	display:block;
	color:#0560aa;
	text-decoration:underline;
	background:url('images/block_participez_text_link.png') 50% 0 no-repeat;
	padding:60px 0 0;
	width:150px;
	margin:0 auto;
	font-size:11px;
	font-weight:bold;
}

#block-block-4 .block-inner {
	padding: 85px 3px 3px;
	background: #fff url('images/dummies/text04.png') no-repeat;
	border: 1px solid #d9dbe5;
	width: 193px;
}

#block-block-4 a {
	color: #000;
}

#block-block-5 .block-inner {
	padding: 29px 3px 3px;
	background: #fff url('images/dummies/twitter_logo.png') no-repeat;
	border: 1px solid #d9dbe5;
    width: 193px;
	text-align: right;
}

#block-block-5 a {
}


.facebookWall .photo,
.facebookWall .photo img {
	display: block;
}

.facebookWall .photo {
	float: left;
}

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

#sidebar-left #block-block-9
{ background: #eeedee url('/sites/all/themes/zen/images/block_videoalaune.png') no-repeat top; padding-top:62px; }

#sidebar-left #block-block-10 .dm_videowall { margin-left:-24px; }
#sidebar-left #block-block-10 { padding-top:0; margin-top:-26px; }

#block-views-block_lagenda-block_3 .content,
#block-block-20 .content {
	margin: 0 7px 0 0;
	padding: 67px 4px 4px;
	background: url('images/dummies/text06.png') no-repeat;
}

#block-views-block_lagenda-block_3 .date, 
#block-block-20 .date{
	padding: 0;
	font: normal 10px Arial;
}


#sidebar-left .view-block_lagenda-block_3 .title,
#sidebar-left .view-block_lagenda-block_3 .title a  {
	margin-bottom: 8px;
	padding: 0;
	font: bold 11px Arial;
	color: #2382c0;
	background: none;
}

#sidebar-left #block-cumulus-0 .more-link { display:none; }

/* View and Node */


.view .date,
.node .date,
.block-agenda_inscription .date {
	padding-left: 14px;
	color:#025c99;
	font: italic 14px Arial;
}


.view .title,
.node .title {
	padding-left: 14px;
	margin-bottom: 10px;
	 font: bold 14px Arial;
	 color:#025c99;
	 background: url('images/dummies/ico02.png') no-repeat 0 4px;
}

.views-row {
	margin-bottom: 8px;
}

.block-agenda_inscription .date { padding-left:0; margin-bottom:20px; color:#7b9611; }
.block-agenda_inscription .title { font-size:14px; font-weight:bold; color:#7b9611; }

.view .node-links,
.node .node-links
{ margin-top:20px;}

.view .node-links
{ padding-left:20px; }

.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; }

.view .field_photo_fid,
.node .field_photo_fid { float:left; padding-right:10px; }

.view .view-header { font-size:14px; font-weight:bold; color:#025C99; margin-bottom:20px;
	text-transform:uppercase; }

.view .view-footer { text-align:center; }

.view .teaser { padding-left:20px; }

.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-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;
}

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

/* Navigation */

#main-navigation ul {
	margin: 0;
	padding: 0;
}

#main-navigation ul li {
	background: url('images/background/separator.png') no-repeat 0 13px;
	list-style: none;
	float: left;
	position: relative;
}

#main-navigation ul li.zero,
#main-navigation ul li.menu-286,
#main-navigation ul li.menu-285  {
	background: transparent;
}

#main-navigation ul li a {
	padding: 10px 8px 22px;
	color: #000;
	font: bold 11px Arial;
	text-align: right;
	display: block;
}

#main-navigation ul li.first a {
	background: #79b51c;
	color: #fff;
	text-transform: uppercase;
}

#main-navigation li.menu-14  {
	background: none;
}

#main-navigation ul ul {
	position: absolute;
	z-index: 200;
	left: 0;
	top: 24px;
	height: auto;
	background: none;
	visibility: hidden;
}

#main-navigation ul ul li {
	float: none;
	padding: 3px 10px 2px;
	background: #276fa9;
	border-top: 1px solid #fff;
}

#main-navigation ul ul li a {
	margin: 0;
	padding: 0;
	color: #fff;
	font: normal 12px Arial;
	text-align: left;
	white-space: nowrap;
	display: block;
}

#jsddm #homepageLink {
	padding: 7px 2px 8px 1px;
}

#block-categorie-0 ul {
	padding-left:0;
	list-style-type:none;
	line-height: 1.5;
}

#block-categorie-0 .box01 ul li a {
	font-size:12px;
	color:#025c99;
}

#block-categorie-0 ul li.active a { font-weight:bold; }

.view-related_by_term-block_1 {
	margin-top:12px;
	margin-bottom:12px;
}

#block-categorie-0 .box01 ul li a,
.view-related_by_term-block_1 .views-field-title a
{
	color:#2382c0;
	font-size:12px;
	font-weight:normal;
}

#block-categorie-0 ul li a.active {
	font-weight:bold;
}

#block-categorie-0 .title,
#block-categorie-1 .title,
#block-soutien-0 .title,
#block-soutien-1 .title,
.tellafriend .title,
.contact .title,
#block-don_promesse-0 .title,
#block-contribution-0 .title,
#block-temoignage-0 .title,
#block-agenda_inscription-0 .title
{
	background:none;
	color: #2382c0;
	font: normal 22px Impact;
}

#block-categorie-1 .title,
#block-soutien-0 .title,
#block-soutien-1 .title,
#block-agenda_inscription-0 .title,
#block-don_promesse-0 .title,
.tellafriend .title,
#block-contribution-0 .title,
#block-temoignage-0 .title,
#block-agenda_inscription-0 .title {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#gotohome {
	cursor:pointer;
}


#current-category-name {
	padding: 54px 10px 10px;
	background: url(images/background/box02.png) no-repeat;
	font: normal 22px Impact;
	color: #1a5486;
	text-transform: uppercase;
}

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

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

.block-soutien #edit-body,
.block-temoignage #edit-body
{ width:232px; height:200px; }

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

.block-soutien .form-item,
.block-temoignage .form-item,
.block-agenda_inscription .form-item,
.petition-signature .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-photo-0-upload-wrapper .description { width:130px; }


.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; }

.block h2.title {
	background:none;
	padding:0;
	font-weight:normal;
	margin-bottom:12px;
	font-size:20px;
}

#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; }

.block-agenda_inscription .friends { margin:20px 0 10px 0; font-weight:bold; }
.block-agenda_inscription #edit-ai-optin-wrapper label,
.petition-signature #edit-ps-optin-wrapper label {
	float:none;
}

.block-agenda_inscription #edit-submit,
.block-agenda_inscription #edit-submit-1,
.petition-signature #edit-submit {
	margin-top:20px;
}

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

#breadcrumb {
	margin: 10px;
	font: bold 11px Tahoma;
	color: #265d8d;
}
#breadcrumb a { color: #265d8d; }

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

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

#petition-signature-form input.form-text {
	width: 210px;
}

#petition-signature-form label {
	width: 60px;
}

#petition-signature-form label.option {
	width: auto;
}

#lightboxFrame { border:0; }

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

.invite {
	margin: 20px 0 20px -10px;
	padding: 10px 20px;
	background: #f2f5f9;
	color: #717070;
}


.invite .header { margin-top: 10px; margin-bottom:15px; }
.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; }

.invite .form-item label {
	color: #717070;
}

.invite input.form-text,
.invite .resizable-textarea {
	border: 1px solid #dadbde;
}



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

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

#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 {
	background:#628db9 url('images/background/footer.png') no-repeat;
	min-height:68px;
}

#footer #footer-inner { padding: 120px 20px 10px 20px; font-size:11px; }
#footer #footer-inner a { color:#FFFFFF; }
#footer .footer-block {
	padding-left: 10px;
	border-left: 1px solid #83a5c8;
	width: 160px;
	height: 185px;
	float: left;
}
#footer .parent{ text-transform:uppercase; font-weight: bold;}
#footer .children { margin-top:10px; }

#espace-presse a { color:#FFFFFF; font-weight:bold; text-decoration:none; }
#espace-presse { padding-left:840px; padding-top:3px; }

#header-click {
	cursor: pointer;
	width: 462px;
	height: 206px;
	left: 0;
	top: 30px;
}



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




div.box01 {
	width: 209px;
	background: url(images/background/box01.png) repeat-y;
}

div.box01 h2.title,
div.box01 .content {
	margin: 0 18px 0 10px;
}

div.box01 .box01-header {
	background: url(images/background/box01_header.png) no-repeat;
	height: 8px;
}

div.box01 .box01-footer {
	background: url(images/background/box01_footer.png) no-repeat;
	height: 8px;
}


#block-categorie-0.box02 {
	width: 204px;
	background: #2683C8 url(images/background/sommaire2.jpg) no-repeat;
}

#block-categorie-0.box02 h2.title {display: none;}

#block-categorie-0.box02 .content {
	padding: 97px 0 1px 34px;
}

#block-categorie-0.box02 .content a {
	color: white;
	font-weight: bold;
}



#sidebar-left form,
#sidebar-right form {
	color: #717070;
}

#sidebar-left form input.form-text,
#sidebar-left form textarea.form-textarea,
#sidebar-right form input.form-text,
#sidebar-right form textarea.form-textarea,
.tellafriend input.form-text,
.tellafriend textarea.form-textarea,
.contact input.form-text,
.contact textarea.form-textarea {
	border: 1px solid #d7dae0;
	width: 100%;
	color: #717070;
	overflow: auto;
}

#sidebar-left form .form-submit {
	margin: 10px 0;
}

#content-area .view-dom-id-1 {
	margin-left: -10px;
	padding: 10px;
	background: #f2f5f9;
}

#agenda-inscription-form #edit-ai-name {width: 120px; *width: 115px;}
#agenda-inscription-form #edit-ai-lastname {width: 137px; *width: 131px;}
#agenda-inscription-form #edit-ai-email {width: 120px; *width: 115px;}
#agenda-inscription-form #edit-ai-friend1,
#agenda-inscription-form #edit-ai-friend2,
#agenda-inscription-form #edit-ai-friend3,
#agenda-inscription-form #edit-ai-friend4 {width: 128px; *width: 126px;}

#node-form #edit-field-prenom-0-value {width: 120px; *width: 115px;}
#node-form #edit-field-nom-0-value {width: 137px; *width: 131px;}
#node-form #edit-field-email-0-value {width: 120px; *width: 117px;}
#node-form #edit-title {width: 132px; *width: 130px;}
#node-form #edit-body {width: 177px;}
#node-form #edit-field-video-0-value {width: 133px; *width: 130px;}

#don-promesse-form #edit-dp-name {width: 120px; *width: 115px;}
#don-promesse-form #edit-dp-lastname {width: 137px; *width: 131px;}
#don-promesse-form #edit-dp-email {width: 120px; *width: 117px;}
#don-promesse-form #edit-dp-address {width: 118px; *width: 112px;}
#don-promesse-form #edit-dp-zipcode {width: 97px; *width: 91px;}
#don-promesse-form #edit-dp-city {width: 141px; *width: 136px;}
#don-promesse-form #edit-dp-amount {width: 121px; *width: 116px;}

.tellafriend #edit-t-name {width: 312px; *width: 285px;d}
.tellafriend #edit-t-email {width: 294px; *width: 267px;}
.tellafriend #edit-t-friendname {width: 256px; *width: 229px;}
.tellafriend #edit-t-friendemail {width: 246px; *width: 219px;}

#contribution-form #edit-taxonomy-10 {width: 100px;}
#contribution-form #edit-field-zipcode-0-value {width: 100px;}
#contribution-form #edit-body {height: 80px;}
#contribution-form #edit-body-wrapper label {float: none;}
#contribution-form #edit-preview {display: none;}

#block-temoignage-0 #edit-taxonomy-6{width: 97px;}


#content-area .view-block_kitmilitant-block_2 {
	background: none;
}


.kitmilitant-unit {
	margin: 0 0 10px -10px;
	padding: 10px;
	background: #f2f5f9;
}



.partager #akst_facebook {
background:transparent url(/sites/all/themes/zen/images/social/facebook.gif) no-repeat scroll 0 0;
padding-left:15px;
}

.partager #akst_twitter {
background:transparent url(/sites/all/themes/zen/images/social/twitter.gif) no-repeat scroll 0 0;
padding-left:15px;
}

.partager #akst_wikio {
background:transparent url(/sites/all/themes/zen/images/social/wikio.png) no-repeat scroll 0 0;
padding-left:15px;
}

.partager #akst_digg {
background:transparent url(/sites/all/themes/zen/images/social/digg.gif) no-repeat scroll 0 0;
padding-left:15px;
}

.partager #akst_blinklist {
background:transparent url(/sites/all/themes/zen/images/social/blinklist.gif) no-repeat scroll 0 0;
padding-left:15px;
}

.partager #akst_delicious {
background:transparent url(/sites/all/themes/zen/images/social/delicious.gif) no-repeat scroll 0 0;
padding-left:15px;
}

.partager ul { float:right; }
.partager ul li { float:left; list-style-type:none; padding-left:3px; }


#edit-field-photo-0-ahah-wrapper .filefield-element  {
	overflow: hidden;

}

#edit-field-photo-0-ahah-wrapper .filefield-element .form-submit {
	padding:4px;
	color:#fff;
	background:#1D77A1;
	border: none;
	border-bottom: 2px solid #939393;
	border-right: 2px solid #939393;
	text-align:center;
	width:130px;
}

.menu-15 .submenu-15 {
	width: 164px;
}

.block-categorie .infos-header {
	background:transparent url(/sites/all/themes/zen/images/block_infotop.png) no-repeat scroll 0 0;
	height:10px;
}

.block-categorie .infos-text {
	padding: 0 10px 10px;
	background:transparent url(/sites/all/themes/zen/images/block_infomiddle.png);
}

.block-categorie .infos-footer {
	background:transparent url(/sites/all/themes/zen/images/block_infobottom.png) no-repeat scroll 0 0;
	height:10px;
}

#GB_window {
	overflow: hidden;
	background: #fff;
	z-index: 1000;
}

#contact-form {
	padding: 20px 20px 0;
}

#contact-form label {
	float: left;
	width: 88px;
}

#contact-form label.option {
	float: none;
	width: auto;
}

#contact-form input.form-text,
#contact-form textarea {
	width: 240px;
}



#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; }

.twtr-widget h4 {font-weight: normal;}


.but{
    height:40px;
    margin-left:50px;
    position:absolute;
    width:100px;
}

.rss {font-weight: bold; text-align: right;}
.rss a {padding: 6px 26px 6px 0; background: transparent no-repeat 100% 50%;}
.view-block_default-block_2 .rss a {background-image: url(images/rss.png);}

#content-header .rss a {background-image: url(images/rss2.png);}

#department-link {
	display: block;
	padding: 11px 18px 11px 0;
	background: url(/sites/all/themes/zen/images/background/box05.png) no-repeat;
	color: white;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}
