<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSansLight.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSansLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSansLight.woff') format('woff'), /* Modern Browsers */
       url('fonts/OpenSansLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/OpenSansLight.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSansBold';
  src: url('fonts/OpenSansBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSansBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSansBold.woff') format('woff'), /* Modern Browsers */
       url('fonts/OpenSansBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/OpenSansBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSansItalic';
  src: url('fonts/OpenSansLightItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSansLightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSansLightItalic.woff') format('woff'), /* Modern Browsers */
       url('fonts/OpenSansLightItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/OpenSansLightItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url('fonts/OpenSansBoldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSansBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSansBoldItalic.woff') format('woff'), /* Modern Browsers */
       url('fonts/OpenSansBoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/OpenSansBoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'FuturaMedium';
  src: url('fonts/FuturaMedium.eot'); /* IE9 Compat Modes */
  src: url('fonts/FuturaMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/FuturaMedium.woff') format('woff'), /* Modern Browsers */
       url('fonts/FuturaMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/FuturaMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 12px;
	background: #d1cbbc;
	color: #2c2523;
	font: 9pt 'OpenSans', Verdana, Arial, Helvetica, sans-serif;
	/*font: 100%/ 1.2 Georgia, "Times New Roman", Times, serif;*/
}

.small {
	font-size: 6pt;
}

h1, h2 {
	text-transform: uppercase;
}

input {
	font: 10pt 'OpenSansBoldItalic';
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearer {
	clear: both !important;
	float: none !important;
	width: 1px !important;
	height: 1px !important;
}

.red {
	color: #d23d30;
}

.darkred {
	color: #941018;
}

.deco {
	background-color: #f7f3e7;
}

.btn-primary {
	background-color: #818181 !important;
	border-color: #656565 !important;
}

.btn-danger {
	background-color: #d24033 !important;
}

div.error {
	border: 1px solid #f00;
	background-color: #f99;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
}

div.error a {
    text-decoration: underline;
}

.noTitleStuff .ui-dialog-titlebar {
	display: none;
}

.navigation {
	width: 100%;
	position: relative;
}

.navigation-content {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: -80px;
}

.arrow-content {
	width: 50px;
	height: 50px;
	margin: 0px 15px;
	background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
	z-index: 100;
	cursor: pointer;
}

.arrow-left {
	background-image: url("../images/bt-arrow-left.png");
}

.arrow-right {
	background-image: url("../images/bt-arrow-right.png");
}

.invisible {
	display: none !important;
}

#global {
	min-width: 500px;
	max-width: 1026px;
	margin-left: auto;
	margin-right: auto;
}

header {
	border-style: solid;
	border-color: #d23d30;
	border-width: 6px 0;
}

#head_links {
	font: 8pt 'OpenSansBoldItalic';
	width: 550px;
	height: 25px;
	text-align: right;
}

#head_links a, #head_links span {
	line-height: 2em;
}

#head_links img, #head_links a, #head_links span {
	float: right;
	margin: 0 5px;
}

#header {
	background-image: url('../images/header-bg.png');
	background-repeat: no-repeat;
	min-height: 119px;
	padding-right: 15px;
}

#header #logo div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	color: #d24033;
	font-family: 'OpenSansBold';
}

#header #infos {
	text-align: center;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}

#header #infos a {
	color: #d24033;
	font-family: 'OpenSansBold';
}

#header #search {
	border-bottom: 1px solid black;
	padding-bottom: 15px;
	font-family: 'OpenSansBold';
}

#header #search form input {
	color: #695e5d;
	border: none;
	width: 100%;
	height: 40px;
	margin-top: 3px;
	margin-left: 2px;
	background: none #d1cdc2;
	font: 9pt 'OpenSansBold';
	text-align: center;
}

#header #search form input.list-authors {
	background-color: #ffffff;
}

#header #search form a.list-authors {
	position: relative;
	right: 25px;
	background: none;
	border: none;
}

.ui-autocomplete {
	overflow: auto;
	font: 8pt 'OpenSansBold' !important;
}

#header #search form a.list-authors .ui-button-icon-primary {
	background: url('../images/search-arrow.png') no-repeat;
	margin-top: -5px;
}

