

/*****************************
      BALISES COMMUNNES
******************************/
body {
    padding-top:20px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #DDDDDD;
}

a{
	color:#0000ff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img {
	border:0px;
}
.png {
	behavior: url(../img/png_ie.htc);

}

/* *************************** 
   $7 Forms
   ***************************/



.tx-powermail-pi1 {
	width: 95%;	/*** 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 #000;
}
.tx-powermail-pi1_fieldset legend {	/*** Mise en forme des titres des cadres ***/
        font-size:1em;
	font-weight: bold;
	color: #000;
	background: transparent;
}

.tx-powermail-pi1_fieldset  label {	/*** Mise en forme des intitulÃ&#131;Â&#131;Ã&#130;Â&#131;Ã&#131;Â&#130;Ã&#130;Â©s de champs ***/
        color:#000;
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 50%;	/*** Les intitulÃ&#131;Â&#131;Ã&#130;Â&#131;Ã&#131;Â&#130;Ã&#130;Â©s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignÃ&#131;Â&#131;Ã&#130;Â&#131;Ã&#131;Â&#130;Ã&#130;Â©s a droite... ***/
        clear:both;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 18px;	/*** ... et centrÃ&#131;Â&#131;Ã&#130;Â&#131;Ã&#131;Â&#130;Ã&#130;Â©s verticalement. ***/
}
.tx-powermail-pi1_fieldset label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitulÃ&#131;Â&#131;Ã&#130;Â&#131;Ã&#131;Â&#130;Ã&#130;Â©s ***/
}
.tx-powermail-pi1_fieldset label.oblig {
	font-weight: bold;	/*** Mise en Ã&#131;Â&#131;Ã&#130;Â&#131;Ã&#131;Â&#130;Ã&#130;Â©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 {	
	background: white;
	color: black;
}

/*** Mise en forme du pied de formulaire ***/
.tx-powermail-pi1_fieldset_4 {	
	font: bold 1em arial, hevetica, sans-serif;
	color: white;
	margin: 0;
	padding: 5px;
        
}
.tx-powermail-pi1_fieldset_3 {
	text-align: right;
}
.tx-powermail-pi1_fieldset_3 input {
	font-weight: bold; 
	margin-left: 10px;
     
        background:#fff;
        color:#000;
}
.tx_powermail_pi1_fieldwrap_html_submit{
float:right;
margin-right:20px;
}

/*** Configuration RTE ***/

.align-center{
text-align:center;
}
.align-left{
text-align:left;
}
.align-right{
text-align:right;
}
.align-justify{
text-align:justify;
}
