/* -------------------------------- */
/* GENERAL
/* -------------------------------- */
.courier, .courier * {
    font-family: "Courier New", "Lucida Grande", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.marginAuto {
    margin-left: auto;
    margin-right: auto;
}

.marginTop {
    margin-top: 10px;
}

.marginTopVar {
    margin-top: 8%;
}

.marginLeft, .bloc-contenu .marginLeft {
    margin-left: 50px;
}

.marginRight, .bloc-contenu .marginRight {
    margin-right: 10px;
}

.uc {
    text-transform: uppercase;
}

.left {
    float: left;
}

a.doubleFleche {
    background: url("../img/design/fleche/droite-beige.png") no-repeat scroll right 5px transparent;
    padding: 1px 13px 0 0;
}

.linkimg {
    /* AJOUT */
    padding: 0 0 2px 3px;
}

/* AJOUT */
/*
a.liens, span.liens {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left 5px transparent;
    padding-left: 15px;
    color: #333333;
}
*/
span.liens {
    font-weight: bold;
}

a.liens:hover {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left -5px transparent;
    color: #665A3B;
}

/* -------------------------------- */
/* LES SURCHARGES DE MAIN.CSS
/* -------------------------------- */
.lien-rss {
    text-decoration: none;
    background: url("../img/design/ico/rss.png") 0px 0px no-repeat;
    padding: 1px 6px 1px 15px;
}

.bloc-contenu img.image_titre {
    /* MODIF */
    max-width: 98%;
    margin-bottom: 5px;
}

.bloc-contenu h2 {
    color: #665A3B;
    font-size: 2.5em;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    text-transform: none;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

/* .bloc-contenu h3 {
	color: #665A3B;
	font-size:1.5em;
	font-family: 'OpenSansBold';
	font-weight:normal;
	margin:25px 0;
	line-height: 1.2em;
} */
.bloc-contenu h4 {
    color: #665A3B;
    font-size: 1.5em;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    margin: 20px 0 20px;
}

.bloc-contenu h5, .menu-contenu h5 {
    color: #665A3B;
    font-size: 1.1em;
    font-family: 'OpenSansExtraBold';
    font-weight: normal;
}

/* .menu-contenu a, */
.bloc-contenu a {
    color: #665A3B;
}

.bloc-contenu a.btn, .menu-contenu a.btn {
    /* AJOUT MODIF FONT, PADDING */
    font-family: 'OpenSansRegular';
    color: #FFFFFF;
    padding: 5px 18px 6px 18px;
    line-height: 1.3em;
}

.bloc-contenu .caract-select a {
    color: #FFFFFF;
    cursor: pointer;
}

.bloc-contenu p a:hover, .bloc-contenu li a:hover /*, .menu-contenu a:hover*/
{
    text-decoration: underline;
}

.bloc-contenu .illustration {
    /* AJOUT */
    position: relative;
    right: -321px;
    margin-left: -321px;
    float: right;
    text-align: center;
    width: 300px;
    box-shadow: 0px 0px 5px #A39C89;
    background-color: white;
}

.bloc-contenu .illustration p {
    /* AJOUT */
    color: #fff;
    text-align: center;
    background-color: #665A3B;
    margin-bottom: 0px;
    padding: 1px 5px;
}

.bloc-contenu .illustration img {
    /* AJOUT */
    max-height: 180px;
    max-width: 300px;
}

.bloc-contenu .illustration a {
    /* AJOUT */
    color: #fff;
}

.bloc-contenu ol {
    padding: 7px 15px 10px 30px;
    text-align: justify;
}

.bloc-contenu ol li {
    list-style-position: outside;
}

.images_droite, .images_gauche {
    /* AJOUT */
    max-width: 250px;
    max-height: 200px;
    box-shadow: 0px 0px 5px #A39C89;
}

.images_gauche {
    float: left;
    margin: 10px 10px 10px 0;
}

.images_droite {
    float: right;
    margin: 10px 0px 10px 10px;
}

.images_centre {
    /* AJOUT */
    margin: 1px auto 4px auto;
    background-color: #666;
    max-width: 450px;
    max-height: 220px;
    display: block;
    box-shadow: 0px 0px 5px #A39C89;
}

.illustration_centre {
    /* AJOUT */
    text-align: center;
}

.bloc-contenu a.btn:hover, .menu-contenu a.btn:hover {
    text-decoration: none;
    color: #DDDDDD;
}
/*
.bloc-contenu a.liens {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left 6px transparent;
    color: #665A3B;
    padding-left: 15px;
}
*/
.bloc-contenu a.liens:hover {
    /* AJOUT */
    text-decoration: underline;
}

.bloc-contenu p, .bloc-contenu ul {
    padding-right: 10px;
}

/* RAJOUT FIELDSET BLOC CONTENU MILIEU */
.bloc-contenu.bloc-contenu-milieu fieldset {
    margin: 10px 0 20px;
    display: block;
}

.bloc-contenu.bloc-contenu-milieu fieldset li {
    margin-bottom: 6px;
    font-size: 0.9em;
}

.bloc-contenu.bloc-contenu-milieu fieldset label, .bloc-contenu.bloc-contenu-milieu fieldset span.label {
    display: inline-block;
    width: 130px;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.bloc-contenu.bloc-contenu-milieu fieldset span.label {
    float: left;
}

.bloc-contenu.bloc-contenu-milieu fieldset .civilite label {
    float: left;
    margin: 0 3px 0 0;
    text-align: left;
    width: auto;
}

.bloc-contenu.bloc-contenu-milieu fieldset .civilite input {
    float: left;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: 1px;
}

.bloc-contenu.bloc-contenu-milieu fieldset input.inputText {
    width: 275px;
    padding: 0px 4px;
    color: #666666;
}

.bloc-contenu.bloc-contenu-milieu fieldset input {
    color: #666666;
}

.bloc-contenu.bloc-contenu-milieu fieldset textarea {
    width: 420px;
    height: 292px;
    border: 1px solid #999999;
    padding: 4px;
    font-size: 0.9em;
}

span.champsObligatoire {
    width: 159px;
    display: block;
    text-align: right;
    color: #666666;
    font-style: italic;
}

/* FIN DU RAJOUT */

.bloc-central {
    /* AJOUT */
    padding-left: 20px;
    padding-right: 20px;
}

.bloc-central h2 {
    /* AJOUT */
    border: none;
    margin-bottom: 0px;
}

.bloc-droit {
    /* AJOUT */
    background: url("../img/design/content/ombre-haut-bloc-droit.jpg") no-repeat scroll center top transparent;
    padding-top: 20px;
    width: 308px;
    float: right;
}

.bloc-droit h2 {
    /* AJOUT */
    border-bottom: 1px solid #CCCCCC;
    font-family: 'OpenSansLight';
    font-size: 2em;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
}

/* -------------------------------- */
/* EN-TETE ET PIED DE PAGE
/* -------------------------------- */
/* en-tete */
.dropDown {
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 10000;
}

#top-header .dropDown {
    min-width: 298px;
    background: #FEFEFE;
    padding: 14px 6px 14px 12px;
    margin-left: 6px;
    border: 1px solid #9C9B99;
}

#top-header .dropDown ul {
    padding-right: 12px
}

#top-header div.displayDropDown {
    display: inline;
}