@media (min-width:768px) {
	#header #infos {
		width: 220px;
		border-bottom: none;
		padding-bottom: 0;
	}

	#header #search {
		width: 310px;
		border-bottom: none;
		padding-bottom: 0;
	}

	#header #search form {
		display: inline-block;
		float: left;
	}

	#header #search form input {
		width: 220px;
		height: 20px;
		font-size: 8pt;
	}

	.ui-autocomplete {
		max-height: 350px;
	}

	#header #search form input[type="submit"] {
		width: 50px;
	}

	#header #search span {
		font: 8pt 'OpenSansBoldItalic';
	}

	#header #search .help {
		background: transparent url('../images/help.png') no-repeat;
		padding-left: 13px;
		margin-top: 3px;
		margin-left: 5px;
		float: left;
	}

	#header #search .link {
		float: right;
		margin-right: 40px;
		margin-top: 3px;
	}
}

#header #account .error {
	display: none;
}

#header #account h1 {
	font-size: 1.2rem;
	font-weight: bold;
}

#header #account h1 a {
	color: #d24033 !important;
}

#toolbar {
	background: url('../images/toolbar-bg.png') no-repeat;
	height: 38px;
	width: 100%;
	text-align: right;
	display: table;
}

#toolbar div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}

#toolbar div a {
	margin: 0 5px;
}

#menu, #menu a, .nav-link {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #7e7869;
	font: 10pt 'OpenSansBold';
}

#menu div, nav li {
	text-transform: uppercase;
}

#menu div {
	background: url('../images/menu-top-bgl.png') repeat-x;
	border-left: 2px solid #b4b0a5;
	border-radius: 1px;
	height: 67px;
}

@media (min-width: 768px) {
	#menu div {
		max-width: 114px;
	}
	
}

nav li {
	background: url('../images/menu-top-bg.png') no-repeat;
	width: 114px;
	height: 67px;
	text-align: center;
}

#menu .active {
	background: url('../images/menu-top-active-bgl.png') repeat-x;
}

#menu .active a {
	color: #ffffff;
}

#principal {
	background: #bdb6ac url('../images/background.png') no-repeat;
	clear: both;
	min-height: 392px;
	/*overflow: auto;*/
	padding-top: 1px;
}

#principal hr {
	border: 3px solid #d23d30;
	margin: 0;
}

#principal .buttons {
	text-align: right;
}

#principal header .buttons input {
	background-color: #d23d30;
	border: none;
	color: #fff;
	margin: 0 0 0 30px;
	padding: 5px 10px;
	border-radius: 0 0 5px 5px;
}

#principal #address {
	float: right;
	margin-right: 20px;
	margin-top: 9px;
}

#principal .alphabet {
	display: table;
	height: 60px;
}

#principal .alphabet span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 8px;
}

#principal .alphabet span a {
	font: 15pt 'OpenSansBold';
	color: #818181;
}

#principal .alphabet span a.active {
	color: #ffffff;
}

#principal h1.news {
	font-size: 15pt;
	color: #d23d30;
	margin-top: 20px;
	margin-bottom: 0;
}

#principal #block_news {
	/*padding-top: 10px;*/
}

#principal #block_news &gt; div {
	/*margin-top: 15px;*/
}

#principal #block_news #thumbs {
	padding-left: 130px;
	float: left;
	width: 49%;
}

#principal #block_news #thumbs div.thumb {
	margin: 20px 10px;
	display: inline-block;
}

#principal #block_intro {
	min-height: 150px;
	margin: 20px 0;
	padding: 10px 0;
	padding: 10px;
	color: #fff;
	background-color: #af9e8f;
}

#principal #block_news div.item {
	display: none;
	/*vertical-align: middle;*/
}

#principal #block_news div.item hr {
	clear: both;
	border: 1px solid #fff;
	width: 50px;
	background-color: #fff;
}

#principal #block_news div.item a {
	font-weight: bold;
}

#principal #block_news div.content {
	/*float: right;*/
	height: 347px;
	/*width: 260px;*/
	overflow-y: auto;
	/*padding-right: 5px;
	margin-right: 15px;*/
}

#principal #block_news div.content h1, #principal #block_news div.content h2 {
	font: 9pt "OpenSansBold";
	text-align: center;
	margin: 0;
}

#principal #block_news div.content p {
	text-align: justify;
}

#principal #block_news div.image {
	/*float: left;*/
}

#principal #content {
	margin-top: 20px;
}

#principal #content .toolbar {
	float: right;
	width: 150px;
}

#principal #content .toolbar h2 {
	font: 8pt 'OpenSansBold';
	color: #d23d30;
	text-align: center;
}

