/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
.margeplus {
    margin-top: 5px;
    margin-bottom: 5px;
}

div#tag {
    width: 60%;
    overflow: hidden;


}

.souligner {
    text-decoration: underline;
    color: blue;
}

.read_only {
    background-color: #DBDBDB;
    border-color: #CCCCCC #CCCCCC #B4B4B4 #DBDBDB;
    border-style: solid;
    border-width: 0 0 2px 1px;
}

div.tableContainer {
    clear: both;
    height: 500px;
    width: 100%;

}

div.tableContainer table {
    float: left;
    width: 100%;
}

div#tag ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div#tag li {
    margin-left: 5px;
    float: left;
    /*pour IE*/
}

div#tag ul li {
    display: block;
    float: left;
    width: 90px;
    background-color: #ccccff;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 3px;
    border: 1px #696969 dotted;
    /*pour avoir un effet "outset" avec IE :*/
    border-color: #DCDCDC #696969 #696969 #DCDCDC;

}

div#tag ul li :hover {
    background-color: #DEDEDE;
}

.supp_tag {
    margin: 0px;
    padding: 0px;
    float: right;

}

ul.verticale_list {
    list-style-type: none;
    padding: 5px 2px;
}

ul.verticale_list2 {
    list-style-type: none;
    padding: 5px 2px;
}

.erreur {
    color: #D8000C;
    width: 50%;
    height: 60px;
    background-color: #FFBABA;
    border: 1px solid;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 40%;

    padding-left: 20px;
    background-image: url('img/erreur.png');
    background-repeat: no-repeat;

}

textarea,
input[text] {
    line-height: 1.4;
    font: normal 0.9em/120% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
}

textarea.small_text {
    height: 25px;
    width: 60%;
}

textarea.moy_text {
    height: 120px;
    width: 80%;
}

textarea.moy1_text {
    height: 60px;

}

textarea.legende_vis {
    width: 98%;
}

.en_attente {
    background-color: #e9d7ff;

}

tr.en_attente {
    background-color: #e9d7ff;
    border-bottom: #c4d8d6 1px solid;
}

tr.terminer {
    background-color: #e1f2f1;
    border-bottom: #c4d8d6 1px solid;
}

.brouillon {
    background-color: #e1f2f1;
    width: 100%;
}

tr.terminer_bor {
    border-bottom: #CCCCCC 1px solid;
}

ul.verticale_list li {
    float: left;
    margin-right: 2px;
}

ul.verticale_list2 li {
    float: left;
    margin-left: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

a.boutton_virgin {
    border: 0px transparent;
    background: transparent;

}

.right_margin_ {
    margin-left: 100px;
}

#list_elem,
#list_champs {
    list-style-type: none;
}

.form_class {
    border: 1px #ddd solid;
    width: 98%;
    margin: 0px auto;
    background: #FFF;
    margin-bottom: 5px;

}

.top_page {
    width: 100%;
    /* position: absolute;  
        background-color: #ffff00;*/

}

.TRAD_origine {
    background-color: #F4F4F4;
}

ul.valid {
    width: 100%;
    list-style: none;
}

.valid li {
    width: 20%;
    display: inline-block;
}

#list_elem li {
    width: 100%;
    cursor: move;
    padding: 0px;
    position: relative;
}

.option_select {
    color: #FFF;
}

.highlight {
    background: #f2f2f2;
    border: 1px dashed #212326;
    padding: 10px;
    height: 30px;
    margin-bottom: 10px
}

#paging_button ul {
    width: 510px;
    padding: 0px;
    margin: 8px;
}

#paging_button ul li {

    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 2px 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    list-style-type: none;
    width: 20px;
    cursor: pointer;
}

#paging_button ul li:hover {
    background: #006699;
}

li:hover {
    color: #CC0000;
    cursor: pointer;
}

#option {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    background: #FFF;
    box-shadow: 0 1px 6px #CCCCCC inset;
}

.sorting_asc {
    background: url("css/img/sort_asc.png") no-repeat scroll right center transparent;
}

.sorting_desc {
    background: url("css/img/sort_desc.png") no-repeat scroll right center transparent;
}

.sorting {
    background: url("css/img/sort_both.png") no-repeat scroll right center transparent;
}

.meme_group {
    border: solid 1px #080;

}