#top-header div.displayDropDown:hover .dropDown {
    display: block;
}

#header .logo {
    width: 510px;
}

#header .intitule {
    background: url("../img/design/header/pro/bg_menu_droite.png") no-repeat scroll top right transparent;
    float: right;
    height: 106px;
    width: 430px;

}

#menu ul.dropDown {
    min-width: 180px;
    background: #ECEBEA;
    padding: 12px 10px;
    margin-top: 50px;
    border-top: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

#menu ul.dropDown li {
    background: transparent;
    float: none;
    border: none;
    border-top: 1px #CCCCCC solid;
    padding: 2px 0 3px 4px;
    font-size: 0.9em;
}

#menu ul.dropDown li.dernier {
    border-bottom: 1px #CCCCCC solid;
}

body.institut #menu ul.dropDown a {
    display: inline;
    /* background: url("../img/design/fleche/droite-beige.png") no-repeat scroll right 5px transparent; */
    padding: 0px 5px 0px 0px;
    color: #333333;
}

body.institut #menu ul.dropDown a:hover {
    color: #665A3B;
    /* font-weight:bold; */
    /* text-decoration: underline;
    background: url("../img/design/fleche/droite-beige.png") no-repeat scroll right 5px transparent; */
}

#menu li:hover ul.dropDown {
    display: block;
}

