/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* pour boite cadre blanc */
.button {
  color: #757575;
  background-color: #FFFFFF;
  display: block;
  transition: all 0.3s ease-out;
}
.press {
padding:40px 0 20px 0 ;
}
.presstit {
padding:0 0 100px 0 ;
}
.button:hover {
  border-bottom: 10px solid #cccccc;
  width:90%;
  margin: auto;
}
.button:visited {
  color:#999999;
}
/* */
/* */
