html
{
	height: 100%;
	width: 100%;
	overflow: none;
	margin: 0px;
}

body
{
	height: 100%;
	width: 100%;
	overflow: none;
	margin: 0px;	
}

/*--bandeau haut---*/
#haut
{
	height: 40px;
	width: 100%;
	background-color: #424242;
	
}

#haut #haut-titre
{
	height: 40px;
	width: 250px;
	background: transparent url("images/titre.png") no-repeat 0px ;
}
#haut #version
{
	height: 31px;
	width: auto;
	float: right;
	color: #FFF; 
	font-size: 20px;
	margin-top: -40px;
	margin-right: 50px;
	padding-top:8px;

}



/*----corp connexion---*/

#corps-connexion
{
	height: calc(100% - 40px);
	width: 100%;
	background-color: #BDBDBD;
	overflow: none;	
}

#corps-connexion-inscr
{
	height: calc(100% - 40px);
	width: 100%;
	background-color: #BDBDBD;
	overflow: none;	
}

#corps-connexion #block-connexion
{
	height: 280px;
	width: 400px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #000;
	overflow: none;
	margin: auto;
	top: 20%;	
}

#corps-connexion #block-connexion-modif
{
	height: 450px;
	width: 400px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #000;
	overflow: none;
	margin: auto;
	top: 20%;	
}

#corps-connexion-inscr #block-connexion-inscr
{
	min-height: 460px;
	width: 400px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #000;
	overflow: none;
	margin: auto;
	top: 20%;	
}

#corps-connexion #block-connexion-info
{
	height: 400px;
	width: 600px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #000;
	overflow: none;
	margin: auto;
	top: 20%;	

}

#corps-connexion #block-connexion-info .contenue-over
{
	overflow-y: auto;
	overflow-x: none;
	height: 360px;
	width: 600px;
	margin-top: -15px;
}