/* body.institut #menu li.sans-style:hover, */
body.institut #menu li.sans-style:hover a.lien-principal {
    background: #FFFFFF;
    color: #665A3B;
}

#menu a.lien-principal {
    cursor: default;

}

#date {
    font-size: 0.9em;
    padding: 3px;
}

ul#subNav {
    /* AJOUT */
    margin-bottom: 30px;
}

#subNav span {
    visibility: hidden;
}

/* pied de page */
#update {
    position: relative;
    height: 50px;
}

#update p {
    /* AJOUT MODIF */
    /* margin: 43px 20px 14px 0px; */
    font-style: italic;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.copyright {
    font-family: Calibri, sans-serif;
}

#footer .footer-logos {
    /* AJOUT */
    width: 187px;
    padding-left: 20px;
}

#footer .footer-logos img {
    margin: 0px;
    /* AJOUT */
    display: inline;
}

#footer .footer-logos img + img {
    /* AJOUT */
    margin-left: 24px;
}

#footer.footer2 li a {
    background: url("../img/design/fleche/droite-beige.png") no-repeat scroll right 5px transparent;
}

#footer.footer2 .bloc {
    min-height: 127px;
}

#footer.footer2 .bloc li, #footer.footer2 .bloc h4 {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}

#footer .bloc-sur-le-web {
    margin-top: 5px;
}

#footer .bloc-sur-le-web img {
    max-height: 15px;
    max-width: 15px;
}

/* -------------------------------- */
/* PLAN.PHP
/* -------------------------------- */
#plan, #plan2 {
    padding: 0px 4px;
}

.bloc-contenu .plan-bloc {
    display: inline-block;
    width: 279px;
    margin-bottom: 20px;
    padding: 0px 16px;
    vertical-align: top;
}

.plan-bloc h2 { /* Surcharge pour correspondre aus styles du site de l'institut */
    font-size: 2em;
    font-family: 'OpenSansLight';
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.plan-bloc h2 a { /* Surcharge pour correspondre aus styles du site de l'institut */
    display: block;
    padding-bottom: 5px;
}

.plan-bloc h2 a:hover { /* Surcharge pour correspondre aus styles du site de l'institut */
    text-decoration: none;
}

.bloc-contenu .plan-menu {
    margin: 17px 0px 0px 28px;
}

.bloc-contenu .plan-menu > li { /* Surcharge pour correspondre aus styles du site de l'institut */
    padding-top: 2px;
    min-height: 20px;
    margin-bottom: 0px;
}

.plan-menu > li > a { /* Surcharge pour correspondre aus styles du site de l'institut */
    background: url("../img/design/fleche/droite-noir.png") no-repeat scroll right 6px transparent;
    padding: 0px 13px 0 0;
    font-family: 'OpenSansExtraBold';
    font-weight: normal;
    color: #333333;
}

.bloc-contenu .plan-sous-menu {
    margin: 6px 0px 8px 14px;
}

.bloc-contenu .plan-sous-menu > li {
    /* padding-top: 2px; */
    margin: 0 0 5px 0;
}

.plan-sous-menu > li > a {
    background: url("../img/design/fleche/droite-beige.png") no-repeat scroll right 3px transparent;
    padding: 0px 13px 0 0;
    font-size: 0.9em;
}

/* -------------------------------- */
/* GLOSSAIRE.PHP
/* -------------------------------- */
#glossaire-liste-lettres {
    margin: 50px 0px;
    padding: 20px;
    border: 1px solid #665A3B;
    text-align: center;
}

