html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body{
   font: 18px Georgia, Verdana, sans-serif;
   background:#ff0 url('../images/eglise_cotterd.jpg') 50% 0 no-repeat;
}
div{
   background-color:#fff;
}
em{
   color:#455bff;
}

p, h1, form, button{border:0; margin:0; padding:0;}


#salavaux{
   margin:20px auto;
   width:960px;
   background-color: rgba(69,91,255,0);     
   padding:20px;
}
#email_request{
   width:400px;
   padding:20px 30px;
   float:left;

}
#infos{
   width:400px;
   padding:20px 30px;
   float:right;	     
}
h1{
   margin:10px 0;
   
}

/** FORMS */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.form_style{
	width:400px;
	padding:0px;
}

   .error{
      display:block;
      color:#f00;
      padding:10px 0;
   }
   .result{
      font-size:20px;
   }
	/* ----------- stylized ----------- */
	.form_style{
/*    border:solid 2px #b7ddf2;
      background:#ebf4fb;*/
	}
	.form_style h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	.form_style p{
		font-size:13px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #ccc;
		padding-bottom:10px;
	}
	.form_style label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	.form_style .small{
		color:#666666;
		display:block;
		font-size:13px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	.form_style input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #455bff;
		width:200px;
		margin:2px 0 20px 10px;
	}
	.form_style button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(../images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
