/**
 * @title		QualiosDoc
 */

#intro {
    background-image:url(/template/images/bg/bg-intro-eau.gif);
}
#core h3 {
	margin-top:1em; margin-bottom:.3em;
}
#core h4 {
	padding-top:12px; 
	color:#6a6a6a;
	font-size:10px;
}
#core .col h4  {
	padding-top:0; padding-left:15px;
	background:url(/template/images/picto/arrow-list-blue.gif) no-repeat 0 2px; color:#122663;
	font-size:11px;
}


/**
 * @section     Aside
 * @tree		#aside < #body < #structure
 */
#aside h2 {
	margin-bottom:1em;
}
#aside h3 {
	margin:1.3em 0;
}
#aside .ged {
	margin:1em 0; padding:1em 0; border-top:1px dotted #888; border-bottom:1px dotted #888;
}

/**
 * @section     Schema Workwlow doc
 * @tree		#schemaWorkflowDoc < #core < #body < #structure
 */
#schemaWorkflowDoc {
	position:relative;
	float:left;
	margin-bottom:20px; padding-top:95px;
	width:350px; height:80px;
	background:url(/template/images/visu/schema-workflow-doc.png) no-repeat;
}
#schemaWorkflowDoc h3 {
	position:absolute; top:9px; left:121px;
	margin:0;
	color:#6a6a6a;
	font-size:10px; font-weight:normal; 
}
#schemaWorkflowDoc li {
	float:left;
	padding:0 10px;
	background:none;
	text-align:right; line-height:1.1;
}
#schemaWorkflowDoc li strong {
	display:block;
	text-transform:uppercase;
}
#schemaWorkflowDoc .step1 {
	width:66px;
}
#schemaWorkflowDoc .step2 {
	width:72px;
}
#schemaWorkflowDoc .step3 {
	width:60px;
}
#schemaWorkflowDoc .step4 {
	width:72px;
}

/**
 * @section     Exemple list
 * @tree		.exemples < #core < #body < #structure
 */
#core .exemples  { 
	margin-top:1em;
}
#core .exemples li {
	padding-left:0;
	background:none;
}
#core .exemples li span {
	display:block;
	padding-left:5px; border-bottom:1px solid #A1A595;
	background:#122663; color:#fff;
	font-weight:bold;
}
#core .exemples li li {
	border-bottom:none;
	background:#fff; color:#6a6a6a;
}

