body {
font-family:Arial;
font-size:20px;
}
h1 {
font-size:30px;
font-style:italic;
font:bold;
color:#777777;
text-align:center
}
h2 {
font-size:20px;
color:#777777;
}
h3 {
font-size:20px;
font:normal;
}
ul {margin-top:0px; margin-bottom:0px}
li {margin:4px 4px 4px -20px}
ul li.focus a {color:black; text-decoration:none; font-family:Arial; font-size:20px }
ul li.focus a:visited {color:black; text-decoration:none; font-family:Arial; font-size:20px}
input {font-family:Arial; font-size:20px}
textarea {font-family:Arial; font-size:20px}

.prenom {
font-size:20px;
font-style:italic;
font-weight:bold;
}

.kdos {
font-size:20px;
}

/* bouton modifier */
form.bouton {
    display:inline;
}
.bouton_modifier {
  display:inline;
  background:url(./images/bouton-modifier-off.png) top right no-repeat;
  width:25px;
  height:15px;
	padding: 0 0 0 10px;
	cursor: pointer;
	border:0;
}
.bouton_modifier:hover {
  background:url(./images/bouton-modifier-hover.png) top right no-repeat;
}
/* bouton supprimer */
.bouton_supprimer {
  display:inline;
  width:25px;
  height:15px;
  padding: 0 0 0 10px;
	cursor: pointer;
	border:0;
	background:url(./images/bouton-supprimer-off.png) top right no-repeat;
}
.bouton_supprimer:hover {
	background:url(./images/bouton-supprimer-hover.png) top right no-repeat;
}

/* ascenseur */
.ascenseur {
  display:inline;
  width:20px;
  height:20px;
  padding: 0 0 0 10px;
	cursor: pointer;
	border:0;
	background:url() top right no-repeat;
}
.plop{
    animation: Plop 1s infinite;
}
@keyframes Plop{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
