#header {
   background-image: url("../images/Logo_APC.png");
   background-size: 80px;
   background-repeat: no-repeat;
   height:90px;
   color: #0270B6;
}

#header a	{
  text-decoration: underline;
}

#footer
{
   height: 10px;
   color: #b3a793;
   font-size: 12px;
   text-align: center;
   padding-top: 0px;
}

#footer a
{
   text-decoration: underline;
   color: #b3a793;
}


#button-bar {
	color:				#0270B6;
	border:				grey;
	border-width:		thin;
	border-bottom-style:	solid;
	padding-bottom:		10px;
}

button{
	width				:	200px;
}	
button[disabled]{
	color:	#b3a793;
}	

th	{
	color: #0270B6;
}

.ffessmblue	{
	color: #0270B6;
}

/** les boutons **/
#ajouter{
  display:	inline-block;
  width:21px;
  height:21px;
  background:url("../images/germain-icone-petit.jpg") -1px 0 no-repeat;
}

#modifier{
  display:	inline-block;
  width:21px;
  height:21px;
  background:url("../images/germain-icone-petit.jpg") -25px -1px no-repeat;
}

#supprimer{
  display:	inline-block;
  width:21px;
  height:21px;
  background:url("../images/germain-icone-petit.jpg") -47px -1px no-repeat;
}

/**    Popup de changement de mot de passe **/
#newMDP{
  display:	inline-block;
  width:21px;
  height:21px;
  background:url("../images/germain-icone-petit.jpg") -24px -43px no-repeat;
}

#changePasswordForm{
   display:none;
}
#changePasswordFormOLD{
   width:500px;
   height:330px;
   margin-top:-100px;
   position:absolute;
   background-color:#585858;
   border-radius:3px;
   box-shadow:0px 0px 10px 0px #424242;
   padding:10px;
   box-sizing:border-box;
   font-family:helvetica;
   visibility:hidden;
   display:none;
}

#changePasswordForm #doChangePWD
{
   margin-left:-5px;
   margin-top:10px;
   width:250px;
   height:40px;
   border:none;
   border-radius:3px;
   color:#E6E6E6;
   background-color:grey;
   font-size:20px;
}
.btn-retour {
  background-color: #aaf;
  border-color: #ccc;
  width:60px;
}
.retours_checkbox{
    width: 30px;
    height: 30px;
}

#exportCSV{
  display:	inline-block;
  width:21px;
  height:21px;
  background:url("../images/csv.jpg");
}