.developpement {
    background-image: url("../images/bg-developpement.png");
    background-repeat: repeat;
    background-size: 200px;
    background-position: center;
}

/***** formulaire *****/
.tabCoord {
    margin: auto;
    border-collapse: separate;
    border-spacing: 6px;
    clear: both;
    text-align: left;
    font-size: 13px;
}
.tabCoord td {
    margin: 2px;
    padding: 0;
    height: 24px;
}
.tabCoord td.saisi input,
.tabCoord td textarea {
    border: 0;
    margin-left: 3px;
    font-family: arial, sans-serif;
    font-size: 13px;
}
.tabCoord td.intitule {
    width: 200px;
    font-weight: bold;
}
.tabCoord td.saisi {
    border: 1px solid #ee4294;
    background-color: #fff;
}
.tabCoord td.saisi input,
.tabCoord td.saisi textarea {
    background-color: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
/*.tabCoord .btnajout{color: #000; font-weight: bold; padding: 3px; border: 1px solid #ddd}*/
#formcoord {
    margin-right: 15px;
}
#formcoord:hover,
#efface:hover {
    cursor: pointer;
}
.tabCoord tr.error td {
    font-weight: bold;
    color: #aa1111;
}
.tabCoord tr.error td.saisi,
.tabCoord tr.error td.saisi input,
.tabCoord tr.error td.saisi textarea {
    background-color: #fcc;
}

.tabCoord.admin td.intitule {
    width: auto;
}
.tabCoord.admin td.intitule:first-child {
    text-align: right;
}
.tabCoord.admin td.intitule span {
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal;
}

/**********************/

a.aide,
a.erreur,
a.alert {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 18px;
    height: 16px;
    background: transparent url("../images/icons-16x16.jpg") left center
        no-repeat;
    text-decoration: none;
}
td a.aide,
td a.erreur,
td a.alert {
    margin-top: -2px;
}
a.aide,
a.aideH1 {
    background-position: -229px -77px;
}
a.erreur {
    background-position: -179px -52px;
}
a.alert {
    background-position: -79px -27px;
}

div.div_alerte {
    width: 300px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #aa1111;
    color: #aa1111;
    clear: both;
}

#centre2 .section-title,
#centre3 .section-title {
    background: none repeat scroll 0 0 #414c2e;
    border: 1px solid #111111;
    border-radius: 5px 5px 0 0;
    color: white;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 8px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    clear: both;
}

#centre3 .section-title {
    background: none repeat scroll 0 0 #ff0000;
    color: black;
    font-size: 16px;
}
#centre3 {
    margin-bottom: 20px;
}

h3.defiltexte {
    font-weight: normal;
    line-height: 20px;
    margin-top: 0;
    color: #fff;
}

h3.defiltexte marquee {
    background-color: #414c2e;
}

.entry-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #cccccc #cccccc;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #cccccc;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 10px;
}

a.iconsupp {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/mod-supp.png") no-repeat -24px 0px;
}
a.iconmodif {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/mod-supp.png") no-repeat -2px 0px;
}
a.iconcalcul {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/calculator.png") no-repeat -2px 0px;
}
a.iconzoom {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/zoom.png") no-repeat 0px 0px;
}
a.iconnozoom {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/nozoom.png") no-repeat 0px 0px;
}
a.iconeuro {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/euro.png") no-repeat -2px 0px;
}
a.iconsupp:hover,
a.iconmodif:hover {
    text-decoration: none;
}

.entry-wrapper li {
    color: #aaa;
}
.entry-wrapper li a {
    color: #000;
}
#centre .entry-wrapper ul.msg li {
    color: #3d3d3d;
}
#centre .entry-wrapper ul.msg li a {
    text-decoration: underline;
}
#centre .entry-wrapper li {
    color: #999;
}
.icons {
    margin: 0;
    padding: 0;
}
.icons a {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}
.icons span.ui-icon {
    float: left;
    margin: 0 4px;
}
a.iconcopy {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/iconcopy.png") no-repeat 0px 0px;
}
a.iconcopy:hover {
    background-position: -20px 0px;
}

a[class^="icon"] {
    cursor: pointer;
}

.fichesoc {
    margin: auto;
    margin-left: 30px;
    margin-top: 0;
    border-collapse: collapse;
    font-size: 1.2em;
}
.fichesoc a {
    color: #0000ff;
}
.fichesoc a:hover {
    text-decoration: underline;
}
.fichesoc a:visited {
    color: #0000ff;
}
.fichesoc td {
    padding: 5px;
    width: 300px;
}
.fichesoc .label {
    width: 130px;
    text-align: right;
    font-style: italic;
    color: #999;
}
.fichesoc .soc_nom {
    color: #026c2c;
    font-size: 1.4em;
    font-weight: bold;
}
.fichesoc .soc_adr span.codepostal,
.fichesoc .soc_adr span.ville {
    font-weight: bold;
}
.fichesoc .soc_hor span {
    display: block;
    float: left;
    font-style: italic;
    margin-right: 5px;
    text-align: right;
    width: 70px;
}
.fichesoc .soc_paie img {
    margin: 5px 10px;
}
.fichesoc .soc_loc #carte {
    width: 470px;
    height: 400px;
    border: 1px solid #bbb;
}
p.datemaj {
    font-style: italic;
    color: #999;
    text-align: right;
    margin-right: 20px;
}
p.datemaj a {
    color: #0000ff;
}
p.datemaj a:hover {
    text-decoration: underline;
}
p.datemaj a:visited {
    color: #0000ff;
}

