

html, body {
	width: 100%;
	height: 100%;
}
.ie6 html {
	overflow-y: hidden;
}


body {
	background-color: #fff;
	color: #111111;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;

	background-color: #fbfcf6;
	
	text-align: left;

}
.ie6 {
	overflow-y: hidden;
}

a:link {
	color: #0062a0;
	text-decoration: none;
}
a:visited {
	color: #0062a0;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: underline;
}
a:active {
	color: #cc3300;
	text-decoration: underline;
}

a img { border: none; }

img { border: 1px solid #000; }

#allContainer {
	position: relative;
	margin: 0;
	padding: 0;
}
	#allContainer.xCentered {
		margin: 0 auto;
		max-width: 990px;
	}

.ie6 #allContainer {
	width: 100%;
	height: 100%;
	overflow-x: auto;
}


	#sideColumn {
		position: fixed;
		z-index: 2000;
		width: 240px;
		top: 0; bottom: 0;
		left: 25px;
	}
		#sideColumn.xCentered {
			left: 50%;
			margin-left: -495px;
		}
		#allContainer.xNarrow #sideColumn {
			left: 0;
			margin-left: 0;
		}
	.ie6 #sideColumn {
		position: absolute;
		height: 100%;
	}

		#sideColumnTop {
			padding: 0px 10px 20px 0px;
			text-align: right;
		}


			#sideColumnTop #multisites {
				list-style: none;
				padding: 0;
				margin: 0;
			}

			#sideColumnTop #multisites li {
				display: inline-block;
				margin: 0 10px 10px 0;
				padding: 0;
			}


			#sideColumnTop h1 {
				min-height: 40px;
				float: none;
				background-color: #fbfcf6;
				padding: 0;
				margin: 0;
				color: #0062a0;
				font-family: inherit;
				font-size: 24px;
				font-weight: normal;
				font-style: normal;
				font-variant: normal;
				line-height: 1em;

				margin-top: 10px;
				margin-bottom: 20px;
			}
				#sideColumnTop h1 a {
					color: #0062a0 !important;
					text-decoration: none;
				}

			#sideColumnTop a:link, #sideColumnTop a:visited {
				color: #0062a0;
				text-decoration: none;
			}
			#sideColumnTop a:hover {
				color: #cc3300;
				text-decoration: none;
			}
			#sideColumnTop a:active, #sideColumnTop li.selected>a, #sideColumnTop li.selected>span {
				color: #cc3300;
				text-decoration: none;
			}


			#sideColumnTop ul {
				list-style: none;
				margin: 0 0 20px;
				padding: 0;
			}
				#sideColumnTop ul li {
					padding-bottom: 3px;
					font-size: 15px;
				}

				/* Add some more space after pot-pourri */
				#sideColumnTop ul li.pot-pourri, #sideColumnTop ul li.ateliers-en-prison, #sideColumnTop ul li.messagerie {
					padding-bottom: 20px;
				}

				#sideColumnTop ul li.pensee-d-un-jour {
					margin-right: -12px;
				}

					#sideColumnTop ul li.selected>a {

					}
					#sideColumnTop ul li a {
						background-color: #fbfcf6;
					}

				#sideColumnTop ul ul {
					margin: 0 0 0 10px;
				}
					#sideColumnTop ul ul li {
						padding-bottom: 0;
						font-size: 12px;
						font-weight: normal;
						text-transform: none;
						margin-right: 10px;
					}
					#sideColumnTop ul ul li a {
						background-color: #fbfcf6;
					}
					#sideColumnTop ul ul li:after {
						content: " .";
					}

					#sideColumnTop ul li.no-caca ul li:after {
						content: "";
					}

		#additionalText {
			position: absolute;
			min-width: 140px;
		}


		#sideColumnBottom {
			position: absolute;
			bottom: 0;
			width: 140px;
			padding: 20px 20px 30px;
		}
			#sideColumnBottom p {
				width: 100%;
				font-size: 10px;
				margin: 0;
				padding: 0;
			}
			#sideColumnBottom #userCopyright {

			}
			#sideColumnBottom #bertaCopyright {

			}

	#contentContainer {
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.ie6 #contentContainer {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto !important;
	}

		#mainColumn {
			position: relative;
			padding-top: 70px;
			margin-left: 240px;
			padding-bottom: 20px;
			padding-left: 30px;
			padding-right: 30px;

			width: auto;
			max-width: 720px;
		}
			#mainColumn.xCentered {
				left: 50%;
				margin-left: -255px;
			}
			.xNarrow #mainColumn.xCentered {
				left: 0;
				margin-left: 240px;
			}

		ol#pageEntries {
			position: relative;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			ol#pageEntries li.xEntry {
				position: relative;
				clear: both;
				list-style:none;
				margin-bottom: 20px;
				padding: 0;
			}

				ol#pageEntries li.xEntry h2 {
					padding: 0;
					margin: 0;
					font-size: 16px;
					font-weight: bold;
				}
				ol#pageEntries li.xEntry .xGalleryContainer {
					position: relative;
					clear: both;
					padding: 0;
					margin-bottom: 25px;
				}
				ol#pageEntries li.xEntry .xGalleryType-slideshow {

				}
				ol#pageEntries li.xEntry .xGalleryType-row {

				}
                ol#pageEntries li.xEntry .xGalleryType-pile {

                }
                ol#pageEntries li.xEntry .xGalleryType-column {

                }

					ol#pageEntries li.xEntry .xGalleryContainer .xGallery {
						position: relative;
					}
					ol#pageEntries li.xEntry .xGalleryType-slideshow .xGallery {
						margin-bottom: 1em;
					}

						ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem { display: block; }
						ol#pageEntries li.xEntry .xGalleryType-column div.xGalleryItem {
							padding-bottom: 10px;
						}
                        ol#pageEntries li.xEntry .xGalleryType-row div.xGalleryItem {
                            position: relative;
                            float: left;
                            padding-right: 10px;
                            padding-bottom: 9px;
                        }
						ol#pageEntries li.xEntry .xGalleryType-slideshow .xGalleryImageCaption { display: none; }

					ol#pageEntries .xGalleryContainer ul.xGalleryNav {
						display: block;
						position: relative;
						clear: both;
						margin: 0 0 2px;
						padding: 0;
						list-style: none;
						height: 18px;
					}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li {
							display: block;
							float: left;
							list-style: none;
							line-height: 96%;
							margin: 0;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li .xGalleryImageCaption { display: none; }
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li a {
							display: block;
							float: left;
							padding: 1px 5px 1px;
							color: #0062a0;
							text-decoration: none;
							outline: none;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
							color: #cc3300;
							text-decoration: none;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
							color: #cc3300;
							text-decoration: none;
						}


				ol#pageEntries li.xEntry .entryText {
					position: relative;
					clear: both;
					margin: 0 0 6px;
				}
					ol#pageEntries li.xEntry .entryText p {
						margin: 0 0 10px;
					}

					/* disqus fix */
					ol#pageEntries #dsq-content ul, ol#pageEntries #dsq-content li {
					    list-style-position: outside;
					    list-style-type: none;
					    margin: 0;
					    padding: 0;
					}

					ol#pageEntries li.xEntry .entryText ul {
						margin: 0 0 6px;
						padding: 0 0 0 15px;
					}
						ol#pageEntries li.xEntry .entryText ul li {
							list-style-type: circle;
							margin: 0 0 3px 0;
							padding: 0;
						}
					ol#pageEntries li.xEntry .entryText ol {
						margin: 0 0 6px;
						padding: 0 0 0 15px;
					}
						ol#pageEntries li.xEntry .entryText ol li {
							margin: 0 0 3px 0;
							padding: 0;
							list-style-type: decimal;
						}


				ol#pageEntries li.xEntry .entryTags {
					position: relative;
					clear: both;
				}

				.floating-banners {
					margin-left: 240px;
					padding-left: 30px;
				}

				.floating-banner {
					position: absolute;
					z-index: 3000;
				}

	.iframeWrapper  {
		position: relative;
		padding-bottom: 310px;
  		/* max-width: 400px;
		padding-bottom: 56.25%; */
	}

	.iframeWrapper iframe {
		position: absolute;
		width: 100%;
		height: 100% !important;
	}

