/*##############################################################################
                     ICONES ET BOUTONS DE L'INTERFACE
##############################################################################*/


/*----------------------------------------------------------------------------*/
/* AJOUTER + TEXTE                                                            */
/*----------------------------------------------------------------------------*/

a.btn-ajouter-text:link{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/ajouter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-ajouter-text:visited{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/ajouter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-ajouter-text:hover{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/ajouter-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* SUPPRIMER + TEXTE                                                          */
/*----------------------------------------------------------------------------*/

a.btn-supprimer-text:link{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/supprimer-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-supprimer-text:visited{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/supprimer-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-supprimer-text:hover{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/supprimer-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* ACTIVER + TEXTE                                                            */
/*----------------------------------------------------------------------------*/

a.btn-etat-activer-text:link{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/etats/etat-gris.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-activer-text:visited{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/etats/etat-gris.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-activer-text:hover{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/etats/etat-vert.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* DESACTIVER + TEXTE                                                         */
/*----------------------------------------------------------------------------*/

a.btn-etat-desactiver-text:link{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/etats/etat-vert.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-desactiver-text:visited{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/etats/etat-vert.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-desactiver-text:hover{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/etats/etat-gris.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* DESCENDRE + TEXTE                                                            */
/*----------------------------------------------------------------------------*/

a.btn-descendre-text:link{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/descendre-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-descendre-text:visited{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/descendre-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-descendre-text:hover{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/descendre-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* PRECEDENT                                                                  */
/*----------------------------------------------------------------------------*/

a.btn-precedent:link{
  display: block;
  float: right;
  width: 120px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/precedent-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-precedent:visited{
  display: block;
  float: right;
  width: 120px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/precedent-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-precedent:hover{
  display: block;
  float: right;
  width: 120px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/precedent-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* CONSULTER                                                                  */
/*----------------------------------------------------------------------------*/

a.btn-consulter:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/consulter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-consulter:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/consulter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-consulter:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/consulter-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* DESCENDRE                                                                  */
/*----------------------------------------------------------------------------*/

a.btn-descendre:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/descendre-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-descendre:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/descendre-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-descendre:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/descendre-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* ENVOYER                                                                    */
/*----------------------------------------------------------------------------*/

a.btn-envoyer:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/envoyer-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-envoyer:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/envoyer-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-envoyer:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/envoyer-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* FLAG                                                                       */
/*----------------------------------------------------------------------------*/

a.btn-flag:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/flag-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-flag:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/flag-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-flag:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/flag-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* GALERIE                                                                    */
/*----------------------------------------------------------------------------*/

a.btn-galerie:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/galerie-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-galerie:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/galerie-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-galerie:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/galerie-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* MODIFIER                                                                   */
/*----------------------------------------------------------------------------*/

a.btn-modifier:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/modifier-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-modifier:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/modifier-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-modifier:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/modifier-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* MONTER                                                                     */
/*----------------------------------------------------------------------------*/

a.btn-monter:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/monter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-monter:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/monter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-monter:hover{
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icones/monter-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* PDF                                                                        */
/*----------------------------------------------------------------------------*/

a.btn-pdf:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/pdf-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-pdf:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/pdf-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-pdf:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/pdf-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* SUPPRIMER                                                                  */
/*----------------------------------------------------------------------------*/

a.btn-supprimer:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/supprimer-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-supprimer:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/supprimer-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-supprimer:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/supprimer-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* ACTIVER                                                                    */
/*----------------------------------------------------------------------------*/

a.btn-etat-activer:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/etats/etat-gris.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-activer:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/etats/etat-gris.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-activer:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/etats/etat-vert.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* DESACTIVER                                                                 */
/*----------------------------------------------------------------------------*/

a.btn-etat-desactiver:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/etats/etat-vert.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-desactiver:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/etats/etat-vert.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-etat-desactiver:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/etats/etat-gris.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* EXPORTER                                                                    */
/*----------------------------------------------------------------------------*/

a.btn-exporter:link{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/exporter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-exporter:visited{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/exporter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-exporter:hover{
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/icones/exporter-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* EXPORTER + TEXTE                                                           */
/*----------------------------------------------------------------------------*/

a.btn-exporter-text:link{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/exporter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-exporter-text:visited{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/exporter-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-exporter-text:hover{
  display: block;
  width: 300px;
  height: 18px;
  padding: 4px 0px 0px 20px;
  background-image: url('../images/icones/exporter-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}


/*----------------------------------------------------------------------------*/
/* LOADER                                                                     */
/*----------------------------------------------------------------------------*/

#ajax-loader{
  width: 31px;
  height: 31px;
  margin: 0px auto 0px auto;
  background-image: url('../images/ajax-loader.gif');
  background-repeat: no-repeat;
}


/*----------------------------------------------------------------------------*/
/* BOUTON GALERIE PHOTOS                                                      */
/*----------------------------------------------------------------------------*/

a.btn-galerie-photos:link{
  display: block;
  width: 120px;
  height: 44px;
  background-image: url('../images/icones/btn-galerie-photos-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-galerie-photos:visited{
  display: block;
  width: 120px;
  height: 44px;
  background-image: url('../images/icones/btn-galerie-photos-link.png');
  background-repeat: no-repeat;
  border: 0px;
}

a.btn-galerie-photos:hover{
  display: block;
  width: 120px;
  height: 44px;
  background-image: url('../images/icones/btn-galerie-photos-hover.png');
  background-repeat: no-repeat;
  border: 0px; 
}

