/**
* Menu
*/
aside.support-menu {
	float: left;
	width: 225px;
}
aside.support-menu a {
	color: #fff;
	font-family: Open Sans Semibold, 'open_sanssemibold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
aside.support-menu ul ul a {
	font-size: 12px;
}
aside.support-menu > ul > li {
	background: #0097c8;
}
aside.support-menu > ul > li:hover {
	background: #00698b;
}
aside.support-menu > ul > li > a {
	display: block;
	padding: 18px 15px;
	position: relative;
}
aside.support-menu > ul > li > a img {
	position: absolute;
	right: 15px;
	top: 23px;
}
aside.support-menu > ul li ul {
	display: none;
}
aside.support-menu > ul > li.current {
	background: #004251;
}
aside.support-menu > ul > li.current ul {
	display: block;
}
aside.support-menu > ul li ul {
	padding-bottom: 18px;
}
aside.support-menu > ul li ul > li {
	background: transparent url('../images/aside/picto-support-li.png') no-repeat scroll 0 9px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0 15px;
}

aside.support-menu > ul li ul > li.current a {
	font-family: Open Sans Bold, 'open_sansbold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/**
* Content
*/
article.support-content {
	background: #fff;
	padding: 20px;
}
article.support-content h1 {
	font-family: Raleway Bold, 'ralewaybold', Tahoma, Verdana, Segoe, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: -5px;
	margin-top: 20px;
}
article.support-content h1:first-child {
	margin-top: 0;
}
article.support-content h2 {
	font-family: Raleway SemiBold, 'ralewaysemibold', Tahoma, Verdana, Segoe, sans-serif;
	font-size: 15px;
	color: #00698a;
	margin-top: 20px;
	margin-bottom: 10px;
}
article.support-content h3 {
	font-family: Raleway SemiBold, 'ralewaysemibold', Tahoma, Verdana, Segoe, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 15px
}
article.support-content h4 {
	font-family: Raleway SemiBold,"ralewaysemibold",Tahoma,Verdana,Segoe,sans-serif;
	font-size: 13px;
	margin-left: 30px;
}
article.support-content p,
article.support-content ul,
article.support-content ol {
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 10px;
}
article.support-content ul {
	list-style-image: url('../images/article/picto-support-li.png');
}
article.support-content ol {
	list-style-type: decimal;
}
article.support-content ul,
article.support-content ol {
	list-style-position: outside;
	margin-left: 25px;
}
article.support-content ol li,
article.support-content ul li {
	line-height: 22px;
}
article.support-content p.level-3 {
	margin-left: 15px;
}
article.support-content p.level-4 {
	margin-left: 30px;
}
article.support-content ul.level-3,
article.support-content ol.level-3 {
	margin-left: 30px;
}
article.support-content ul.level-4,
article.support-content ol.level-4 {
	margin-left: 45px;
}
article.support-content ol.decimal {
	list-style-type: decimal;
}
article.support-content ol.upper-roman {
	list-style-type: upper-roman;
}
article.support-content ol.lower-roman {
	list-style-type: lower-roman;
}
article.support-content ol.lower-alpha {
	list-style-type: lower-alpha;
}
article.support-content ol.upper-alpha {
	list-style-type: upper-alpha;
}
article.support-content ul.margin-10px li {
	margin-top : 15px;
	margin-bottom : 15px;
}
article.support-content ul li img {
	vertical-align: middle;
}
article.support-content a.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	cursor: url('../images/cursor/zoom-in.cur'), pointer;
}
article.support-content a.image-popup img {
	vertical-align: middle;
}

/* Astuce pour que les liens ancrés soient un peu décallés pour ne pas être sous la barre de menu */
article.support-content h1:before,
article.support-content h2:before,
article.support-content h3:before,
article.support-content h4:before { 
  display: block;
  content: " ";
  margin-top: -45px;
  height: 45px;
  visibility: hidden;
}

/**
* Miscellaneous
*/
article.support-content .small {
	font-size: 11px;
}
article.support-content .strong {
	font-weight: bold;
}
article.support-content .italic {
	font-style: italic;
}
article.support-content .underline {
	text-decoration: underline;
}

/**
* Links
*/
article.support-content a:link, article.support-content a:visited,
article.support-content a:active, article.support-content a:hover {
	color: #00f;
}

/**
* Clear
*/
div.support-clear {
	clear: both;
	margin-bottom: 77px;
}

/**
* MagnificPopup
*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

/* Overrides pour l'impression */
@media print {
	/**
	* Menu
	**/
	aside.support-menu {
		display: none;
	}

	article.support-content {
		border: 0px !important;
		margin-left: 0px !important;
	}
}