
/*** Mise en forme du formulaire ***/

.tx-powermail-pi1 {
	width: 100%;	/*** Largeur du formulaire ***/
	border: 0px solid black;
	color: black;
	background: #fff;
	margin: 0;
	padding: 0em;
}
.tx-powermail-pi1 input,.tx-powermail-pi1 textarea{
padding:5px; width:200px;margin-bottom:10px;
}

.tx-powermail-pi1_fieldset {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	outline:1px;
	color: black;
	background: #F7F7F7;
	margin: 0;
	padding: 1em;
  border:1px solid #0673B8;
}
.tx-powermail-pi1_fieldset legend {	/*** Mise en forme des titres des cadres ***/
        font-size:1em;
	font-weight: bold;
	color: #0673B8;
	background: transparent;
}

.tx-powermail-pi1_fieldset  label {	/*** Mise en forme des intitulés de champs ***/
        color:#0673B8;
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés a droite... ***/
        clear:both;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
}
.tx-powermail-pi1_fieldset label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitulés ***/
}
.tx-powermail-pi1_fieldset label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}

.tx-powermail-pi1_fieldset input:focus,.tx-powermail-pi1_fieldset textarea:focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
	
}
.tx-powermail-pi1_fieldset .normal {	/*** Retour a l'état normal apres l'utilisation ***/
	background: white;
	color: black;
}




	
/*** Mise en forme du pied de formulaire ***/
.tx-powermail-pi1_fieldset_3 {	
	font: bold 1em arial, hevetica, sans-serif;
	color: white;
	margin: 0;
	padding: 5px;
        
}
.tx-powermail-pi1_fieldset_3 {
	text-align: right; /*** Les boutons sont alignés a droite ***/
}
.tx-powermail-pi1_fieldset_3 input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 10px;
     
        background:#fff;
        color:#0673B8;
}
.tx_powermail_pi1_fieldwrap_html_submit{
float:right;
margin-right:20px;
}
