/**
 Texte plus grand pour les détails des manifestations
 */
 .main {
 font-size:14px;
}
hr{
height:1px;
background-color: #ffffff;
border:none;
border-bottom:1px dashed #00A6EB;
}

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

.tx-powermail-pi1 {
	width: 550px;	/*** Largeur du formulaire ***/
	font-family: Arial;
	border: 0px solid black;
	color: black;
	background: #fff;
	margin: 0;
	padding: 0em;
}

.powermail_textarea,.powermail_text,.powermail_select,.powermail_submit{
font-family: Arial;
font-size:12px;
padding:0;
margin:0;
}
.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 #2078E4;
}
.tx-powermail-pi1_fieldset legend {	/*** Mise en forme des titres des cadres ***/
        font-size:1em;
	font-weight: bold;
	color: #2078E4;
	background: transparent;
}

.tx-powermail-pi1_fieldset  label {	/*** Mise en forme des intitulés de champs ***/
        color:#2078E4;
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 48%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... 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 titre de formulaire ***/
h5 {	
display:block;
width:688px;
height:30px;
background-repeat:no-repeat;
background-position:left;
padding-left:90px;
line-height:30px;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
background-image:url(../media/bandeau_h2.jpg);
}




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

.tx_powermail_pi1_fieldwrap_html {padding-bottom:5px;}
.tx-powermail-pi1_fieldset i{ font-size:12px;}