/* CSS GENERAUX */
html{
	background: url('../img/background.jpg');
}

.container{
	width:100%;
	height: calc(100% - 90px);
	padding: 40px 0 50px 0;
	position: relative;
	z-index: 1;
	color: #DEDFE1;
}

#loader{
	display: none;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: white;
	opacity: .5;
	z-index: 1;
}

#loader img{
	position: absolute;
	top:50%;
	left:50%;
	margin:-21px 0 0 -31px;
}

.menu_top{
	height:40px;
	width: 100%;
	background: url('../img/fond_menu_top.jpg') repeat-x;
	color:white;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	position: fixed;
	z-index: 100;
	top:0;
}

.menu_bottom{
	height:50px;
	background: url('../img/fond_menu_bottom.jpg') repeat-x;
	text-align: center;
	position: fixed;
	z-index: 100;
	left:0;
	right: 0;
	bottom: 0;
}

.active{background: url('../img/fond_bouton_actions_active.jpg') repeat-x}


.actions{
	width: 25%;
	height: 40px;
	margin-top: 5px;
	font-size: 11px;
	color: #fffeff;
	font-weight: bold;
	float: left;

}

/* PAGE LOGIN */
#code_secret{
	border:2px #7c8085 solid;
	height: 40px;
	width: 280px;
	margin: 30px auto 0 auto;
	border-radius: 10px;
	position: relative;
}

#code_secret input{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background:none;
	border:none;
	text-align: center;
	color:white;
	font-size: 25px
}

#login{
	border:2px #7c8085 solid;
	height: 244px;
	width: 280px;
	margin: 10px auto 0 auto;
	border-radius: 10px;
	position: relative;
}

#login .touche_clavier{
	width: 92px;
	height: 60px;
	background: url('../img/fond_bouton_clavier.jpg') repeat-x;
	float: left;
	border: 1px #7c8085 solid;
	line-height: 60px;
	color: #dedfe1;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

#login .submitlogin {
	width:40px;
	height: 40px;
	background: url('../img/valider.png') center center no-repeat;
	border:none;
	font-size: 40px;
	cursor: pointer;
}

#login .hommefemme{
	margin: 0;
	padding: 0
}

.round-hg{ border-radius: 7px 0 0 0}
.round-hd{ border-radius: 0 7px  0 0}
.round-bg{ border-radius: 0 0 0 7px}
.round-bd{ border-radius: 0 0 7px 0}



/* PAGE COMPTE */
#navmonth {
	text-align: center;
	height: 20px;
	background: url('../img/fond_nav_month.jpg') repeat-x;
	margin-bottom: 10px 
}

.nav{
	margin-top: 2px;
	width: 16px;
	height: 16px;
}

.save,.savereleves{ width:150px; height:30px; margin: auto; text-align: center; background:url('../img/save.png') no-repeat; cursor: pointer; float: right }
.modif{ width:150px; height:30px; margin: auto; text-align: center; background:url('../img/modifier.png') no-repeat; cursor: pointer; float:left;}
.annulmodif{ width:150px; height:30px; margin: auto; text-align: center; background:url('../img/annulermodifier.png') no-repeat; cursor: pointer; float:left; display: none}
.savewait{ width:150px; height:30px; margin: auto; text-align: center; background:url('../img/savewait.png') no-repeat;display: none }
.savenok{ width:150px; height:30px; margin: auto; text-align: center; background:url('../img/savenok.png') no-repeat; display: none }

.next{background: url('../img/next.png') no-repeat; float: right; margin-right: 10px; cursor: pointer;}
.prev{background: url('../img/prev.png') no-repeat; float: left; margin-left: 10px;cursor: pointer;}
.euro{float: right; width: 4%; margin-left: 1%}

.block{ margin-bottom: 20px}

h1{text-align: center;background:url('../img/fond_month_h1.jpg') repeat-x; margin-bottom: 5px;   }
h3{text-align: center;background:url('../img/fond_month_h3.jpg') repeat-x; margin-bottom: 5px;   }
.ligne{margin: 0 10px 0 10px;}
.intitule{width: 75%; float: left; border-right: 1px white dotted; margin: 2px 0 2px 0}
.chiffre{width: 20%; float: right; text-align: right; }
.saisie{background: #a7a7a7; border:none; width:90%; color:black; text-align: right; margin: 0; padding: 0; font-size: 16px;  }
.intitule input{background: none; border: none; color: #DEDFE1; margin: 0; padding: 0; font-size: 16px}
.negatif{background: red;}
.plus img{float: right; margin-top: 3px; margin-right: 10px}
.icondelete{display: none;}



/* PAGE NOUVEAU MOIS */
.nouveau_mois{
	margin: 0 10px 0 10px; 
}

.entete_nouveau {
	width: 200px;
	display: inline-block;
}

.save_nouveau_mois{
	width:150px; 
	height:30px; 
	margin: 50px auto 0 auto; 
	text-align: center; 
	background:url('../img/creer.png') no-repeat; 
	cursor: pointer; 
}


/* PAGE STATISTIQUES */
#chart1
{
	height: 325px; 
	position: relative;
}

#chart2,#chart3,#chart4
{
	height: 460px; 
	position: relative;
}

#navyear{
	text-align: center;
	height: 20px;
	background: url('../img/fond_nav_month.jpg') repeat-x;
	margin-bottom: 10px 
}

.tableau_recap_annee{
	width: 100%;
	padding:5px;
}

.tableau_recap_annee .entete{
	text-align: center;
	background: #266998;
}























/* page choix outil */
.choix_outil{
	text-align: center;
	margin-top: 50px;
	font-size: 1.5em
}

.choix_outil img{
	padding: 10px;
}






/* page releves */
.table_saisie{
	width: 95%;
	max-width: 500px;
	margin: auto;
	color: white;
	border:1px white solid;
	font-size: .8em;
}

.table_releves{
	width: 48%;
	max-width: 500px;
	margin: 1%;
	color: white;
	font-size: .8em;
	float: left;
}

.col1 img{
	height: 14px
}
.table_releves input[type='number']{
	width: 90%;
	height: 20px
}
.radio{
	margin: 5px;
	text-align: center;
}

.editJour{
	float: left;
	padding: 2px
}
.radiobleu{
	background: blue ;
}
.radioblanc{
	background: white;
}
.radiorouge{
	background: red;
}

.bleu{
	border:2px blue solid;
}
.blanc{
	border:2px white solid;
}
.rouge{
	border:2px red solid;
}
.tourtransparent{
	border:2px transparent solid;
}
.ligne1{
	background: black;
	color: white;
	font-size: 1.2em;
	height:30px;
}

.ligne_separation td{
	border-bottom: 1px white solid;
	text-align: center;
	background: black;
}
.edition{
	display: none
}
.col1{
	width:80px;
}

.savereleves{
	float: none;
}
.cancelreleves{
	float: right;
	width: 20px;
	background: red;
	color:white;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
}



/* page stat conso */
.table_statistiques{
	width: 95%;
	max-width: 500px;
	margin: auto;
	color: white;
	font-size:.7em;
}

.indice{
	display: inline-block;
	margin:3px;
	padding: 3px;
	border-radius:5px;
	border-width: 2px;
	display: block
}