/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: url(images/bk.png) repeat;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
}
.clear { clear: both;}
.clear-block { display: none; }
#header-region  { display: none; }
#wrapper .clear-block { display: block; }
input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
  display:block;
  text-align:left;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color:#D62679;
  padding:20px 0 0 0;
  text-align: left;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
  text-align: left;

}

a:link, a:visited {
  color: #D62679;
  text-decoration: none;
}

a:hover {
  color: #D62679;
  text-decoration: underline;
}

a:active, a.active {
  color: #D62679;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;  /*LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #000000;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
height:0px;
  /*
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
  */
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  margin:0; 
  padding:0;
  background: url(images/body.png) repeat-x 50% 0;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 0px;
  width: 930px;
/*  max-width: 930px;*/
  background:#ffffff;
}

#wrapper #header {
  height: 106px;
  width:850px;
  text-align: center;
  margin:0 auto;
  padding: 0px 45px 0 35px;
}

#wrapper #header #logo-floater {
  position: relative;
  float: left;
  margin:33px 0 0 0;
  padding:0;
}
#wrapper #header #logo-plan {
  position: relative;
  float: right;
  margin:16px 0 0 0;
  padding:0;
}

#wrapper #header h1, #wrapper #header h1 a:link, #wrapper #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #header h1 span {
  font-weight: bold;
}

#wrapper #header h1 img {
  /*padding-top: 16px;*/
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 930px; 
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -344px;
}
body.donation #center {
  margin-right: -400px;
}
body.sidebars #center {
  margin: 0 -344px 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 344px;

}
body.donation #squeeze {
  margin-right: 370px;
  width:560px;

}
body.sidebars #squeeze {
  margin: 0 344px 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0px 0 0em 14px;
  /*width: 210px;*/
  float: left;
  z-index: 2;
  position: relative;
}

#sidebar-right { width:330px; }
.donation #sidebar-right { width:356px;  }

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
  
}

.block .content {
  margin:0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff;
  position: relative;
  /*padding-bottom:50px;*/
}

#wrapper #container #center .right-corner {
  position: relative;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 0px 0px 0em 30px;
  position: relative;
/*  min-height: 770px;*/
}
.sticky .left-corner h2{ display: none; }
.left-corner div.video-title { text-align: left; padding:12px 0 0 0; display: block; color:#d62679; font-size: 1.3em; text-transform: uppercase; font-weight: bold; }
.left-corner div.video-title a:link,.left-corner div.video-title a:hover,.left-corner div.video-title a:visited { text-decoration: none; color:#d62679; }


#wrapper #container #footer {
  float: left;
  clear: both;
  text-align: center;
  padding: 0px 0 0 0;
  margin:10px 0 0 0;
  color: #898989;
  width: 561px;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  /*margin-left: -210px;*/
}

body.sidebar-right #footer {
  /*margin-right: -210px;*/
}

body.sidebars #footer {
  /*margin: 0 -210px;*/
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0 0 0 45px;
  padding: 0px;
  float: left;
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: 0.2em 0 0.4em 0;
  color: #6f6f6f;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #6f6f6f;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  /*
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
  */
border-bottom:1px solid #E9EFF3;
/*float:right;*/
margin:0 0 1em;
padding:0;
position:relative;
z-index:100;
}

ul.primary {
  padding: 0.5em 0 10px;
  float: right; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
/*
  margin: 0 -26px 1.5em;
  padding: 1.5em 26px;
*/
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  background-color: #fff;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  clear: left;
  margin: 5px 0;
  padding: 0;
  border: none;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: none;
}
/*
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}
*/

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

