/*Defaults Styling*/

	#form1{
	position:relative;
	float:left;
	width:500px;
	min-height:50px;
	text-align:left;
	padding:10px;
	margin-bottom:20px;
	margin-left:30px;
	
	/*--Les différentes définitions de Box Shadow en CSS3
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/*--Les différentes définitions de Box Shadow en CSS3
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../Pictures/Pie/PIE.htc);--*/
		
		

		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:280px;
		margin-right:25px;
		
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0; padding-bottom:15px;}	
	#form1 label{display:block; color:#fff; font-weight:bold; padding-bottom:3px;}	
	#form1 input{		
		width:252px;
		border:1px solid #ddd;
		padding:3px;
		
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		width:480px;
		border:1px solid #ddd;
		padding:3px;
		}
	#form1 p.AcceptRules{
		clear:both;
		padding:25px 25px 20px 25px;
		margin-right:0;
		text-align:left;
		}
	#form1 p.ErrorAcceptRules{
		clear:both;
		padding:25px 25px 20px 25px;
		margin-right:0;
		text-align:left;
		border:1px dashed #F00;
		}
	#form1 p.AcceptRules input{
		border:0px;
		width:20px;
		text-align:left;
		}
		
	#form1 p.ErrorAcceptRules input{
		border:0px;
		width:20px;
		text-align:left;
		}	
	
	#form1 p.Access input{
		border:0px;
		width:20px;
		text-align:left;
		}
				
	#form1 p.submit{
		clear:both;
		padding:5px 25px 10px 0px;
		margin-right:0;
		text-align:left;
		}	
	#form1 button{
		width:150px;
		height:30px;
		line-height:30px;		
		border:none;
		background:#4f8d10;
		color:#fff;
		cursor:pointer;
		text-align:center;
		/*--Les différentes définitions de Box Shadow en CSS3--*/
		-webkit-box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 0px 0px 10px #000;
		box-shadow: 0px 0px 10px #000;
		}
		
	#form1 button:hover{
		color:#fff;
		background:#000;
	}
		
	#form1 button.Back{
		width:150px;
		height:30px;
		line-height:30px;		
		border:none;
		background:#090;
		color:#fff;
		cursor:pointer;
		text-align:center;
		/*--Les différentes définitions de Box Shadow en CSS3--*/
		-webkit-box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 0px 0px 10px #000;
		box-shadow: 0px 0px 10px #000;
		}
		
	.ErrorContact{
		background:;
		color:#C00;
		width:450px;
		padding:10px;
		margin-left:30px;
		/*--Les différentes définitions de Box Shadow en CSS3
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/*--Les différentes définitions de Box Shadow en CSS3
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../Pictures/Pie/PIE.htc);--*/
	}
	
	.MessageMail{
		background:;
		color:#333;
		width:500px;
		margin-bottom:10px;
		padding:5px;
		/*--Les différentes définitions de Box Shadow en CSS3
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/*--Les différentes définitions de Box Shadow en CSS3
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../Pictures/Pie/PIE.htc);--*/
	}

/* FIN DE FORM  */