/*@import "layout.css";*/

/*--------------------------------------------------------*/
/*label{
	cursor: pointer;
	cursor: hand;
}
*/
input[type=text], input[type=password], input[type=select]{
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A0A0A0; /*E1E1E1*/
	border-right: 1px solid #A0A0A0; /*E1E1E1*/
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	color: black;
	/* background: transparent; */
}

textarea{
	width: 100%;
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A0A0A0; /*E1E1E1*/
	border-right: 1px solid #A0A0A0; /*E1E1E1*/
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	color: black;
	/* background: transparent; */
}

/*
input[type=submit], input[type=reset] {
	background-color : #fff;
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
}
*/

input[type=submit]:active, input[type=reset]:active  {
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
}

.vspace{
	padding-top: 10px;
}

/*--------------------------------------------------------*/
.erreur {
    color: #FF0000; /* erreur en rouge */
}
.txt_erreur {
    background-color: #FF9090; /* erreur en rouge */
}
/*--------------------------------------------------------*/
a{
	color: black;
	text-decoration: underline;
}
a:hover{
	color: #538B9A;
	text-decoration: underline;
}
/*--------------------------------------------------------*/
.titre_general a{
	text-decoration: none;
	color: black;
	font-family: "Verdana";
	font-size: 24px;
}
.titre_general a:hover{
	text-decoration: none;
	text-decoration: none;
	color: #A0A0A0;
}
/*--------------------------------------------------------*/
#nom_connexion {
	/*font-size: 3ex;*/
    font-weight: bold;
}
/*--------------------------------------------------------*/
.marge {
	padding-left: 1em;
}
/*--------------------------------------------------------*/
.top_button a {
	padding: 8px;
	color: #606060;
	text-decoration: none;
	background-color: transparent;
}
.top_button a:hover {
	padding: 8px;
	color: #E2EDEA;
	text-decoration: none;
	background-color: #339933;
}
/*--------------------------------------------------------*/
#onglets .top_button a {
	padding: 8px;
	margin-left: 2px;
	color: #606060;
	text-decoration: none;
	background-color: transparent;
	border-top: 1px solid #339933;
	border-right: 1px solid #339933;
	border-left: 1px solid #339933;
	/*border-bottom: 1px solid #E1E1E1;*/
}
#onglets .top_button a:hover{
	padding: 8px;
	margin-left: 2px;
	color: #E2EDEA;
	text-decoration: none;
	background-color: #339933;
	border-top: 1px solid #339933;
	border-right: 1px solid #339933;
	border-left: 1px solid #339933;
}
#onglets .top_button_pushed a {
	padding: 8px;
	margin-left: 2px;
	color: #E2EDEA;
	text-decoration: none;
	background-color: #339933;
	border-top: 1px solid #339933;
	border-right: 1px solid #339933;
	border-left: 1px solid #339933;
}

#onglets_exercices .top_button a {
	padding: 8px;
	margin-left: 2px;
	color: #606060;
	text-decoration: none;
	background-color: transparent;
	/*border-top: 1px solid #339933;*/
	border-right: 1px solid #339933;
	border-left: 1px solid #339933;
	border-bottom: 1px solid #339933;
}
#onglets_exercices .top_button a:hover {
	padding: 8px;
	margin-left: 2px;
	color: #E2EDEA;
	text-decoration: none;
	background-color: #339933;
	border-top: 1px solid #339933;
	border-right: 1px solid #339933;
	border-left: 1px solid #339933;
}
#onglets_exercices .top_button_pushed a {
	padding: 8px;
	margin-left: 2px;
	color: #E2EDEA;
	text-decoration: none;
	background-color: #339933;
	border-top: 1px solid #339933;
	border-right: 1px solid #339933;
	border-left: 1px solid #339933;
}
/*--------------------------------------------------------*/
/* > insérer */
/*--------------------------------------------------------*/
/*#drop_down{
	margin: 3ex 3ex 1ex 0;
	border-bottom: 1px solid #eaeaea;
}*/
/*#drop_down a{
 text-decoration:none;
 cursor: pointer;
}*/
/*
#drop_down a.down:before{
  content:url(./img/down-arrow.png) " ";
 }
#drop_down a.up:before{
  content:url(./img/right-arrow.png) " ";
 }
 */

#insertOpen{
	margin: 3ex 0 1ex 0;
	border-bottom: 1px solid black;
 }
#insertOpen a{
 text-decoration:none;
 cursor: pointer;
}
#insertClose{
	margin: 3ex 0 1ex 0;
	border-bottom: 1px solid black;
 }