#principal #content .toolbar h2 a {
	color: #d23d30;
}

#principal #content .toolbar a.button {
	display: block;
	margin: 10px 0;
	padding: 1px 0;
	background-color: #fff;
	font: 8pt 'OpenSansItalic';
	color: #bcb8b0;
	width: 100%;
	text-align: center;
}

#footer {
	background: url('../images/footer-bg.png') no-repeat;
	height: 150px;
	color: #fff;
	text-align: justify;
	padding: 0 3px;
	overflow: hidden;
	font-family: 'OpenSans';
	font-weight: bold;
}

.popup-submit-book {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 450px;
	margin: 20px auto;
}

.popup-submit-book a {
	text-decoration: underline;
}

.list-authors-column {
	display: table-cell;
	width: 220px;
}

/* Letters to Maurice Nadeau ****************/

#principal #letters {
	min-height: 300px;
}

#principal #letters h1 {
	font: 19pt "OpenSansBold";
	text-transform: none;
	text-align: center;
}

#principal #letters .letters-wrapper {
	width: 800px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
}

#principal #letters .letters-wrapper-content {
	height: 150px;
}

#principal #letters .letters-wrapper-section {
	display: flex;
	justify-content: space-around;
	float: left;
	height: 150px;
	width: 800px;
}

#principal #letters .letter {
	min-width: 150px;
	text-align: center;
}

#principal #letters .letter {
	min-width: 150px;
	text-align: center;
}

/* Maurice Nadeau ***************************/

#principal #intro {
	height: 100%;
	padding: 40px 10px 0;
	overflow: hidden;
}

#principal #intro div {
	overflow-y: auto;
}

@media (max-width: 768px) {
	#principal #intro div {
		height: auto !important;
		width: fit-content !important;
		margin: 20px auto !important;
	}
}

@media (min-width: 768px) {
	#principal #intro div {
		width: 245px;
		float: left;
		margin: 0 4px;
	}
}

#principal #intro div:first-child {
	width: 235px;
}

#principal #intro h2 {
	font-size: 9pt;
	text-transform: none;
	margin-top: 0;
}

#principal #intro h3 {
	font-size: 8pt;
	text-transform: none;
}

/* Home page ***************************/

#principal #home div {
	/*width: 100%;*/
	min-height: 175px;
}

#principal #home div.top &gt; div, #principal #home div.bottom &gt; div {
	/*width: 33%;
	height: 100%;
	overflow: hidden;*/
	padding: 5px;
	/*float: left;*/
	text-align: center;
}

#principal #home div.top {
	margin-top: 20px;
	background-color: rgb(114, 98, 87);
	background-color: rgba(114, 98, 87, 0.1);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#principal #home div.bottom {
	background-color: rgb(114, 98, 87);
	background-color: rgba(114, 98, 87, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#principal #home h1, #principal #home h1 a {
	font: 10pt 'OpenSansBold';
	color: #ffffff;
	text-transform: none;
}

#principal #home h2 {
	font: 9pt 'OpenSansItalic';
	font-weight: bold;
	color: #958982;
	text-transform: none;
}

#principal #home div.top .agenda {
	background: url("../images/agenda.png") no-repeat 10% 50%;
}

#principal #home div.top .agenda div {
	margin-left: 40%;
}

#principal #home div.top .agenda h1, #principal #home div.top .agenda h2 {
	text-align: left;
}

#principal #home div.top .agenda img {
	position: relative;
	left: -14%;
}

#principal #home div.top .last-release {
	background: url('../images/home-lp-bg.jpg') no-repeat;
	background-size: cover;
}

#principal #home div.top .last-release a:nth-of-type(2) {
	margin: 0 15px;
}

#principal #home div.top .last-release a:first-of-type img,
	#principal #home div.top .last-release a:last-of-type img {
	margin-top: 25px;
}

#principal #agenda {
	height: 100%;
}

#principal #agenda #agenda-wrapper {
	overflow: hidden;
}

#principal #agenda .controls {
	margin-left: 2%;
}

#principal #agenda .events {
	width: 500%;
}

#principal #agenda .event {
	float: left;
	width: 510px;
}

#principal #agenda .event .col1 {
	width: 125px;
	float: left;
	padding-top: 50px;
	padding-right: 10px;
	font: 1.5em 'OpenSansBold';
	color: #555;
	text-align: right;
	text-shadow: 1px 4px #888;
}

