/* CSS */
/* Codes couleur */
/*
#C9C9C9 : gray
#E9E9E9 : light-gray
#f68712 : orange
#2e3192 : blue
*/

body, .sidebar-box h3.title {
  font-family: liberation sans,arial;
}

#page {
}

/* ul li */
ul li, ul li li {
  line-height: 2em;
  list-style: square;
}

/*  context menu  */
#content .context-menu li.nav-active a {
  /* color: #000; utile pour la boite de sélection des langues */
}

/*
 * HEADER
 */
#header {
  height: 165px;
  background: #ffffff;
  border-bottom: dotted #2e3192;
}
#header  .title {
  padding: 25px 0 0 0;
  text-align: left;
  margin-left: 50px;
}

#header .header-toolbar {
  background-color: #2e3192;
}

#header .login a, #header .login span {
  color: #2E3192;
}

/*
 * MENU
 */
#nav ul {
  margin-left: 200px;
}
#nav ul li {
  line-height: auto;
}
#nav ul li a {
  padding: 0 15px; /* padding top -> line-height */
  font-size: 1.2em;
  color: #fff;
  background: #f68712;
}
#nav ul li a:hover {
  background: #f68712;
  color: #2e3192;
}
#nav ul li.in-path a {
  background-color: #fff;
  color: #f68712;
}
#nav ul li.in-path a:hover {
  color: #2e3192;
}

/*
 * TURNING FOOTER
 */
#turning-footer {
  background: #C9C9C9;
  -moz-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
}

/*
 * FOOTER
 */
#footer {
  background: #2e3192;
}

/*
 * CONTENT
 */
#content {
}
#contentbar {
}
#sidebar {
}

/*
 * CONTENTBAR BOXES
 */
#contentbar-items .contentbar-box.html-content h3.title {
  margin-top: 0;
  color:#2E3192;
}

/*
 * SIDEBAR BOXES
 */
.sidebar-box {
  border-color: #C9C9C9;
}
.sidebar-box.html-content {
  padding-bottom: 25px;
}
#content .sidebar-box h3.title {
  border-color: #C9C9C9;
  color: #000;
}
#content .sidebar-box,
#content .sidebar-box .title,
#content .sidebar-box a {
}
#content .contentbar-box h3.title a {
  text-decoration: none;
  color:#2E3192;
}

/* Boite de remontee des news */
#content .box-section-news .more {
  text-decoration: none;
}
.box-section-news .newsitem {
  border-bottom: none;
}
.box-news-siblings-toc .newsitem {
  padding: 5px 0 10px 0;
  margin: 0;
}
.box-section-news .newsitem .newsitem-date,
.box-news-siblings-toc .newsitem-date {
  margin: 5px 0;
}
.box-section-news .newsitem .newsitem-title,
.box-news-siblings-toc .newsitem .newsitem-title {
  line-height: 1.5em;
}
.box-section-news .newsitem .newsitem-title a,
.box-news-siblings-toc .newsitem .newsitem-title a {
  text-decoration: none;
}

/*
 * HOME PAGE
 */
#page.neutral-view #content {
}
#page.neutral-view #contentbar {
}
#page.neutral-view #contentbar-items {
}
#html-content-contact {
}

#page.news-folder-view .item h3.title {
  color: #2E3192;
}

h1 { color: #f68712;
  border-bottom: dotted #f68712;
}
h2 { color: #2e3192;}

#top-menu-logout { color: #2e3192;}
#top-menu-manage { color: #2e3192;}

/******* alex proposal


#page {
 background : url('../../images/colored-backgd/;download') repeat-x scroll 0 0 #DCDCED;
}

#header {
 background-color : transparent;

*******/


#diaporama-opendocsociety-dot-org-organisational-members .slider-itws-caption {
  display: none;
}