@charset "UTF-8";
/* CSS Document */

	section p, section blockquote, section label{
		font-family:Arial, Helvetica, sans-serif;		
		font-size:14px;
		line-height:150%;
	}
	section label{
		display:block;
	}
	section p{
		margin-bottom:40px;		
	}
	section #message{
		height:10em;
	}	
	section input, section textarea{
		font-size:12px;
		color:#fff;
		background-color:#333;
		border:0;
		padding:10px;
		width:98%;
		margin-bottom:20px;
		margin-top:5px;
	}
	section span{
		color:#7997ab;	
	}	
	section blockquote{
		border-left-color:#FFF;
		border-left-style:solid;
		border-left-width:1px;
	}	
	
	.champManquant{
		display:inline-block;
		padding-left:10px;
		font-weight:bold;
	}
	.hidden-champManquant{
		display:none;
	}
	
	#bouton-soumettre, #bouton-clear{
		font-family:bebas, Arial, Helvetica, sans-serif;
		width:auto; margin-right:20px; text-align:center;
		font-size:20px;
	}
	#bouton-soumettre:hover, #bouton-clear:hover{
		background-color:#666;
		cursor:pointer;
	}	