#principal #agenda .event .col1 img {
	margin-top: 15px;
}

#principal #agenda .event .col2 {
	width: 75%;
	float: left;
	padding: 10px 20px;
}

#principal #agenda .event .col2 h1 {
	text-transform: none;
	font: 1.7em 'OpenSansBold';
	margin: 2px 0;
}

#principal #agenda .event .col2 h2 {
	font-style: italic;
	text-transform: none;
	font: 1.4em 'OpenSansItalic';
	margin: 2px 0;
}

#principal #advanced_search {
	margin-top: 15px;
}

#principal #advanced_search img {
	float: left;
	margin-left: 15px;
}

/*#principal #advanced_search div {
	margin-left: 200px;
	padding: 5px 0;
}*/

#principal #advanced_search .criteria {
	font: 11pt 'OpenSansBold';
	color: #000;
	margin-bottom: 20px;
	background-color: rgb(129, 129, 129);
	background-color: rgba(129, 129, 129, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#principal #advanced_search h2 {
	font: bold 15pt 'OpenSans';
	text-transform: none;
	text-align: center;
}

#principal #advanced_search .criteria form input {
	font: bold 10pt 'OpenSans';
	color: #000;
	width: 100%;
	height: 24px;
	padding-left: 10px;
	border: none;
	background-color: #ffffff;
}

#principal #advanced_search .criteria form input[type="submit"] {
	background-color: #d1cdc2;
	color: #695e5d;
	width: 50px;
	padding: 0;
}

#principal #advanced_search span.custom-combobox {
	position: relative;
}

#principal #advanced_search .criteria form .custom-combobox a {
	border: none;
	background: none;
	position: absolute;
	right: 0 !important;
	top: 50% !important;
}

#principal #advanced_search .criteria form .custom-combobox a .ui-button-icon-primary {
	background: url('../images/search-arrow.png') no-repeat;
}

#principal #advanced_search .result {
	font: bold 9pt 'OpenSans';
	min-height: 140px;
	margin-bottom: 20px;
	background-color: rgb(165, 152, 137);
	background-color: rgba(165, 152, 137, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#principal #advanced_search .result p {
	margin: 5px;
}

#principal #advanced_search .result .author {
	font-family: 'OpenSansBoldItalic';
	color: #a6323c;
}

#principal #catalog {
	min-height: 392px;
}

#principal #catalog div {
	color: #ffffff;
	font: 10pt 'OpenSansBold';
	text-shadow: 3px 3px #bbb;
}

#principal #block_video {
	background-color: #fff;
	min-height: 200px;
	margin: 10px 0;
}

#principal #block_video .thumbs-covers {
	overflow: auto;
}

#principal #block_video .thumbs-covers .item-wrapper {
	display: flex;
}

#principal #block_video .thumbs-covers .item-wrapper img {
	height: 120px;
	margin-right: 5px;
}

#principal #block_video #block_video_player {
	width: 500px;
	min-height: 300px;
	margin: 0 auto;
}

#principal #block_press {
	background-color: #fff;
	min-height: 200px;
	padding: 10px;
}

#principal #block_press h2, #listing.excerpt h2 {
	color: #af9e8f;
	margin: 10px 0;
}

#principal #publications h1, #principal #videos h1 {
	font: 23pt 'OpenSansBold';
	text-transform: none;
	color: #818181;
}

#principal #publications div.home {
	position: relative;
}

@media (min-width: 768px) {
	#principal #publications div.home {
		top: -35px;
	}
}

#principal #publications .alphabet {
	background-color: rgb(165, 152, 137);
	background-color: rgba(165, 152, 137, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#section-books .no-result {
	background-color: #fff;
	padding: 5px;
	margin: 0;
	font-size: 1.2em;
}

#section-books article {
	margin: 0;
	padding: 1px;
}

#section-books .thumbs-covers {
	overflow: hidden;
	height: 150px;
	width: 100%;
	max-width: 600px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#section-books .thumbs-covers .item-wrapper {
	width: 2200px;
	position: relative;
}

#section-books .thumbs-covers .item-wrapper img {
	float: left;
	margin-right: 5px;
}

#publications .authorsList {
	width: 300px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#publications .authorsList a {
	font: 12pt 'OpenSansBold';
	color: #a89b8c;
}

#listing.excerpt {
	background-color: #fff;
	padding: 10px;
}

#listing article {
	padding: 5px 0;
}

#listing .book {
	display: flex;
}

