	/* Ajout LTE : reprise du site de 2023*/
	  .title a{
	  text-decoration: none;
	  }

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		/*LTE*/
		margin-bottom: 1em;
		/*margin-bottom: 0;*/
	}

	ul.actions {
		list-style: none;
		padding-left: 0;
		/*LTE*/
		margin: 2em 0 1em 0;
		/*margin: 3em 0 0 0;*/
	}

	.wrapper {
		position: relative;
		/*LTE*/
		padding: 2em 0 2em 0;
		/*padding: 6em 0 9em 0; */
	}


		#logo h1 {
			/*LTE */
 			text-shadow: 2px 2px 2px black;
		}

		#logo p {
			color: #eee;
			/*LTE: si c'est pas blanc, ça ne se voit pas assez*/
			color: white; /*rgba(255, 255, 255, 0.5);*/
			/*color: rgba(255, 255, 255, 0.5);*/
			/*LTE */
			text-shadow: 2px 2px 2px black;
		}
        
	#intro {
		/*LTE*/
		padding-bottom: 4em;
		/*padding-bottom: 8em;*/
	}
        

/* Le formulaire de recherche */
#formulaire_recherche { text-align: center; }
#formulaire_recherche input#recherche {
    transition: all .25s ease-in-out;
    -webkit-appearance: none; 
    margin-right: 1em; 
    padding: 0.75em 1em 0.75em 1em; 
    min-width: 20em; height: 2rem;
	line-height: 1em; border: 0; 
    background: #eee; 
    box-shadow: inset 0px 0px 1px 0px #a0a1a7; 
    border-radius: 0.35em; 
    }
#formulaire_recherche input.submit { height: 2rem; }

#searchnav .formulaire_spip label {
    color: white;
}

    #searchnav {
        position: absolute;
        display: block;
        top: 0.2em;
        left: 0;
        width: 100%;
        text-align: center;
    }


	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		line-height: 2em;
	}
    
    
    