/* CSS Document */
fieldset{
	border: 1px solid #8CAABB;/* #ECECEC; */
	padding: 8px;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:15px;
}

legend{
	font-weight:bold;
	color: #011E3E;/*#747474;*/
	padding: 10px 4px;
	font-size:12px;
}

input, textarea, select {
	color: #505A61;
	font-size:9px;
	font-family:Tribuchet, Arial, Helvetica, sans-serif;
 	border: 1px solid #8CAABB;
	width: 50%;
	height:15px;
}

.checkbox{
	width:13px;
	border:0px;
	height:18px;
}
* html .checkbox{
	padding-top:2px;
	height:20px;

} 

.button{
	background-color:#CCCCCC;
	width:auto;
	font-size: 10px;
	line-height: 10px;
	color: #505A61;
	border: 1px solid #8CAABB;
	padding:0px 1px;
	vertical-align:middle;
	margin-top:5px;
	cursor:pointer;
	background-image:url(../../images/template/bg_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:20px;
	margin-right:5px;
}

.asterix{
color:#E00000;
font-size:13px;
}

.trErreur{
color:#d72222;
}

#tableNewsletter td{
padding:3px;
font-size:11px;
}

.f_phone{
width:99px;
margin-right:8px;
}

*+html .f_phone{
width:101px;
}

* html .f_phone{
width:101px;
}

.msgErreur{
margin-left:10px;
color:#E00000;
padding-top:4px;
}

* html div.msgErreur{
margin-left:20px;
}

label{
line-height:195%;
vertical-align:top;
}

* html .label {
line-height:50%;
vertical-align:middle;
}