#insertClose a{
 text-decoration:none;
 cursor: pointer;
}
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/* tableaux avec les couleurs alternées */
/*--------------------------------------------------------*/
.lineTitle{
	 font-weight: bold;
}
.ligne0 {
      background-color: #ffffff;
      }
.ligne1 {
      background-color: #ccE6cc;
}

.ligne0 a{
      color: #303030;
      text-decoration: none;
      }
.ligne1 a{
      color: #303030;
      text-decoration: none;
}
.ligne0 a:hover{
      color: #808080;
	  text-decoration: none;
      }
.ligne1 a:hover{
      color: #808080;
      text-decoration: none;
}

.ligne0s {
      background-color: #ffffff;
      color: #0000FF;
}
.ligne1s {
      background-color: #ccE6cc;
      color: #0000FF;
}
.ligne0s a{
      color: #303030;
      text-decoration: none;
      }
.ligne1s a{
      color: #303030;
      text-decoration: none;
}
.ligne0s a:hover{
      color: #808080;
	  text-decoration: none;
      }
.ligne1s a:hover{
      color: #808080;
      text-decoration: none;
}

/*--------------------------------------------------------*/
/* tantièmes											  */
/*--------------------------------------------------------*/
.tantiemes {
overflow: auto;
width:98%;

}
/*--------------------------------------------------------*/

/*--------------------------------------------------------*/
/* Clés et sections */
/*--------------------------------------------------------*/
#exercices_left {
	float: left;
	width: 65%;
	/*border: 2px solid black;*/
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 1px solid #A0A0A0;

}

#insert_right {
	float: right;
	width: 30%;
	/*border: 2px solid black;*/
}


.developper{
	margin: 3ex 0 0 0;
	text-align: left;
}
.developper a{
 text-decoration:none;
 cursor: pointer;
 /*font-size: 14pt;*/
}

.bloc_insert{
	/*margin: 3ex 0 1ex 0;*/
	/*border-bottom: 1px solid #eaeaea;*/
	margin: 3ex 0 0 0;
	border-bottom: 1px solid black;
	text-align: left;
}

.bloc_insert a,.bloc_cle_insert a{
 text-decoration:none;
 cursor: pointer;
 /*font-size: 14pt;*/
}

.bloc_exercice {
  	border: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: #E2EDEA;
}

.bloc_cle_insert {
	text-align: left;
	width: 85%;
	/*width: 95%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 3ex;
	margin-bottom: 0px;/*1ex;*/
	border-bottom: 1px solid black;
	text-align: left;
}

.bloc_cle {
  	border: 1px solid #ccc;
	/*margin-bottom: 15px;*/
	background-color: #f2f0e4;
	width: 85%;
	/*width: 95%;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



table.ligne_section {
	/*width: 100%;*/
	margin-left: 40px;
	/*margin-left: 5px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
	font-size: 10pt;
	/*border: solid 1px red;*/
}

td.section_cles_1{
		/*float: left;*/
		text-align:center;
		width: 260px;
	   	margin-left:auto;
	   	margin-right:auto;
		/*font-size: 12px;*/
		padding-top: 4px;
		padding-bottom: 4px;
		border: 1px solid #456;
		/*background-color: #cde;*/
		/*cursor: move;*/
		vertical-align: middle;
		border: solid 1px black;
	    background-color: #cef1c1;
}
td.section_cles_2{
		/*float: left;*/
		text-align:center;
		width: 260px;
	   	margin-left:auto;
	   	margin-right:auto;
		/*font-size: 12px;*/
		padding-top: 4px;
		padding-bottom: 4px;
		border: 1px solid #456;
		/*background-color: #cde;*/
		/*cursor: move;*/
		vertical-align: middle;
		border: solid 1px black;
	    background-color: #f7f6b5;
}
td.section_cles_3{
		/*float: left;*/
		text-align:center;
		width: 260px;
	   	margin-left:auto;
	   	margin-right:auto;
		/*font-size: 12px;*/
		padding-top: 4px;
		padding-bottom: 4px;
		border: 1px solid #456;
		/*background-color: #cde;*/
		/*cursor: move;*/
		vertical-align: middle;
		border: solid 1px black;
	    background-color: #f7b5b5;
}

/*
td.section_type1 {
	width: 6px;
	border: solid 1px black;
    background-color: #cef1c1;
}
td.section_type2 {
	width: 6px;
	border: solid 1px black;
    background-color: #f7f6b5;
}
td.section_type3 {
	width: 6px;
	border: solid 1px black;
    background-color: #f7b5b5;
}
*/