div.error {
margin:10px auto;
width:864px;}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/*    HOME PAGE  */
.node {/*background: #fff url(images/bk-contenu.png) no-repeat left bottom; width:436px; padding:5px 100px 15px 20px;*/}
.node .related_video { background: #fff url(images/bk-video.png) no-repeat left bottom; padding:10px 0px 17px 0px; display: block; height:175px;}
.node .related_video  .related_video-content { padding:0 24px; height:100%; border:4px solid #ababab; border-bottom: none;}
.node .related_video  .related_video-footer { clear: both;}
.node .related_video .field-label { font-size:15px;color:#d62679; margin:0; padding:0;}
.node .related_video-content .node  {float: none; }
.node .related_video-content .node .content {float: left; width:125px; text-align:center; }
.node .related_video-content #node-16 .content {/*float: left; width:100px; */ }
.node .related_video-content .node img { border:4px solid #ababab;}
.node .related_video-content h2 { display: block; color:#d62679; font-weight: bold; font-size:15px;}
.node .related_video-content .node a:link, .node .related_video-content .node a:visited, .node .related_video-content .node a:hover { color:#000;}
.node .related_video-content h2.video-title { height:70px; width:85px; padding:0 20px; font-weight: normal; overflow:hidden; font-size:11px; color:#000000; }

#node-12 { background: #fff url(images/home.jpg) no-repeat 0 0; width:436px; height:386px; padding:5px 100px 0px 20px; }
#node-12 p { color:#ffffff; font-size: 1.7em; line-height:1.15em; font-weight: bold; margin:0; padding:0; }

#block-ecedibig-5, #block-ecedibig-6 { display: block; margin:0 5px 5px 0; }
#block-ecedibig-2 { display: block; height:81px; }
#block-ecedibig-7 { display: block; height:81px; }
#block-ecedibig-0 { margin:0 0 10px 0;}
#block-ecedibig-1 { margin:0 0 0px 0;}
.ecedibig_bloc_width1  { text-align: left; position: relative;  margin:0 5px 5px 0;}
.ecedibig_bloc_width2, .ecedibig_bloc_width3 { text-align: left; position: relative;  margin:0 0px 0 0;}

/*  les titres extensibles  GRANDS & MOYENS */

.titre {  position: absolute; height:28px; top:0; /*left:30px; width: 50px;*/ float: left; display:inline; background:transparent url(images/bt-rose-bk-dt.gif) no-repeat top right;}
.titre h2 { display:block; float: left; margin:0; padding:0px 9px; background:transparent url(images/bt-rose-bk-g.gif) no-repeat; }
.titre h2 a, .titre h2 span {  font-weight: bold; font-size: 1em;color: #ffffff; float: left; height:28px;  padding:0px 9px;text-transform: uppercase;  display: block; background:transparent url(images/bt-rose-bk.gif) repeat-x ;}	
.block-donation .titre {  text-align: center;}	
.block-donation .titre h2 {  width:300px; }	
.block-donation .titre h2 a {  float: none;background:none;}	
.titre h2 a:link, .titre h2 a:visited, .titre h2 a:hover
 { font-weight: bold; font-size: 1em;color: #ffffff;text-decoration : none; }

.block-block .titre, .ecedibig_bloc_width3 .titre, .ecedibig_bloc_width2 .titre {  position: absolute;height:28px; top:0; left:0; /*width: 50px;*/ float: left; display:inline; background:transparent url(images/bt-rose-bk-dt.gif) no-repeat top right;}
.block-block .titre h2, .ecedibig_bloc_width3 .titre h2, .ecedibig_bloc_width2 .titre h2 { display:block; float: left; margin:0; padding:0px 9px; background:transparent url(images/bt-rose-bk-g.gif) no-repeat; }
.ecedibig_bloc_width3 .titre h2 a, .ecedibig_bloc_width2 .titre h2 a {  float: left; height:28px;  padding:0px 9px;text-transform: uppercase;  display: block; background:transparent url(images/bt-rose-bk.gif) repeat-x ;}	
.block-block .titre h2 a:link, .block-block .titre h2 a:visited, .block-block .titre h2 a:hover,
.block-block .titre h2 a:link, .block-block .titre h2 a:visited, .block-block .titre h2 a:hover,
.block-block .titre h2 a, .block-block .titre h2 span,
.block-block .titre h2 a, .block-block .titre h2 span {  font-size: 0.8em; padding-top:3px;}	

.ecedibig_bloc_width3 .titre h2 a:link, .ecedibig_bloc_width3 .titre h2 a:visited, .ecedibig_bloc_width3 .titre h2 a:hover,
.ecedibig_bloc_width2 .titre h2 a:link, .ecedibig_bloc_width2 .titre h2 a:visited, .ecedibig_bloc_width2 .titre h2 a:hover { font-weight: bold; font-size: 1em;color: #ffffff;text-decoration : none; }
.ecedibig_bloc_width1 { float: left; }

/*  les titres extensibles  PETITS */
.ecedibig_bloc_width1 .titre {  position: absolute;height:18px; top:0; left:0; /*width: 50px;*/ float: left; display:inline; background:transparent url(images/bt-rose-petit-bk-dt.gif) no-repeat top right;}
.ecedibig_bloc_width1 .titre h2 { display:block; float: left;  margin:0; padding:0px 5px; background:transparent url(images/bt-rose-petit-bk-g.gif) no-repeat; }
.ecedibig_bloc_width1 .titre h2 a {  line-height:16px; height:18px; float: left;  padding:0px 5px;text-transform: uppercase;  display: block; background:transparent url(images/bt-rose-petit-bk.gif) repeat-x ;}	
.ecedibig_bloc_width1 .titre h2 a:link, .ecedibig_bloc_width1 .titre h2 a:visited, .ecedibig_bloc_width1 .titre h2 a:hover { font-weight: bold; font-size: 0.65em; /font-size: 0.60em;color: #ffffff;text-decoration : none; }

#block-ecedibig-9 .titre { position: absolute; top:170px; left:0; float: left; display:block;background:none;}
#block-ecedibig-9 .titre h2 { color: #000;padding:12px 0 2px 0; background:none; font-size: 1.2em;  }
#block-ecedibig-9 .titre h2 a { color: #fff; background:none; text-transform:none;  }

/*  le titre extensible  VERT */
.titre-don { z-index:2;  position: absolute;height:28px; top:0; left:30px; float: left; display:inline; background:transparent url(images/bt-vert-bk-dt.gif) no-repeat top right;}
.titre-don h2 { display:block; float: left; margin:0; padding:0px 9px; background:transparent url(images/bt-vert-bk-g.gif) no-repeat; }
.titre-don h2 a, .titre-don h2 span {  font-weight: bold; font-size: 1em;color: #ffffff; float: left; height:28px;  padding:0px 9px;text-transform: uppercase;  display: block; background:transparent url(images/bt-vert-bk.gif) repeat-x ;}	
.titre-don h2 a:link, .titre-don h2 a:visited, .titre-don h2 a:hover
 { font-weight: bold; font-size: 1em;color: #ffffff;text-decoration : none; }



#wrapper #container .sidebar #block-nlsubscribe-0 { margin:5px 0 0 0; padding:0 10px; width:280px; height:169px; background: url(images/bk-nl.png) no-repeat top left;}
#wrapper #container .sidebar #block-nlsubscribe-0 div.titre { background: none; display: inline; height: auto; position: relative;float: none; text-transform: none;}
#wrapper #container .sidebar #block-nlsubscribe-0 div.titre h2 { background: none; color:#D62679; font-size:16px; font-weight:bold; margin:0; padding:5px 0 0; width:235px; }
#wrapper #container .sidebar #block-nlsubscribe-0 div.titre h2 span { padding:0;height: auto; font-size: normal; background: none; color:#D62679; display: inline; float: none; text-transform: none;}
#wrapper #container .sidebar #block-nlsubscribe-0 h2 { color:#D62679; font-size:16px; font-weight:bold; margin:0; padding:5px 0 0; width:235px; }
#wrapper #container .sidebar #block-nlsubscribe-0 div.content { clear: both;}
#wrapper #container .sidebar #block-nlsubscribe-0 #edit-email-wrapper label { display: block; font-weight: normal;}
#wrapper #container .sidebar #block-nlsubscribe-0 #edit-email-wrapper label span  { display: none; }
#wrapper #container .sidebar #block-nlsubscribe-0 ul { margin: 10px 0; padding:0; background: pink;list-style-type: none; }
#wrapper #container .sidebar #block-nlsubscribe-0 li { margin: 0; padding:0 19px 0 0; float: left; display: block;}
#wrapper #container .sidebar #block-nlsubscribe-0 li img { vertical-align:middle; }
#wrapper #container .sidebar #block-nlsubscribe-0 a:link, #block-nlsubscribe-0 a:visited, #block-nlsubscribe-0 a:hover { color:#000000; text-decoration :none;  }
.form-item { margin:0; padding:0;/*float:left; margin:2px 0 10px 0; */}
.form-item label {display:block; float:left;}
#wrapper #container .sidebar #block-nlsubscribe-0 #edit-email-wrapper input#edit-email { float: left;  width:18em;}
#wrapper #container .sidebar #block-nlsubscribe-0 #edit-email-wrapper input#edit-submit { /*float: left;clear: both;*/  margin: 10px 0 0 0;}
#edit-email-wrapper { margin:0x 0 0 0; float: left;}
#nlsubscribe-form-model input#edit-submit,#nlsubscribe-form-model input#edit-submit-1 { border:none; background:url(images/bt-ok.png) no-repeat center left; padding:3px 8px;margin: 0px 0 0 5px;}
.social { clear: both; font-weight: bold;margin:15px 0 25px 0; }

#wrapper #container .sidebar #block-donation-1 { width: 300px;margin:0 0 7px 0; padding:0; }
#wrapper #container .sidebar #block-ecedibig-4,
#wrapper #container .sidebar #block-ecedibig-9
{ margin:0 0 8px 0; padding:0; }
#wrapper #container .sidebar #block-donation-1 .content, 
#wrapper #container .sidebar #block-ecedibig-4 .content,
#wrapper #container .sidebar #block-ecedibig-9 .content 
{ margin:0 0 0 0; padding:0; }
#wrapper #container .sidebar #block-donation-1 #donation-button-block   { height: 43px; background: #ffffff url(images/jefaisundon.png) no-repeat top left; }
#wrapper #container .sidebar #block-donation-1 #donation-button-block a { display: block;text-align: center; padding:10px 0 0 0; font-size:2.4em; font-weight: bold;text-transform: uppercase; color:#ffffff; }
#wrapper #container .sidebar #block-donation-1 #donation-button-block a:link,
#wrapper #container .sidebar #block-donation-1 #donation-button-block a:visited,
#wrapper #container .sidebar #block-donation-1 #donation-button-block a:hover { color:#ffffff; text-decoration: none; }


/*  DON   */
#wrapper #container .sidebar .block-donation h2  {display: block;text-align: center; padding:5px 0 0 0; font-size:2em; font-weight: bold;text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar .block-donation div.titre  {background: none; display: inline; height: auto; position: relative;float: none; text-transform: none; }
#wrapper #container .sidebar .block-donation div.titre h2  {display: block;text-align: center; padding:5px 0 0 0; font-size:2em; font-weight: bold;text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar .block-donation div.titre h2 span { width: 300px;display: block;text-align: center; padding:5px 0 0 0; text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }


#wrapper #container .sidebar .block-donation { width:300px; background: #ffffff url(images/bk-don.png) repeat-y top left; margin:0; padding:0; }
#wrapper #container .sidebar .block-donation .deduction p {  line-height:120%; margin: 0; padding:0; }
#wrapper #container .sidebar .block-donation .deduction { font-size:0.9em; font-style: italic;width: 120px;float: left; margin: 0 0 0 10px; padding:0; }
#wrapper #container .sidebar .block-donation .content { margin: 0; padding:0;  }
#wrapper #container .sidebar .block-donation .content div { /*margin: 0; padding:0; /*background: url(images/bk-don-bottom.png) no-repeat bottom left;*/ }
#wrapper #container .sidebar .block-donation .content div.block-footer { clear: both;margin: 0; padding:0; background: url(images/bk-don-bottom.png) no-repeat bottom left; height: 20px; }

#wrapper #container .sidebar #block-donation-3 div.titre  {background: none; display: inline; height: auto; position: relative;float: none; text-transform: none; }
#wrapper #container .sidebar #block-donation-3 div.titre h2  {display: block;text-align: center; padding:5px 0 0 0; font-size:2em; font-weight: bold;text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar #block-donation-3 div.titre h2 span { width: 300px;display: block;text-align: center; padding:5px 0 0 0; text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar #block-donation-3 { width:300px; background: #ffffff url(images/bk-don.png) repeat-y top left; margin:0; padding:0; }
#wrapper #container .sidebar #block-donation-3 .deduction p { font-size:11px;line-height:120%; margin: 10px 0 0 0; padding:0; }
#wrapper #container .sidebar #block-donation-3 .deduction { font-size:0.9em; font-style: italic;width: 120px;float: left; margin: 0 0 0 10px; padding:0; }
#wrapper #container .sidebar #block-donation-3 .content { margin: 0; padding:0;  }
#wrapper #container .sidebar #block-donation-3 .content div { /*margin: 0; padding:0; /*background: url(images/bk-don-bottom.png) no-repeat bottom left;*/ }
#wrapper #container .sidebar #block-donation-3 .content div.block-footer { clear: both;margin: 0; padding:0; background: url(images/bk-don-bottom.png) no-repeat bottom left; height: 20px; }

#wrapper #container .sidebar #block-donation-4 h2  {display: block;text-align: center; padding:5px 0 0 0; font-size:2em; font-weight: bold;text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar #block-donation-4 { width:300px; background: #ffffff url(images/bk-don.png) repeat-y top left; margin:0; padding:0; }
#wrapper #container .sidebar #block-donation-4 .deduction p { margin: 0; padding:0; line-height:120%; }
#wrapper #container .sidebar #block-donation-4 .deduction { font-size:0.9em; font-style: italic;width: 120px;float: left; margin: 5px 0 0 10px; padding:0; }
#wrapper #container .sidebar #block-donation-4 .content { margin: 0; padding:0;  }
#wrapper #container .sidebar #block-donation-4 .content div { /*margin: 0; padding:0; /*background: url(images/bk-don-bottom.png) no-repeat bottom left;*/ }
#wrapper #container .sidebar #block-donation-4 .content div.block-footer { clear: both;margin: 0; padding:0; background: url(images/bk-don-bottom.png) no-repeat bottom left; height: 20px; }

#wrapper #container .sidebar #block-donation-5 h2  {display: block;text-align: center; padding:5px 0 0 0; font-size:2em; font-weight: bold;text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar #block-donation-5 { width:300px; background: #ffffff url(images/bk-don.png) repeat-y top left; margin:0; padding:0; }
#wrapper #container .sidebar #block-donation-5 .deduction p { margin: 0; padding:0; }
#wrapper #container .sidebar #block-donation-5 .deduction { font-size:0.9em; font-style: italic;width: 120px;float: left; margin: 0 0 0 10px; padding:0; }
#wrapper #container .sidebar #block-donation-5 .content { margin: 0; padding:0;  }
#wrapper #container .sidebar #block-donation-5 .content div { /*margin: 0; padding:0; /*background: url(images/bk-don-bottom.png) no-repeat bottom left;*/ }
#wrapper #container .sidebar #block-donation-5 .content div.block-footer { clear: both;margin: 0; padding:0; background: url(images/bk-don-bottom.png) no-repeat bottom left; height: 20px; }

#wrapper #container .sidebar #block-donation-6 h2  {display: block;text-align: center; padding:5px 0 0 0; font-size:2em; font-weight: bold;text-transform: uppercase; color:#ffffff; height: 38px; background: #ffffff url(images/bk-don-top.png) no-repeat top left; }
#wrapper #container .sidebar #block-donation-6 { width:300px; background: #ffffff url(images/bk-don.png) repeat-y top left; margin:0; padding:0; }
#wrapper #container .sidebar #block-donation-6 .deduction p { margin: 0; padding:0; }
#wrapper #container .sidebar #block-donation-6 .deduction { font-size:0.9em; font-style: italic;width: 120px;float: left; margin: 0 0 0 10px; padding:0; }
#wrapper #container .sidebar #block-donation-6 .content { margin: 0; padding:0;  }
#wrapper #container .sidebar #block-donation-6 .content div { /*margin: 0; padding:0; /*background: url(images/bk-don-bottom.png) no-repeat bottom left;*/ }
#wrapper #container .sidebar #block-donation-6 .content div.block-footer { clear: both;margin: 0; padding:0; background: url(images/bk-don-bottom.png) no-repeat bottom left; height: 20px; }


#donation-blocks-form-config { padding:0 10px; }
#donation-blocks-form-config fieldset#spot-amounts  { border-bottom: 0px solid #bed786; margin:0; padding:10px 0px 0px 0px; /*height:195px;*/}
#donation-blocks-form-config fieldset#recuring-amounts  { position: relative;border-top: 2px solid #bed786; margin:30px 0 0 0; padding:10px 0px 0px 0px; }
#donation-blocks-form-config input#edit-submit  { padding-top: 30px; float: left; }
#donation-blocks-form-config .description { margin:0;padding:0;text-transform: uppercase; color:#8aa03a;font-size:15px;font-weight:bold; }
#donation-blocks-form-config .form-item .description { display: none; }
.form-radios .form-item { clear: both;}
.form-item label { display: none;}
#edit-recuring-free-amount-wrapper, #edit-spot-free-amount-wrapper  { display: block; position: relative;  }
#edit-recuring-free-amount-wrapper label, #edit-spot-free-amount-wrapper label { display: block; position: absolute;top:0; /top:5px; left: 75px; font-weight: normal;}
#edit-recuring-free-amount-wrapper input, #edit-spot-free-amount-wrapper input { display: block; position: absolute; top:0; /top:5px;left:20px; width:4em;}

#sidebar-right #edit-recuring-free-amount-wrapper label, #sidebar-right #edit-spot-free-amount-wrapper label { width:200px;}
#sidebar-right #edit-recuring-free-amount-wrapper label, #sidebar-right #edit-spot-free-amount-wrapper label { width:180px;}


#basdepage { clear: both; padding:10px 0 15px 0; margin:0 auto;  width:930px; background: #ffffff; }
#basdepage div { background: #ffffff url(images/bk-basdepage.png) no-repeat 50% 50%; }

a.green-button { margin:10px 0 30px 0;padding:3px 0 0 0;font-size:1.05em; font-weight: bold;text-transform: uppercase; text-align: center; display: block;height:33px; width:106px; background:url(images/jagis.gif) no-repeat top center; }
#wrapper #container a.green-button:link,
#wrapper #container a.green-button:visited,
#wrapper #container a.green-button:hover { color:#ffffff; text-decoration: none; }



.content { display:block; margin:0; padding:0;}
#page-body, #video-body { background: url(images/bk-home-top.png) no-repeat top center;  padding:5px 0 0 0; margin:0; }
#page-body .body-content, #video-body .body-content { float: left;width:506px; padding:25px 25px 0 25px; background: url(images/bk-home.png) repeat-y top center;  }
#video-body .body-content { text-align: center;  }
#page-body .body-content p, #video-body .body-content p {padding:10px 0 0 0 ; margin:0; }
#page-body .body-footer, #video-body .body-footer { clear:both; background: url(images/bk-home-footer.png) no-repeat top center; height: 18px; margin:0; padding:0; }

.sticky #page-body { background: none; border: none;}
.sticky #page-body .body-content { padding: 0; background: none; border: none;}
.sticky #page-body .body-footer { padding: 0; background: none; border: none;}
.sticky #page-body .body-content p, #video-body .body-content p {padding:0px 0 0 0 ;  }
.sticky .titre { display: none; }
.sticky h2 { display: none; }

h1 { display : none;}

form#donation-nameform {/* min-height:800px; position: relative;background: url(images/bk-formdon.png) no-repeat bottom left; margin:0;
padding:0px 25px 0 25px;
margin:0;
min-height:800px;
padding:0 0px 13px 0;
position:relative;
width:870px;
 */}
.sidebar-right form#donation-nameform { /*background: url(images/bk-home-footer.png) no-repeat bottom left; width:auto; */}

form#donation-nameform .description { display: none;}
form#donation-nameform label { display: block;}
form#donation-nameform fieldset { clear: both; padding:5px 0; }
form#donation-nameform legend { display: none;}
form#donation-nameform #recuring-amounts legend, form#donation-nameform #spot-amounts legend { padding:0 0 0 10px; display: block;text-transform: uppercase; color:#8aa03a; font-size:16px;}
form#donation-nameform .form-item { border: none;padding:0px 0 0 0;}
form#donation-nameform .form-item label { /*display: block; width: 85px; font-weight: normal;*/}
form#donation-nameform  fieldset#recuring-amounts #edit-recuring-free-amount-wrapper label {width:220px; }
.sidebar-right form#donation-nameform  fieldset#recuring-amounts #edit-recuring-free-amount-wrapper label {width:auto; }
form#donation-nameform .form-item label.option { /*display: block; width: 100%; font-weight: normal;*/ }
form#donation-nameform div { /*border:4px solid #ABABAB;
border-bottom: none;  
position: relative; text-align: center; padding:30px 15px 0 15px;*/}

.sidebar-right form#donation-nameform  #donation-haut { 
background: url(images/bk-home-footer.png) no-repeat bottom left; 
width:auto; 
border: none;  
position: relative;
text-align: center; 
padding:0 0 13px 0;
}
.donation form#donation-nameform  #donation-haut { 
background: url(images/bk-donation-g.gif) no-repeat bottom left;
width:499px; 
}
form#donation-nameform  #donation-haut { position: relative;background: url(images/bk-formdon.png) no-repeat bottom left; margin:0;
margin:0;
position:relative;
width:870px;
border:none;
border-bottom: none;  
position: relative;
text-align: center;
padding:0 0 13px 0;
}

.sidebar-right form#donation-nameform  #donation-haut div.bordures { 
border-color:#B9B9B9;
border-style:solid solid none;
border-width:4px 4px medium;
padding:10px 15px 0;
position:relative;
text-align:center;
}
form#donation-nameform  #donation-haut div.bordures { 
border-color:#ABABAB;
border-style:solid solid none;
border-width:4px 4px medium;
padding:10px 15px 0;
position:relative;
text-align:center;
}
form#donation-nameform  #donation-bas div.bordures { 
border-color:#ABABAB;
border-style:solid solid none;
border-width:4px 4px medium;
padding:0px 15px 0;
position:relative;
text-align:center;
}
form#donation-nameform  #donation-bas { /*min-height:800px;*/ position: relative;background: url(images/bk-formdon.png) no-repeat bottom left; margin:0;
margin:10px  0;
position:relative;
width:870px;
border:none;
border-bottom: none;  
position: relative;
text-align: center;
padding:0 0 18px 0;
}

form#donation-nameform div.message { 
border: none;  
border-top:2px solid #BED786;
margin:0;text-align: left; 
padding:0px 15px 0 15px;
}
form#donation-nameform div.message p{ 
margin:0; 
padding:0;
}


form#donation-nameform fieldset div { border: none;text-align: left; padding:0; }

form#donation-nameform fieldset#recuring-amounts { /*border-right:2px solid #BED786;*/ position: relative; clear: none; width: 290px; float: left; margin:0; padding-right:10px;  }
form#donation-nameform fieldset#spot-amounts {   position: relative; clear: none;  width: 490px; float: left; margin:0 10px 0 0px; /*height:235px;*/ }
.sidebar-right form#donation-nameform fieldset#recuring-amounts { border: none; clear: both; width: auto; float: none; margin:0; padding-right:10px;  }
.sidebar-right form#donation-nameform fieldset#spot-amounts {  border: none; clear: both; width: auto; float: none; margin:10px 0 0 0; padding-right:10px; height:auto; }

form#donation-nameform fieldset#tax-deductions  { position: relative; clear: both;padding-top:10px; /*border-top:2px solid #BED786; width:824px;*/margin-top:10px }
form#donation-nameform fieldset#tax-deductions .form-item {   clear: both; margin:5px 0; }

form#donation-nameform fieldset#details  {/* position: relative; clear: both;border-top:2px solid #BED786; padding-top:10px;*/ /*width:824px;*/ /*margin-top:40px */}
form#donation-nameform fieldset#details .form-item {   clear: both; margin:5px 0; }
input.form-text { width:300px; }
#edit-country-wrapper select { width:305px; }
input#edit-email, input#edit-phone-home, input#edit-phone-mobile { /*float: left;width:15em;*/} 

/*fieldset#details  { margin:0px 0 0 0; }*/
fieldset#details .form-item label { display: block; width: 155px; font-weight: normal; }
fieldset#details .form-item label.option { display: block; width: 100%; font-weight: normal; }
form#donation-nameform fieldset#details #edit-zipcode-wrapper { float: left;  }
form#donation-nameform fieldset#details #edit-zipcode-wrapper input{  width:50px;}
input#edit-year-of-birth{  width:50px;}
form#donation-nameform fieldset#details #edit-city-wrapper { margin: 5px 0 5px 13px; float: left; clear: none; } 
form#donation-nameform fieldset#details  #edit-city-wrapper label { width:auto; clear: none;} 
form#donation-nameform fieldset#details #edit-city-wrapper input { width:185px; clear: none;} 
/*
form#donation-nameform #spot-preselected-amount-wrapper .form-radios { position: relative; clear: both; }
form#donation-nameform #spot-preselected-amount-wrapper { position: relative;}
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-40-wrapper { float: none; position: absolute; top:0px; }
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-50-wrapper { position: absolute; top:20px; }
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-60-wrapper { position: absolute; top:40px; }
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-75-wrapper { position: absolute; top:60px; }
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-100-wrapper { position: absolute; top:0px; left:200px;}
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-150-wrapper { position: absolute; top:20px; left:200px;}
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-180-wrapper { position: absolute; top:40px; left:200px;}
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-200-wrapper { position: absolute; top:40px; left:200px;}
form#donation-nameform #spot-preselected-amount-wrapper #edit-spot-preselected-amount-free-wrapper { position: absolute; top:60px; left:200px;}

form#donation-nameform #spot-amounts  { position: relative;  }
form#donation-nameform #spot-amounts #edit-spot-free-amount-wrapper  { margin:0; padding:0;position: absolute; display: block; top:85px; /top : 110px; left:210px;/left:215px; }
form#donation-nameform #recuring-amounts #edit-recuring-free-amount-wrapper label {  width: 200px;  position: absolute;  left:90px;}
form#donation-nameform #recuring-amounts #edit-recuring-free-amount-wrapper input {  position: absolute;  left:30px;}
/*
form#donation-nameform #spot-amounts #edit-spot-free-amount-wrapper label { width: 200px;   position: absolute;  left:90px;}
form#donation-nameform #spot-amounts #edit-spot-free-amount-wrapper input {  position: absolute; top:0px; left:10px;}
*/
form#donation-nameform #recuring-amounts  #edit-recuring-free-amount-wrapper { padding:0; }
form#donation-nameform #spot-amounts #edit-spot-free-amount-wrapper { 
width:100%;position: absolute;  
padding:0;
left:0;
/*
margin-top: 25px;
margin-top: 0px !important;
/margin-top: 5px;
-margin-top: 0px;
*/
margin:0;
background: #ffffff;
}
/*
html[xmlns*=""] #edit-spot-free-amount-wrapper { margin-top: 25px; }
*/
form#donation-nameform #spot-amounts  #edit-spot-free-amount-wrapper .description { clear: both; display: none;}
div.postscriptum {   background: none;text-align: center; position: absolute; font-size:0.85em; line-height:120%;top: 480px; left: 535px; width: 310px;  }
div.logos {   position: absolute; top: 50px; right: 50px;  }
.sidebar-right div.postscriptum { background: none;text-align: center; position: relative; top: auto; left: auto; width: auto;  }
div.postscriptum p{  text-align: left;}
div.postscriptum  img, div.logos img { width: 180px; margin-bottom:15px;}
form#donation-nameform div.subtitle {border: none; text-align: left; margin:3px 0; padding:0; font-size:16px; color:#000000;}
form#donation-nameform div.deduction { border:2px solid #BED786;padding:5px;
/*
margin:10px 0;

position:absolute;
text-align:left;
top:200px;
left:25px;
-left:10px;
width:280px;*/ }
.sidebar-right form#donation-nameform div.deduction { border:2px solid #BED786; margin:10px 0; padding:5px; position: relative; left: auto; top: auto;width:auto; }
form#donation-nameform div.deduction p { line-height:130%;margin:0; padding:0; font-size:0.85em; }
form#donation-nameform div.deduction ul { margin:0; padding:0; }
form#donation-nameform div.deduction li { margin:0; font-size:0.85em; line-height:110%;}