#listing .book div {
	float: left;
}

#listing .book_0 {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#listing .book .image {
	width: 130px;
	min-height: 50px;
	padding: 5px;
	text-align: center;
}

#listing .book .text {
	width: 75%;
}

#listing .book .text p {
	margin: 5px 0;
}

#listing .book .text p.more {
	font: 11pt 'OpenSansBold';
	text-transform: uppercase;
}

#listing .book h1 {
	font: 11pt 'OpenSansBold';
	margin: 5px 0;
}

#listing .book h2 {
	font: 11pt 'OpenSansBoldItalic';
	margin: 0;
}

#listing .book h2 {
	color: #d23d30;
}

#listing .book .buttons {
	width: 85px;
	text-align: center;
	margin: 0 15px;
	padding-top: 40px;
}

span.price {
	position: relative;
	top: -5px;
	font-weight: bold;
}

#listing .book .buttons input {
	margin: 0 5px;
}

.cover-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}

.cover-popup img {
	float: left;
	width: 50%;
}

.cover-popup-text {
	float: right;
	width: 47%
}

/* Page parution  ***************************/

#publications #book {
	display: flex;
}

#publications #book .thumbs-covers {
	width: 180px;
	text-align: center;
	padding-top: 50px;
	float: left;
}

#publications #book .content {
	/*height: 358px;*/
	overflow: auto;
	-webkit-margin-start: 181px;
}

#publications #book .content section {
	padding-right: 10px;
}

#publications #book h1 {
	margin: 10px 0;
}

#publications #book h2 {
	font: 16pt "OpenSansBold";
}

#publications #book h3 {
	font: 11pt "OpenSansBold";
	text-transform: uppercase;
	color: #818181;
}

#publications #book-toolbar {
	/*position: absolute;*/
	bottom: 0;
	height: 35px;
	width: 100%;
	display: table;
	font: bold 10pt "OpenSansItalic";
}

#publications #book-toolbar p {
	display: table-cell;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
}

#publications #book-toolbar p:last-child {
	text-align: right;
}

#publications #book-toolbar a {
	font-family: "OpenSansBoldItalic";
	color: #d24033;
}

/* Page Videos  ***************************/

#principal #videos h1 {
	margin-top: 10px;
}

@media (min-width: 768px) {
	#principal #videos h1 {
		width: 160px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#principal #videos div.alphabet {
		margin: 15px 0 15px 260px;
	}
}

#principal #videos .content {
	margin-left: 80px;
	background: url("../images/videos.png") no-repeat;
	max-width: 496px;
	width: 100%;
	height: 286px;
}

#principal #videos .content div {
	text-align: right;
	width: 100%;
	padding-top: 20px;
}

@media (min-width: 768px) {
	#principal #videos .content div {
		text-align: center;
	}
}

#principal #videos .content a {
	font: 10pt 'OpenSansBold';
	text-transform: uppercase;
}

#principal #videos .list {
	width: 90%;
	min-height: auto;
	margin-bottom: 15px;
	background-color: rgb(165, 152, 137);
	background-color: rgba(165, 152, 137, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#principal #videos .authorsList a {
	font: 12pt 'OpenSansBold';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
}

#principal #videos .authorsList a.active {
	color: #000000;
}

#principal #videos .video {
	border: 3px solid #ffffff;
	background-color: #000000;
	min-height: 260px;
}

#principal #videos .video iframe, #principal #videos .video video {
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	#principal #videos .video {
		min-width: 500px;
		min-height: 375px;
	}

	#principal #videos .list {
		width: 165px;
		min-height: 263px;
	}
}

#principal #videos .videosList h2 {
	font: 20pt "OpenSansBold";
	color: #ffffff;
	margin: 5px 0;
	text-align: center;
}

#principal #videos .videosList a {
	display: block;
	color: #818181;
	font: 1rem 'OpenSansBold';
}

#principal #videos .channel-link {
	font: 1.5rem 'OpenSansBold';
}

#principal #videos .channel-link a {
	color: #d24033;
}

/* Page Quinzaine *************************/

#principal #quinzaine {
	height: 100%;
}

/*#principal #quinzaine .content, #principal #quinzaine .covers {
	width: 49%;
	height: 100%;
}*/

#principal #quinzaine .covers {
	text-align: center;
	overflow: hidden;
}

