/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 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
 */

#tinymce
{
	background: none repeat scroll 0 0 #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
  /* background: #edf5fa; */
  /* background: white; */
  background: #615E5E url("/sites/all/themes/fondation/images/Stade_NB.jpg") repeat-y scroll top center;
  /*text-align: center; */ /* for IE */
  color: #494949;
  font-family: Arial,"Helvetica Neue",helvetica,sans-serif;
  font-size: 0.75em;
  line-height: 1.4em;
}

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: Arial,"Helvetica Neue",helvetica,sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 0.6em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

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(/sites/all/themes/fondation/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(/sites/all/themes/fondation/images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(/sites/all/themes/fondation/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(/sites/all/themes/fondation/images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(http://www.fondationomhm.ca/sites/all/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: #ffae00;
}

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 {
  min-height: 1em;
 /* background: none repeat scroll 0 0 white; */
  background: none repeat scroll 0 0 transparent;
}

#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 {
  /* background: none repeat scroll 0 0 white; */
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 980px;
}

#wrapper #container #header {
  height: 288px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 0px;
  /* padding-right: 20px; */ /* LTR */
  /* float: left; */ /* LTR */
  /* margin-left: 113px; */
}

/* 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: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 980px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 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: 210px;
}

body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 80px 0 0em;
  width: 114px;
  float: left;
  z-index: 2;
  position: relative;
}

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

.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: none repeat scroll 0 0 transparent; */
  background: none repeat scroll 0 0 white;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: none repeat scroll 0 0 transparent;
  position: relative;
  /* left: 10px; */
}

#wrapper #container #center .right-corner .left-corner {
  /*padding: 60px 25px 5em 234px;*/
  padding: 18px 0px 45px 0px;
  background: none repeat scroll 0 0 transparent;
  /* margin-left: -10px; */
  position: relative;
  /* left: -10px; */
  min-height: 400px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -6em -15em;
  color: #898989;
}

#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-top: 10px;
  /* padding-bottom: 25px; */
  /* margin-bottom: 2em; */
  margin-left: -22px;
  margin-top: -25px;
}

/**
 * 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(/sites/all/themes/fondation/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(/sites/all/themes/fondation/images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  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: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  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;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* 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;
  display: inline-block;
}
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(/sites/all/themes/fondation/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 {
  /* border-bottom: 1px solid #e9eff3; */
  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 {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#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;
  background: #fff url(/sites/all/themes/fondation/images/gradient-inner.png) repeat-x 0 0;
}

