body {
    background-color: rgb(153,153,102);
    margin: 0px auto;
    padding: 0px;
    font-size: 12px;
    line-height: 16px;

}

#body {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow-x : auto;
}


a:hover {
    text-decoration: none;
}

.fil_ariane {
    margin-top: 3px;
}

.breadcrumb {
    padding: 4px 15px;
    margin: 0px;
}



#header {
    background-color: rgb(204,0,51);
    padding: 0px;
}

#logo_t { /* Changer la largeur du titre du header - GP */
    width: 500px;
    margin-left: 20px;
    float: left;
}

#logo {
    width: 122px;
    height: 122px;
    float: left;
}

.title {
    color: white;
    font-size: 17px;
    font-weight: normal;
    padding-top: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.navbar {
    clear: both;
    margin-bottom: 0px;
	background-color: rgb(247,135,22);
}

.navbar .navbar-inner {
    padding: 0px;
    border: 0px;
}


/* Body accueil */

.span {
    background-color: white;
    margin-bottom: 20px;
}
.span p, .span h2 {
    text-align: justify;
}
.span h2 {
    padding-bottom: 15px;
}

/* Body général */
.span12 {
    background-color: white;
    margin-bottom: 30px;
	position:absolute; 
	left:0;
	width:100%;
}
.span12 p {
    text-align: justify;
}
.span12 h2 {
    font-size: 14px;
    padding-left: 0px;
}
.size10 {
    font-size: 10px;
}

.padder {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;


}

/* Connexion */
#connexion {
    width: 290px;
    float: right;
    margin-right: 20px;
    margin-top: 40px;
}

#connexion .input-append .add-on, .input-prepend .add-on {
    text-shadow: none;
}

#connexion .input-append .add-on, .input-prepend .add-on {
    height: 15px; 
}

#connexion .input-prepend {
    margin-top: 2px;
}

#connexion .input-prepend input {
    font-size: 10px;
    height: 15px;
    max-width: 80px;
}

.control-group .controls textarea {
    width: 80%;
    height: 120px;
}
@media (max-width: 767px) {
    #connexion .input-prepend input {
        min-height: 25px;
    }  
}

#connexion p {
    color: white;
    text-align: right;
    font-size: 12px;
}

#connexion .btn {
    height: 28px;
    font-size: 12px;
    float: right;
}

/* Formulaire */

#body #choix_colonnes .checkbox {
    margin-right: 10px;
}

/* Tableaux */
.table-center th, .table-center td {
    text-align: center;
}
.tableDesign th {
    background: -moz-linear-gradient(top, #EEE 0%, #DDD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#DDD));
    background: -o-linear-gradient(top, #EEE 0%, #DDD 100%);
    background: -ms-linear-gradient(top, #EEE 0%, #DDD 100%);
    background: linear-gradient(top, #EEE 0%, #DDD 100%);
    font-weight: normal;
    padding: 3px;
    margin:0px;
    text-align: center;
}
.tableDesign tr td {
    padding: 3px;
    margin:0px;
    text-align: center;
    vertical-align: center;
}
.tableDesign td:first-child {
    text-align: left;
}
#table_droits {
    width : 100%;
}
#table_droits td input[type="checkbox"] {
    margin: 0px;
}

#nomenclature input, #import input {
    margin-bottom: 0px;
    font-size: 12px;
    height: 16px;
}

#import td {
    line-height: 10px;
}

#suivi td, #suivi th, #suivi tr {
    line-height: 10px;
    border : 1px solid black;
}

.jqgrid input {
    height: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* Footer */
#footer {
    position: fixed;
    bottom: 0px;
    width: 100%; 
    height: 30px;
    line-height: 30px;
    background-color: #474747;
    color: white;
    font-size: 10px;
}
#footer #copyright {
    float: left;
    margin-left: 5px;
}
#footer #contact {
    text-align: center;
}
#footer #contact a {
    color: white;
}
#footer #contact a:hover, #footer #contact a:focus {
    color: rgb(0, 136, 204);
}
#footer #contact #phone {
    margin-left: 20px;
}
#footer #network {
    float: right;
    margin-right: 5px;
}
#footer #network i {
    margin-left: 5px;
}

.ui-widget-content jqgrow ui-row-ltr ui-state-highlight input[type="checkbox"] {
    text-align : center;

}

.menu1 .sous-menu_1 {
    padding-left : 30px;
}

.rec_red {
    width: 200px;
    height: 10px;
    background: red;
    padding: 3px;
}

.rec_orange {
    width: 200px;
    height: 10px;
    background: orange;
    padding: 3px;
}

.rec_green {
    width: 200px;
    height: 10px;
    background: green;
    padding: 3px;
}

.bgGreenSynthese {
    color : green !important;  
}

.bgRedSynthese {
    color : red !important;  
}


/* Gestion des backgrounds pour le tableau de suivi */
.tableauSuiviSeg0 { background: #B2C4D9; }
.tableauSuiviSeg1 { background: #C2D0E1; }
.tableauSuiviSeg2 { background: #D1DCE8; }
.tableauSuiviSeg3 { background: #E0E7F0; }
.tableauSuiviSeg4 { background: #F0F3F7; }
.tableauSuiviSeg5 {	background: #FFFFFF; }

#suivi td, #suivi th, #suivi tr {
	border: 1px solid grey;
	line-height: 12px;
	color: rgba(17, 17, 17, 0.71);
}
#configCSV label {
   clear: both;
}
#configCSV label input {
   width: 30px;
   text-align: center;
   float: right;
}
h2 {  line-height: 14px;}

.ui-search-input, .ui-search-input input { height: 25px; }


/*Taille écriture */
.ui-jqdialog { width: 500px}

.ui-jqgrid .ui-jqgrid-view { font-size:15px; font-family: 'Istok Web', sans-serif;}
.ui-jqgrid tr.jqgrow td {font-size: 13px; font-family: 'Istok Web', sans-serif; }
.ui-jqgrid .ui-jqgrid-pager { font-size:15px;}
.ui-jqgrid .ui-pg-input { font-size:.8em;}
.ui-jqgrid .ui-pg-selbox {font-size:.8em; ;}
.ui-jqgrid .loading {font-size:15px;}
.ui-jqdialog { font-size:15px;}
.breadcrumb { font-size: 15px; }
 .nav li { font-size: 15px; }
.span2 { font-size: 15px; }