/* Custom style */

	#contentHeader {
		position: absolute;
		top: -55px;
		display: none;
	}

	.xTag- #contentHeader {
		display: block;
	}

	#userCopyright, #bertaCopyright {
		display: none;
	}

	.xContent-accueil img {
		border: none;
	}

	.xContent-accueil ol#pageEntries {
		margin-top: -60px;
	}

	.xContent-accueil #sideColumnTop ul {
		margin-top: 64px;
	}

	body.xContent-biographie {
		background-image: url("/_templates/_assets/img/bg_rg-500.jpg");
		background-repeat: no-repeat;
		background-position: bottom left;
		background-attachment: fixed;
	}

	body.xContent-messagerie {
		background-image: url("/_templates/_assets/img/bg_messagerie-400.jpg");
		background-repeat: no-repeat;
		background-position: bottom left;
		background-attachment: fixed;
	}

	body.xContent-messagerie #sideColumnTop li.no-caca, body.xContent-biographie #sideColumnTop li.no-caca {
		display: none;
	}

	li.no-caca {
		position: fixed;
		height: 38px;
		bottom: 15px;
		left: 15px;
		background-image: url("/_templates/_assets/img/no_lench.png");
		background-repeat: no-repeat;
        z-index: 1000;
	}

	li.no-caca > a {
		opacity: 0;
		font-size: 30px;
	}

	ul.subMenu.xSection-no-caca {
		position: absolute;
		bottom: 45px;
		left: 25px;
		width: 240px;
		text-align: left;
	}

	.xGalleryImageCaption {
		display: none;
	}

	/* la mouche ******** */

	#la-mouche {
		display: none;
	}

	#la-mouche img {
		border: none;
	}

	ol.xSection-et-ta-soeur.xTag-la-mort #la-mouche {
		display: block;
		position: fixed;
		top: 200px;
		right: 30px;
	}

	ol.xSection-no-caca #la-mouche {
		display: block;
		position: fixed;
		top: 200px;
		right: 30px;
	}
	

	/* milkbox customization ******** */

	#mbCanvas img {
		box-sizing:border-box;
	}

	#mbOverlay {
		opacity: 1 !important;
	}

	#mbCenter {
		top: 10% !important;
		overflow: visible !important;
	}

	#mbDescription {
		margin-top: 2em;
		text-align: center;
	}

	#mbCloseLink {
		float: none !important;
		position: fixed;
		font-size: 1.2em;
		bottom: 26px;
		right: 20px;
	}

	#mbNavigation {
		position: fixed;
		bottom: 18px;
		right: 40px;
	}

	#mbPrevLink, #mbNextLink {
		font-size: 2em;
	}

	#mbCount {
		position: relative;
  		bottom: 4px;
	}



