#monForm
{
	width: 600px;
}

#monForm p
{
	margin: 2px 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: #ffffff;
	display: block;
	width: 200px;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
	width:auto;
}

/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}
#monForm #form_numcom
{
	margin-left: 1%;
	width: 70px;
	border: #AAA 1px solid;
}
#monForm #form_prix
{
	margin-left: 1%;
	width: 90px;
	border: #AAA 1px solid;
}
#monForm #form_prevente
{
	margin-left: 1%;
	width: 90px;
	border: #AAA 1px solid;
}
#monForm #form_date
{
	margin-left: 1%;
	width: 90px;
	border: #AAA 1px solid;
}
#monForm #form_message
{
	margin-left: 1%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	border: #999 1px solid;
	background-color: #ECFFEC;
}

#monForm .form_input_day_month
{
	width: 3%;
}

#monForm .form_input_year
{
	width: 6%;
}

#monForm #form_agent0
{
width:30px;
}
#monForm #form_agent1
{
width:30px;
}


/* button submit */
#monForm input[type="radio"]
{
width:30px;
}

#monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 25%;
}

#monForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 25%;
}

#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}
.ctel{
text-align:center;
float:right;
background:#E1FFF0;
border:3px #DDD solid;
padding: 7px;
margin: 7px;
}

/*CALENDRIER*/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: static;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