/*form#donation-nameform fieldset#newsletter { border-top:2px solid #BED786;  }*/
form#donation-nameform fieldset#newsletter #edit-newsletter-register-wrapper label { font-style:italic; width: 55%; float: left; }
.sidebar-right form#donation-nameform fieldset#newsletter #edit-newsletter-register-wrapper label { width: auto; }
/* form#donation-nameform fieldset#newsletter #edit-newsletter-register-wrapper input { float: right; } */

form#contact-mail-page { background: url(images/bk-formcontact.png) no-repeat left top; padding:35px 25px; }

form#contact-mail-page .form-item  { clear: both;display: block;  margin:5px 0; }
form#contact-mail-page .form-item label { display: block; width: 100px; font-weight: normal; }
form#contact-mail-page #edit-message-wrapper label { float: left; }
form#contact-mail-page textarea { height:6em; width:25em;}
form#contact-mail-page .resizable-textarea {  width:25em;}
form#contact-mail-page .grippie { display: none; }
form#contact-mail-page #edit-submit { clear: both; margin:5px 0;}


#node-form .form-item, #node-form  select.form-select, #node-form  input.form-text, #node-form .description { display: block;clear:both;}
#node-form .resizable-textarea textarea  { clear:both;}
#node-form label { display: block; font-weight: normal;}
#node-form input.form-text { width:30em;}
body#tinymce { background: none;}

.swftools-wrapper { text-align: center; margin:10px 0;}
p#mandatory { clear: both; padding:20px 0 10px 0; margin:0; display: block; text-align: left; font-style:italic;}

div#ogone-return {
background:url(images/bk-formcontact.png) left top no-repeat;
padding:50px 25px 180px 25px;
}
form#formOgone {
background:url(images/bk-formcontact.png) left top no-repeat;
padding:50px 25px 180px 25px;
margin:0;
}

div#bloc-temoignage {border:4px solid #ABABAB;
position: relative; text-align: center; }

#sidebar-right .block-block { /*width:300px;*/ padding:0 0 18px 0; position:relative; background: url(images/bk-donation-d.gif) no-repeat left bottom;  }
#sidebar-right .block-block .content { margin:0; padding:25px 10px 0px 10px;border:4px solid #ABABAB; border-bottom: none; }
#sidebar-right .block-block p { margin: 0; padding:0; }