#glossaire-liste-lettres a:hover, #glossaire-liste-definitions h3 {
    text-decoration: underline;
}

#glossaire-liste-definitions p {
    max-width: 741px;
}

.glossaire-lettre {
    display: block;
    font-size: 2.5em;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1em;
}

.bloc-contenu .glossaire-lien:hover {
    text-decoration: none;
    border-bottom: 1px #665A3B dotted;
}

/* -------------------------------- */
/* FAQ.PHP
/* -------------------------------- */
#faq {
    margin-top: 30px;
}

#faq ul {
    padding-right: 0px;
}

#faq > ul > li .faq-question, #faq_insert_div h4 {
    background: url("../img/design/content/ombre-produit-selection.png") no-repeat scroll center top;
    margin-top: 15px;
    padding-top: 12px;
    cursor: pointer;
}

#faq li ul .faq-question, .admin-faq-question {
    background: url("../img/design/ico/ok.png") no-repeat scroll left 8px transparent;
    margin: 0 0 0 20px;
    padding: 6px 0 6px 18px;
    min-height: 16px;
}

#faq li ul .admin-faq-question {
    background: none;
    margin-left: 30px;
    padding-left: 8px;
}

#faq .faq-question:hover, #faq_insert_div h4:hover {
    text-decoration: underline;
}

#faq li ul .faq-reponse, .admin-faq-reponse {
    margin: 5px 0 5px 38px;
    background: #FFFFFF;
    padding: 18px 21px;
    max-width: 502px;
}

#faq .faq_savoirPlus {
    margin-right: 20px;
    margin-left: 20px;
    padding: 6px 0 6px 18px;
    background: #E0DED8;
    min-height: 16px;
}

#faq .admin-faq-droite {
    position: relative;
    float: right;
    right: -321px;
    width: 284px;
    margin-left: -321px;
}

#faq ul ul .admin-faq-droite p + p {
    padding: 6px 10px;
    margin-right: 3px;
    background: #B2AAA0;
}

#faq ul ul .admin-faq-droite p + p + p {
    background: #E5E3DF;
}

#faq .admin-faq-droite form {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

#faq .admin-faq-droite.faq-categorie div:first-child {
    text-align: center;
    padding: 6px 0;
    width: 30px;
}

#faq .admin-faq-droite.faq-categorie div {
    position: relative;
    top: 8px;
    display: inline-block;
    padding: 6px 10px;
    background: #7E7160;
    color: #FFF;
    font-weight: bold;
}

#faq .admin-faq-droite.faq-categorie div + div {
    margin-left: 10px;
    width: 79%;
    background: #BBAE98;
}

#faq .admin-faq-droite.faq-categorie div:hover {
    color: #000;
}

#faq .admin-faq-droite.faq-categorie div + form {
    margin-left: 10px;
}

#faq .admin-faq-droite.faq-categorie form + div + div {
    width: auto;
}

#faq .faq-reduire a, #faq a.faq-supprime {
    cursor: pointer;
}

#faq a.faq-supprime {
    float: left;
    position: relative;
    top: -8px;
    display: block;
    padding: 4px 0px;
    font-weight: bold;
    text-align: center;
    width: 27px;
    height: 19px;
}

#faq a.faq-supprime:hover {
    color: white;
    background: red;
    text-decoration: none;
}

/* #faq .bt_supp_faq:hover {
	border: 1px #1D1D1D solid;
	width: 16px;
	height: 16px;
	margin: -1px;
} */

