@charset "utf-8";
/* CSS Document */

body
{
	/*background: url(../images/fond_form_contact.jpg) center 0 repeat-y;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#dddc66;
	font-weight:bold;
}

fieldset
{
	color:#000000;
	border:#c7c500 4px solid;
	margin:15px auto;
	width:400px;
	padding:10px;
	text-align:left;
	font-size:0.8em;
}

fieldset legend
{
	font-weight:bold;
	font-size:1.4em;
	padding:0 10px;
	color:#000000;
}

h1
{
	font-weight:bold;
	text-align:center;
	border-bottom:#999999 1px solid;
	width:280px;
	margin:0 auto 5px auto;
	color:#7c7d80;
}

.fieldRequired
{
	color:#666666;
	font-weight:normal;
	font-size:0.8em;
}

.field
{
	margin-bottom:8px;
	color:#000000;
	font-weight:normal;
}
.field label
{
	font-weight:bold;
}
.field p
{
	margin:0;
	padding:0;
}
fieldset input
{
	
	display:block;
	margin:3px 0 0 0;
	background:url(../images/input_background.gif) 0 0 repeat-x;
	border: #b0b079 1px solid;
}
fieldset input.noborder
{
	display:inline;
	background:none;
	border:none;
}
textarea
{
	background:url(../images/input_background.gif) 0 0 repeat-x;
	border: #b0b079 1px solid;
	width:380px;
}
input
{
	display:block;
	text-align:center;
	margin:auto;
}