/**
 * @author        Jacques Bodin-Hullin & Damien Carre
 * @copyright     (C) 2009 Zen-2.fr
 * @license       All rights reserved
 */

/*Message du formulaire*/
div#newsletterSubscribeMessage {
   float: left;
   background: transparent url(./img/messages.gif) top left no-repeat;
   height: 135px;
   width: 112px;
   margin-top: 13px;
   margin-left: 120px;
   color: #1870B0;
   font-weight: bold;
   padding-top: 20px;
   padding-left: 10px;
   padding-right: 40px;
   text-align: center;
   font-variant: small-caps;
   font-size: 15px;
}

/*Formulaire d'abonnement*/
form#newsletterSubscribe {
   background: #1870B0 url(./img/bulles.jpg) top left no-repeat;
   margin-left: 285px;
   height: 114px;
   clear: both;
}

form#newsletterSubscribe fieldset { border: none; }

form#newsletterSubscribe input.txt {
   background: transparent;
   border: none;
   width: 115px;
   padding-top: 3px;
   height: 25px;
   display: block;
   margin-left: 225px;
   margin-top: 38px;
   color: #7f7f7f;
   font-size: 17px;
   text-align: center;
}

form#newsletterSubscribe input.sbmt {
   margin-left: 235px;
   background: transparent url(./img/bouton.jpg) top left no-repeat;
   border: none;
   height: 25px;
   width: 98px;
}
