/* Cadre de contenu */

article {
position: relative;
display: table-cell;
padding: 20px;
vertical-align: top;
background-color: #FFFFFF;
}

/* Titre et sous-titres */

h1 {
margin-top: 0;
margin-bottom: 30px;
text-align: justify;
font-size: 1.5em;
font-weight: normal;
color: #405395;
}

h2 {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-size: 1.2em;
font-weight: normal;
color: #B91221;
}

h3, h4, h5, h6 {
margin-top: 20px;
margin-bottom: 20px;
text-align: justify;
font-size: 1.5em;
font-weight: normal;
}

article p {
text-align: justify;
}

/* Liens du cadre de contenu */

article a {
color: #405395;
text-decoration: none;
}

article a:hover, article a:active {
text-decoration: underline;
}

#field-add a + a {
padding-left: 15px;
}

/* Couleur des utilisateurs */

td.validite-green {
color: green;
}

td.validite-orange {
color: orange;
}

td.validite-red {
color: red;
}

/* Page Debrief Neopir */

body#debrief_neopir {
width: 100%;
background: #FFFFFF;
}

body#debrief_neopir #bandeau-navigation {
display: none;
}