img.ico{
		cursor: pointer;
		border: none;
}

/*--------------------------------------------------------*/
/* Budgets */
/*--------------------------------------------------------*/


  .sidebar{
	float: left;
	margin-right: 0px;
	width: 208px;
  }

	#liste_budget {
		margin-left:0px;
		margin-top:10px;
		text-align:center;
		background-color: #eee;
	}

  .regroupement_comptes{
  	border: 1px solid #ccc;
	/*margin-bottom: 15px;*/
	background-color: #f2f0e4;
	width: 100%;
	margin-left: -1px;
	/*margin-right: auto;*/
  }

  #comptes {
  	border: 1px solid #ccc;
	background-color: #E2EDEA;
	text-align:center;
	height: 500px;
	width: 100%; /*208px*/
	overflow-x: hidden; 
	overflow-y: scroll;
 }

  #comptes input[type="button"]  {
		text-align:center;
		width: 190px;
		font-size: 12px;
		margin: 4px auto 4px auto;
   	   }

 td.separateur {
 	/*border-top:1px solid #808080;
 	border-bottom:1px solid #808080;*/
	background-color: #808080;
	width: 100%; /*200*/
 }


 td.compte {
		text-align:center;
		width: 155px; /*175*/
		font-size: 12px;
		padding: 4px 4px 4px 4px;
		border: 1px solid #456;
		background-color: #cde;
		cursor: move;
		list-style: none;
		/*display: inline;*/
	}

	div.compte {
		text-align:right; /*center*/
		width: 145px; /*155*/
		font-size: 12px;
		border: 1px solid black;
		background-color: #cde;
		cursor: move;
		padding-right:10px;
		padding-left:10px;
	}
	div.compte_N2 {
		text-align:center;
		width: 170px; /*200*/
		font-size: 12px;
		border-top: 1px solid black;
		/*background-color: #eef2cd;*/
		margin-left: 0px;
		margin-right:0px;
	}


	#liste_budget.hover {
		background-color: #ababab;
	}

	#liste_budget table {
			font-size: 13px;
			border-collapse:collapse;
	}

	#liste_budget td.budget {
		background-color: #cde;
	}

	tr.regroupement {
		background-color: #ffbcc6; /*fbe0b8*/
		text-align:right;
	}
	tr.regroupementN2 {
		background-color: #eef2cd; /*fbe0b8*/
		text-align:right;
	}

	div.compte_regroupement {
		text-align:right; /*center*/
		width: 175px;
		font-size: 12px;
		/*background-color: #ffbcc6; /*fbe0b8*/
		padding-right:10px;
		padding-left:10px;
	}
	div.compte_regroupementN2 {
		text-align:right; /*center*/
		width: 175px;
		font-size: 12px;
		/*background-color: #ffbcc6; /*fbe0b8*/
		padding-right:10px;
		padding-left:10px;
	}

	tr.Ligne_somme_totale {
		text-align: right; /*center*/
		background-color: #ffbcc6; /*fbe0b8*/
	}


	div.Somme_totale {
		text-align:right; /*center*/
		width: 175px;
		font-size: 12px;
		padding-right:10px;
		padding-left:10px;
		/*background-color: #fbe0b8;*/
	}

	div.budget {
		text-align:right; /*center*/
		width: 175px;
		font-size: 12px;
		background-color: #cde;
		cursor: move;
		padding-right:10px;
		padding-left:10px;
	}

	#liste_budget div.budget-non-masquable {
		text-align:right; /*center*/
		width: 175px;
		font-size: 12px;
		background-color: #cde;
		cursor: move;
		padding-right:10px;
		padding-left:10px;
	}

	#liste_budget td {
			border: 1px solid black;
	}


	div.clear {
	  clear: both;
	  }

/*--------------------------------------------------------*/
/* RAN						  */
/*--------------------------------------------------------*/
div.ligne_bordure_bottom {
	border-bottom: 1px solid black;
}

/*--------------------------------------------------------*/
/* importations					  */
/*--------------------------------------------------------*/
.import_NO {
    color: #FF0000; /* erreur en rouge */
}
.import_OK {
    color: #000000; /* noir */
}
table.collapse {
	border-collapse: collapse;
}
table.collapse td.full {
	border: 1px solid black;
}
table.collapse td.ligne_bordure_bottom {
	border-top: 0;
	border-bottom: 1px solid black;
}
table.collapse td.ligne_bordure_top {
	border-top: 1px solid black;
	border-bottom: 0;
}

/*--------------------------------------------------------*/
table.none td{
	border: 0px solid black;
}