OREGON
Le code d'un tel mouvement au survol d'un bouton:
<p class="truc" style="width: 120px; height: 42px; float: left; font-size: 16pt; text-align: center; margin: 20px 0px 0px 100px; padding: 10px 0px 0px 0px;">
<span style="color: #000000;"><strong>OREGON</strong></span></a>
<style type="text/css"><!--
.truc {
color: black;
background-color: #cfffcf;
border:5px solid #ff6600;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
}
.truc:hover {
color: black;
border:5px solid #800000;
box-shadow:3px 3px 5px;
background-color:pink;
-webkit-transform: translate(0px, -5px) ;
-moz-transform: translate(0px, -5px);
--></style>