@font-face { 
	font-family:Roboto-Thin; 
	src: url('/fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face{
	font-family:Roboto-Light;
	src: url('/fonts/Roboto-Light.ttf') format('truetype');
}
@font-face{
	font-family:RobotoCondensed-Bold;
	src: url('/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face{
	font-family:Roboto-Medium;
	src: url('/fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face{
	font-family:RobotoCondensed-Regular;
	src: url('/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face{
	font-family:Roboto-Regular;
	src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face{
	font-family:Roboto-Bold;
	src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face{
	font-family:Roboto-Italic;
	src: url('/fonts/Roboto-Italic.ttf') format('truetype');
}

html,body { margin:0; padding:0; height:100%; border:none; }

html,body,td,form { margin:0; font-family:Roboto-Regular; font-size: 12px; }

.iealert { background-color:#fff; color:#f00; font-weight:bold; }

.env { width:200px; height:150px; border:4px solid #0F3E76; cursor:pointer; -moz-border-radius: 16px; border-radius: 16px; font-weight:bold; font-size:18px; }
.env:hover { border:4px solid #F2E985; background-color:#F2D285; color:#F2A085; font-size:22px; }

.tbllogin { background-color:#ffffff; padding:30px; }
.tbllogin input { padding:5px; color:#140A70; font-weight:bold; }
.connexion { width:100px; height:30px; border: 1px solid #E8D5CF; font-weight:bold; background-color: #3A75B5; cursor:pointer; color:#fff !important; }

.blue { background-color: #385079; color:#fff; }
#en-tete { overflow: hidden; background-color: #ffffff; }
#en-tete ul { float: left; margin-top: 16px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; padding: 0px; list-style: none; }
#en-tete li { float: left; margin-left: 10px; }
#en-tete ul li a { float: left; width:150px; height:40px; border: 1px solid #305987;
  -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; background-color: #305987; }
#en-tete ul li.selected a { border: 1px solid #5A82B0; background-color: #5A82B0; }
#en-tete ul li a span { float: left; padding-top: 7px; text-align: center; vertical-align:middle; width:150px; height:40px; font-size:18px; color: #fff; }

#submenu { overflow: hidden; background-color: #fff; }
#submenu ul { float: left; margin-top: 16px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; padding: 0px; list-style: none; }
#submenu li { float: left; margin-left: 5px; margin-bottom:8px; }
#submenu ul li a { float: left; width:150px; height:40px; border: 1px solid #68A428; -moz-border-radius: 8px; border-radius: 8px; background-color: #68A428; }
#submenu ul li.selected a { border: 1px solid #9DC96D; background-color: #9DC96D; } 
#submenu ul li a span { float: left; padding-top: 7px; text-align: center; vertical-align:middle; width:150px; height:40px; font-size:18px; color: #fff; }

#submenu li.subsubmenu { margin-left: 15px; }
#submenu ul li.subsubmenu a { width:125px; height:30px; border: 1px solid #9DBCE0; -moz-border-radius: 6px; border-radius: 6px; background-color: #9DBCE0; }
#submenu ul li.subsubmenu a span { padding-top: 2px; width:125px; height:30px; }

.TableHead { background-color: #D6D6D6; }
.TableHead td { border: 1px solid #DFE6EC; color:#444; height:29px; padding-left: 5px; font-weight:bold; }
.TableCommon { margin-top: 10px; /* border: 1px solid #B3CDFF;*/ }
.trsearch { background-color: #EBEBEB; }
.trsearch td { border: 1px solid #DFE6EC; color:#444; height:29px; padding-left: 5px; font-weight:bold; }
/*table.TableCommon tr.even td, table.TableCommon tr.odd td { color:#808080; border-right: 1px solid #eeeeee; }*/
/*table.TableCommon tr.even td a, table.TableCommon tr.odd td a { color:#808080; }*/
.TableCommon td { font-size: 11px; cursor: default; padding:5px; color:#808080; border-right: 1px solid #eeeeee;} /*border-bottom: 1px solid #DFE6EC;*/
.TableCommon td a { color:#808080; text-decoration:none; }
.TableCommon td a:hover { color:#000; text-decoration:underline; }
.TableCommon td.opt a { color:#666; text-decoration:underline; }

/*.TableCommon td a.clsgrp { color:#4D3C0F; }
.TableCommon td a.clssoc { color:#150F4D; }
.TableCommon td a.clsetb { color:#194D0F; }*/

.TableCommon tr.justsaved { background-color: #FFC7C7; }

.TableCommon tr.odd td, .TableCommon tr.even td, .TableCommon tr.justsaved { padding:5px; }

fieldset { min-width:650px; width:40%; border-color: #DFE6EC; -moz-border-radius: 8px; border-radius: 8px; }

.boxstatut { width:34px; height:34px; line-height:34px; color:#ffffff; text-align:center; margin: auto;}

/* #################################################################################################### */
/* odd table rows 1,3,5,7,... */
table tr.odd { /*background-color: #EEEEEE;*/ }
/* even table rows 2,4,6,8,... */
table tr.even { /*background-color: #F6F6F6;*/ }
/* hovered table rows */
table tr.odd:hover,
table tr.even:hover { background-color: #E6EFF7; }

.save { 
	width:210px; 
	height:38px; 
	border: 1px solid #3A75B5; 
	font-weight:bold;
	background-color: #3A75B5; 
	cursor:pointer; 
	color:#fff; 
	padding-left:10px; 
	padding-right:10px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	float: right;
	margin-left: 10px;
	z-index: 10;
}

.cancel { 
	width:210px; 
	height:38px; 
	border: 1px solid #B9B9B9; 
	font-weight:bold;
	background-color: #999999; 
	cursor:pointer; 
	color:#fff; 
	padding-left:10px; 
	padding-right:10px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	float: right;
	margin-left: 10px;
	z-index: 10;
}

.delete { 
	width:210px; 
	height:38px; 
	border: 1px solid rgba(255, 0, 0, 0.6); 
	font-weight:bold; 
	background-color: rgba(255, 0, 0, 0.5); 
	cursor:pointer; 
	color:#fff; 
	padding-left:10px; 
	padding-right:10px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	float: right;
	margin-left: 10px;
	z-index: 10;
}
.Download{
	width:210px; 
	height:38px; 
	border: 1px solid hsl(210, 55%, 75%); 
	font-weight:bold;
	background-color: hsl(210, 55%, 75%); 
	cursor:pointer; 
	color:#fff; 
	padding-left:10px; 
	padding-right:10px;
	background-repeat: no-repeat;
	background-image: url(../img/download.png);
	background-position: 7px 7px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	float: right;
	margin-left: 10px;
	z-index: 10;
}

.new { 
	min-width:210px; 
	height:38px; 
	border: 1px solid #3A75B5; 
	font-weight:bold; 
	background-color: #3A75B5; 
	cursor:pointer; 
	color:#fff; 
	padding-left:10px; 
	padding-right:10px; 
	position: -webkit-sticky;
	position: sticky;
	position: sticky;
	top: 0px;
	float: right;
	margin-left: 10px;
	z-index: 10;
}

.search { 
	height:25px;
	border: 1px solid #E1E8F0; 
	font-weight:bold; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	background-color: #E1E8F0; 
	cursor:pointer; color:#666; 
	padding-left:10px; 
	padding-right:10px; 
	background-image: url(../img/search_black.png);  
	background-repeat: no-repeat;
	display: none;
}

.disabled td, .disabled { color: #ccc; padding-top: 10px; }
.disabled td input, .disabled input { border: 1px solid #ccc; color: #ccc; }

.TableCommon td input, .TableCommon td select { /*, #FRMSearch td input*/
	border:1px solid #cccccc;
	padding:2px; 
	width:95%;
	background-repeat: no-repeat;
	background-position: center right;
	background-position-x: 98%;
}

.TableCommon .trsearch td input {
	background-image: url(../img/search_black.png);
	color: #808080;
}

.TableCommon .trsearch td select {
    appearance: none;
	background-image: url(../img/SelectArrow.png);
}

.errorline { color:#f00; }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 200px;
}

#zETB { padding-left:10px; color:#f00; }

.errorA { background: url(../img/alert.png); background-repeat: no-repeat; padding-left:18px; }
.errorI { background: url(../img/information.png); background-repeat: no-repeat; padding-left:18px; }
.errorE { background: url(../img/exclamation.png); background-repeat: no-repeat; padding-left:18px; }

.pdfprint { background: url(../img/pdf.gif); background-repeat: no-repeat; padding-left:18px; padding-bottom:5px; }
.pdfprint a { color:#000080; text-decoration:none; }
.pdfprint a:hover { text-decoration:underline; }

#SOCSiren { color:#808080; letter-spacing:2px; }
#ETBSiret { color:#808080; letter-spacing:2px; }

.affpages {
	text-align:center;
	margin-top: 20px;
}

.affpages a {
	text-decoration:none;
	color: #9D9D9D;
	margin-right: 10px; 
}
.affpages a img {
	height: 13px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.affpages span {
	text-decoration:none;
	color: #9D9D9D;
	margin-right: 10px; 
}

.affpages b {
	color: #000000;
	margin-right: 10px;
}

/*#fcalcul div { margin:5px; }*/

#fcyear, #ecyear { padding:5px; color:#2A4596; font-weight:bold; }
#fceffectif { padding:5px; color:#2A4596; font-weight:bold; }

.fcalcf { width:80%; background-color:#F2E2CB; text-align:center; color:#00f; border:1px solid #3C2BF0; }
.fcalcfn { width:80%; background-color:#CBE2F2; text-align:center; color:#00f; border:1px solid #3C2BF0; }
.submitupdatefcalcul { 
	padding: 10px; 
	color:#0E2580; 
	background-color:#B8BCCF; 
	margin:10px; 
	cursor:pointer; 
	font-weight:bold; 
}
.submitupdatefcalcul:hover { color: #233EA8; background-color:#CED2E0; }

table#tblsearchsoc div { padding-bottom:5px; }

::placeholder{
	color: #AAA;
}

.Grey {
	color: #7D7D7D;
}

.EnteteInfo{
	width:750px;
	margin-bottom:20px;
}

.EnteteInfo p{
	color: #B5B5B5;
}

.EnteteInfo span{
	color: #385079;
}

.SalNumSs{
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 7px;
	padding: 5px;
	margin-right: 5px;
	color: #808080;
}

.SalNumSsSpace{
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 7px;
	padding: 5px;
	margin-right: 40px;
}

.cattitle { 
	font-size:14px; 
	font-weight:bold; 
	color:#272727; 
	/*padding-top:12px;*/ 
}

.BorderGrey{
	border: 1px solid #B5B5B5;
	width: 900px;
	margin-bottom: 20px;
	padding: 20PX;
	background-color: #F8F8F8;
}

.TitreTab{
	color: #808080;	
	padding-top: 10px;
}

.Select{
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 364px;
	padding: 5px;
	margin-right: 40px;
	color: #808080;
}

.SelectMini{
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 164px;
	padding: 5px;
	margin-right: 40px;
	color: #808080;
	font-family: Roboto-Regular;
    font-size: 12px;
}

.ZoneSaisie {
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 350px;
	padding: 5px;
	margin-right: 40px;
	color: #808080;
}

.ZoneSaisieDate {
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 150px;
	padding: 5px;
	color: #808080;
}

.ZoneSaisieCP {
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 100px;
	padding: 5px;
	color: #808080;
}

.ZoneSaisieVille {
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 213px;
	padding: 5px;
	color: #808080;
}

.ZoneSaisieRadio {
	background-color : rgba(192, 192, 192, 0.1);
	border: 1px solid rgba(192, 192, 192, 0.5);
	padding: 5px;
	color: #808080;
	margin-left: 20px;
}

/*.ZoneSaisieRechDate{
	background-image: url(../img/calendarGris.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-position-x: 98%;
}*/

.RadioButton{
	color: #808080;
}
.RadioButtonForm{
	color: #808080;
	margin-left: 20px;
}

.Link{
	color: #9D9D9D;
	font-size: 11px;
}

.MarginLeft{
	margin-left: 30px;
}

.Astuce{
	font-size:9px;
	color:#aaa;
}

.SEARCH_LIST_1 { 
	width:90%; 
	margin-right: 0px;
}

.SEARCH_LIST_COLS {
	margin-right: 0px;
	padding:5px; 
	display: flex;
}

.Column {
	margin: 5px;
	padding: 0px;
	color:#000000; 
	width: 100%;
	display: table-cell;
	text-align:center;
}

.Column img{
	width: 125px;
}

.Image{
	height: 125px;
	width:125px;
	padding: 10px;
	border-radius: 10px;
	border: 0.6000000238418579px solid #C7C7C7;
  	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.Texte{
	width:145px;
}

.grpa { 
	text-decoration:none; 
	color: #C0C0C0; 
	float: bottom;
}


.TableIndex .TabIndexSelect td{
	border-color: #FFF;
}

.TableIndex .TabIndexSelect td b{
	cursor:pointer;
}

.TableIndex .TabIndexSelect td hr{
	position: relative;
	top: 6px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-color: #3A75B5;
	background-color: #3A75B5;
}

.TableIndex {
	width: 100%;
	border-collapse: collapse;
}

.TableIndex td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 1px solid #ddd;
}

.TableIndex .TabIndexEntete td{
	padding-top: 20px;
}

.TableIndex tr{
	border-top: 1px solid #C7C7C7;
}

/* Menu param synthese */

.MenuBar li {
    list-style-type: none;
    float: left;
    width: 200px;
    position: relative;
    text-align: center;
    color: #7D7D7D;
}

.MenuBar li:before {
    content: " ";
    line-height: 15px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #3A75B5;
    display: block;
    margin: 0 auto 10px;
    background-color: white;
    cursor: pointer;
}

.MenuBar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    top: 7.5px;
    left: -50%;
    z-index: -1;
}

.MenuBar li:first-child:after {
    content: none;
}

.MenuBar li.active:before {
    border-color: #305987;
    background-color: #305987;
}

/*Fin Menu param synthese */