root { 
    display: block;
}

body {
    font-family: Calibri;
    margin: 0;
}


label.error{
    color: red;
    font-size: smaller;
    margin-left: 5px;
}

h2 { 
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1em;
}

table {
   /* border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;*/
	border:none;
}
table th {
    padding: 5px;
/*    border-width: 1px;
    border-style: dashed;
    border-color: gray;
    background-color: #FFF5EE;*/
	border:none;
}
table tr td:first-child{

	font-weight:bold;
}
table tr td:last-child{
	color:#999;
}
table td {
    padding: 5px;
/*    border-width: 1px;
    border-style: dashed;
    border-color: gray;
    background-color: #FFFAFA;
*/	border:none;
}
td.center_cell {
    text-align: center;
}

div.graph_container{
    width: 100%;
    min-height: 100%; 
}

.clear{
    clear: both;
}

div.contents{
    margin-top: 5px;
    width: 850px;
}
div.contents table{
    width: 100%;
}
div.result-import{
    margin-top: 5px;
    margin-bottom: 5px;
}

#pagging{
    text-align: right;
	padding:10px 0px;
}
input[type=submit]{
	background:url(images/bg_bt_dop.png) center center repeat-x;
	border:none;
	color:#FFF;
	padding:10px;
	text-transform:uppercase;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#admin-backoffice{}
#admin-backoffice fieldset{ margin-bottom:15px;}

#admin-backoffice th{ background-color:#d9efff;}

#admin-backoffice .lignesCoul tbody tr:nth-child(even) {
background-color:#fff;
}
#admin-backoffice .lignesCoul tbody tr:nth-child(odd) {
background-color:#eaeaea;
}


/* JF 18/12/21 */
.container {width: 100%; max-width: 1210px; margin: 0 auto;}
.head {padding:  20px}
.img_logo {
  width: 100% !important;
  max-width: 238px !important;
  margin: auto !important;
  height: 100% !important;
}
.block-footer-gris-fonce {
  background-color: #515151;
  padding: 7px 0;
}
.block-footer-gris-fonce p {
  font-size: 13px;
  color: #c0bebe;
  margin: 0;
  line-height: 2.5em;
}