﻿
				
table, input, textarea, select{
	
	line-height:180%;
	color:#000;
	}				

img{
	border:none;
	}			
	
table{
	margin:1em 0;
	width:50%;
	border-collapse:collapse;
	}
	
#container{	
	margin:1px auto;
	border:1px solid #804020;
	background:#000;
	width:600px;
	position:absolute;
	left:30%;
	top:30%;
	padding:10px 10px;
	text-align:left;
	}		


/* form 1 */

	.form1{
		margin:1em 0;
		padding-top:10px;
		background:url(../images/formulaire/form_top.gif) no-repeat 0 0;
		}
	.form1 fieldset{
		margin:0;
		padding:10px;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:10px;
		color:#fff;
		}		
	.form1 legend{display:none;}	
	.form1 p{margin:.5em 0;}	
	.form1 label{display:block;color:#000;}	
	.form1 input, #form1 textarea{		
		width:250px;
		border:1px solid #ccc;
		background:#fff;
		padding:3px;
		}		
	.form1 textarea{
		height:130px;
		overflow:auto;
		}					
	.form1 p.submit{
		clear:both;
		background:url(../images/formulaire/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	.form1 button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(../images/formulaire/form_button.jpg) no-repeat 0 0;
		color:#000;
		cursor:pointer;
		text-align:center;
		}				

/* // form 1 */