/* Cadre de contenu */

article {
position: relative;
display: table-cell;
vertical-align: top;
padding: 20px;
padding-top: 0;
padding-bottom: 10px;
font-size: 0.9em;
background-color: white;
}

/* Titre et sous-titres */

h1 {
margin: 0;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 0px;
text-align: justify;
font-size: 2em;
font-weight: normal;
color: red;
}

h2 {
margin: 0;
padding-top: 8px;
padding-bottom: 5px;
font-size: 2.2em;
color: #B9121B;
text-align: center;
}

ul + h2 {
padding-top: 12px;
}

table.synthese {
width: 100%;
border-collapse: collapse;
}

.synthese th, .synthese td {
border: 1px solid #CCCCCC;
padding: 5px;
}

.lib-domaine, #moyenne {
text-align: center;
color: #343DBD;
font-size: 1.4em;
font-weight: bold;
padding-top: 30px;
padding-bottom: 15px;
}

#moyenne + #moyenne {
padding-top: 10px;
}

.categorie {
background-color: #343DBD;
color: white;
font-size: 1.2em;
padding: 10px;
text-align: center;
font-weight: bold;
}

.categorie-desc {
padding: 10px;
background-color: #CCCCCC;
}

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

article p {
text-align: justify;
}

/* Liens du cadre de contenu */

article a {
color: purple;
text-decoration: none;
}

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

/* Choix spécifiques */

.add_csp, .add_organisme, .add_prestation, .add_responsable, .add_date_limite, body#add_user .table-form-entete {
display: none;
}

/* Questionnaire */

body#questionnaire #precedent-q {
display: none;
}

table.questionnaire {
width: 100%;
}

.questionnaire th {
width: 100px;
font-size: 2em;
color: #343DBD;
border: 1px solid #CCCCCC;
}

.questionnaire td {
padding: 10px;
border: 1px solid #CCCCCC;
}

.questionnaire tr {
display: none;
}

tr#q1, tr#q2, tr#q3, tr#q4, tr#q5, tr#q6 {
display: table-row;
}

#questionnaire_cplt textarea {
width: 100%;
height: 200px;
}

#questionnaire_cplt .table-form tr, #questionnaire_cplt .table-form th, #questionnaire_cplt .table-form td {
display: block;
width: 100%;
}