.opacity40 {
    opacity: .40;
    filter: alpha(opacity=40);
    filter: “alpha(opacity=40)”;


}

.opacity1 {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: “alpha(opacity=100)”;


}

.top_bot_marge {
    margin-bottom: 10px;
}

#frame {
    background-position: 0 0;
    background-repeat: repeat-y;
    border: 1px solid #ccc;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
    float: right;
    min-height: 400px;
    box-shadow: 0 1px 6px #CCCCCC inset;


}

#entete {
    background-color: #F4F4F4;
    width: 100%;

}

#page {
    width: 100%;
}

.sous-tab {
    width: 90%;
    margin-left: 5%;
    float: left
}

td.showDragHandle {
    background-image: url(img/updown2.gif);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: move;
}

.sous-tab th,
.sous-tab td {
    padding: 0px;
    font-size: 0.8em;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    margin: 0px;
}

.tab_primer {
    border: 1px solid #999;
}

.tab_primer thead {
    background-color: #999;
}

.margin-right {
    font-size: 10px;
    display: inline-block;
    width: 15%;

}

.margin-right2 {
    font-size: 9px;
    display: inline-block;
    width: 25%;
}

.margin-right3 {
    font-size: 1em;
    display: inline-block;
    width: 47%;
}

.margin-right4 {
    font-size: 9px;
    display: inline-block;
    width: 20%;
}

thead th,
tbody th {
    font-family: "Trebuchet Ms", arial, verdana, sans-serif;

}

.margin_ajouter {
    margin-left: 20%;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

.menu {
    font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

blockquote {
    font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body {
    margin: 0;
    padding: 0;
    color: #000;
    /*font-size: 13px;
font-family: 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;*/

    /*background:#efefef url(css/img/grid.png) repeat center top;*/
    font: normal 0.82em/120% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
    text-shadow: 0px 0px 1px transparent;
    /* google font pixelation fix */

}

#wrap {
    width: 98%;
    /*960*/
    background: #fff;
    margin-left: 10px;
    padding: 0;
    border: 1px solid #ccc;
}

.menu {
    margin: -1px -1px 0 -1px;
}


#footer {
    text-align: center;
    padding: 10px;
    margin: 0;
    background: #efefef;
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 0.8em;
    text-shadow: 0px 1px 1px #fff;
    position: relative;
    top: 0;
    left: 0;
}

#link-top {
    position: absolute;
    top: 10px;
    right: 10px;
    /*right:25px;/*IE 7 ONLY*/
    left: auto;
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: #e5e5e5;
    line-height: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.majuscule {
    text-transform: uppercase;

}

.capitalize {
    text-transform: capitalize;
}

.calibrage {
    color: #b0232a;
    font-size: 9px;
    font-weight: bold;
}

.tr-tab-primer {
    text-shadow: 0px 1px 1px #999;
    font-size: 11px;

}

table.striped thead th {
    border: 1px solid #DDDDDD;
}

table.striped {
    border: 1px solid #DDDDDD;
}

div.calibrage {
    color: #666666;
    font-size: 9px;
    font-weight: bold;
}

a.css_lien:link {
    color: #0069cc;
}

a.css_lien:visited {
    color: blueviolet;
}


ul.liste_calque {
    width: auto;
    margin: 0 auto;
    list-style: none;
    color: #999;
    font-size: 0.88em;
    margin: 5px;
}

ul.liste_calque li {
    margin: 5px;
    background-color: #F6F4F0;
    border: 1px solid #E5E5E5;
}

ul.liste_calque li:hover {
    color: #000;
    background-color: #FFF;
}

div.div_center {
    background-color: #FFF;
}

#modele,
#masque {
    border: 1px solid #E5E5E5;
}

a.margeplus_version {
    display: inline-block;
    display: inline;
    /*IE ONLY*/
    bottom: 15px;
    margin-bottom: 1px;
    left: 1px;
    top: 4px;
    line-height: 100%;
}

.ajouter_tr {
    margin: 5px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
}

kbd {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.05em;
    text-align: justify;
    font-weight: normal;
    line-height: 1.2em;
    text-indent: 0.24in;
}

.kbd {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.05em;
    text-align: justify;
    font-weight: normal;
    line-height: 1.2em;
    text-indent: 0.24in;
}