#principal #quinzaine .content {
	width: 100%;
	min-height: 391px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#principal #quinzaine .content p {
	font-family: 'OpenSansItalic';
	font-weight: bold;
	text-align: center;
	margin: 2px 0;
	color: #958982;
}

@media (min-width: 768px) {
	#principal #quinzaine .content {
		width: 424px;
		height: 391px;
	}
}

#principal #quinzaine .content div {
	color: #818181;
	padding: 15px 0;
}

#principal #quinzaine .content div &gt; * {
	float: left;
}

#principal #quinzaine .content span {
	font-weight: bold;
	font-size: 10pt;
	margin-left: 30px;
}

#principal #quinzaine .content span.participate {
	margin-top: 20px;
}

#principal #quinzaine .content a.nadeau {
	color: #818181;
	font: 16pt 'OpenSansBold';
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

/* Page contact ***************************/

#contact {
	min-height: 391px;
	overflow: hidden;
	color: #614a47;
}


#contact div {
	width: fit-content;
}

@media (max-width: 768px) {
	#contact div {
		margin: 10px auto !important;
	}
}

@media (min-width: 768px) {
	#contact div {
		float: left;
	}

	#contact div:first-child {
		margin-left: 30px;
	}

	#contact div.email {
		width: 600px;
	}
}

#contact div.email {
	font: 10pt 'OpenSansBold';
	margin: 5px 0 0 50px;
	display: block;
	height: 29px;
}

#contact .address {
	font: 11pt 'OpenSansBold';
	margin: 20px 0;
}

#contact div.text {
	width: 249px;
	margin-left: 10px;
}

#contact div.script {
	background: url('../images/contact-script-bg.png') no-repeat bottom;
}

#contact div.script h1, #contact div.script h2 {
	font-size: 8pt;
	text-align: center;
	margin: 0;
}

#contact div.script h1 {
	font-size: 8pt;
	color: #000000;
	text-transform: none;
}

#contact div.script p {
	font: 7pt 'OpenSansBold';
	margin: 2px 11px;
}

#contact div.script p.address-script {
	color: #000000;
	font-size: 9pt;
	text-align: center;
}

/* Pages browsing ***************************/
div.pagesBrowser {
	margin-top: 10px;
	text-align: center;
}

div.pagesBrowser ul {
	/*padding-top: 10px;
	padding-left: 30px;*/
	margin: 0 auto;
	list-style: none;
	display: inline;
}

div.pagesBrowser ul li {
	font-family: verdana;
	display: inline-block;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #ccc;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	margin: 0 1px;
}

div.pagesBrowser ul li a {
	color: #000;
	font-weight: bold;
}

/* Page Cart ***************************/
#cart_header {
	width: 100%;
	display: table;
}

#cart_header ul {
	list-style-type: none;
	text-transform: uppercase;
	font: 11pt 'OpenSansBold';
	color: #968f8f;
	padding-left: 10px;
}

#cart_header ul li {
	margin: 5px 20px;
	display: block;
}

@media (min-width: 768px) {
	#cart_header ul li {
		display: inline-block;
	}
}

#cart_content, #cart_content_confirm {
	color: #000;
}

@media (min-width: 768px) {
	#cart_content_confirm {
		width: 760px;
	}
}

#cart_content h3 {
	margin: 5px 0;
	font: 10pt 'OpenSansBold';
}

#cart_content .cart h1 {
	font-family: OpenSansBold;
	font-size: 1rem;
	margin: 0;
	text-transform: none;
}

#cart_content .cart h2 {
	font-size: 0.9rem;
	text-transform: none;
}

#cart_content .cart .uprice {
	font-family: OpenSansBold;
	font-size: 0.8rem;
}

#cart_content .cart .total {
	font-family: OpenSansBold;
	color: #d24033;
	font-size: 1rem;
}

#cart_content .cart img.icon-format {
	position: absolute;
	top: 45px;
	left: 40px;
}

.submit_cart {
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #fff;
	background-color: #005fab;
	border: 0;
	width: 140px;
	height: 25px;
	cursor: pointer;
}

.skip {
	background-color: #666;
}

