@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
@import "../tool/style.css";

/* =========================================================
   Enquete
========================================================= */
/* Confirm
----------------------------------------------- */
.confirmMessage {
  margin-bottom: 30px;
  font-size: 120%;
  text-align: center;
}

/* Index : surveyForms
----------------------------------------------- */
.surveyForms .form,
.surveyForm .form {
  margin: 10px 0;
}

.surveyForms .form h2,
.surveyForm .form h2 {
  margin-bottom: 10px;
  padding: 8px 5px 5px 15px;
  /*  background: -webkit-gradient(linear, left top, left bottom, from(#008232), to(#006f2b));*/
  background: linear-gradient(#000077, #000059);
  font-weight: normal;
  color: #fff;
}

.surveyForms .form h2 a {
  color: #fff;
}

.surveyForms .form .summary h3 {
  margin-bottom: 10px;
  padding: 5px 5px 5px 15px;
  background-color: #eee;
  font-weight: bold;
}

.surveyForms .form .summary ul {
  margin: 0 0 15px 15px;
  list-style-type: disc
}

.surveyForms .form .summary ol {
  margin: 0 0 15px 20px;
}

/* Show : surveyForm
----------------------------------------------- */
.surveyForm .body {
  margin: 20px 0;
}

.surveyForm .question {
  margin: 10px 0 20px 0;
}

.surveyForm .question .question_content {
  margin-bottom: 10px;
  padding: 5px 5px 5px 15px;
  background-color: #eee;
  font-weight: bold;
}

.surveyForm .question .body {
  margin-top: 10px;
}

.surveyForm .question .answer_content {
  margin: 0 0 0 15px;
}

.surveyForm .submit {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.surveyForm .errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ee0000;
}

.surveyForm .errorExplanation h2 {
  color: #ee0000;
}

.surveyForm .errorExplanation ul {
  margin-left: 20px;
}

.surveyForm .errorExplanation li {
  padding-left: 10px;
  color: #ee0000;
}

/* Sent : enqueteSent
----------------------------------------------- */
.surveyForm .message {
  margin: 60px 0;
}