	/*Dans commun.css, j'ai changé la propriété :
		.col_gauche .texte{
			margin-left:25px;//anciennement fixée à 60px
		}
		Dans les fichiers index.htm et rappel.html, mise en commentaire 
		d'une balise <br> dans la colone de droite 
		avant le h1 "pour commander" et
		changement de la css dans commun.css:
		.col_droite .texte h1{
			margin-top:35px;
		}
	*/
	.mainForm {
	width:490px!important;width:475px;
	overflow:hidden;
	}
	/*Image du titre de la page inclu dans un h1*/
	.texte .mainForm h1 img{float:none;padding-bottom:25px;}
	.mainForm p{
	position:relative;
	padding-bottom:3px;
	padding-left:12px;
	}
	/*Labels du formulaire*/
	 
	/*inputs*/
	.mainForm p input{
		font-size:9px;
		height:12px;
		padding:0;
		position:absolute;
		left:150px;
		top:2px!important;
		width:300px;
		border:2px solid #eaeaea;
		color:#500954;
	}
	/*Select du début du formulaire*/
	.mainForm p select{
		font-size:9px;
		height:15px;
		padding:0;
		position:absolute;
		left:152px;
		top:0;
		width:135px;
		border:0 none;
		color:#500954;
	}
	/*textarea de la fin du formulaire*/
	.mainForm p textarea{
		border:2px solid #eaeaea;
		position:absolute;
		left:150px;
		font-size:11px;
		color:#500954;
	}
    /*validators*/
	.mainForm p .validator{
		position:absolute;
		left:460px;
		font-weight:bold;
		color:Red;
	}
	/*Succès / échec */
	.labelErreur
	{
	    font-weight:bold;
	    color:Red;
	}
	.labelInfo
	{
	    font-weight:bold;
	    color:Green;
	}
	
	/*Artifice pour avoir la bordure autour du select sous IE*/
	span.selectBorder{
		position:absolute;
		left:150px;top:-2px;
		width:135px;height:15px!important;height:18px;
		border:2px solid #eaeaea;
		line-height:0;
	}
	/**/
	p.introForm {position:relative;padding-bottom:50px;padding-left:45px;}
	p.introForm img{
	display:block;position:absolute;top:-25px;right:0;
	}
	/*longueurs et positionnements spécifiques des éleménts du formulaire*/
	 
	/*Formulaire de demande de devis*/
	.demDevis {
	margin-top:20px;
	}
	.demDevis .fax  {width:245px;}
	.demDevis .email  {width:245px;}
	.demDevis .tel  {width:245px;}
	.demDevis .cp {width:100px;}
 
	.demDevis .besoins{overflow-y:scroll;}
	.demDevis .envoyer
	{ 
	    float:right;
	    margin-top:75px!important;
	}
	
	/*Formulaire de demande de catalogue */
	.demCatalogue {
	margin-top:20px;
	}
	.demCatalogue .fax  {width:245px;}
	.demCatalogue .email  {width:245px;}
	.demCatalogue .tel  {width:245px;}
	.demCatalogue .cp {width:100px;}
 
	.demCatalogue .besoins{overflow-y:scroll;}
	.demCatalogue .envoyer
	{ 
	    float:right;
	    margin-top:75px!important;
	}

	/*Formulaire de demande de rappel*/
	.rappel {
	margin-top:20px;
	}
	.rappel .fax  {width:245px;}
	.rappel .email  {width:245px;}
	.rappel .tel  {width:245px;}
	.rappel .cp {width:100px;}
 
	.rappel .besoins{overflow-y:scroll;}
	.rappel .envoyer
	{ 
	    float:right;
	    margin-top:75px!important;
	}

	.formLabel
	{
	    font-weight:bold;
	}
	.formEnvoyer {float:right;margin-top:70px;margin-top:15px!important;}
 
	
	 