/* Formulaire Contact */
#form-docs {
	font-size:13px;
	color:#666666;
}

div#form-docs {
	padding:0 15px 0 0;
}

table#form-docs {
	width:auto;
	float:right;
}


.tab table#form-docs {
	width:auto;
	float:none;
}

table#form-docs .col-left{
text-align:right;
padding:0 15px 0 0;
}

#form-docs .input-form {
	border:1px solid #CAC6BC;
	color:#666666;
}

#form-docs .focus-input {
	background-color:#E4EDF1;
}

#form-docs .input-form, #form-docs textarea.input-form {
border:1px solid #CAC6BC;
float:right;
height:21px;
margin:0pt;
padding:3px 0pt 0pt;
width:264px;
}

#form-docs textarea.input-form {
height:150px;
}

p#erreur-form.alert {
	background: #fff6bf url(../images/ico_alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color:#FF6600;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

#form-docs .focus-alert {
	background-color:#fff6bf;
	border:1px solid #ffd324;
}

#form-docs span.alert {
	text-align: left;
	color:#FF6600;
}

#form-docs p.alert {
	text-align: left;
	color:#FF6600;
	margin:15px 0 0 130px
}


#form-docs .button {
	font-size:11px;
}

#form-docs textarea {
	height:105px;
	border:1px solid #CAC6BC;
	padding:3px 0pt 0pt;
	width:264px;	
}

