/*<meta conditions="Conditions.Import,Master.Import" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-size: 95%;
	color: #2B2421;
	font-family: Arial, sans-serif;
	/*Margin fix for Sage 300*/
	margin-left: 16px;
	margin-right: 16px;
}

/* FONTS 
Follow branding guidelines for font usage. Graphics use Adelle Sans Sage. Arial is system font. Foco is no longer in use. */

/*TOPIC AND MASTER PAGE STYLES*/

html,
html.screenguide,
html.concept,
html.task,
html.reference,
html.faq,
html.whatsnew,
html.minitoc,
html.navpage,
html.topic
{
	mc-master-page: url('../MasterPages/Breadcrumbs.flmsp');
}

html.landingpage,
html.welcome
{
	mc-master-page: url('../MasterPages/Homepage.flmsp');
}

html.noBreadcrumbs
{
	mc-master-page: url('../MasterPages/NoBreadcrumbs.flmsp');
}

/* LINK STYLES */

a,
a:link,
a:active,
MadCap|dropDownHotspot:active,
MadCap|relatedTopics a,
a.MCRelatedTopics:active,
a.MCBreadcrumbsLink
{
	color: #4178BE;
	text-decoration: none;
}

a:hover,
a:visited,
a.MiniTOC1:hover,
a.MiniTOC1:active,
a.MCRelatedTopics:hover,
MadCap|relatedTopics a:hover
{
	color: #00A4CF;
	text-decoration: underline;
}

a.image-border
{
	text-decoration: none;
	border: 0 none;
}

a.fieldhelp
{
	display: block;
	position: relative;
	top: -35px;
}

a.button
{
	min-width: 150px;
	text-align: center;
	background: #FF5400;
	border: 1px solid #FF5400;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	padding: 3px;
	margin-bottom: 0em;
	font-size: 105%;
	font-weight: bold;
}

a.button:hover
{
	border: 1px solid #fff;
	text-decoration: none;
	box-shadow: 0px 0px 2px #bcbcbc;
	color: #fff;
}

a.button:active
{
	background: #FFB000;
	text-decoration: none;
	color: #fff;
}

#resultList li
{
	margin-left: 0px;
}

#resultList a:link
{
	color: #255bc7;
	text-decoration: none;
}

#resultList h3.title a:visited
{
	color: #2B2421;
	text-decoration: none;
}

/* HEADING STYLES */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	font: 2.25em / 1.2em Arial, sans-serif;
	color: #2E3456;
}

h1
{
	font-size: 190%;
	margin: 0.75em 0 0.5em 0;
	margin-bottom: 0.5em;
}

h2
{
	margin-bottom: 0.5em;
	font-size: 145%;
}

h2.whatsnew
{
	font-size: 1.1em;
	font-weight: bold;
}