#corps-connexion #block-connexion-info .contenue-text
{
	height: 360px;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

#corps-connexion #haut-connexion
{
	height: 40px;
	width: 400px;
	background-color: #424242;
	margin-bottom:15px;
}

#corps-connexion-inscr #haut-connexion
{
	min-height: 40px;
	width: 400px;
	background-color: #424242;
	margin-bottom:15px;
}

#corps-connexion #block-connexion-info #haut-connexion
{
	height: 40px;
	width: 600px;
	background-color: #424242;
	margin-bottom:15px;
}

#corps-connexion #haut-connexion #haut-connexion-titre
{
	padding: 10px 0px 0px 0px ;
	width: 400px;
	text-align: center;
}

#corps-connexion #haut-connexion #haut-connexion-titre
{
	padding: 10px 0px 0px 0px ;
	width: 400px;
	text-align: center;
}

#corps-connexion-inscr #haut-connexion #haut-connexion-titre
{
	padding: 10px 0px 0px 0px ;
	width: 400px;
	text-align: center;
}

#corps-connexion #block-connexion-info #haut-connexion #haut-connexion-titre
{
	padding: 10px 0px 0px 0px ;
	width: 600px;
	text-align: center;
}

#mdpoublier
{
	margin-left: 29px;
}

#corps-connexion #block-connexion-info #haut-connexion span
{
	color: #D94F00;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#corps-connexion-inscr #block-connexion-info #haut-connexion span
{
	color: #D94F00;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#corps-connexion #block-connexion-info #haut-connexion span:hover
{
	color: #B43104;
}

#corps-connexion-inscr #block-connexion-info #haut-connexion span:hover
{
	color: #B43104;
}

#mdpoublier span
{
	color: #D94F00;
	cursor: pointer;
	margin-bottom: 8px;
	display: block;
}

#mdpoublier span:hover
{
	color: #B43104;
}

.form-haut-connexion
{
    margin-bottom: 15px;

}

.form-haut-connexion label 
{
    display: block;
    width: 340px;
    margin-bottom: 5px;
    font-weight: normal;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


.form-standar label 
{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
	text-align: auto;
	margin-left: auto;
	margin-right: auto;
}




.form-haut-connexion input, .form-haut-connexion select
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
	background-color:#fff;
	background-image: none;
	border: 1px solid #ccc;
    border-radius: 3px;
    text-overflow: ellipsis;
    max-width: 348px;
    -webkit-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
    -o-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
    transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
	font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
	margin: 0;	
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.form-standar input, .form-standar select
{
    display: block;
    width: 100%;
    height: 34px; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
	background-color:#fff;
	background-image: none;
	border: 1px solid #ccc;
    border-radius: 3px;
    text-overflow: ellipsis;
    max-width: 348px;
    -webkit-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
    -o-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
    transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
	font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
	margin: 0;	
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.form-standar-lite input, .form-standar-lite select
{
    height: 25px;	
}

.form-haut-connexion input:focus, .form-haut-connexion select:focus 
{ 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.er-form-standar
{
    outline: none !important;
    border-color: #b80926;
    box-shadow: 0 0 10px #b80926;	
}

.form-standar input:focus, select:focus   
{ 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444;
    background-color: #FFFFFF;
    border-color: #e5e5e5;
	box-sizing: border-box;

}

.btn-modif-margin
{
	margin-bottom: 10px;
}

#block-connexion .btn
{
	margin-right: 25px;	
}

#block-connexion-modif .btn
{
	margin-right: 25px;	
}

#block-connexion-inscr .btn
{
	margin-right: 25px;	
}

.btn-primary 
{
    color: #fff;
background-color: #D94F00;
border-color: #D95100;
}

.btn-primary:hover 
{
    color: #fff;
background-color: #FF4000;
border-color: #D95100;
}

.btn-standar
{
		margin-left: 5px;
		margin-top: 8px;
		width: calc(100% - 10px);
		height: auto;	
}

/*----corps left ---*/
#corps-left
{
	height: calc(100% - 40px);
	width: 250px;
	background-color: #BDBDBD;
	float: left;
	border-right: 4px solid #8A4B08;
	overflow: auto;
}

#corps-left  #left-ajout-corps
{
	min-height: 60px;
	width: 100%;	
	/*background-color: red;*/
	border-bottom: 2px solid #8A4B08;
}

	#corps-left  #left-ajout-corps #input-left
	{
		margin-left: 5px;
		margin-top: 8px;
		width: calc(100% - 45px);
		float:left;
		
	}

	#corps-left  #left-ajout-corps #input-enrgistr
	{
		margin-left: 5px;
		margin-top: 8px;
		width: calc(100% - 10px);
		height: auto;
		
	}

	#corps-left  #left-ajout-corps #valide-left
	{
		margin-top:10px;
		margin-right: 5px;
	}	
		

#corps-left  #left-group-corps
{
	height: auto;
	width: 100%;	
	/*background-color: red;*/
	border-bottom: 2px solid #8A4B08;
	margin: 0;
	padding: 0;
	list-style: none;
}

			#corps-left  #left-group-corps ul
			{
				margin: 0;
				padding: 0;
				list-style: none;
				
			}
			#corps-left  #left-group-corps #ul-prinpale
			{
				margin-left: 10px;	
				margin-top: 5px;
				margin-bottom: 10px;
			}
			#corps-left  #left-group-corps ul li {
			  margin-left: 15px;
			  position: relative;
			  padding-left: 5px;
			  font-size: 20px;
			  /* color: #2E64FE; */
			  color: #0099cc;
			  margin-bottom: 10px;
			}
			#corps-left  #left-group-corps ul li::before {
			  content: " ";
			  position: absolute;
			  width: 1px;
			  background-color: #000;
			  top: 5px;
			  bottom: -22px;
			  left: -10px;
			}
			#corps-left  #left-group-corps ul li ul li::before {

			  bottom: -16px;

			}			
			
			
			#corps-left > #left-group-corps > ul > li:first-child::before {top: 12px;}
			#corps-left  #left-group-corps ul li:not(:first-child):last-child::before {display: none;}
			#corps-left  #left-group-corps ul li:only-child::before {
			  display: list-item;
			  content: " ";
			  position: absolute;
			  width: 1px;
			  background-color: #000;
			  top: 5px;
			  bottom: 7px;
			  height: 7px;
			  left: -10px;
			  
			}
			#corps-left  #left-group-corps ul li::after {
			  content: " ";
			  position: absolute;
			  left: -10px;
			  width: 10px;
			  height: 1px;
			  background-color: #000;
			  top: 12px; 
			}
			
			#corps-left  #left-group-corps ul li ul li
			{
			 font-size: 18px;
			 margin-bottom: 3px;
		 
			}	
			#corps-left  #left-group-corps ul li ul li a
			{
			 /* color: #8A0868;	 */
			 color: #cc3399;	
			 text-decoration: none;
			}
			#corps-left  #left-group-corps ul li ul li a:hover
			{
			 color: #0080FF;	
			}			
			
#corps-left #left-func-corps
{
	height: 150px;
	width: 100%;
	border-bottom: 2px solid #8A4B08;
}












#corps-right
{
	height: calc(100% - 40px);
	width: calc(100% - 254px);
	background-color: #BDBDBD;
	float: right;	
	overflow:auto;
	/* -webkit-overflow-scrolling: touch; */
}

.table-corps-simple
{
	border-collapse: collapse;	
	margin-left: auto;
	margin-right: auto;
	width: 100%;	
}

.table-corps-marge-bottom
{
	margin-bottom: 15px;
}

.icon_facture-att
{
	display: iline-block; 
	position: relative;
	top: 2px;
	left: 5px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}



/*--------------profils--------------------------------*/
.table-haute-profils
{
	margin-bottom: 10px;
	
}

.table-haute-profils tr
{
	border-bottom: solid 2px #8A4B08;
	height: 61px;
	width: 100%;
	background-color: #E6E6E6; 
}

.table-haute-profils tr td
{
	width: 80%;
	text-align: left;
	padding:0px 40px 0px 40px; 
	font-size: 18px;
	color: #B43104;
}

.table-haute-simple
{
	margin-bottom: 10px;
	
}

.table-haute-simple tr
{
	border-bottom: solid 1px #8A4B08;
	height: auto;
	width: 100%;
	background-color: #D8D8D8; 
}

.table-haute-simple tr td
{
	width: 100%;
	text-align: left;
	padding:0px 40px 0px 40px; 
	font-size: 18px;
	color: #000;
}

.table-haute-ajligne tr
{
	border-bottom: solid 1px #8A4B08;
	height: auto;
	width: 100%;
	background-color: #D8D8D8; 
}

.table-haute-ajligne tr td
{
	/* width: 100%; */
	text-align: center;
	/* padding:0px 40px 0px 40px;  */
	font-size: 18px;
	color: #000;
}

.table-haute-border-h
{
	border-top: solid 1px #8A4B08;
}

.table-haute-border-r tr td
{
	border-right: solid 1px #8A4B08;	
}

.tr-border-left
{
	border-left: solid 1px #8A4B08;	
}

.tr-border-right
{
	border-right: solid 1px #8A4B08;	
}



/*-----------------------corp enfant-------------------*/

.colororange
{
	color: #D94F00;
}

.colorbluenuit
{
	color: #0040FF;
}

.colorvertfonce
{
	color: #088A08;
}

.color-72d6da
{
	color: #72d6da;	
}

.table-color-blue tr
{
/* background-color: #848484; */
}