@media all
{
	h1,h2,h3,h4,h5,h6 {
		font-family: "Bodoni SvtyTwo SC ITC TT";
	}
}

.sc_textInput {	
/* font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
 font-size:11px;
 width:300px;
 height:20px;	
 color: #444;
 font-family:arial;
 background-color:#e5e5e5;
 border:0px solid #e0e8af;
 /*text-transform:uppercase;*/
}

.sc_textInput1 {	
/* font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
 font-size:11px;
 width:30px;
 height:20px;	
 color: #444;
 font-family:arial;
 background-color:#e5e5e5;
 border:0px solid #e0e8af;
 /*text-transform:uppercase;*/
}

.sc_bouton {
	width:70px;
	background-color:#DDD;
	/*border: 1px solid #666;*/
	font-size:11px;
	height: 20px;	
 	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	margin-left: 6px;
}

.sc_label {
	float: left;
	width:100px;
	font-size:11px;
}

.sc_label2 {
	float: left;
	width:370px;
	font-size:11px;
}
