/* CSS Document */

	form#formAcheteurVendeur span{
		display:block;
		font-weight:bold;
		color:#666;
		text-transform:uppercase;
		font-size:11px;
		
	}
	form#formAcheteurVendeur span.required{
		color:#F00;
		display:inline;
	}
	form#formAcheteurVendeur span.checkbox{
		display:inline;
	}
	form#formAcheteurVendeur input, form#formAcheteurVendeur textarea, form#formAcheteurVendeur option, form#formAcheteurVendeur select{
		color:#666666;
		font-weight:bold;
	}
	form#formAcheteurVendeur input{
		width:260px;
		margin-top:5px;
	}
	form#formAcheteurVendeur input[type=checkbox]{
		width:20px;
	}
	form#formAcheteurVendeur select{
		margin-top:5px;
		width:100%;
		arrow-color: #FF0000;
	}
	form#formAcheteurVendeur textarea{
		width:545px;
	}
	form#formAcheteurVendeur div.champ, form#formAcheteurVendeur div.champlong, form#formAcheteurVendeur div.champcourt{
		float:left;
		margin-right:20px;
		margin-bottom:15px;
	}
	form#formAcheteurVendeur div.champbouton{
		clear:left;
	}
	form#formAcheteurVendeur div.champcheckbox{
		width:138px;
		margin-bottom:20px;
		float:left;
	}
	form#formAcheteurVendeur div.champlong input{
		width:545px;
	}
	form#formAcheteurVendeur{
		width:600px;
		color:#333;
	}
	form#formAcheteurVendeur input.bouton{
		background: #666      ;
		width:116px;
		height:33px;
		cursor:pointer;
	}
	form#formAcheteurVendeur input.bouton_en{
		background: #666 ;
		width:116px;
		height:33px;
		cursor:pointer;
	}
	form#formAcheteurVendeur fieldset{
		border:none;
		font-family:Arial, Helvetica, sans-serif;
		margin-left:0;
		padding-left:0;
	}
	form#formAcheteurVendeur div.titre{
	font-weight: normal   ;
	color: #4a41b6 ;
	font-size:16px;
	margin-bottom:25px;
	margin-top:0px;
	width:600px;
	float:left; 
	}
	form#formAcheteurVendeur input#captchacode{
		font-weight:normal;
		font-size:10px;
		height:15px;
		padding-left:3px;
		color:#555;
	}
	form#formAcheteurVendeur a.captchalink{
		display:block;
		padding-left:40px;
		background:url(../images/Preloader_3.gif) no-repeat center left;
		height:20px;
		line-height:20px;
		text-transform: uppercase;
		margin-left:10px;
	}