.order_address {
	margin: 2px auto;
	max-width: 600px;
	color: #000;
	background-color: rgb(165, 152, 137);
	background-color: rgba(165, 152, 137, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/*.order_address p {
	margin-left: 150px;
	margin-top: 0;
}*/

.order_address p.success {
	margin: 0;
	padding: 50px;
}

.order_address input, .order_address select {
	/*margin: 10px 0 0 150px;*/
	font-size: 9pt;
	/*width: 425px;*/
	height: 28px;
}

.order_address input {
	border: 0;
}

.order_address label {
	/*position: absolute;
	margin: 16px 0 0 30px;*/
	text-transform: uppercase;
}

div.cart_address, div.cart_payment, div.cart_delivery_choice {
	text-align: center;
	background-color: rgb(165, 152, 137);
	background-color: rgba(165, 152, 137, 0.6);
}

div.cart_address .name, div.cart_address .firstname {
	font: 11pt 'OpenSansBold';
	color: #4d35c6;
}

div.cart_address .name {
	text-transform: uppercase;
}

div.cart_delivery_choice label {
	display: inline-block;
	width: 150px;
}

div.cart_payment p {
	margin: 0;
	font-family: 'OpenSansBoldItalic';
}

div.cart_payment img {
	width: 115px;
}

.cart_buttons {
	margin-top: 15px;
	clear: both;
	text-align: right;
}

.cart_buttons input {
	width: auto;
	margin: 5px 5px;
	float: left;
}

.cart_buttons p {
	text-align: left;
	margin: 10px 0 0 0;
	white-space: nowrap;
	font: 10pt 'OpenSansBold';
	float: left;
}

.cart_buttons .submit_cart {
	display: inline-block;
	margin-top: 10px;
	margin-left: 25px;
	background: url('../images/cart-button-bg.png') repeat-x;
	width: 170px;
}

.cart_buttons p a {
	text-decoration: underline;
}

.cart_buttons_ident {
	color: #ffffff;
	clear: none;
}

.cart_buttons_ident p {
	float: left;
	margin: 0;
}

.cart_buttons_ident .submit_cart {
	float: right;
	margin-top: 5px;
}

.cart_buttons_confirm .submit_cart {
	float: right;
	margin-right: 15px;
}

.cart_buttons_pay p {
	text-align: right;
}

.cart_buttons_pay p, .cart_buttons_pay input {
	float: none;
}

/* Page Quinzaine */
#qzsearch h1 {
	font: 10pt 'OpenSans', Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #2c2523;
}

#qzsearch h2 {
	font-size: 1rem;
	text-transform: none;
	color: #2c2523;
}

#qzsearch h3 {
	font-size: 0.9rem;
	text-transform: none;
	color: #2c2523;
}

#qzsearchresult .intro {
	padding: 10px;
	background-color: rgba(114, 98, 87, 0.3);
}

#qzsearch form label {
	display: inline-block;
	width: 80px;
}

#qzsearch form input[type='text'] {
	color: #695e5d;
	border: none;
	width: 200px;
	height: 22px;
	margin-top: 3px;
	margin-left: 2px;
	font: 8pt 'OpenSansBold';
}

#qzsearch .simple form input[type='text'] {
	width: 180px;
}

#qzsearch form select {
	height: 28px;
}

#qzsearch div.button {
	height: 26px;
	margin-left: auto;
	margin-right: auto;
}

#qzsearch .simple div.button {
	float: right;
}

#qzsearch .advanced div.button {
	width: 172px;
	background: url(../images/bt-adv-search-bg-left.jpg) no-repeat;
}

#qzsearch .advanced div.button input {
	margin-top: 7px;
	margin-left: 10px;
}

#qzsearch .advanced div.button input.button_search {
	float: right;
	margin: 0;
}