/* Supprim� NEWS */

/* -------------------------------- */
/* ADMIN_FICHIERS
/* -------------------------------- */
tbody {
    font-size: 0.75em;
}

/* -------------------------------- */
/* SLIDESHOW
/* -------------------------------- */
#slide-show-viewer {
    font-family: arial, sans-serif;
    font-size: small;
    color: #FFF;
    -webkit-transition: opacity 300ms ease-in-out;
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10000;
}

#black-back {
    background-color: black;
    bottom: 0px;
    left: 0px; /* au lieu de -12px*/
    opacity: 0.85;
    position: absolute;
    right: 0px;
    top: 0px;
}

#slide-context {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#slide-header-bar {
    height: 35px;
}

#slide-titre {
    float: left;
    height: 26px;
    left: 15px;
    /*overflow: hidden;*/
    position: relative;
    top: 10px;
    width: 126px;
}

#slide-closer {
    background: transparent url(../images/slide_closer.png) no-repeat 50% 50%;
    background-position: 50% 50%;
    cursor: pointer;
    float: right;
    height: 17px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    right: 20px;
    top: 8px;
    width: 17px;
}

#slide-closer:hover {
    border: 1px solid white;
    border-bottom-left-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    padding: 3px;
}

#slide-body {
    bottom: 83px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 100%;
}

#slide-left {
    background-image: none;
    background-position: 50% 50%;
    bottom: 0px;
    height: 100px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    display: block;
}

#slide-left:hover {
    background: url(../images/slide_left.png) no-repeat 50% 50%;
    background-position: 50% 50%;
    bottom: 0px;
    height: 100px;
    margin-bottom: auto;
    margin-top: auto;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    display: block;
}

#slide-right {
    background-image: none;
    background-position: 50% 50%;
    bottom: 0px;
    height: 100px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75px;
    display: block;
}

#slide-right:hover {
    background: url(../images/slide_right.png) no-repeat 50% 50%;
    background-position: 50% 50%;
    bottom: 0px;
    height: 100px;
    margin-bottom: auto;
    margin-top: auto;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75px;
    display: block;
}

#slide-view {
    bottom: 0px;
    left: 75px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 75px;
    top: 0px;
}

#slide-footer {
    bottom: 0px;
    height: 83px;
    position: absolute;
    width: 100%;
}

.image-view {
    -webkit-transition: opacity 300ms linear;
    left: 0px;
    right: 0px;
    height: 100%; /* Pour FF */
    position: absolute;
    top: 5px;
}

.image-current {
    z-index: 100001;
}

.slide-image {
    border: 5px solid white;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    max-height: 90%;
    max-width: 90%;
}

.slide-legende {
    color: white;
    font-family: arial;
    font-size: larger;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

.slide-galerie {
    border-spacing: 0px 0px;
    border: Opx;
    margin: auto;
    border-collapse: separate;
    display: table;
}

.slide-galerie tr td {
    border: 0px;
    padding: 0px;
}

#slide-galerie-left {
    background: url(../images/slide_galerie_left.png) no-repeat 0px 0px;
    height: 54px;
    overflow: ;
    width: 7px;
}

#slide-galerie-right {
    background: url(../images/slide_galerie_right.png) no-repeat 0px 0px;
    height: 54px;
    overflow: ;
    width: 7px;
}

.thumbnail-tab {
    border-spacing: 0px 0px;
    background: url(../images/slide_galerie_middle.png) repeat-x 0px 0px;
    height: 54px;
    overflow: ;
    border-collapse: separate;
    display: table;
}

.thumbnail-image-div {
    font-family: arial, sans-serif;
    font-size: small;
    border: 0px;
    cursor: pointer;
    height: 40px;
    margin: 6px 3px 0px;
    overflow: hidden;
    width: 40px;
}

.thumbnail-count-div {
    color: white;
    font-family: Arial;
    font-size: 9pt;
    height: 40px;
    line-height: 40px;
    margin: 6px;
    text-align: center;
    vertical-align: middle;
    width: 4em;
}

