
/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
  font-size: 15px;
  font-family: sans-serif;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {

}
h1 {  
 font-size: 2em!important;
 margin-bottom: 1em!important;
 text-align: center;
}
#page-wrapper {
 background: none;
}
#header,
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts,
.breadcrumb {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}
#triptych-wrapper {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
#triptych-first, #triptych-middle, #triptych-last {
  width: 250px;
}

#content {
    margin-bottom:0;
}

/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment_forbidden {
  display: none;
}
caption {
 background: #0396A6;
 color: white;
 font-size: 1.2em;
 padding: 0.4em 1em;
 font-weight: bold;
}

table, tr, th, td, tr td, tbody {
border: transparent!important;
}
th {
 width : 200px;
 vertical-align: top;
}
td {
 vertical-align: top;

}
th, td {
 padding: 0.3em 0.5em;
}
table {
 border-collapse: collapse;
 width: 100%;
}

td > p {
 margin-top: 0;
}
.group_accessibilite .field-label {
white-space: nowrap;
}

.group_accessibilite td {
 padding: 0;
}