/* Feuille de style pour le formulaire */
#monForm
{
	margin-left:0px;
}

#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: #999999;
}

/* Label */
#monForm label
{
	background-color: #D4D4D4;
	display: block;
	width: 49%;
	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, #monForm textarea
{
	margin-left: 1%;
	width: 48%;
	border: #CCC 1px solid;
	font-size:1.12em;
}

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


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

#monForm input[type="submit"]:hover
{
	background-color: #e1e6ef;
	cursor: pointer;
}

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 22%;
}

#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}

/* Form login */

#monFormlogin
{
	margin-left:32px;
}

#monFormlogin p
{
	margin: 2px 0;
}

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

#monFormlogin fieldset:hover
{
	background-color: #FFF;
}

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

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

#monFormlogin label:hover
{
	font-weight: bold;
}

#monFormlogin .form_label_nostyle
{
	background: none;
	margin-left:-200px;
	
}

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

#monFormlogin input:hover, #monFormlogin select:hover, #monFormlogin input:focus, #monFormlogin select:focus
{
	border: #999 1px solid;
	background-color: #e1e6ef;
}


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

#monFormlogin input[type="submit"]:hover
{
	background-color: #e1e6ef;
	cursor: pointer;
}

#monFormlogin input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 22%;
}

#monFormlogin input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}


/* Arrondis */



#conteneurInput div
{
    background     : #ddeeff;
    position       : relative;
    border         : 1px solid #999999;
    text-align     : center;
    float          : left;
}

#conteneurInput input
{
    background     : none;
    border         : 0;
    padding        : 0 6px;
    width          : 130px;
}

span.top-left
{
    position       : absolute;
    width          : 4px;
    height         : 4px;
    overflow       : hidden;
    top	           : -1px;
    left           : -1px;
    background     : url("/images/form/top-left.gif");
}

span.bottom-left
{
    position       : absolute;
    width          : 4px;
    height         : 4px;
    overflow       : hidden;
    bottom         : -1px;
    left           : -1px;
    background     : url("/images/form/bottom-left.gif");
}

span.bottom-right
{
    position       : absolute;
    width          : 4px;
    height         : 4px;
    overflow       : hidden;
    bottom         : -1px;
    right          : -1px;
    background     : url("/images/form/bottom-right.gif");
}

span.top-right
{
    position       : absolute;
    width          : 4px;
    height         : 4px;
    overflow       : hidden;
    top            : -1px;
    right          : -1px;
    background     : url("/images/form/top-right.gif");
}