.search_result_lign {min-height: 40px; padding: 5px;}
.search_result_lign a {color: #4c4c4c; text-decoration :none;}
.search_result_lign .deco {background-color: #f7f3e7;}

.search_result_lign .article_image {float: left;}
.search_result_lign .article .play {margin: 5px 0 0 5px;}
.search_result_lign .article .infos {padding-left: 20px; width: 87%; float: left;}
.search_result_lign .article .tools {width: 5%; text-align: center; float: right;}
.search_result_lign .article .tools fieldset {display: none;}
.search_result_lign .list {height: 70px;}
.search_result_lign .details {min-height: 70px; margin: 0 0 10px 120px;}
.search_result_lign .qt_price {width: 10%; margin-top: 18px;}

#covers div.decade {
	float: left;
	text-align: center;
}
#covers div.decade p {
	vertical-align: top;
	width: 115px;
	margin: 6px;
}
* html #covers div.decade p {
	float: left;
	margin-left: 20px;
	margin-right: auto;
}
#covers div.decade p span.home {
	background: transparent url("../images/hc-1960-home.png") no-repeat scroll left top;
	font-style: italic;
	height: 114px;
	left: 21px;
	padding-top: 50px;
	position: absolute;
	width: 101px;
}
#covers div.decade p span.home span {
	font-size: 11pt;
	line-height: 30px;
}
#covers div.decade p span.home a {
	color: #0089f6;
	font-weight: bold;
}
#covers div.decade p span.home-1970 {
	background-image: url("../images/hc-1970-home.png");
	left: 140px;
}
#covers div.decade p span.home-1980 {
	background-image: url("../images/hc-1980-home.png");
	left: 260px;
}
#covers div.decade p span.home-1990 {
	background-image: url("../images/hc-1990-home.png");
	left: 380px;
}
#covers div.decade p span.home-2000 {
	background-image: url("../images/hc-2000-home.png");
	left: 500px;
}
#covers div.decade p span.home-2010 {
	background-image: url("../images/hc-2010-home.png");
	left: 619px;
}
#covers div.decade p span.home-2010 span {
	line-height: 16px;
}
#covers .covers-content {
	background-color: #f1ead8;
	border-top: 1px solid #000;
	margin-left: 125px;
	margin-right: 2px;
	min-height: 390px;
}
#covers .covers-content .arrow {
	left: 98%;
	position: relative;
	top: -8px;
	width: 27px;
}
* html #covers .covers-content .arrow {
	display: none;
}
.covers-content ul.years {
	border-bottom: 1px solid #000;
	font-family: Verdana;
	font: 13pt 'OpenSansBold';
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.covers-content ul.years li {
	display: inline-block;
	width: 85px;
}
* html .covers-content ul.years li {
	float: left;
	margin: 5px 10px;
}
.covers-content ul.years li a {
	color: #6d6a6a;
}
.covers-content ul.years li.na {
	color: #bbb5a0;
}
.covers-content ul.years li.active a {
	color: #000;
}
#covers .intro-random {
	color: #444547;
	font-style: italic;
	padding-top: 5px;
	text-align: center;
}
#covers .covers-home {
	margin: 0 auto;
	width: 570px;
}
#covers p.tools a {
	color: #0089f6;
}
#covers .covers-175, #covers .covers-80 {
	float: left;
}
#covers .covers-175 {
	margin: 0px 5px;
	width: 180px;
}
#covers .covers-175 div:first-child {
	display: table-cell;
	height: 275px;
	vertical-align: bottom;
}
#covers .covers-175 p {
	font-weight: bold;
	margin: 5px 0;
}
#covers .covers-content .line {
	margin: 10px 0 10px 60px;
	width: auto;
}
#covers .covers-80 {
	height: 223px;
	width: 120px;
}
#covers .covers-80 div {
	height: 130px;
	margin: 15px 20px 0;
}
#covers .covers-80 h3 {
	font-size: 9pt;
	font-style: italic;
}
#covers .covers-80 p, #covers .covers-80 h3 {
	font-weight: bold;
	margin: 0 16px 0 20px;
}
#covers .covers-80 p.tools {
	margin-top: 10px;
}
#covers .covers-80 p.tools a {
	font-size: 7pt;
}
#covers .cover_full {
	/*margin: 10px 30px;*/
	width: 400px;
	float: left;
}
#covers .cover_full img {
	border: 1px solid #333;
}
#covers .right {
	width: 53%;
}
#covers .nav {
	text-align: right;
}
#covers .details_toolbar {
	margin: 0 auto;
	border-bottom: 1px solid #7a7a7a;
	border-top: 1px solid #7a7a7a;
	display: table;
	width: 100%;
	height: 30px;
}
#covers .details_toolbar h3 {
	display: table-cell;
	font-size: 11pt;
	padding-left: 7px;
	vertical-align: middle;
}
#covers .details_toolbar p {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
#covers .details_toolbar p img {
	float: left;
	margin-left: 5px;
}
#covers .details_toolbar p a.pdf-dl {
	float: left;
	margin-top: 7px;
}
#covers .details_toolbar a.delete {
	background: transparent url("../images/bt-delete.png") no-repeat scroll left center;
	padding-left: 26px;
}
#covers .details_toolbar .nav, #covers .details_toolbar .nav a {
	color: #6d6a6a;
	font-style: italic;
	text-align: right;
}
#covers .details_content {
	padding-bottom: 10px;
}
</pre></body></html>