/**************************************************************************************************************/
/*			PRIONS EN EGLISE - Formulaire
			
			Date : 25 juin 2009 
			Auteur : Marlène Cotterlaz
			URL : 
			
			Sommaire :	= RESET
						= FORMULAIRE
						
			Couleurs :	

*/
/**************************************************************************************************************/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	border: none;
    font-weight:bold;
}
ul{
	margin:0;
    padding:0;
	list-style-image:none;
	list-style-type:none;
    line-height:1.3em;
}
body {
	font-family:arial;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#000;
	background:#fff;
}
a{
	text-decoration:none;
	color:#000;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
	color:#000;
}
img{
	border:none;
}
.visualClear{
	clear:both;
	display:block;
	line-height:0;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FORMULAIRE
*/
/*------------------------------------------------------------------------------------------------------------*/
form#form{
	width:600px;
	background:url(images/fond-formulaire.png) 0 0 repeat-y;
}
form#form p{
	margin:20px 58px 10px 38px;
	font-size:1.6em;
}
form#form p strong{
	font-style:italic;
}
form#form p.info-suplementaire{
	margin-bottom:0;
	font-size:1.1em;
}
form#form p.bas{
	margin:0;
	height:39px;
	background:url(images/bas-formulaire.png) 0 0 no-repeat;
}
form#form label.mail{
	margin:20px 58px 10px 38px;
	font-size:1.2em;
}
form#form label.premier{
	margin:0 0 0 38px;
}
form#form label.invisible{
	display:none;
}
form#form input#envoyer{
	display:block;
	margin:20px 58px 10px 50px;
	cursor:pointer;
}

