/* CSS Document */

#table_contact{
	margin:0 auto;
	width:675px;
}


.label{
	width:200px;
	vertical-align:top;
}



.input{
	width:475px;
	height:25px;
	
}
.input input, .input select{
	background-color:#2A2A2A;
	color:#FFF;
	font-size:12px;
	border:1px solid #7D7D7D;
	width:450px;
}

.input input.radio{
	border:0px;
	background:none;
	width:20px;
}

#message{
	width:450px;
	height:180px;
	background-color:#2A2A2A;
	color:#FFF;
	font-size:12px;
	border:1px solid #7D7D7D;
}


#envoyer
{
 display:block;
 border:0px;
 text-decoration:none;
 cursor:pointer;
 text-decoration:none;
 color:#000;
 font-family:arial;
 font-size:12px;
 font-weight:bold;
 margin-left:10px;
 margin-top:10px;
 float:right;
 
 padding-top:7px;
 text-align:center;
 height:19px;
}

#envoyer
{
width:81px;
background:url(../img/commun/interface/background_bouton_standard.gif) top left no-repeat;

}




#message_form{
	background-color:#4F2222;
	width:650px;
	padding:10px;
	border:1px solid #9F5959;
	border-left:0;
	border-right:0;
	margin:30px auto;
	text-align:center;
	color:#FFF;
}




#message_ok{

	margin:0 auto;
	width:675px;
	margin-top:100px;
	text-align:center;
	font-size:12px;
}
