/* DO NOT CHANGE THIS FILE -------------------------------------------------- */
/* TO OVER-RIDE ANY ASPECT OF THIS CSS, AMEND THE user.css FILE ------------- */

		#volet {
			border-radius: 10px;
			width: 95%;
			height:90%;
			padding: 10px;
			color: #fff;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			/*background-image:linear-gradient(to bottom, #969696, #e2e2e2);*/
			background-image:url(images/fond/acier_gris.png);
			background-size: 100%;
			border:solid 1px #000000;
			box-shadow: 1px 1px 12px #555; 
			z-index: 101;
			 
				
		}
		
		#volet {
			position: fixed;
			right: -96%; top: 55px;
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			transition: all .5s ease-in;
		}
		
		#volet:target {
			right: 10px;
		}

		/* code pour la fermeture */

		
		#volet_clos:target #volet {
			right: -96%;
		}
		
		
		
		#fond_form {
			height:7%; 
			width:100%; 
			border-radius: 10px;  
			font-size:30px; 
			font-weight:bold; 
			color:#000000; 
			border:solid 1px #5c6e73; 
			text-shadow: 1px 1px 2px white; 
			
				
		}
		
		#fond_bouton {
			height:7%; 
			width:100%; 
			border-radius: 10px;  
			font-size:30px; 
			font-weight:bold; 
			color:#000000; 
			border:solid 1px #5c6e73; 
			text-shadow: 1px 1px 2px white; 
			
				
		}
		