.thumbnail-zoom-div {
    position: absolute;
    z-index: 10002;
}

.thumbnail-zoom-image {
    background-color: black;
    border: 1px solid white;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    display: block;
    padding: 4px;
    position: relative;
    width: 120px;
    height: 100px;
}

.thumbnail-zoom-arrow {
    background: url(../images/thumbnail_arrow.png) no-repeat 0px 0px;
    height: 10px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -1px;
    width: 19px;
}

* -------------------------------- *

/
/* ENQUETE.PHP
/* -------------------------------- */

.questionBox {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border: 1px solid #e0ded8;
}

.qb_groupe_middle {
    margin-bottom: 0;
    border-top: 0;
    border-right: 1px solid #e0ded8;
    border-bottom: 0;
    border-left: 1px solid #e0ded8;
}

.qb_groupe_bottom {
    border-top: 0;
    border-right: 1px solid #e0ded8;
    border-bottom: 1px solid #e0ded8;
    border-left: 1px solid #e0ded8;
}

.questionBox table {
    width: 98%;
    margin-top: 5px;
    margin-left: 2%;
}

.questionBox table td {
    padding-right: 1px;
    padding-left: 5px;
    border: 0;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.questionBox table td.td_centre label {
    text-align: center;
}

.questionBox h3 {
    padding: 5px 8px;
    font-size: 0.8em;
    color: #333;
    background: #e0ded8;
}

div.questionBox h3 span {
    display: inline-block;
}

.questionBox table td.td_checkbox {
    width: 17px;
    padding: 0;
    max-width: 17px;
}

.questionBox table td.td_checkbox_2 {
    width: 42px;
    height: 25px;
    padding: 0;
    max-width: 42px;
    text-align: center;
}

.questionBox table td.td_checkbox input,
.questionBox table td.td_checkbox_2 input {
    margin: 2px;
    padding: 0;
    cursor: pointer;
}

.td100 label,
.td50 label,
.td33 label,
.td25 label,
.td20 label,
.td130px label,
.td99px label {
    text-align: left;

}

.td100 label input,
.td50 label input,
.td33 label input,
.td25 label input,
.td20 label input,
.td130px label input,
.td99px label input {
    margin-right: 10px;
    cursor: pointer;
    font-size: 0.8em;
}

.td100 {
    width: 100%;
}

.td50 {
    width: 50%;
    text-align: left;
}

.td33 {
    width: 33%;
}

.td25 {
    width: 25%;
}

.td20 {
    width: 20%;
    text-align: left;
}

.td130px {
    width: 20%;
    max-width: 21%;
    min-width: 20%;
    text-align: left;
}

.td99px {
    padding: 0;
    max-width: 18%;
    min-width: 17%;
    text-align: left;
}

.input_precision {
    /* float : right;*/
}

.illu_enquete_pmr {
    max-width: 150px;
}

.obs_sugg_area {
    width: 97%;
    height: 200px;
}

a.enquete_button {
    display: inline-block;
    padding: 14px 28px;
    border-top: 1px solid #ebcaeb;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    font-family: Georgia, serif;
    font-size: 17px;
    vertical-align: middle;
    color: #fff;
    background: #d6a3d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#6e306e), to(#d6a3d6));
    background: -moz-linear-gradient(top, #6e306e, #d6a3d6);
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    cursor: pointer;
}

a.enquete_button:hover {
    border-top-color: #805c80;
    color: #ccc;
    background: #805c80;
}

a.enquete_button:active {
    border-top-color: #5c0b5c;
    background: #5c0b5c;
}

:invalid {
    background-color: #f00;
}

.td_IE_hack {
    display: none !important;
    display: table-cell !important;
    width: 16px;
    padding: 0;
}

span.enq_err,
span.enq_err2 {
    font-size: 12px;
    font-weight: bold;
    color: #b00;
}