/*
 classe du tableau contenant le bloc newsletter
 regler la largeur a la taille des images de fond 
*/

.newsletter
{
  width: 510px;
  margin: auto;
}

/* bloc superieur clap letter */ 
.nletter_top
{
 background: transparent url(/elmt/nl/nl_top.gif) no-repeat left top;
 width: 510px;
 height:76px;
}

/* bloc milieu clap letter */ 
.nletter_mid
{
 background: transparent url(/elmt/nl/nl_mid.gif) repeat-y  left top;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#A58603;
	padding-left:25px;
	padding-right:30px;

}
/* style des champs texte*/
.nletter_mid input
{
 border: 1px solid #000000;
}

/* bloc bas clap letter */ 
.nletter_bot
{
 background: transparent url(/elmt/nl/nl_bot.gif) no-repeat left top;
}