/**
 * @title		Dashbords
 */

#intro {
    background-image:url(/template/images/bg/bg-intro-eau.gif);
}


#core h3 {
	margin-top:1em; margin-bottom:.3em;
}


/**
 * @section     Aside
 * @tree		#aside < #body < #wrapper
 */
#aside h2 {
	margin-bottom:1em;
}
#aside h3 {
	margin:1.3em 0;
}
#aside h3.workflow a {
	display:block;
	padding-top:17px; padding-left:53px;
	height:33px;
	background:url(/template/images/picto/btn-workflow-off.gif) no-repeat;
	font-size:11px;
	text-decoration:none;
}
#aside h3.workflow a:hover, #aside h3.workflow a:focus {
	background:url(/template/images/picto/btn-workflow-on.gif) no-repeat;
}

/**
 * @section     Schema Formulaire
 * @tree		#schemaForm < #core < #body < #wrapper
 */
#schemaForm {
	position:relative;
	float:left;
	margin-bottom:20px; padding-top:95px;
	width:411px; height:98px;
	background:url(/template/images/visu/schema-formulaire.gif) no-repeat;
}
#schemaForm li {
	float:left;
	padding:0 10px;
	background:none;
	text-align:right; line-height:1.1;
}
#schemaForm li strong {
	display:block;
	text-transform:uppercase;
}
#schemaForm li  p {
	margin:.7em 0;
}
#schemaForm .step1 {
	width:105px;
}
#schemaForm .step2 {
	width:152px;
}
#schemaForm .step3 {
	width:92px;
}

