/* $Id: cms_forms.css,v 1.1.1.1 2008/11/26 17:12:35 sebastien Exp $ */

/*Forms replacement messages*/

.cms_forms{
	background-color:		#d7cfcd;
	padding:			15px 0 10px 0;	
}

.cms_forms input{
	width:				215px;
		
}
.cms_forms input.checkbox{
	width:				auto;	
}

.cms_forms textarea {
	width:				315px;
	height:				70px;
}

.cms_forms label{
	color:				#030303;
	font-size:			12px;
	font-weight:			normal;
}

.cms_forms input, .cms_forms textarea, .cms_forms select{
	color:				#393939;
	background:			#ffffff;
	padding:			1px;
	border:				solid 1px #544442;
	
}

.cms_forms select{
	border:				1px solid #a59893;	
}	

/*Styles spécifiques au formulaire de Contact */
.tableFrmWithText .cms_forms{
	margin:				0 0 20px 0;
}

#cms_forms_3 .tdType1{
	width:				80px;
	text-align:			right;
}

#cms_forms_3 .tdType2{
	width:				107px;
	text-align:			right;	
}

#cms_forms_3 .tdInput{
	width:				215px;
}

#cms_forms_3 .smallInput{
	display:			block;
	width:				73px;	
}

#cms_forms_3 .smallInput{
	display:			block;
	width:				73px;	
}

#cms_forms_3 .longArea{
	display:			block;
	width:				546px;	
}

#cms_forms_3 .text{
	color:				#323030;
	font-size:			11px;
	padding:			0 35px 0 0;
}












