/**
 * Style sheet Formulaire
 */
.ce_form tr
{
	font-size:0.8em;
}

.ce_form table
{
	margin:20px 5px 0px 20px;
}

.ce_form tr .col_0
{
	padding:0px 5px 0px 0px;
}

.ce_form tr input, .ce_form tr textarea
{
	background-color:#ffffcc;
	border:1px dotted #ffcc66;
}

.ce_form .boutonform
{
	margin:20px 0px 0px 0px;
	background-color:#FCBE00;
	font-variant:small-caps;
	color:#990033;
}

