
  /*//////////////////
 ///// Couleurs /////
//////////////////*/

/* Pourpre : 73021b */
/* Ocre : c28400 */
/* Gris : 404040 */


  /*////////////////////////////////
 ///// Classes de formulaires /////
////////////////////////////////*/

LABEL {
	color:#FFFFFF;
	font-size:13px;
	line-height:22px;
	font-weight:normal;
}

INPUT {
	/*margin-top:25px;*/
}

SELECT {
	font-family:'Trebuchet MS';	
	border-color:#282529;
	border-style:solid;
	border-width:1px;
}

TEXTAREA {
	border-color:#282529;
	border-style:solid;
	border-width:1px;
	padding:3px;
	
	font-family:'Trebuchet MS';
	font-size:12px;
	background-color:#f7f7f7;
	line-height:20px;
}

BUTTON {
	cursor:pointer;
}

.inputText {
	line-height:20px;
	font-family:'Trebuchet MS';
	
	border-color:#282529;
	border-style:solid;
	border-width:1px;
}
