/* Design (images) by Ouaz
http://www.ouaz-studio.com
Pour http://www.kitgraphique.net

Découpage, modifications et CSS par Konnecting
http://www.konnecting-entertainment.com
Pour Narus http://www.narys.fr

CSS de http://www.a-vos-cas.com
Le 23 mars 2008

global/formulaires.css
*/

/* Le label */
label.label
{
  display : block;
  float : left;
  width : 150px;
}


/* Le select */
select
{
  border : 1px solid #84827a;
  background-color : #fef9dc;
	font-family : Verdana, sans-serif;
	font-size : 12px;
	padding : 3px;
	height : 23px;
}


/* Le textarea */
textarea
{
	font-family : Verdana, sans-serif;
	font-size : 12px;
	padding : 5px;
  border : 1px solid #84827a;
  background-color : #fef9dc;
}


/* Tout ce qui concerne les input */
/* Input de base pour le texte */
input.text
{
  border : 1px solid #84827a;
  background-color : #fef9dc;
	font-family : Verdana, sans-serif;
	font-size : 12px;
	padding : 2px;
	padding-top : 3px;
  padding-left : 25px;
	height : 20px;
}

/* Input pour les boutons */
input.button
{
  color : #fef9dc;
  border : 2px outset #000000;
  background-color : #5b5b5b;
	font-family : Verdana, sans-serif;
	font-size : 12px;
	padding : 2px;
	font-weight : bold;
}

input.button:active
{
  border : 2px inset #000000;
}

/* Input avec image */
input.utilisateur { background : url('http://img.a-vos-cas.com/form/utilisateur.gif') no-repeat 3px 3px; }

input.drapeau { background : url('http://img.a-vos-cas.com/form/drapeau.gif') no-repeat 3px 3px; }

input.lettre { background : url('http://img.a-vos-cas.com/form/lettre.gif') no-repeat 3px 3px; }

input.clee { background : url('http://img.a-vos-cas.com/form/clee.gif') no-repeat 3px 3px; }

input.nouveau { background : url('http://img.a-vos-cas.com/form/nouveau.gif') no-repeat 3px 3px; }