.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 {
  background: #fff url(/sites/all/themes/fondation/images/gradient-inner.png) repeat-x 0 0;
  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(/sites/all/themes/fondation/images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(/sites/all/themes/fondation/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 {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(/sites/all/themes/fondation/images/gradient-inner.png) repeat-x 0 0;
}

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

*: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(/sites/all/themes/fondation/images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(/sites/all/themes/fondation/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(/sites/all/themes/fondation/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;
}

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

.imageDon
{
    /*margin-left: 369px;*/
	/*margin-top: 29px;   */
}

.imageDonGauche
{
	float: left;
	/*padding-left: 5px;*/
	/*box-shadow: 1px -2px 15px 4px #aaaaaa;*/
}

.imageDonGauche a
{
	background: url("/sites/all/themes/fondation/images/bouton2016_OFF.jpg") no-repeat scroll 0px 15px #C1D72D;
	display: block;
    height: 160px;
	width: 156px;
}

.imageDonGauche a:hover
{
	background: url("/sites/all/themes/fondation/images/bouton2016_ON.jpg") no-repeat scroll 0px 15px #C1D72D;
}

.imageDonDroite
{
	float: left;
	/*box-shadow: 1px -2px 15px 4px #aaaaaa;*/
}

.imageDonDroite a
{
	background: url("/sites/all/themes/fondation/images/Faire_don_OFF.jpg") no-repeat scroll 0px 15px #42A1DB;
	display: block;
    height: 160px;
	width: 156px;
}

.imageDonDroite a:hover
{
	background: url("/sites/all/themes/fondation/images/Faire_don_ON.jpg") no-repeat scroll 0px 15px #42A1DB;
}

/*
.imageDon a {
    background: url("/sites/default/files/bouton_donOFF5.jpg") no-repeat scroll center 0 transparent;
    display: block;
    height: 133px;
   /*  width: 300px; */
/*}*/
/*
.imageDon a:hover {
    background: url("/sites/default/files/bouton_donON5.jpg") no-repeat scroll center 0 transparent;
}
*/

.depliant
{
	/* border: 1px solid #2C88B7; */
    /* float: left; */
    /* margin-left: 131px; */
    margin-right: 0;
    margin-top: 0;
}

.front #center #squeeze .right-corner .left-corner #node-2 h2
{
	visibility: visible;
}

.front #center #squeeze .right-corner .left-corner #node-2 .content
{
	width: 290px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	border: 1px solid black;
	margin-top: 85px;
}

.front #center #squeeze .right-corner .left-corner #node-2
{
	padding-left: 246px;
}

.photoUne
{
	border: none;
	margin-top: -5px;
}

.field-field-page-accueil-texte-photo p
{
	margin-bottom: 1px;
	margin-top: -5px;
	padding-left: 2px;
	padding-right: 2px;
}

.front #sidebar-right
{
	left: -190px;
	padding-top: 24px;
}

.front #block-block-3
{
	width: 150px;
}

#block-views-view_nouvelle_accueil-block_1
{
	width: 170px;
}

.node-type-projet #wrapper #container #center,
.page-user #wrapper #container #center,
.page-salle-de-presse #wrapper #container #center, 
.node-type-nouvelle #wrapper #container #center,
.node-type-page-contenu #wrapper #container #center,
.front #wrapper #container #center,
.node-type-page-contenu-tabs #wrapper #container #center,
.node-type-page-patrice-bernier #wrapper #container #center,
.node-type-page-contenu-video #wrapper #container #center,
.node-type-participant-acotango #wrapper #container #center
{
	margin-left: 0px;
}

.logged-in #wrapper #container #center
{
	margin-left: 0px;
}

.logged-in #wrapper #container #center #squeeze
{
	margin-left: 0px;
}

.node-type-page-accueil #wrapper #container #center #squeeze .right-corner .left-corner #tabs-wrapper h2.with-tabs
{
	float: none;
}

.node-type-page-accueil #wrapper #container #center #squeeze .right-corner .left-corner #tabs-wrapper
{
	margin-top: -70px;
}

.logged-in #wrapper #container #sidebar-left #block-block-1 .content .imageDon
{
	margin-top: -137px;
}

.node-type-projet .field-field-nouvelle-photo
{
	float: left;
}

.node-type-projet .field-field-nouvelle-photo img
{
	margin: 0 35px 5px 5px;
	padding: 1px;
}

.field-field-page-accueil-texte-une
{
	padding-top: 10px;
}

#content_top
{
	width: 980px;
	/* margin-left: -35px;
	margin-top: -24px;*/
}

ul.nice-menu-down .menuparent a
{
	padding: 0.3em 5px;
}

span.sf-sub-indicator 
{
	display:none;
}

#nice-menu-1 li
{
	/* border-top: 1px solid #CCCCCC */;
	border-top: 1px solid white;
	font-size: 14px;
	height: 40px;
	line-height: 17px;
	text-align: center;
	width: 128px;
}

#nice-menu-1 li
{
	border: 1px solid white;
}

#nice-menu-1 .menu-657, #nice-menu-1 .menu-659, #nice-menu-1 .menu-663,
#nice-menu-1 .menu-753, #nice-menu-1 .menu-662, #nice-menu-1 .menu-3615
{
	line-height: 36px;
}

#block-nice_menus-1 h2
{
	display:none;
}

#nice-menu-1 li ul li
{
	width: 200px;
	height: 100%;
	padding-left: 10px;
	text-align: left;
	z-index: 13;
}

#nice-menu-1 li ul
{
	margin-left: -1px;
	margin-top: 18px;
}

#nice-menu-1 li ul ul
{
	margin-top: 14px;
}

#nice-menu-1 a:link, #nice-menu-1 a:visited 
{
	color: #027AC6;
	text-decoration: none;
}

#nice-menu-1
{
	/* margin-left: -35px; */
	margin-top: -24px;
	padding-bottom: 0px;
	/* ajout */
	/* z-index: 11; */
	z-index: 100;
}

.node-type-nouvelle .photoUne
{
	border: 1px solid black;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: -5px;
	width: 417px;
}

.field-field-nouvelle-texte-image p
{
	margin-bottom: 1px;
	margin-top: -5px;
	padding-left: 2px;
	padding-right: 2px;
}

.field-field-nouvelle-date .date-display-single
{
	font-size: 160%;
}

.field-field-nouvelle-texte
{
	padding-top: 10px;
}

.view-view-nouvelles
{
	padding-top: 20px;
}

.view-view-nouvelles .views-field-field-nouvelle-image-fid
{
	float: left;
	padding-left: 40px;
	padding-right: 120px;
}

.view-view-nouvelles .views-field-field-nouvelle-image-fid img
{
	border: 1px solid #2C88B7;
	padding: 1px;
}

.view-view-nouvelles .views-field-field-nouvelle-date-value
{
	font-weight: bold;
}

.view-view-nouvelles .views-field-title
{
	padding-right: 30px;
}

.node-type-page_contenu .field-field-page-photo
{
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}

.node-type-page_contenu p
{
	clear: both;
}

.node-type-page-contenu #nice-menu-1,
.node-type-nouvelle #nice-menu-1,
.node-type-projet #nice-menu-1,
.page-salle-de-presse #nice-menu-1
{
	padding-bottom: 25px;
}

#block-views-view_donateurs-block_1 h2,
#block-views-view_donateurs-block_2 h2,
#block-views-view_donateurs-block_3 h2,
#block-views-view_donateurs-block_4 h2
{
	font-size: 130%;
	padding-left: 0px;
}

#block-views-view_donateurs-block_1,
#block-views-view_donateurs-block_2,
#block-views-view_donateurs-block_3,
#block-views-view_donateurs-block_4
{
	padding-bottom: 15px;
	padding-left: 50px;
}

#node-43
{
	padding: 0px;
}

.view-view-nouvelles .view-content .views-row
{
	clear: left;
	padding-top: 20px;
}

.front .depliant
{
	/* margin-left: 0px; */
}

.front .imageDon
{
	/*background: url("/sites/all/themes/fondation/images/omhm-news-background2.png") no-repeat scroll left 8px transparent;*/
	padding-top: 1px;
	margin-left: 10px;
	height: 165px;
	padding-bottom: 5px;
}

.front .pane-view-nouvelles.salle-de-presse
{
	float: left;
}

.front .panel-3col .panel-col
{
	width: 44%;
	margin-top: -25px;
	background: url("/sites/all/themes/fondation/images/omhm-news-background.png") repeat-y scroll 0 0 transparent;
}

.front .panel-3col .panel-col-first
{
	width: 32%;
	padding-right: 2px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -25px;
	background: url("/sites/all/themes/fondation/images/omhm-news-background.png") repeat-y scroll 0 0 transparent;
}

.front .panel-3col .panel-col-last
{
	width: 23%;
	margin-left: 0px;
	padding-left: 2px;
	margin-top: -25px;
	background: url("/sites/all/themes/fondation/images/omhm-news-background.png") repeat-y scroll 0 0 transparent;
}

.front .panel-3col .panel-col-last .inside
{
	/* padding-left: 35px; */
	margin-top: 20px;
}

.front .view-view-nouvelles
{
	/* border: 1px solid black; */
}

.front .panel-3col
{
	margin-left: 0px;
	padding-bottom: 20px;
}

.front .view-view-nouvelles .views-field-field-nouvelle-image-fid
{
	padding-left: 0px;
	padding-right: 0px;
	float: none;
}

.front .view-view-nouvelles .views-field-field-nouvelle-image-fid img
{
	padding: 0px;
	border: none;
	/* box-shadow: 1px -2px 15px 4px #aaaaaa; */
}

.front .photoUne
{
	border: none;
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 5px;
}

.front .view-view-nouvelles
{
	padding-top: 0px;
}

.front .view-view-nouvelles .view-header
{
	/* padding-left: 5px; */
	/* padding-right: 5px; */
}

.front .view-view-nouvelles .views-field-sujet
{
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.front .view-view-nouvelles .views-field-field-nouvelle-texte-value
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.front .view-view-nouvelles .views-field-field-nouvelle-texte-image-value
{
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -5px;
	/* margin-top: -10px; */
}

.front .view-view-nouvelles .view-content .views-row
{
	padding-top: 10px;
}

#nice-menu-1 li.menuparent:hover,
#nice-menu-1 li:hover,
#nice-menu-1 li.over,
#nice-menu-1 li ul li.over,
#nice-menu-1 li ul li:hover,
#nice-menu-1 li.active-trail,
.node-type-participant-acotango #nice-menu-1 li.menu-800,
.node-type-participant-acotango #nice-menu-1 li.menu-978,
.node-type-nouvelle li.menu-753
{
	background-color: #CCCCCC;
}

.front ul.nice-menu li.menu-3126,
.node-type-page-patrice-bernier ul.nice-menu li.menu-3126,
.page-zone-vid-o ul.nice-menu li.menu-3126
{
	background-color: #cccccc;
}

.patrice-bernier
{
	float: left;
	margin-left: -70px;
	margin-top: -10px;
	margin-right: 0px;
	position: absolute;
	/*z-index: 12;*/
}

.texteDepliant
{
	margin-top: -5px;
	padding-top: 20px;
	width: 217px;
	background: url("/sites/all/themes/fondation/images/omhm-tr-separator.png") no-repeat scroll center 1px transparent;
	/*
	margin-bottom: -135px;
    margin-right: 0;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 118px;
    padding-top: 48px;
    */
}

.texte-patrice-bernier
{
	padding-top: 489px;
}

.texte-patrice-bernier p, .node-type-page-patrice-bernier .patrice-bernier p
{
	font-size: 60%;
}

.node-type-page-patrice-bernier .patrice-bernier p, .node-type-page-patrice-bernier .patrice-bernier h4
{
	padding-left: 35px;
}

.node-type-page-patrice-bernier .patrice-bernier
{
	margin-top: 0px;
	margin-left: 0px;
	width: 300px;
}

#node-58 .content
{
	/* width: 440px; */
	margin-left: 245px;
}

.content-multigroup-cell-field-liens-web-url
{
	width: 50%;
	word-wrap: break-word;
}

.content-multigroup-cell-field-liens-web-description
{
	width: 50%;
}

#node-58
{
	float: right;
	/* margin-top: -55px; */
	margin-bottom: -20px;
}

#node-58 .content fieldset.content-multigroup-display-table-multiple-columns table.content-multigroup-display-table-multiple-columns
{
	width: 420px;
	table-layout: fixed;
}

.node-type-page-patrice-bernier .texte-patrice-bernier
{
	width: 220px;
}

.node-type-page-patrice-bernier #wrapper #container #center .right-corner .left-corner
{
	min-height: 660px;
}

.front .view-display-id-block_2
{
	border: none;
	padding-top: 0px;
}

.front .view-display-id-block_2 .views-field-view-node
{
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 5px;
}

.front .view-display-id-block_2 .views-field-title
{
	font-weight: normal;
	margin-bottom: -5px;
	padding-left: 0px;
	padding-right: 5px;
}

.blocEspoir
{
	padding-top: 20px;
	margin-top: 15px;
	background: url("/sites/all/themes/fondation/images/omhm-tr-separator.png") no-repeat scroll center 1px transparent;
}

#menu-976 ul #menu-1124 ul
{
	margin-top: -1px;
	margin-left: 11px;
}

.nouvellesPatrice
{
	/* border: 1px solid #41A1DB; */
	float: left;
}

.front #wrapper #container #center .right-corner .left-corner
{
	padding-right: 0px;
}

.panel-3col .panel-col .inside
{
	margin: 25px 0.5em 1em;
}

.node-type-participant_acotango .content
{
	padding-top: 2.5em;
}

.node-type-page-contenu-video .field-field-page-image
{
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}

.node-type-page-contenu-video p
{
    clear: both;
}

.node-type-page-contenu-video fieldset
{
	background: none;
	border: none;
	margin-left: -12px;
}

.node-type-participant-acotango .photoThermo
{
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: -40px;
}

.node-type-participant-acotango .photoThermo .field-field-participant-photo
{
	border: 1px solid black;
	margin-bottom: 30px;
	line-height: 0px;
	/* en attendant d'avoir les photos 
	display: none;*/
}

.thermoouter
{
	position: relative;
	width: 18px;
	height: 300px;
	padding: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: white;
}

.thermoinner
{
	position: absolute;
	bottom: 0;
	width: 18px;
	background-color: #F00;
}

.thermobottom
{
	background: url("/sites/all/themes/fondation/images/fondThermometrePetit.PNG") no-repeat scroll center 0 transparent;
	height: 50px;
	margin-left: -33px;
	margin-top: -2px;
}

.thermo
{
	float: left;
	width: 60px;
	margin-top: -18px;
	/* en attendant d'avoir les photos 
	padding-bottom: 10px;*/
}

.descroptionThermo
{
	margin-left: 85px;
}

.blocDescriptionThermo
{
	position: relative;
	height: 231px;
}

.montantADate
{
	/* position: absolute; */
	font-size: 16px;
	/* en attentant d'avoir les photos 
	padding-left: 25px; */
}

.objectif
{
	font-size: 16px;
	/* en attentant d'avoir les photos 
	padding-left: 25px; */
}

.lienDonFormulaire
{
	font-size: 20px;
	padding-left: 25px;
	padding-bottom: 20px;
	visibility: hidden;
}

#node-50 .view-view-participants
{
	clear: both;
}

.view-view-participants .views-field-field-participant-photo-fid img
{
	border: 1px solid #2C88B7;
	/* en attendant d'avoir les photos
	display: none; */
}

.views-field-field-nouvelle-texte-une-value
{
	margin-left: 5px;
	/* margin-right: 14px; */
}

ul.nice-menu li
{
	background: none;
	background-color: #c1d72e;
}

ul.nice-menu-down li.menuparent
{
	background: none;
	background-color: #c1d72e;
}

ul.nice-menu-down li.menuparent:hover
{
	background: none;
}

ul.nice-menu-down li li.menuparent
{
	background: none;
	background-color: #c1d72e;
}

ul.nice-menu-down li li.menuparent:hover
{
	background: none;
}

ul.nice-menu-down li ul li ul
{
	left: 212px;
	top: -16px;
}

#block-quicktabs-1
{
	background: url("/sites/all/themes/fondation/images/gradient-inner.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #D9EAF5;
	margin: 1em 0;
	padding: 1em;
	margin-left: 45px;
	margin-right: 45px;
}

#block-quicktabs-1 h2
{
	visibility: hidden;
	margin-top: -30px;
}

#block-quicktabs-1 #quicktabs-1 ul
{
	margin-left: -5px;
	padding-left: 0px;
}

#node-80
{
	margin-bottom: -35px;
}

#block-nice_menus-1 ul.nice-menu > li.menu-path-front
{
	/* width: 64px; */
	width: 68px;
	/* line-height: 38px; */
	/* background: transparent; */
}

#nice-menu-1 li.menu-path-front > a
{
	background: url("/sites/all/themes/fondation/images/omhm-menu-home-over2.png") no-repeat scroll center bottom transparent;
	font-size: 0px;
	padding: 0px;
	border-left: none;
	color: #c1d72e;
	/* width: 60px; */
	width: 65px;
	height: 40px;
}

#nice-menu-1 li.menu-path-front > a:hover,
#nice-menu-1 li.menu-path-front > a.active,
.node-type-page-patrice-bernier #nice-menu-1 li.menu-path-front > a,
.page-zone-vid-o #nice-menu-1 li.menu-path-front > a
{
	background: url("/sites/all/themes/fondation/images/omhm-menu-home-over3.png") no-repeat scroll center bottom transparent;
	/* color: #027AC6; */
	color: #c1d72e;
	/* width: 60px; */
	width: 65px;
	height: 40px;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-field-nouvelle-image-fid,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-field-nouvelle-image-fid,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-field-nouvelle-image-fid,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-field-nouvelle-image-fid,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-field-nouvelle-image-fid
{
	width: 670px;
	/* float: left; */
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-field-nouvelle-texte-une-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-field-nouvelle-texte-une-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-field-nouvelle-texte-une-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-field-nouvelle-texte-une-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-field-nouvelle-texte-une-value
{
	/*margin-left: 700px;*/
	/*width: 250px;*/
}

.colonne2
{
	font-size: 14px;
	float: left;
	width: 280px;
	padding-left: 10px;
	/* padding-right: 10px; */
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-sujet
{
	font-size: 28px;
	/* width: 415px; */
	margin-top: -54px;
	background: rgba(0,0,0,0.6);
	width: 660px;
	position: absolute;
	padding-top: 15px;
	z-index: 10;
	height: 34px;
	clear: both;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-titre a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-titre a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-titre a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-titre a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-titre a
{
	color: black;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-titre,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-titre,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-titre,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-titre,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-titre
{
	padding-left: 5px;
	padding-right: 5px;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .carrouselNouvelles div:hover .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .carrouselNouvelles div:hover .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .carrouselNouvelles div:hover .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .carrouselNouvelles div:hover .views-field-sujet,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .carrouselNouvelles div:hover .views-field-sujet
{
	background: rgba(0,0,0,0.8);
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-sujet a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-sujet a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-sujet a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-sujet a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-sujet a
{
	color: white;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-sujet a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-sujet a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-sujet a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-sujet a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-sujet a:hover
{
	text-decoration: none;
}

#views_slideshow_singleframe_pager_view_nouvelles-block_3
{
	margin-top: -430px;
	position: relative;
	z-index: 8;
	/* padding-bottom: 64px; */
	background: rgba(0,0,0,0.6);
	width: 95px;
	/* margin-bottom: 73px; */
	height: 22px;
	padding-top: 5px;
}

#views_slideshow_singleframe_pager_view_nouvelles-block_3 a
{
	color: white;
}

#views_slideshow_singleframe_pager_view_nouvelles-block_3 .activeSlide
{
	font-weight: bold;
}

.carrouselNouvelles
{
	/* border: 1px solid black; */
	/*height: 448px;*/
	width: 970px;
}

.carrouselNouvelles .colonne1
{
	/* border-right: 1px solid black; */
	/*width: 670px;*/
	float: left;
}

.pane-view-nouvelles
{
	/*float: left;*/
}

.pane-view-nouvelles .view-display-id-block_4
{
	margin-left: 30px;
	margin-right: 30px;
	width: 263px;
	height: 158px;
	padding: 5px 5px 5px 5px;
	/* box-shadow: 1px -2px 15px 4px #aaaaaa; */
	border: 1px solid #aaaaaa;
}

/*
@-moz-document url-prefix()
{
	.pane-view-nouvelles .view-display-id-block_4
	{
		padding: 5px 5px 19px 5px;
	}
}
*/

.pane-view-nouvelles .view-display-id-block_4 a:hover
{
	text-decoration: none;
}

#block-nice_menus-1
{
	/* margin-bottom: -30px; */
	/* ajout */
	margin-bottom: -50px;
	height: 40px;
	clear: left;
	width: 100%;
}

.front .pane-block-3
{
	clear: both;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	background-color: #c1d72e;
	/* border: 1px solid black; */
}

.separateurEspoir
{
	/* width: 980px;
	background-color: #A5D867;
	border: 1px solid black; */
}

.front .pane-view-nouvelle-accueil table
{
	width: 97%;
	margin-top: 3px;
	margin-left: -5px;
	border-collapse: separate;
}

/*
.front .pane-view-nouvelle-accueil table .col-2
{
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
*/

.front .pane-view-nouvelle-accueil table .col-1,
.front .pane-view-nouvelle-accueil table .col-3
{
	padding: 15px;
}

.front .pane-view-nouvelle-accueil table .col-2
{
	padding-top: 15px;
	padding-left: 11px;
	padding-bottom: 15px;
	padding-right: 13px;
}

.front .pane-view-nouvelle-accueil table td
{
	/* border: 1px solid black; */
}

.front .pane-view-nouvelle-accueil table td .views-field-field-nouvelle-photo-fid
{
	line-height: 0px;
	/* border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black; */
}

.front .pane-view-nouvelle-accueil table td .views-field-field-nouvelle-photo-fid img
{
	/*box-shadow: 1px -2px 15px 4px #aaaaaa;*/
}
/*
.imageDon a {
    background: url("/sites/default/files/bouton_donOFF5.jpg") no-repeat scroll center 0 transparent;
    display: block;
    height: 133px;
}

.imageDon a:hover {
    background: url("/sites/default/files/bouton_donON5.jpg") no-repeat scroll center 0 transparent;
}
*/
.front .pane-view-nouvelle-accueil table td .views-field-field-projet-hyperlien-value a
{
	margin-top: -160px;
	margin-left: 100px;
	display: block;
    height: 95px;
	width: 95px;
	position: relative;
	background: url("/sites/all/themes/fondation/images/Bouton_playB.png") no-repeat scroll center 0 transparent;
}

.front .pane-view-nouvelle-accueil table td .views-field-field-projet-hyperlien-value a:hover
{
	background: url("/sites/all/themes/fondation/images/Bouton_playA.png") no-repeat scroll center 0 transparent;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-field-nouvelle-lire-suite-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-field-nouvelle-lire-suite-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-field-nouvelle-lire-suite-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-field-nouvelle-lire-suite-value,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-field-nouvelle-lire-suite-value
{
	/*margin-left: 432px;*/
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-field-nouvelle-lire-suite-value .field-content,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-field-nouvelle-lire-suite-value .field-content,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-field-nouvelle-lire-suite-value .field-content,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-field-nouvelle-lire-suite-value .field-content,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-field-nouvelle-lire-suite-value .field-content
{
	float: left;
	padding-right: 5px;
	margin-top: -5px;
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-field-nouvelle-lire-suite-value a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-field-nouvelle-lire-suite-value a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-field-nouvelle-lire-suite-value a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-field-nouvelle-lire-suite-value a,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-field-nouvelle-lire-suite-value a
{
	background: url("/sites/all/themes/fondation/images/Bouton_fast-forwardBmini.png") no-repeat scroll center 0 transparent;
	height: 27px;
	width: 27px;
	display: block;
	font-size: 0px;
	position: relative;	
}

#views_slideshow_singleframe_div_view_nouvelles-block_3_0 .views-field-field-nouvelle-lire-suite-value a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_1 .views-field-field-nouvelle-lire-suite-value a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_2 .views-field-field-nouvelle-lire-suite-value a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_3 .views-field-field-nouvelle-lire-suite-value a:hover,
#views_slideshow_singleframe_div_view_nouvelles-block_3_4 .views-field-field-nouvelle-lire-suite-value a:hover
{
	background: url("/sites/all/themes/fondation/images/Bouton_fast-forwardAmini.png") no-repeat scroll center 0 transparent;
}

.front .pane-view-nouvelle-accueil table td .views-field-title
{
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	margin-top: -31px;
	background: rgba(0,0,0,0.6);
	width: 295px;
	position: absolute;
	z-index: 10;
	font-size: 18px;
}

.front .pane-view-nouvelle-accueil table td .views-field-title a
{
	color: white;
}

.front .pane-view-nouvelle-accueil table td .views-field-title a:hover
{
	text-decoration: none;
}

.front .pane-view-nouvelle-accueil table td:hover .views-field-title
{
	background: rgba(0,0,0,0.8);
}

.videoBernier
{
	float: left;
}

.sallePresse
{
	float: left;
}

.titreBernierVideo
{
	margin-top: -35px;
	background: rgba(0,0,0,0.6);
	width: 295px;
	position: absolute;
	z-index: 10;
	font-size: 18px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.titreBernierVideo a
{
	color: white;
}

.titreBernierVideo a:hover
{
	text-decoration: none;
}

.basPageAccueil div:hover .titreBernierVideo
{
	background: rgba(0,0,0,0.8);
}

.basPageAccueil
{
	padding-top: 60px;
	padding-left: 12px;
}

.basPageAccueil .videoBernier img, .basPageAccueil2 .depliant img
{
	/* box-shadow: 1px -2px 15px 4px #aaaaaa; */
}

.basPageAccueil2 .depliant img
{
	border: 1px solid #2c88b7;
}

.basPageAccueil2
{
	/* margin-top: -10px; */
}

/*
#views_slideshow_singleframe_teaser_section_view_nouvelles_patrice-block_1
{
	margin-left: 400px;
	width: 237px;
	height: 200px;
}
*/

.pane-view-nouvelles-patrice
{
	width: 210px;
	padding-left: 28px;
	float: left;
}

.pane-view-nouvelles-patrice .view-id-view_nouvelles_patrice
{
	/* margin-left: 35px; */
	width: 200px;
	/*box-shadow: 1px -2px 15px 4px #aaaaaa;*/
	border: 1px solid #aaaaaa;
	padding: 5px 5px 5px 5px;
	height: 158px;
}

.pane-view-nouvelles-patrice .view-id-view_nouvelles_patrice a:hover
{
	text-decoration: none;
}

.pane-view-nouvelles-patrice .view-id-view_nouvelles_patrice .views-row
{
	padding-top: 10px;
}
/*
@-moz-document url-prefix()
{
	.pane-view-nouvelles-patrice .view-id-view_nouvelles_patrice
	{
		padding: 5px 5px 8px 5px;
	}
}
*/
.front .pane-view-nouvelles .view-display-id-block_4 .views-field-title
{
	font-weight: normal;
	padding-left: 0px;
	padding-right: 5px;
}

.front .pane-view-nouvelles .view-display-id-block_3
{
	padding-left: 10px;
	height: 448px;
	padding-top: 35px;
}

.not-front .node
{
	padding-left: 70px;
	padding-right: 70px;
}

.not-front #block-nice_menus-1
{
	margin-bottom: 0px;
}

.not-front .left-corner h2
{
	padding-left: 42px;
}

.not-front .left-corner .node h2
{
	padding-left: 0px;
}

.node-type-page-contenu-tabs .left-corner #block-nice_menus-1,
.node-type-page-contenu-video .left-corner #block-nice_menus-1,
.node-type-participant-acotango .left-corner #block-nice_menus-1,
.node-type-page-patrice-bernier .left-corner #block-nice_menus-1
{
	margin-bottom: 25px;
}

#block-views-view_nouvelles_patrice-block_2
{
	width: 600px;
	padding-left: 300px;
}

#block-views-view_nouvelles_patrice-block_2 table
{
	border: 1px solid #d3e7f4;
}

#block-views-view_nouvelles_patrice-block_2 table .views-field-title
{
	border-right: 1px solid #d3e7f4;
	width: 440px;
}

.front .imageZoneVideo
{
	/*margin-left: 660px;
	margin-top: -160px;*/
	/*margin-top: 135px;*/
	float: left;
	margin-left: -4px;
	/*box-shadow: 1px -2px 15px 4px #aaaaaa;*/
}

.front .imageZoneVideo a
{
	background: url("/sites/all/themes/fondation/images/camera1.png") no-repeat scroll left 8px transparent;
	display: block;
	height: 160px;
	width: 300px;
	/* height: 288px; */
	/* padding-bottom: 22px; */
}

.front .imageZoneVideo a:hover
{
	background: url("/sites/all/themes/fondation/images/camera3.png") no-repeat scroll left 8px transparent;
	/* height: 288px; */
	/* padding-bottom: 22px; */
}

.front .imageInfolettre
{
	float: left;
	padding-left: 20px;
	/*box-shadow: 1px -2px 15px 4px #aaaaaa;*/
}

.front .imageInfolettre a
{
	background: url("/sites/all/themes/fondation/images/infolettre2016_OFF.jpg") no-repeat scroll 14px 8px #42A1DB;
	display: block;
	height: 160px;
	width: 338px;
}

.front .imageInfolettre a:hover
{
	background: url("/sites/all/themes/fondation/images/infolettre2016_ON.jpg") no-repeat scroll 14px 8px #42A1DB;
}

.logged-in #content-field-overview-form, .logged-in #node-form, .logged-in #content-field-edit-form,
.logged-in #content-display-overview-form, .not-logged-in #user-login, .logged-in #system-modules,
.logged-in .left-corner .clear-block .profile, .logged-in #user-profile-form,
.page-gestion-nouvelles .view-view-nouvelles, .page-gestion-page_contenu .view-view-page-contenu,
.page-gestion-projet .view-view-projet, .page-gestion-nouvelles-patrice .view-view-nouvelles-patrice
{
	width: 930px;
	margin: 0 auto;
}

.logged-in #tabs-wrapper, .page-user #tabs-wrapper 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
}

.logged-in ul.secondary
{
	margin: 0px 0px 1em;
}

.logged-in #tabs-wrapper ul.primary
{
	padding-bottom: 0px;
}

#header-region #block-nice_menus-2
{
	position: static;
	background-color: #c1d72e;
	width: 980px;
	margin: 0 auto;
	height: 38px;
}

#header-region #block-nice_menus-2 #nice-menu-2 li
{
	width: 265px;
	/* padding: 1px; */
}

#block-nice_menus-2 ul.nice-menu a
{
	line-height: 1em;
	color: #000000;
	font-size: 14px;
}

#header-region #block-nice_menus-2 #nice-menu-2 li.over
{
	font-size: 1em;
}

#header-region #block-nice_menus-2 ul.nice-menu-down li.menuparent:hover,
#header-region #block-nice_menus-2 ul.nice-menu-down li.over
{
	background: #ffffff;
	font-size: 1em;
}

#header-region #block-nice_menus-2 ul.nice-menu li ul
{
	top: 25px;
}

#block-nice_menus-2 ul.nice-menu-down .menuparent a
{
	padding-right: 0px;
}

#header-region #block-nice_menus-2 #nice-menu-2 li ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#header-region #block-nice_menus-2 #nice-menu-2 li ul li a
{
	border-bottom: 1px solid black;
}

#header-region #block-nice_menus-2 .imgStockPerson
{
	margin-top: -5px;
	float: left;
}

#header-region #block-nice_menus-2 #nice-menu-2
{
	/* margin-top: -54px;
	padding-left: 40px; */
	padding-top: 8px;
}

.menu-3131 a.active, #header-region #block-nice_menus-2 #nice-menu-2 li.menu-3131
{
	font-weight: bold;
	width: 600px;
	background: transparent;
	border: none;
	padding-top: 3px;
	height: 21px;
}

#header-region #block-nice_menus-2 #nice-menu-2 li.over
{
	background: #eee;
}

#header-region #block-nice_menus-2 #nice-menu-2 li ul li:hover
{
	background: #c1d72e;
}

.node-type-page-contenu-tabs .field-field-page-photo
{
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}

.node-type-page-contenu-tabs p
{
	clear: both;
}

#block-block-12
{
	width: 250px;
	margin-left: 400px;
	text-align: center;
	z-index: 9980;
	/*height: 25px;
	line-height: 10px;
	background-color: white;*/
	top: -40px;
	position: absolute;
	font-size: 14px;
}

#block-block-12 a
{
	display: block;
}

#block-block-12 a.enveloppe
{
	float: left;
	position: relative;
}

#block-block-12 a.texte
{
	padding: 5px;
	clear: none;
	text-decoration: none;
	position: relative;
}