
body 
	{ 	
		
		font: 					3em  Georgia,Arial,sans-serif;
		
		color:					#fff;
		overflow:				auto;
		margin-top: 			40px;
		margin-left: 			40px;
		background-image: 		url(../images/fond/bgMain.jpg); 
		background-attachment:	fixed;
		
	}

caption
	{
		font-size:				18pt;
		color:					#9fc;
		font-weight:			bold;
		text-align:				left;
		
	}
table.1
	{
		
		width:					650px;
		border-spacing: 		10px;
	}
table.2
	{
		
		width:					500px;
		
	}
	
fieldset
	{
		padding:				10px 10px 10px 10px;
		font-size: 				1.0em;
		text-align:				center;
		-moz-border-radius:		12px; 
		-webkit-border-radius: 	12px; 
		border-radius: 			12px;
		
		
	}

legend
	{
		font-size:				14pt;
		font-weight:			bold;
		color:					#ff0;
	}
input
	{
		width:					100px;
	}


