/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial;
    font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* au travail */
body {
   font-family:Arial, sans-serif;
   font-size:12px;
}

#the_body {
   padding-top:10px;
   height:1500px ;
}
#the_div {
   width:1000px ;
   margin:auto ;
   padding:5px;
   margin-top:10px ;
   border-style :none ;
}

.menu_principal{
   margin:50px ;
   margin-top : 100px ;
   border : solid black 2px ;
   padding:20px ;
   width:350px ;
   float:left;
}

.ul_1 li{
   margin-left:20px;
   padding-top:10px;
}

#gestion_tables {
   margin:50px ;
   margin-top : 100px ;
   border : solid black 2px ;
   padding:20px ;
}

.LabelGrasx_nm {
    font-weight:bold;
}

#aData { float: left; margin:3px;padding: 0; width: 15px; }
#iData { float: left; margin:3px;padding: 0; width: 15px; }

/* time picker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/* formulaire 'retenu' */
.formulaire {
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.formulaire input[type="text"], .formulaire input[type="number"], .formulaire select,
thead input[type="text"], thead select {
	border: #bfaf81 0px solid;
	border-bottom-width: 3px;
	background-color: rgba(0,0,0,0);
	font-size: 1em;
	height: 17px;
	padding: 1px 0;
	display: block;
	width: 100%;
	color: #000;
}

.formulaire input[type=number] {
  -moz-appearance: textfield;
  width: 2em;
  text-align: center;
  display: inline-block;
}

.formulaire input[type=number]::-webkit-outer-spin-button,
.formulaire input[type=number]::-webkit-inner-spin-button {
    display: none;
}

.formulaire label {
	color: #7d7252;
    padding: 2px 2px 0 2px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.formulaire input[type='text']:focus, .formulaire select:focus,
thead input[type="text"]:focus, thead select:focus {
	border-bottom-color: #7d7252;
}

.formulaire select, thead select {
	height: 22px;
	padding: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url('../images/fl-inactive.png') no-repeat right 7px;
}

.formulaire select:focus {
	background-image: url('../images/fl-active.png');
}

.formulaire select:disabled {
    border-bottom-color: #999;
    color: #999;
}

.formulaire input[type="checkbox"] {
	margin: 0 0.1em 0 0;
}

.formulaire input:disabled {
    border-color: #ccc;
    background-color:  #fffcf1;
}

.formulaire table {
	width: 100%;
}

.formulaire .bloc {
    display: inline-block;
}

.chk-label {
	display: inline-block;
	position: relative;
	top: -0.4em;
}

.l1, .l2, .l3, .l4 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.formulaire .l1 { width: 120px; }
.formulaire .l2 { width: 240px; }
.formulaire .l3 { width: 360px; }
.formulaire .l4 { width: 480px; }


.section {
    margin-bottom: 10px;
}

.section .section-titre {
	color: #000;
	font-weight: bold;
	padding: 0.3em 1em 0.3em;
	background: #bfaf81;
    font-size: 120%;
}

.l2-3 {
	margin-right: 3px;
}
.l1-3 {
	float: right;
}

.formulaire textarea {
	height: 300px;
	width: 100%;
    box-sizing: border-box;
}

.l2-3, .l1-3 {
    width: 360px;
}

.formulaire {
    width: 363px;
}

.categorie_moyen {
    font-weight: bold;
    margin-top: 10px;
}
.categorie_moyen input {
    display: none;
}
.categorie_moyen .chk-label::before {
    content: "\25B8";
}
.categorie_moyen input:checked + .chk-label::before {
    content: "\25BE";
}
.categorie_moyen_div {
    margin-left: 20px;
}

@media (min-width: 610px) {
	.l2-3 {
		width: 600px;
	}
	.l1-3 {
		width: 600px;
	}
	.formulaire {
		width: 603px;
	}
}

@media (min-width:850px) {
	.l1-3 {
		width: 240px;
	}
	.l2-3 {
        float:left;
    }
	.formulaire {
		width: 843px;
	}
}

@media (min-width:970px) {
	.l2-3 {
		width: 720px;
	}
	.formulaire {
		width: 963px;
	}
}

@media (min-width:1090px)  {
	.l2-3 {
		width: 840px;
	}
	.formulaire {
		width: 1083px;
	}
}

@media (min-width:1210px) {
	.l2-3 {
		width: 960px;
	}
	.formulaire {
		width: 1203px;
	}
}

@media (min-width:1330px) {
	.l1-3 {
		width: 360px;
	}
	.formulaire {
		width: 1323px;
	}
}

@media (min-width:1450px) {
	.l2-3 {
		width: 1080px;
	}
	.formulaire {
		width: 1443px;
	}
}

@media (min-width:1570px) {
	.l2-3 {
		width: 1200px;
	}
	.formulaire {
		width: 1563px;
	}
}

@media (min-width:1690px) {
	.l2-3 {
		width: 1320px;
	}
	.formulaire {
		width: 1683px;
	}
}
