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

* {margin:0;padding:0;}
body{background:transparent;font-family: Verdana;}
#form {width:739px;height:86px;position:relative;}

#form #email {position:absolute;top:33px;left:152px;width:280px;text-align: center; font-family: Arial; font-size: 25px;height:40px; font-weight: bold;z-index:1000;color:#000;}
#form #formulaire_button {display:block;position:absolute; top:33px;right:150px;width:131px;height:48px;z-index:1000;}
#form #formulaire_button:hover {cursor:pointer;}