h2,
h3
{
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

h3
{
	font-size: 115%;
}

h4,
h5,
h6
{
	font-size: 115%;
	margin: 0.75em 0 0.5em 0;
}

/* IMAGE STYLES */

img
{
	border: 0px none;
	max-width: 95%;
}

.imageBorder	/*For image that needs a border */
{
	border: solid thin #8E8A86;
	margin-top: 10px;
	margin-bottom: 15px;
}

.imageNoBorder
{
	border: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

img.button
{
	max-width: 16px;
	max-height: 16px;
	margin-left: 2px;
}

img.buttonborder
{
	max-width: 15px;
	max-height: 15px;
	border: solid thin #ddd;
	margin-left: 2px;
}

/* LIST STYLES */

ul,
ol
{
	margin-left: 5px;
	padding-left: 5px;
	line-height: 1.2em;
}

ol ul	/* keep bullet for nested list flush left and use solid circle */
{
	margin-left: 0px;
	list-style: disc;
}

ol ol,
ul ol ol,
ol ul ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

li
{
	margin: 10px 15px;
	font-size: 95%;
}

li li
{
	font-size: inherit;
}

li > p,
li div
{
	margin-top: 12px;
}

ul.single_item
{
	list-style-image: none;
	list-style-type: none;
}

li.checklist
{
	margin-bottom: 20px;
}

ul.checklist li
{
	background: url('../Images/Styles/checkbox.gif') no-repeat left 9px;
	padding-left: 2.6em;
	padding-top: 5px;
	display: block;
}

/* PARAGRAPH STYLES */

p
{
	line-height: 130%;
	font-size: 95%;
	/*margin-top: 0.250em;*/
}

p > ul,
p > ol
{
	margin-bottom: 3px;
}

p.taskintro
{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1.5em;
	margin-bottom: -0.2em;
}

p.beforeYouStart,
p.nextSteps
{
	font-weight: bold;
	font-size: 115%;
}

p.listintro
{
	margin-top: 1em;
}

p.tablecell_centered
{
	text-align: center;
}

p.example,
p.note,
p.tip,
p.important,
p.warning
{
	mc-auto-number-class: noteTitle;
	margin-bottom: 10px;
	padding: 5px 6px;
	line-height: 135%;
	overflow: hidden;
}

p.example
{
	border: 1px solid #00DC00;
	mc-auto-number-format: 'Exemple : ';
}

p.note
{
	border: 1px solid #00A4CF;
	mc-auto-number-format: 'Remarque : ';
}

p.tip
{
	border: 1px solid #00DC00;
	mc-auto-number-format: 'Conseil : ';
}

p.important
{
	border: 1px solid #FF5400;
	mc-auto-number-format: 'Important! ';
	mc-auto-number-class: importantTitle;
}

p.warning
{
	border: 1px solid #FF5400;
	mc-auto-number-format: 'Avertissement! ';
	mc-auto-number-class: warningTitle;
}

p.miniTOC1
{
	font-weight: normal;
	color: #255bc7;
	margin: 0.6em 0;
}

p.footer
{
	font-size: 9pt;
	color: #8E8A86;
	padding-top: 2em;
	line-height: 150%;
}

p.clear
{
	height: 10px;
	clear: both;
}

p.checklist
{
	margin-top: 4px;
}

/* LANDING PAGE STYLES */

div.welcome,
div.welcome1,
div.welcome2,
div.welcome3
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	margin-bottom: 1em;
	/*min-width: 752px;*/
	min-width: 380px;
}

div.welcome
{
	background-image: url('../Images/Graphics/hero-landing.jpg');
}

div.welcome1
{
	background-image: url('../Images/Graphics/hero-landing-1.jpg');
}

div.welcome2
{
	background-image: url('../Images/Graphics/hero-landing-2.jpg');
}

div.welcome3
{
	background-image: url('../Images/Graphics/hero-landing-3.jpg');
}

div.welcomeText
{
	margin: 0px;
	padding: 0.7em 2em 0.1em 1.4em;
	max-width: 50%;
}

div.welcomeText h1
{
	color: #FFFFFF;
	font-size: 2.7em;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

div.welcomeText p
{
	color: #FFFFFF;
	font: 1.5em Arial, sans-serif;
}

/*div.welcome p.welcome,
div.welcome1 p.welcome,
div.welcome2 p.welcome,
div.welcome3 p.welcome
{
	font-size: 1.5em;
	margin-bottom: 0px;
}*/

/* DIV STYLES */

div.moreInformation,
div.relatedTopics,
div.otherResources,
div.inThisDocument
{
	clear: right;
	float: right;
	width: 40%;
	max-width: 320px;
	min-width: 140px;
	margin: 6px 2px 15px 20px;
	/*border: 1px solid #CBCBC9;*/
	padding: 14px 4px 6px 10px;
	mc-auto-number-class: boxTitle;
	display: block;
	color: #4d4f53;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('../Images/Styles/boxShade.png');
	background-color: #f8f8f8;
	mc-auto-number-color: '#2B2421';
	font-size: 1em;
	overflow: hidden;
}

div.moreInformation
{
	mc-auto-number-format: 'En savoir plus';
}

div.relatedTopics
{
	mc-auto-number-format: 'Rubriques connexes';
}

div.otherResources
{
	mc-auto-number-format: 'Autres ressources';
}

div.inThisDocument
{
	mc-auto-number-format: 'Dans ce document :';
}

div.moreInformation p,
div.relatedTopics p,
div.otherResources p,
div.inThisDocument
{
	line-height: 120%;
	margin-left: 10px;
}

div.moreInformation > p,
div.relatedTopics > p,
div.otherResources > p,
div.inThisDocument > p
{
	margin-top: 0.9em;
	overflow: hidden;
}

div.navigation
{
	background-color: #F8F8F8;
	border: 1px solid #e0e1dd;
	padding: 14px 4px 6px 10px;
	margin: 6px 2px 15px 20px;
}

div.beforeYouStart,
div.nextSteps
{
	padding: 15px 6px 7px 10px;
	line-height: 135%;
	overflow: hidden;
	color: #2B2421;
	background: #F8F8F8;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}

div.example,
div.examples,
div.note,
div.notes,
div.tip,
div.tips,
div.important,
div.warning,
div.caution
{
	mc-auto-number-class: noteTitle;
	margin-bottom: 10px;
	padding: 5px 6px;
	line-height: 135%;
	overflow: hidden;
}

div.example
{
	border: 1px solid #00DC00;
	mc-auto-number-format: 'Exemple : ';
}

div.examples
{
	border: 1px solid #00DC00;
	mc-auto-number-format: 'Exemples : ';
}

div.note
{
	border: 1px solid #00A4CF;
	mc-auto-number-format: 'Remarque : ';
}

div.notes
{
	border: 1px solid #00A4CF;
	mc-auto-number-format: 'Remarques : ';
}

div.tip
{
	border: 1px solid #00DC00;
	mc-auto-number-format: 'Conseil : ';
}

div.tips
{
	border: 1px solid #00DC00;
	mc-auto-number-format: 'Conseils : ';
}

div.important
{
	border: 1px solid #FF5400;
	mc-auto-number-format: 'Important! ';
	mc-auto-number-class: importantTitle;
}

div.warning
{
	border: 1px solid #FF5400;
	mc-auto-number-format: 'Avertissement! ';
	mc-auto-number-class: warningTitle;
}

div.fieldsdefinition
{
	background-color: #ffffff;
	margin-top: 4px;
	padding: 0.5em 0.5em 0.1em 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0.5em;
	border: 1px solid #e0e1dd;
}

div.minitoc
{
	margin-left: 1em;
}

div.checklist
{
	padding: 0em 0em .75em 0.5em;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e5;
}

div.checklist p.taskintro
{
	margin-left: 1.3em;
}

/* WEB SKIN STYLES - Customized search and primary navigation section */

.relative.clearfix	/* Sets margin for product logo */
{
	/*margin-left:14px; Adjust for different sized logos*/
	margin: 24px 0 10px 14px;
}

.navigation-wrapper	/* Repositions primary navigation bar */
{
	position: absolute;
	/* top:75px; Adjust for different sized logos*/
	top: 54px;
	margin-left: 21px;
}

.helpContainer
{
	margin-top: 3px;
}

ul.navigation.clearfix	/* Margin for primary navigation bar */
{
	margin-left: -20px;
	width: 920px;
	border-top: 3px solid #255bc7;
}

ul.navigation ul	/*Background color for primary navigation drop-down menus */
{
	/*background-color: #2E3456;*/
	background-color: #ebedef;
	border-left: 1px solid #dcdddb;
	border-right: 1px solid #dcdddb;
	margin-left: -3px;
	padding-top: 5px;
	padding-bottom: 0px;
}

ul.navigation ul li	/*Background color for primary navigation drop-down menus (individual items) */
{
	/*background-color: #2E3456;*/
	background-color: #ebedef;
	font-size: 98%;
	border-bottom: 1px solid #dcdddb;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.navigation ul li a
{
	/* Creates equal amount of padding for top-nav menu items */
	padding-bottom: 5px;
	padding-top: 8px;
}

div.nav-search.row.outer-row
{
	/* Repositions primary search box */
	position: relative;
}

form.search
{
	/* Repositions primary search box */
	position: absolute;
	max-width: 375px;
	top: -50px;
	right: 10px;
}

#SearchPane
{
	overflow-y: scroll;
}

.SearchHighlight
{
	background-color: #FFDD4F;
}

div.sageTopBar
{
	background-color: #3c414e;
	height: 1.5em;
}

div.languageSwitch
{
	float: right;
	margin-top: -46px;
	font-size: 9pt;
}

p.languageSwitch
{
	color: #ffffff;
}

span.languageCurrent
{
	font-weight: bold;
}

a.languageSwitch
{
	text-decoration: underline;
	color: #ffffff;
}

/* End of web skin styles */
/* SPAN STYLES */

span.noteTitle
{
	font-weight: bold;
}

span.emphasis,
span.publication	/* span.desktop DEPRECATED */
{
	font-style: italic;
}

span.strongemphasis
{
	font-style: italic;
	font-weight: bold;
}

span.boldListItem	/*Maps to span.lead in Sage styles*/
{
	font-weight: bold;
}

span.cmd	/* The cmd style maps to the following Sage styles:
span.buttonName,
span.fieldName,
span.menuName,
span.tabName,
span.linkName,
span.sectionName,
span.windowName,
span.columnHeading,
span.listItem */
{
	font-weight: bold;
}

span.code
{
	color: #A8A8A5;
	font-family: monospace, sans-serif;
	font-size: 1.125em;
}

span.FootnoteNumber
{
	color: #9a9b9c;
	text-decoration: none;
}

span.key
{
	color: #A8A8A5;
	font-weight: bold;
}

span.input
{
	color: #A8A8A5;
}

span.filename
{
	font-weight: bold;
	color: #A8A8A5;
}

span.unused
{
	color: #A9A9A9;
	font-style: italic;
}

span.boxTitle	/*Used in "Learn more" box*/
{
	background-position: left top;
	background-repeat: no-repeat;
	font: 1em Arial, sans-serif;
	color: #2B2421;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	line-height: 0.2em;
}

span.importantTitle,
span.warningTitle
{
	font-weight: bold;
}

caption
{
	color: #696969;
	margin-bottom: 0.2em;
}

div.example span.noteTitle,
div.examples span.noteTitle,
div.tip span.noteTitle,
div.tips span.noteTitle,
div.note span.noteTitle,
div.notes span.noteTitle
{
	line-height: 200%;
}

div.important span.importantTitle,
div.warning span.warningTitle
{
	display: block;
	vertical-align: middle;
}

p.important span.importantTitle,
p.warning span.warningTitle
{
	vertical-align: baseline;
	line-height: 120%;
}

/* GLOSSARY STYLES */

div.glossaryhead
{
	font-size: 1.5em;
	font-weight: bold;
}

div.glossaryhead a
{
	text-decoration: none;
}

div.glossaryhead p
{
	background-color: #F8F8F8;
	/*background-color: rgba(224,225,221,0.5);*/
	border: 1px solid #e0e1dd;
	padding: 0.5em;
	margin: 0.75em 0em;
}

div.glossarybody h2
{
	border-bottom: solid 1px #e0e1dd;
}

div.glossarybody	/*MadCap|dropDown*/
{
	mc-open-image: none;
	mc-closed-image: none;
}

div.GlossaryPageHeading
{
	background-color: #F8F8F8;
	/*background-color: rgba(224,225,221,0.5);*/
	margin: 12px 0px 8px 0px;
}

div.GlossaryPageEntry
{
	background-color: #F8F8F8;
	/*background-color: rgba(224,225,221,0.5);*/
	margin-right: -24px;
	margin-bottom: 1px;
}

div.GlossaryPageTerm
{
	
}

a.GlossaryPageTerm
{
	font-size: 1em;
	font-weight: bold;
	color: #009fda;
	text-decoration: none;
}

a.GlossaryPageTerm:hover
{
	color: #00A4CF;
}

div.GlossaryPageDefinition
{
	font-size: 1em;
	color: #009fda;
	background-color: #ffffff;
	border: 1px solid #d4d0c8;
	padding: 4px 5px 5px 6px;
	margin: 3px 0px 6px 12px;
}

/* TABLE STYLES */

table
{
	caption-side: bottom;
}

table p
{
	margin: 2px;
}

/* MADCAP STYLES */

MadCap|topicToolbarProxy
{
	position: relative;
	float: right;
	display: inline;
	margin-right: 0px;
	top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: ' ';
	mc-breadcrumbs-divider: ' > ';
	font-size: 0.8em;
	color: #62645C;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	margin-top: -3px;
}

MadCap|dropDown
{
	margin-bottom: 0.75em;
	mc-closed-image: url('../Images/Styles/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Images/Styles/arrow-icon-down-14x14.gif');
}

MadCap|dropDown.pageBreak
{
	
}

MadCap|dropDownHead,
MadCap|dropDownHead.whatsnew,
MadCap|dropDownHead.tutorial,
MadCap|dropDownHead.popups,
MadCap|dropDownHead.fields,
MadCap|dropDownHead.tasks,
MadCap|dropDownHead.navigation,
MadCap|dropDownHead.fieldsdefinition,
MadCap|dropDownHead.beforeyoustart,
MadCap|dropDownHead.nextsteps,
MadCap|dropDownHead.faq,
MadCap|dropDownHead.landingpage
{
	margin-bottom: 0.5em;
}

MadCap|dropDownHead.field2,
MadCap|dropDownHead.field3
{
	margin-top: 0.5em;
	font-weight: bold;
}

MadCap|dropDownHotspot
{
	font-style: normal;
}

MadCap|dropDownHotspot:focus,
MadCap|dropDownHotspot:hover
{
	color: #00A4CF;
}

MadCap|dropDownBody,
MadCap|dropDownBody.whatsnew,
MadCap|dropDownBody.tutorial
{
	padding-left: 6px;
}

MadCap|dropDownBody.tasks,
MadCap|dropDownBody.fields,
MadCap|dropDownBody.navigation,
MadCap|dropDownBody.popups
{
	padding-top: 15px;
	padding-left: 10px;
	background-color: #F8F8F8;
	border: 1px solid #e0e1dd;
}

MadCap|dropDownBody.navigation
{
	padding-top: 6px;
}

MadCap|dropDownBody.fields2,
MadCap|dropDownBody.fields3
{
	
}

MadCap|dropDownBody.fieldsdefinition
{
	background-color: #ffffff;
	border: 1px solid #e0e1dd;
}

MadCap|dropDownBody.beforeyoustart
{
	background-color: #F8F8F8;
	border: 1px solid #e0e1dd;
}

MadCap|dropDownBody.nextsteps
{
	background-color: #F8F8F8;
	border: 1px solid #e0e1dd;
}

MadCap|dropDownBody.faqitem
{
	margin: 4px 20px 18px 19px;
}

MadCap|dropDownBody.DropDownBlock
{
	margin: 4px 20px 18px 19px;
}

div.DropDownBlock
{
	margin: 4px 20px 18px 19px;
}

MadCap|toggler
{
	color: #255bc7;
	text-decoration: none;
	mc-closed-image: url('../Images/Styles/arrow-icon-right-14x14.gif');
	mc-open-image: url('../Images/Styles/arrow-icon-down-14x14.gif');
}

MadCap|toggler:focus,
MadCap|toggler:hover
{
	color: #00A4CF;
}

MadCap|toggler.more
{
	mc-image-position: right;
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|expandingHead
{
	font-weight: normal;
	cursor: hand;
	color: #1963F6;
	text-decoration: none;
}

MadCap|expandingBody
{
	
}

MadCap|relatedTopics
{
	mc-help-control-display: list;
	color: #51534A;
	font-weight: normal;
	mc-image: none;
	mc-label: 'Related topics';
	mc-image-position: none;
	mc-image-spacing: 0px;
}

MadCap|relatedTopics:focus,
MadCap|relatedTopics:hover
{
	color: #2E3456;
}

MadCap|relatedTopicsControlList
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItem
{
	font-weight: normal;
}

MadCap|relatedTopicsControlListItemLink,
MadCap|relatedTopicsControlListItemLink:hover
{
	font-weight: bold;
	font-style: normal;
}

div.MCHelpControl
{
	display: none;
}

.MCHelpControlListItemLink
{
	font-weight: bold;
}

MadCap|xref,
MadCap|xref.TopicTitle
{
	mc-format: '{paratext}';
	color: #4178BE;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

MadCap|xref:focus,
MadCap|xref:hover
{
	color: #2E3456;
	text-decoration: underline;
}

MadCap|miniTocProxy
{
	mc-toc-depth: 1;
	border: none;
	padding: .6em 1em .6em 1em;
	background-color: #efefef;
	border: 1px solid #CBCBC9;
	display: inline-block;
}

MadCap|glossaryProxy
{
	background-image: none;
	mc-glossary-headings: true;
}

MadCap|footnote
{
	mc-footnote-format: '{n} ';
	mc-footnote-position: page;
	mc-footnote-style: FootnoteNumber;
}

MadCap|helpControlMenu
{
	background-color: #F8F8F8;
	border: 1px solid #e0e1dd;
	padding: 5px;
}

MadCap|helpControlMenuItem
{
	font-size: 1em;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #EEF0F0;
	color: #B5121B;
}

/* TABLET SKIN STYLES */

@media only screen and (max-width: 950px)
{
	/* .tab-bar .menu-icon span */

	.tab-bar
	{
		margin-top: -5px;
	}

	form.search
	{
		/*Repositions primary search box*/
		clear: both;
		max-width: 375px;
		position: relative;
		float: right;
		top: -55px;
		margin-bottom: -30px;
	}

	div.helpContainer
	{
		margin-top: -40px;
	}

	div.languageSwitch
	{
		margin-top: -56px;
	}
}

/* PHONE SKIN STYLES */

@media only screen and (max-width: 750px)
{
	/* Repositions primary search box */

	form.search
	{
		position: relative;
		float: left;
		margin-left: 22px;
		margin-bottom: -30px;
		max-width: 375px;
		top: -14px;
		right: 10px;
	}

	div.helpContainer
	{
		margin-top: 0px;
	}
}

/* TRIPANE STYLE OVERRIDE */
/* This section allows you to select media "tripane" to prevent the responsive top-nav styles from being applied to tripane content. It also fixes a few styles, such as breadcrumbs. */

@media tripane
{
	MadCap|breadcrumbsProxy
	{
		border-top: none;
		border-bottom: 1px solid #f8f8f8;
		padding-top: 8px;
		padding-bottom: 9px;
	}

	div.helpContainer
	{
		margin-top: 12px;
		padding-left: 5px;
		padding-right: 4px;
	}

	MadCap|topicToolbarProxy
	{
		margin-top: -3px;
	}

	.footer
	{
		padding-left: 5px;
		padding-right: 4px;
	}
}

@media tripane-index
{
	MadCap|breadcrumbsProxy
	{
		border-top: none;
		border-bottom: 1px solid #f8f8f8;
		padding-top: 8px;
		padding-bottom: 9px;
	}

	div.helpContainer
	{
		margin-top: 12px;
		padding-left: 5px;
		padding-right: 4px;
	}

	MadCap|topicToolbarProxy
	{
		margin-top: -3px;
	}

	.footer
	{
		padding-left: 5px;
		padding-right: 4px;
	}
}

@media print
{
	body
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		line-height: 1.5em;
		font-size: 90%;
		color: #000000;
		mc-hyphenate: never;
		widows: 2;
		orphans: 2;
	}

	MadCap|topicToolbarProxy
	{
		display: none;
		width: 0px;
	}

	MadCap|xref,
	MadCap|xref.TopicTitle
	{
		font-size: 95%;
		color: #000000;
		mc-format: '{quote}{paratext}{quote} (page {page})';
		text-decoration: none;
	}

	MadCap|toggler.more
	{
		color: #ffffff;
		font-size: 1pt;
	}

	img
	{
		max-width: 100%;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		page-break-after: avoid;
	}

	h1
	{
		page-break-after: avoid;
		mc-hyphenate: never;
		font-size: 26pt;
		color: #2A3456;
		margin-bottom: 52pt;
	}

	h2
	{
		page-break-after: avoid;
		font-size: 18pt;
		margin: 21pt 0 9pt 0in;
		color: #2A3456;
	}

	h3
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 14pt;
		margin: 15pt 0 9pt 0in;
		color: #2A3456;
	}

	h4
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 12pt;
		/*margin: 15pt 0 9pt -1in;*/
		margin: 15pt 0 9pt 0in;
		color: #000000;
	}

	h5,
	h6
	{
		page-break-after: avoid;
		mc-heading-level: 0;
		font-size: 10pt;
		color: #000000;
		/*margin: 15pt 0 9pt -0.5in;*/
		margin: 15pt 0 9pt 0in;
	}

	h1.GuideTitle
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-weight: bold;
		font-size: 36pt;
		line-height: 37pt;
		color: #2A3456;
		mc-hyphenate: never;
		mc-heading-level: 0;
		text-align: left;
		margin: 0px;
	}

	h2.GuideTitle
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-weight: bold;
		font-size: 28pt;
		line-height: 26pt;
		color: #2A3456;
		mc-hyphenate: never;
		mc-heading-level: 0;
		text-align: left;
		margin: 24px 0px 0px 0px;
	}

	h1.ChapterTitle,
	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle,
	h1.AppendixTitle
	{
		page-break-before: always;
		/* text-align: right;
		font-size: 26pt;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 20pt;
		margin-left: 0;
		margin: 9pt 0 52pt -0.5in;
		color: #2A3456;
		border-bottom: 1.5pt solid #007F64;
		mc-next-tag: p;
		padding-bottom: 4pt;*/
	}

	h1.FrontMatterTitle,
	h1.TOCTitle,
	h1.EndMatterTitle
	{
		mc-auto-number-format: '{ }';
	}

	h1.TOCTitle
	{
		mc-heading-level: 0;
		margin-left: 0.6em;
	}

	h1.FrontMatterTitle
	{
		/*margin-left: -1.25in;
		margin-left: -0.5in;*/
		mc-auto-number-format: '{ }';
	}

	h1.ChapterTitle
	{
		/*margin-left: -0.5in;*/
		mc-auto-number-format: 'Chapitre {chapnum}: ';
	}

	h1.AppendixTitle
	{
		/*margin-left: -0.5in;*/
		mc-auto-number-format: 'Annexe {chapnum}: ';
	}

	/* START CLOUD TITLE PAGE STYLES */

	p.SageTitle
	{
		font-family: "Adelle Sans Sage Bold", "Adelle Sans Sage Regular", "Arial", "Arial Regular", "sans-serif";
		font-weight: bold;
		margin-bottom: 32pt;
		font-size: 32pt;
		line-height: 32pt;
		color: #2A3456;
	}

	p.SageSubTitle
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-weight: lighter;
		font-size: 28pt;
		line-height: 30pt;
		color: #51534A;
	}

	p.SageAdditionalInfoLine1
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 11pt;
		font-weight: normal;
		line-height: 14pt;
		margin-top: 40pt;
		margin-left: 0.2em;
		color: #51534A;
	}

	p.SageAdditionalInfoLine2
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 11pt;
		font-weight: normal;
		margin-top: 0pt;
		margin-left: 0.2em;
		line-height: 14pt;
		color: #51534A;
	}

	/* END CLOUD TITLE PAGE STYLES */

	p
	{
		line-height: 1.4em;
	}

	p.taskintro
	{
		page-break-after: avoid;
	}

	p.footer,
	p.footerPage
	{
		font-size: 10pt;
		padding: 3pt 0 0 0;
		margin: 0;
		color: #51534A;
	}

	p.footer
	{
		margin-left: 1.7em;
	}

	p.footerPage
	{
		float: right;
	}

	p.header
	{
		font-size: 10pt;
		padding: 0 0 3pt 0;
		/*margin: 0;*/
		margin-left: 1.7em;
		color: #51534A;
		/*border-bottom: 0.75pt solid #000000;*/
	}

	p.TOC1
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		font-size: 14pt;
		font-weight: normal;
		mc-leader-format: 'dot';
		margin-top: 12pt;
		margin-bottom: 4pt;
		margin-left: -1.25in;
		page-break-after: avoid;
		mc-pagenum-display: all;
		color: #2A3456;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-size: 10pt;
		mc-leader-format: 'dot';
		margin-bottom: 4pt;
		margin-left: 0.25in;
		color: #000000;
	}

	p.TOC3
	{
		margin-left: 0.25in;
	}

	p.TOC2,
	p.TOC3
	{
		page-break-before: avoid;
	}

	p.IndexHeading
	{
		text-align: left;
		border-bottom: solid 1px #000000;
		font-size: 14pt;
	}

	p.Index1
	{
		margin: 0pt 0pt 5pt 0pt;
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
	}

	p.Index2
	{
		font-family: "Adelle Sans Sage Regular", "Adelle Sans Sage Light", "Arial", "Arial Regular", "sans-serif";
		margin: 0pt 0pt 5pt 0.2in;
	}

	p.copyright
	{
		line-height: 1.2em;
		font-size: 95%;
	}

	div.welcome,
	div.welcome1,
	div.welcome2,
	div.welcome3,
	div.moreInformation,
	div.relatedTopics,
	div.otherResources
	{
		display: none;
		width: 0px;
		float: none;
		clear: both;
	}

	div.example,
	div.examples,
	div.note,
	div.notes,
	div.tip,
	div.tips,
	div.important,
	div.warning,
	div.caution div.beforeYouStart,
	div.nextSteps
	{
		color: #000000;
		background-color: #FFFFFF;
		border: 1px solid #51534A;
		overflow: visible;
		page-break-inside: avoid;
	}

	div.beforeYouStart,
	div.nextSteps
	{
		background-color: none;
		border: none;
		padding: 5px 6px 5px 0px;
	}

	p.example,
	p.note,
	p.tip,
	p.important,
	p.warning
	{
		color: #000000;
		overflow: visible;
		background-color: #FFFFFF;
		border: 1px solid #51534A;
		page-break-inside: avoid;
	}

	span.lead
	{
		color: #000000;
	}

	table div
	{
		page-break-inside: avoid;
	}

	MadCap|tocProxy
	{
		border: none;
	}

	MadCap|miniTOCProxy
	{
		margin-top: 1.5em;
		border: none;
	}

	p.miniTOC1
	{
		font-weight: normal;
	}

	MadCap|relatedTopics
	{
		mc-image-alt-text: none;
		color: #51534A;
	}

	MadCap|dropDown.pageBreak
	{
		page-break-before: always;
	}

	MadCap|dropDownHead	/* Excluding drop-down heads from print TOCs */
	{
		/* mc-heading-level: 2; */
		mc-heading-level: 0;
		font-size: 14pt;
		margin: 21pt 0 9pt 0in;
		color: #2A3456;
		page-break-after: avoid;
	}

	MadCap|dropDownBody MadCap|dropDownHead
	{
		mc-heading-level: 0;
		font-size: 12pt;
		margin: 15pt 0 9pt 0in;
		color: #2A3456;
	}

	MadCap|dropDownBody,
	MadCap|dropDownBody.beforeYouStart,
	MadCap|dropDownBody.nextSteps,
	MadCap|dropDownBody.navigation,
	MadCap|dropDownBody.fields,
	MadCap|dropDownBody.fields2,
	MadCap|dropDownBody.fieldsdefinition,
	MadCap|dropDownBody.tasks,
	MadCap|dropDownBody.popups
	{
		background-color: none;
		border: none;
		margin-left: -4px;
	}

	MadCap|dropDownHead.navigation,
	MadCap|dropDownHead.tasks,
	MadCap|dropDownHead.popups
	{
		font-size: 12pt;
	}

	MadCap|dropDownHead.fields
	{
		margin-left: 4px;
	}

	MadCap|dropDownHead.field2
	{
		margin-left: 2px;
		margin-bottom: 0.4em;
		margin-top: 1.8em;
	}

	MadCap|dropDownBody.beforeYouStart
	{
		margin-bottom: 1em;
	}

	MadCap|indexProxy
	{
		border-top-style: none;
		border: none;
		border-top-width: 0px;
		mc-column-count: 2;
	}

	MadCap|conceptLink
	{
		font-style: italic;
		mc-label: ' Voir aussi : ';
	}
}

MadCap|breadcrumbsProxy
{
	border-top: none;
	border-bottom: 1px solid #f8f8f8;
	padding-top: 8px;
	padding-bottom: 9px;
}

div.helpContainer
{
	margin-top: 12px;
	padding-left: 5px;
	padding-right: 4px;
}

MadCap|topicToolbarProxy
{
	margin-top: -3px;
}

.footer
{
	padding-left: 5px;
	padding-right: 4px;
}