#tarifs {
    margin: auto;
    border-collapse: collapse;
    width: auto;
}
#tarifs.tarifsoc {
    width: 100%;
    font-size: 12px;
}
#tarifs th {
    border: 1px solid #666;
    padding: 7px;
    background-color: #dfd;
    text-align: center;
}
#tarifs td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: right;
}
#tarifs.tarifsoc td {
    padding: 5px 2px;
    text-align: right;
}
/*
#tarifs td input{background-color: transparent; border-color: transparent; text-align: right; margin-right: 10px;}
*/
#tarifs td input {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: right;
    padding-right: 10px;
}
#tarifs td input[type="text"] {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: right;
    padding-right: 2px;
}
#tarifs.tarifsoc td input[type="text"] {
    font-size: 12px;
    padding-right: 3px;
    color: blue;
}
#tarifs td:first-child {
    text-align: center;
    font-weight: bold;
}
#tarifs td.err,
#tarifs tr.col1 td.err {
    background-color: red;
}
#tarifs tr.col1 td {
    background-color: #efe;
}
#tarifs .col1 td input[type="text"] {
    background-color: #fff;
}
#tarifs td.blcol1 {
    border-left-color: #666;
}
#tarifs td.brcol1 {
    border-right-color: #666;
}
#tarifs tr.noborder td {
    border: 0px solid #999;
    padding-top: 20px;
}
#tarifs tr.tr-assist td {
    text-align: center;
}

#marques {
    margin: auto;
    border-collapse: collapse;
}
#marques th {
    border: 1px solid #666;
    padding: 5px;
    background-color: #dfd;
    text-align: center;
}
#marques td {
    border: 1px solid #999;
    padding: 5px;
    text-align: right;
}
#marques td input {
    background-color: transparent;
    border-color: transparent;
    margin-right: 10px;
}
#marques tr.noborder td {
    border: 0px solid #999;
    padding-top: 20px;
}
#marques td.br0,
#marques th.br0 {
    border-right-width: 0px;
}
#marques td.bl0,
#marques th.bl0 {
    border-left-width: 0px;
}
#marques .btnajout {
    margin-right: 10px;
}

#formdevis label,
#formdevis input,
#formdevis select {
    margin-bottom: 10px;
}
#formdevis label.errform {
    font-weight: bold;
    color: red;
}
#formdevis input.errform,
#formdevis select.errform {
    background-color: #fdd;
    border: 1px solid red;
}
#formdevis .vehcertif {
    display: none;
}

#deconnexionForm {
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}
.btnlien.mr20 {
    margin-right: 20px;
}
/************ modif par rapport aux styes de base ****************/
.produitdesc {
    padding-top: 0;
}
#centre a.btnlien:hover {
    text-decoration: none;
}
/*****************************************************************/

#paiecb {
    width: 309px;
    height: 135px;
    background: transparent url("../images/paiement-paypal.jpg") 0 0 no-repeat;
    border: 0 none;
}
#paiecb:hover {
    background-position: 0 -140px;
}

#textcs {
    font-size: 0.9em;
    font-style: italic;
}
#textcs a {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
}

.ui-state-highlight a.aform,
a.aform {
    color: #00e;
}

.pagedisplay {
    background-color: #ffffff;
    border: 0 none;
    color: #000000;
    text-align: center;
    width: 50px;
}

.fs09 {
    font-size: 0.9em;
}
.fs12 {
    font-size: 1.2em;
}
#centre .fwn {
    font-weight: normal;
}
.mauto {
    margin: auto;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.ml100 {
    margin-left: 100px;
}
.ml210 {
    margin-left: 210px;
}
.ml250 {
    margin-left: 250px;
}
.mr9 {
    margin-right: 9px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr50 {
    margin-right: 50px;
}
.mr100 {
    margin-right: 100px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.pr10 {
    padding-right: 10px;
}
.pt7 {
    padding-top: 7px;
}
.pt15 {
    padding-top: 15px;
}
.cb {
    clear: both;
}
.bold {
    font-weight: bold;
}
.oblic {
    font-style: italic;
}
.dnw0 {
    display: none;
    width: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.colgreen {
    color: green;
}
.col999 {
    color: #999;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.tdu {
    text-decoration: underline;
}
.lsp1 {
    letter-spacing: -1px;
}
.ured {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
select.selectpays {
    width: 180px;
}
select.selectpays:required:invalid {
    color: gray;
}
.selectpays option[value=""][disabled] {
    display: none;
}
.selectpays option {
    color: black;
}

#vehLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(238, 238, 238);
    opacity: 0.5;
    display: none;
}
#vehLoading img {
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
}

.err .col999 {
    color: #fff;
}

#divinfoannul,
#divnote {
    background-color: #fff;
    width: 40%;
    border: 1px solid #414c2e;
    border-radius: 10px;
}

.iconsupp:hover {
    cursor: pointer;
}
#formmodereglement.affErreur label.errform {
    font-weight: bold;
    color: red;
}
#formmodereglement.affErreur input.errform,
#formmodereglement.affErreur select.errform {
    background-color: #fdd;
    border: 1px solid red;
}

#divcgs ul li {
    color: #333;
}

#header.header-courtier {
    background-image: url(../images/logoGTI-tel.png);
}

/*** Ajout 10/05/2022 ***/

#header {
    width: 1200px;
}
#conteneur {
    width: 1200px;
}
#contenu {
    width: 1200px;
}
#centre {
    width: 1007px;
}
.tabCoord td.intitule {
    width: 300px;
}
ul.MenuBarHorizontal {
    width: 1200px !important;
}
ul.MenuBarHorizontal li {
    width: 240px !important;
}
