.cartouche {
    background: #ff311e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzExZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODIzMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ff311e 0,#d8232a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff311e),color-stop(100%,#d8232a));
    background: -webkit-linear-gradient(top,#ff311e 0,#d8232a 100%);
    background: -o-linear-gradient(top,#ff311e 0,#d8232a 100%);
    background: -ms-linear-gradient(top,#ff311e 0%,#d8232a 100%);
    background: linear-gradient(to bottom,#ff311e 0,#d8232a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff311e', endColorstr='#d8232a',GradientType=0 )
}

.cartouchegreen {
    background: #8fc800;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MWM5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#8fc800 0,#61c900 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fc800),color-stop(100%,#61c900));
    background: -webkit-linear-gradient(top,#8fc800 0,#61c900 100%);
    background: -o-linear-gradient(top,#8fc800 0,#61c900 100%);
    background: -ms-linear-gradient(top,#8fc800 0%,#61c900 100%);
    background: linear-gradient(to bottom,#8fc800 0,#61c900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#61c900',GradientType=0 )
}

.cartouche,.cartouche a,.cartouchegreen a {
    color: #fff
}

.cartouche,.cartouchegreen {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin: 4px;
    padding: 6px;
    font-size: 1.2em;
    font-weight: 700;
    display: inline-block
}

.cartouche {
    float: left
}

.icon_wysiwyg {
    margin-left: 10px;
    cursor: pointer
}

.icon_wysiwyg:hover {
    position: relative;
    top: -4px
}

#preview_mail,#target_div label {
    border-radius: 4px;
    font-weight: 700;
    color: #fff
}

#preview_mail {
    text-align: center;
    background: #333;
    margin-top: 20px;
    padding: 20px;
    display: none;
    font-size: 1.6em
}

#target_div p {
    font-size: 1.2em
}

#target_div div>p,#target_div li {
    background: #666;
    color: #fff;
    display: block;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style-type: none;
    border: 1px solid #000;
    border-radius: 4px;
    width: 95%
}

#target_div img {
    width: 100%;
    order: 1
}

#target_div label {
    background: #d8232a;
    border: 1px solid #d8232a;
    font-size: 1em;
    padding: 6px;
    height: auto
}

#target_div label:active,#target_div label:hover {
    background: #000;
    color: #fff
}

#formnews fieldset {
    padding: 20px;
    text-align: left
}

#target_div ol {
    padding-left: 0
}

#formnews textarea {
    margin-bottom: 10px
}

.dot_green {
    background: #30ad30
}

.dot_yellow {
    background: #eca910
}

.dot_green,.dot_red,.dot_yellow {
    float: left;
    position: relative
}

.ul_gestion {
    position: absolute;
    top: 10px;
    right: 10px;
    list-style: none
}

.div_close,input[type=radio].demo2 {
    display: none
}

.div_open {
    display: block
}

#view_tchat {
    width: 300px;
    height: 360px;
    right: 36px;
    padding: 6px
}

#tab_tchat {
    margin: auto
}

.icon_presta {
    width: 100px;
    height: 100px;
    border: solid 1px #ccc
}

.form_calendrier label {
    font-weight: 700
}

.calendar td,.calendar th {
    padding: 4px
}

.calendar {
    margin: 20px 10px;
    background: #ccc;
    border: solid 1px #333
}

#caldebut,#calfin {
    display: inline-block
}

.titre_cal {
    color: #fff;
    background: #000
}

.mois_cal {
    font-size: 1.4em;
    border: 1px solid gray;
    background: #eee
}

.icon_cal {
    transform: rotate(270deg);
    float: left
}

.td_day {
    cursor: pointer
}

.listeimg img {
    width: 200px;
    margin: 10px
}

.cel_horaire {
    margin-bottom: 10px;
    padding-right: 10px;
    vertical-align: top;
    width: 100px;
    white-space: nowrap
}

.listeimg fieldset {
    border: 0;
    background: #333
}

.loader_admin {
    position: absolute;
    bottom: -42px;
    z-index: 3;
    background: #fff;
    padding: 6px
}

input[type=radio].demo2+label {
    padding: 4px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #000;
    background-color: #eee;
    border: 1px solid gray;
    transition: all .15s ease-in-out;
    cursor: pointer
}

input[type=radio].demo2.demoyes:hover+label {
    background-color: #d8232a;
    border-color: #d8232a;
    color: #fff
}

input[type=radio].demo2.demoyes:checked+label {
    background-color: #d8232a;
    border-color: #d8232a;
    color: #fff
}

input[type=radio].demo2.demono:hover+label {
    background-color: #d8232a;
    border-color: #d8232a;
    color: #fff
}

input[type=radio].demo2.demono:checked+label {
    background-color: #d8232a;
    border-color: #d8232a;
    color: #fff
}