/**
* style.css
* Feuille de style utilisé dans la boutique
* <link href="http://www.tendance-lingerie.com/css/boutique.css" type="text/css" rel="stylesheet"/>
*
* @author Jérôme DEBOUT <contact@netdcom.com>
* @version 1.0
*/

/* #CB2028 */

/* Barre de navigation */
.style_navi_haut {
	background: black url(http://www.tendance-lingerie.com/images/menu.jpg);
}

.style_navi_bas {
	background: black url(http://www.tendance-lingerie.com/images/menu.jpg);
}


/* Formulaire */
.champTexte {
  border:1px solid #CB2028;
  color: #000000;
}

.inputSubmit {
  background:#CB2028 none repeat scroll 0 0;
}

input#submit {
  background:#CB2028 none repeat scroll 0 0;
}
