@charset "utf-8";

/*
body
{
	background-color: #FAFAFA;
}
*/

#monForm
{
	width: 100%;
}

#monForm p
{
	margin: 2px 0;
	padding: 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

/*
#monForm fieldset:hover
{
	background-color: #FFF;
}
*/

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* Label */
#monForm label
{
	background-color: #FFCC66;
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

/*
#monForm label:hover
{
	font-weight: bold;
}
*/

#monForm .form_label_nostyle
{
	background: none;
}

/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

/*
#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	border: #999 1px solid;
	background-color: #FFCC66;
}
*/

#id_infos_comments
{
	background-color: #ffffcc;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 35%;
}

#monForm input[type="checkbox"]
{
	width: 3%;
}

#monForm input[type="file"]
{
	line-height: 20px;
	font-size: 12px;
}
/*
#monForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}
*/

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 35%;
}
/*
#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}
*/
