#info-message {
    padding: 10px 0px 10px 0px;
    margin: 10px;
    background-color: #D1ECD0;
    color: #55A355;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.qcm-module-title {
    font-size: 25px;
    color: #9BB6D0;
    padding-top: 18px;
    height: 50px;
}

#qcm-module-timer {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 12px;
    color: #9BB6D0;
    height: 50px;
}

.qcm-module-description {
    text-align: center;
    color: #f60;
    font-size: 15px;
}

.qcm-module-button {
    color: #FFF;
    text-align: left;
    padding-left: 20px;
    padding-top: 19px;
    background-image: url(/tomos/qcm/img/bt-demarrer.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 49px;
    width: 154px;
    font-size: 16px;
    position: relative;
    top: 100px;
    left: 300px;
}

.qcm-module-button:hover {
    background-image: url(/tomos/qcm/img/btr-demarrer.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.qcm-module-question {
    padding-top: 40px;
    margin-left: 60px;
}

.qcm-module-question-number {
    color: #069;
    font-size: 20px;
    float: left;
    margin-right: 15px;
}

.qcm-module-question-text {
    color: #069;
    font-size: 20px;
}

.qcm-module-question-comment {
    color: #069;
    font-style: italic;
    font-size: 12px;
    margin-left: 15px;
}

.qcm-module-answers {
    margin: 20px 120px 0px 120px;
    font-family: helvetica, arial;
    color: #666;
    font-size: 20px;
}

.qcm-module-answer-checkbox {
    background-image: url(/tomos/qcm/img/ic-question.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

.qcm-module-answer-checkbox:hover {
    background-color: #ededed;
}

.qcm-module-answer-checkbox-active {
    background-image: url(/tomos/qcm/img/ic-question-active.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #F60;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
}

.qcm-module-answer-radiobutton:hover {
    background-color: #ededed;
}

.qcm-module-answer-radiobutton {
    background-image: url(/tomos/qcm/img/ic-question.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

.qcm-module-answer-radiobutton-active {
    background-image: url(/tomos/qcm/img/ic-question-active.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #F60;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

.qcm-module-answer-textfield {
    color: #F60;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

.qcm-answer-right {
    background-color: #EDF8ED;
    background-image: url(/tomos/qcm/img/ic-question.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #090;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

.qcm-answer-wrong {
    background-image: url(/tomos/qcm/img/ic-question-wrong.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #F00;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

.qcm-answer-right-right {
    background-color: #EDF8ED;
    background-image: url(/tomos/qcm/img/ic-question-right.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #090;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
}

#qcm-module-navigation {
    position: absolute;
    bottom: 50px;
    width: 266px;
    left: 50%;
    margin-left: -133px;
}

#qcm-module-previous {
    background-image: url(/tomos/qcm/img/bt-q-back.jpg);
    background-repeat: no-repeat;
    height: 26px !important;
    height: 33px;
    width: 91px !important;
    width: 131px;
    color: #FFF;
    float: left;
    margin-right: 2px;
    text-align: left;
    padding-top: 7px;
    padding-left: 40px;
    font-size: 16px;
    cursor: pointer;
}

#qcm-module-previous:hover {
    background-position: bottom center;
}

#qcm-module-next {
    background-image: url(/tomos/qcm/img/bt-q-next.jpg);
    background-repeat: no-repeat;
    height: 26px !important;
    height: 33px;
    width: 91px !important;
    width: 131px;
    color: #FFF;
    float: left;
    text-align: right;
    padding-top: 7px;
    padding-right: 40px;
    font-size: 16px;
    cursor: pointer;
}

#qcm-module-next:hover {
    background-position: bottom center;
}

#qcm-module-pagination {
    position: absolute;
    bottom: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

.qcm-module-page {
    background-image: url(/tomos/qcm/img/bg-number.jpg);
    background-repeat: no-repeat;
    color: #FFF;
    cursor: pointer;
    padding-top: 5px;
    height: 28px !important;
    height: 32px;
    width: 27px;
    text-align: center;
}

.qcm-module-page-current {
    background-image: url(/tomos/qcm/img/bg-cur-number.jpg);
    background-repeat: no-repeat;
    color: #7BA9CC;
    padding-top: 5px;
    height: 28px !important;
    height: 32px;
    width: 27px;
    text-align: center;
}

.qcm-module-texte {
    font-family: helvetica, arial;
    font-size: 18px;
    text-align: center;
    color: #F60;

}

.qcm-module-nvalide {
    position: relative;
    width: 500px;
    left: 150px;
    background-image: url(/tomos/qcm/img/ic-failed.png);
    background-repeat: no-repeat;
    background-position: 0px 30px;
    font-family: helvetica, arial;
    font-size: 25px;
    color: #666;
    padding: 30px 0px 30px 50px;

}

.qcm-module-valide {
    position: relative;
    width: 500px;
    left: 150px;
    background-image: url(/tomos/qcm/img/ic-succeeded.png);
    background-repeat: no-repeat;
    background-position: 0px 30px;
    font-family: helvetica, arial;
    font-size: 25px;
    color: #666;
    padding: 30px 0px 30px 50px;
}

.qcm-module-notvalidated {
    width: 40px;
    height: 26px;
    background-image: url(/tomos/qcm/img/ic-failed.png);
    background-repeat: no-repeat;

}

.qcm-module-validated {
    width: 40px;
    height: 26px;
    background-image: url(/tomos/qcm/img/ic-succeeded.png);
    background-repeat: no-repeat;
}

.qcm-module-link {
    padding: 0px 0px 30px 0px;
    color: #7BA9CC;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

.qcm-module-link a {
    color: #7BA9CC;
}

.qcm-module-link a:hover {
    color: #069;
}

/*  --------------------------- ONGLET QUIZZ ---------------------------  */

#QCM-MODULES {
    margin-top: 20px;
}

/* niveaux des QCM */
.MODULE {
    background-color: #E5EBEF;
    width: 500px;
    margin: 1px;
}

.QCM1 {
    background-color: #F5F5F5;
    width: 450px;
    margin: 1px 0px 1px 10px;
}

.QCM2 {
    background-color: #F5F5F5;
    width: 450px;
    margin: 1px 0px 1px 30px;
}

.QCM3 {
    background-color: #F5F5F5;
    width: 450px;
    margin: 1px 0px 1px 50px;
}

.qcmLink {
    font-size: 12px;
    color: #069;
    font-family: Arial, Helvetica, sans-serif;
}

.addQCM {
    width: 450px;
    margin: 5px 0px 10px 50px;
}

/* --- quizz --- */

a:hover {
    color: #333;
}

.QuizzItem {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
}

.reponseY {
    background-image: url(img/ic_oui.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #ACD379;
    padding-left: 15px;
    margin-left: 15px;
}

.reponseN {
    background-image: url(img/ic_non.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #FB8080;
    padding-left: 15px;
    margin-left: 15px;
}

.quizztxt {
    color: #555;
    padding: 0px 0px 15px 15px;
}

.quizzask {
    color: #555;
}

.quizz {
    border-top: 1px solid #E7E0F2;
    padding: 5px 0px 10px 15px;
}

.title-quizz {
    font-family: Helvetica, Arial, sans-serif;
    color: #9cB6D0;
}

.minitxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #AAA;
    font-style: italic;
}

/* --- ajouter question/ r�ponse ---*/

#UpdateAnswerItem, .addItem, .addAnswerItem {
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
    border: #FC6 1px solid;
    color: #C96;
    -moz-border-radius-bottomleft: 7px;
    -khtml-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;

    -moz-border-radius-bottomright: 7px;
    -khtml-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;

    -moz-border-radius-topright: 7px;
    -khtml-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-bottom-top-radius: 7px;

    -moz-border-radius-topleft: 7px;
    -khtml-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
}

.addItem {
    background-color: #FFF0E0;
    width: 400px;
}

#UpdateAnswerItem, .addAnswerItem {
    background-color: #FFC;
    width: 700px;
}

.lesson-title.edit:hover {
    padding: 0px;
    border: solid 1px rgb(119, 119, 119);
    cursor: pointer;
}

.lesson-title {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #646464;
    padding: 1px;
}

.lesson-title-level-1 {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #63c2f3;
}

.lesson-title-level-2 {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ff30b7;
}

.lesson-title-level-3 {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #98bc07;
}

.lesson-sousmenu {
    float: left;
}

.lesson-menu {
    clear: both;
}

.addSousMenuItem, .lesson-item {
    clear: both;
}

.addSousMenuItem {
    margin-left: 20px;
}

/* --- Create new Module ---*/

#bg-modulecreate-left {
    background-image: url('img/bg-modulecreate.jpg');
    background-repeat: repeat-y;
    width: 425px;
    border: 2px solid #ccdde2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#bg-modulecreate-right {
    background-image: url('img/bg-modulecreate-r.jpg');
    background-repeat: repeat-y;
    border: 2px solid #ccdde2;
    padding: 15px;
    margin-right: 20px;
    background-size: contain;
}

.modulecreate-title-first {
    color: #0e7bc9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
}

#modulecreate-title-second {
    color: #a0a0a0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.modulecreate-textarea {
    width: 410px;
    height: 100px;
}

#modulecreate-valid {
    background-image: url('img/bt_modulecreate_valid.png');
    background-repeat: no-repeat;
    width: 44px;
    height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px;
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
}

.modulecreate_head {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #090;
    font-weight: bold;
    margin-left: 20px;
}

#UpdateAnswerItem {
    position: fixed;
    height: 120px;
    top: 150px;
    left: 50%;
    width: 740px;
    margin-left: -370px;
    z-index: 1001;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

input[type=text][name=sousMenu] {
    width: 400px;
}