@charset "utf-8";
/* CSS Document */

/*
pour toutes les images, 'border:0px' au lieu de 'border:none' sinon encore, les images ne s'afficheront
pas dans des naviguateurs tels que IE 6, Chrome ou Opera.
*/

/* forme abregee : haut droit bas gauche */

/* *********** */
/* gestion.css */
/* *********** */

/* ******* */
/* boutons */
/* ******* */
.boutonAjouter,
.boutonAjouter:hover,
.boutonCreer,
.boutonCreer:hover,
.boutonModifier,
.boutonModifier:hover,
.boutonSoumettre,
.boutonSoumettre:hover,
.boutonSupprimer,
.boutonSupprimer:hover {
	width:65px;
	height:28px;
	border-width:0px;
}

.boutonAjouter {
	background-image:url(../img/interface/gestion/bouton-ajouter.gif);
}

.boutonAjouter:hover {
	background-image:url(../img/interface/gestion/bouton-ajouter-sel.gif);
}

.boutonCreer {
	background-image:url(../img/interface/gestion/bouton-creer.gif);
}

.boutonCreer:hover {
	background-image:url(../img/interface/gestion/bouton-creer-sel.gif);
}

.boutonModifier {
	background-image:url(../img/interface/gestion/bouton-modifier.gif);
}

.boutonModifier:hover {
	background-image:url(../img/interface/gestion/bouton-modifier-sel.gif);
}

.boutonSoumettre {
	background-image:url(../img/interface/gestion/bouton-soumettre.gif);
}

.boutonSoumettre:hover {
	background-image:url(../img/interface/gestion/bouton-soumettre-sel.gif);
}

.boutonSupprimer {
	background-image:url(../img/interface/gestion/bouton-supprimer.gif);
}

.boutonSupprimer:hover {
	background-image:url(../img/interface/gestion/bouton-supprimer-sel.gif);
}

/* ********* */
/* rubriques */
/* ********* */

#rubriqueConnexion {
	width:332px;
	height:35px;
}

#rubriqueConnexion {
	background-image:url(../img/interface/rubriques/rubrique-connexion.gif);
}
