body {
	margin: 0;
	padding: 12px;
	background: #d8d1ba;
	color: #2c2523;
	font: 8pt Georgia, "Times New Roman", Times, serif;
	/*font: 100%/ 1.2 Georgia, "Times New Roman", Times, serif;*/
}

.right {float: right;}
.left {float: left;}

.clearer {
	clear: both;
	float: none !important;
}

.intro #intro {
	width: 760px;
	font-size: 1.1em;
	line-height: 1.5;
}

.intro #intro h1 {
	height: 90px;
}

.intro #intro ul {
	padding-left: 2em;
	list-style: square;
}

.button_blue {
	color: #fff;
	background-color: #005fab;
	font-weight: bold;
	border: 0;
	width: 140px;
	height: 25px;
	font-style: italic;
	font-size: 9pt;
}

#skipIntro {
	display: block;
	text-align: center;
}

h1 {
	color: #000;
	font-size: 15pt;
	/*margin-left: 5px;*/
}

h2 {
	color: #000;
	font-size: 11pt;
}
/*
h1,h2,h3 {
	margin: 0;
	padding: 0;
}*/

p, ol {
	margin: 1.2em 0;
	padding: 0;
}

a {
	/*color: #00f;*/
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.gris {
	color: #454546;
}

.blue {
	color: #005fab;
}

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

#wrap {
	margin: 0 auto;
	width: 777px;
	/*font-size: 0.6875em;*/
}

#wrap, #contenu, #main {
	position: relative;
}

#lang {
	float: left;
}

#dialog {
	font-size: 9pt;
	width: 350px;
	min-height: 50px;
	padding: 15px;
	background-color: #fff;
	border: 2px solid #000;
	position: fixed;
	left: 35%;
	top: 50%;
	z-index: 0;
	display: none;
}

#dialog a {
    float: right;
}

#cart {
	float: right;
	margin-bottom: -8px;
	margin-right: 15px;
}

/* IE hack */
* html #cart {margin-bottom: -11px; margin-right: 7px;}
*+html #cart {margin-bottom: -11px; margin-right: 7px;}

#content {
	width: 741px;
	padding: 10px;
	border: 8px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}

#logo {
	width: 471px;
	height: 123px;
	float: left;
	background-color: #fff;
	clear: both;
}

#menu {
	font-size: 1.0875em;
	width: 270px;
	height: 123px;
	float: right;
	color: #fff;
	background-color: #000;
}

/* IE hack */
* html #menu {clear: both;}
*+html #menu {clear: both;}

#menu ul {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}

#menu ul li {
	margin-top: 5px;
}

#footer {
	margin-top: 12px;
	font-weight: bold;
	text-align: right;
}

#footer ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer a {
	color: #2c2523;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	vertical-align: middle;
}

/* Liste des pages ***************************/
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;
}

/* Search toolbar ***************************/
#search, #cart_header {
	color: #494949;
	font-weight: bold;
	background-color: #f2ecda;
	width: 100%;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	padding-top: 10px;
}

#search h2, #cart_header h2 {
	margin: 0 15px;
	font-size: 15pt;
}

#search .simple span, #search .simple input, #search .simple button {
	float: left;
	margin-left: 10px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search .simple h2 {
	float: left;
}

#search .simple input.default {
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

#search .simple input.text {
	height: 17px;
	width: 180px;
	margin-top: 3px;
	border: 1px solid #000;
}

#search .simple button {
	height: 28px;
	width: 121px;
	background-image: url(../images/bt-search-off-fr.jpg);
	border: none;
}

#search .simple button span {
	visibility: hidden;
}

#search img {
	margin-left: 10px;
	vertical-align: middle;
}

#search .advanced div {
	width: 46%;
	float: left;
	display: block;
	margin-left: 20px;
}

/* IE hack */
* html #search .advanced div {margin-left: 15px;}
*+html #search .advanced div {margin-left: 15px;}

#search .advanced div h3 {
	color: #000;
	font-size: 10pt;
}

#search .advanced label {
	color: #000;
	float: left;
	width: 150px;
}

#search .advanced label, #search .advanced input, #search .advanced select {
	margin-top: 5px;
}

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

/* IE hack */
* html #search .advanced div.button {margin-left: 135px;}
*+html #search .advanced div.button {margin-left: 135px;}

#search #art_ssrub {
	max-width: 190px;
}

#search #orig_lang {
	width: 190px;
}

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

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

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

.home {
	height: 500px;
	text-align: center;
}

#diaporama {
	position: absolute;
	bottom: 0;
	right: 0;
}

#decouvrir {
	font-weight: bold;
	font-style: italic;
	padding-top: 68px;
	width: 273px;
	height: 326px;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 10;
}

#decouvrir h4, #decouvrir h4 a {
	font-size: 8pt;
	margin-top: 32px;
	margin-bottom: -5px;
	color: #4882c1;
	text-transform: uppercase;
}

/* IE hack */
* html #decouvrir h4 {margin-top: 27px;}
*+html #decouvrir h4 {margin-top: 27px;}
* html #decouvrir {padding-top: 80px; height: 394px;}
*+html #decouvrir {padding-top: 80px; height: 394px;}

#decouvrir.fr {
	background: url(../images/hp-decouvrir-bg-fr.png) no-repeat;
}

#decouvrir.en {
	background: url(../images/hp-decouvrir-bg-en.png) no-repeat;
}

#voyager-avec {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 0;
}

#abonnez-vous {
	position: absolute;
	top: 8px;
	left: 287px;
}

#news-blog {
	font-weight: bold;
	font-style: italic;
	padding-top: 58px;
	width: 204px;
	height: 296px;
	position: absolute;
	bottom: 0;
	left: 287px;
}

/* IE hack */
* html #news-blog {padding-top: 66px; height: 288px;}
*+html #news-blog {padding-top: 66px; height: 288px;}

#news-blog.fr {
	background: url(../images/hp-news-blog-fr.jpg) no-repeat;
}

#news-blog.en {
	background: url(../images/hp-news-blog-en.jpg) no-repeat;
}

#news-blog p, #decouvrir p {
	margin: 0.7em 0;
}

#news-blog hr, #decouvrir hr {
	margin: 0 auto;
	width: 62%;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/* Login ***************************/
#identification {
	background: url(../images/bg-login.jpg) no-repeat left bottom;
	padding-top: 30px;
	padding-left: 100px;
	min-height: 260px;
}

#identification .connect, #identification .subscribe {
	float: left;
	width: 45%;
}

#identification .connect {
	border-right: 1px solid #555;
}

#identification .connect label {
	display: inline-block;
	width: 100px;
}

#identification .connect p {
	margin-left: 70px;
}

#identification .connect p a {
	color: #69696a;
	font-style: italic;
}

#identification .connect .button_blue {
	margin-left: 117px;
}

#identification .subscribe {
	margin-left: 30px;
}

#identification .subscribe h3 {
	font-size: 13pt;
}

/* Abonnements ***************************/
#abo {
	margin: 10px;
}

#abo-choice {
	margin-left: 20px;
}

#abo-elec {
	float: left;
	width: 204px;
	height: 225px;
	background: url(../images/abonnement-elec.jpg) no-repeat;
}

#abo-elec input {
	position: relative;
	top: 130px;
	left: 100px;
}

/* IE hack */
* html #abo-elec input {top: -118px; left: -147px;}
*+html #abo-elec input {top: -118px; left: -147px;}

#abo-france {
	float: left;
	width: 204px;
	height: 225px;
	background: url(../images/abonnement-france.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#abo-france input {
	position: relative;
	top: 130px;
	left: 10px;
}

/* IE hack */
* html #abo-france input {top: -118px; left: -237px;}
*+html #abo-france input {top: -118px; left: -237px;}

#abo-world {
	float: left;
	width: 204px;
	height: 225px;
	background: url(../images/abonnement-world.jpg) no-repeat;
	margin-left: 15px;
}

#abo-world input {
	position: relative;
	top: 155px;
}

/* IE hack */
* html #abo-world input {top: -93px; left: -245px;}
*+html #abo-world input {top: -93px; left: -245px;}

#abo-world input.air {
	left: 45px;
}

/* IE hack */
* html #abo-world input.air {left: -200px;}
*+html #abo-world input.air {left: -200px;}

#abo-world input.air-6mois {
	left: 18px;
}

/* IE hack */
* html #abo-world input.air-6mois {left: -227px;}
*+html #abo-world input.air-6mois {left: -200px;}

#abo-institutions {
	clear: both;
}

#abo-institutions p {
	margin: 7px 0 0 80px;
}

#abo-institutions .mail {
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	width: 180px;
	display: block;
	background-color: #000;
}

#abo-institutions .mail a {
	color: #fff;
	text-decoration: underline;
}

#text {
	width: 470px;
	float: left;
	margin-left: 10px;
}

#text_full {
	margin: 0 10px;
}

#toolbar {
	margin-left: 500px;
	padding-top: 30px;
}

#toolbar h3 {
	font-size: 14pt;
	margin: 0;
}

#toolbar h4 {
	font-size: 12pt;
	margin: 0;
}

#toolbar div {
	width: 200px;
	margin-top: 20px;
}

#toolbar div.deco {
	padding: 13px;
	background-color: #fff;
	width: 187px;
}

#toolbar div.deco .latest {
	color: #ab3d00;
	font-size: 12pt;
	font-weight: bold;
}

/* Recherche chroniques ***************************/
#search_content {margin: 5px; min-height: 100px;}
#search_result {clear: both; margin-top: 10px;}
.article_image {float: left;}
.article .play {margin: 5px 0 0 5px;}
.article .infos {padding-left: 20px; width: 87%; float: left;}
.article .tools {width: 5%; text-align: center; float: right;}
.article .tools fieldset {display: none;}
.list {height: 70px;}
.details {min-height: 70px; margin: 0 0 10px 120px;}
.qt_price {width: 10%; margin-top: 18px;}

.search_toolbar {height: 28px; text-align: right;}
.search_toolbar img {vertical-align: middle; margin: 0 2px;}
.search_toolbar .nb_result {margin: 5px 0 0 15px; font-weight: bold; float: left;}

#search_loading_overlay {
	width: 99%;
	height: 88%;
	position: absolute;
	top: 35px;
	background-color: #000;
	opacity: 0.75;
	z-index: 101;
	display: none;
}

#search_loading {
	text-align: center;
	width: 80%;
	padding: 5px 0;
	position: absolute;
	top: 45%;
	left: 10%;
	background-color: #FFF;
	border: 4px solid #525252;
	z-index: 102;
	display: none;
}

#search_orderby {
	display: none;
	position: absolute;
	border: 2px solid #000;
	padding: 10px 0;
	line-height: 17px;
	background-color: #d8d1ba;
	left: 360px;
}

#search_orderby a {
	padding: 0 10px;
	display: block;
}

#search_orderby a:hover {
	background-color: #f7f3e7;
}

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

#article-not-available {
	border: 4px solid #000;
	width: 205px;
	height: 297px;
	margin-left: auto;
	margin-right: auto;
}

#article-not-available p, #article-not-available textarea {
	margin-left: 18px;
}

#article-not-available p.blue {
	font-weight: bold;
	font-style: italic;
}

#article-not-available textarea {
	border: 0;
}

#article-not-available .button_blue {
	float: right;
	margin-top: 5px;
	margin-right: 23px;
}

/* Catalogue ***************************/
.catalog .product {
	margin-bottom: 5px;
	padding-top: 1px;
	display: table;
	width: 100%;
}

.catalog .product .image {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 76px;
}

.catalog .product .details {
	display: table-row;
	margin: 10px 0;
}

.catalog .product .details .infos {
	padding-top: 15px;
	display: table-cell;
	height: 100%;
}

.catalog .product .details h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 3px 0 3px;
}

.catalog .product .details h2 {
	font-size: 9pt;
	font-weight: normal;
	margin-top: 3px;
}

.catalog .product .details .tools {
	display: table-cell;
	width: 65px;
	text-align: center;
	vertical-align: middle;
}

/* Credits ***************************/
#credits {
	margin: 10px -10px -10px 10px;
	padding-right: 283px;
	min-height: 611px;
	background: url(../images/credits.jpg) no-repeat right bottom;
}

/* Links ***************************/
#links {
	margin: 10px;
	padding-right: 283px;
	min-height: 411px;
	background: url(../images/links.jpg) no-repeat right bottom;
}

/* Contact ***************************/
#contact {
	margin: 10px;
	margin-bottom: -10px;
	min-height: 611px;
}

#contact .bg {
	min-height: 611px;
	background: url(../images/contact.jpg) no-repeat 55% 100%;
}

#contact div.bimensuel {
	float: left;
	width: 42%;
}

#contact div.elec {
	float: right;
	width: 48%;
}

/* Cart ***************************/
#cart_header h2 {
	color: #353536;
}

#cart_header h2 span.active {
	color: #000;
}

table.cart {
	width: 100%;
}

table.cart th {
	font-style: italic;
	text-align: left;
	color: #353536;
}

table.cart th, table.cart td {
	padding: 5px;
}

table.cart .type {
	width: 7%;
}

table.cart .product {
	width: 50%;
}

.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;
}

.cart_buttons {
	margin-top: 7px;
	border-top: 1px solid #000;
	display: block;
	width: 100%;
}

.cart_buttons p {
	text-align: right;
	margin: 8px 0 0 0;
}

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

.order_address input, .order_address select {margin: 10px 0 0 115px; font-size: 9pt;}
.order_address input {border: 0;}
.order_address label {position: absolute; width: 105px; margin: 11px 0 0 15px; font-size: 9pt;}

div.cart_address {
	text-align: center;
	width: 70%;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

div.cart_address .name {
	font-weight: bold;
	color: #005fab;
}

div.cart_payment {
	text-align: center;
}

/* La Quinzaine recommande ***************************/

#listing h2 {
	margin: 0.5em 0 0 10px;
}

#listing h3 {
	margin: 1.5em 0 0.3em 10px;
}

#listing table {
	margin: 0 0 0 10px;
	border: 0;
	border-collapse: collapse;
	color: #000;
}

#listing th,#listing td {
	width: 200px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

#listing th {
	width: 200px;
}

#listing .titre {
	padding: 0 5px;
	width: 250px;
	font-style: italic;
}

#listing .editeur {
	color: #555;
}

/* Les couvertures racontent la Quinzaine ***************************/

#covers div.decade {
	display: table;
	width: 97%;
	height: 55px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#covers div.decade p {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

* html #covers div.decade p {
	float: left;
	margin-left: 20px;
	margin-right: auto;
}

#covers div.decade p span.home {
	position: absolute;
	background: transparent url(../images/hc-1960-home.png) no-repeat left top;
	width: 101px;
	height: 114px;
	left: 21px;
	padding-top: 50px;
	font-style: italic;
}

#covers div.decade p span.home span {
	font-size: 11pt;
	line-height: 30px;
}

#covers div.decade p span.home a {
	font-weight: bold;
	color: #0089f6;
}

#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;
	width: 97%;
	min-height: 450px;
	margin-left: auto;
	margin-right: auto;
}

#covers .covers-content .arrow {
	position: relative;
	top: -8px;
	left: 98%;
	width: 27px;
}

* html #covers .covers-content .arrow {
	display: none;
}

.covers-content ul.years {
	display: table;
	width: 100%;
	padding: 10px 0;
	margin: -10px 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #000;
	font-size: 13pt;
	font-family: Verdana;
	font-weight: bold;
}

.covers-content ul.years li {
	display: table-cell;
}

* 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 {
	text-align: center;
	font-style: italic;
	color: #444547;
	padding-top: 5px;
}

#covers .covers-home {
	margin: 0 auto;
	width: 570px;
}

#covers p.tools {
	display: none;
}

#covers p.tools a {
	color: #0089f6;
}

#covers .covers-175, #covers .covers-80 {
	float: left;
}

#covers .covers-175 {
	width: 180px;
	margin: 20px 5px 0 5px;
}

#covers .covers-175 div:first-child {
	height: 300px;
	vertical-align: bottom;
	display: table-cell;
}

#covers .covers-175 p {
	font-weight: bold;
}

#covers .covers-content .line {
	clear: both;
	margin: 10px 0 10px 60px;
	width: auto;
}

#covers .covers-80 {
	height: 223px;
	width: 120px
}

#covers .covers-80 div {
	height: 130px;
	margin: 15px 20px 0 20px;
}

#covers .covers-80 h3 {
	font-style: italic;
	font-size: 9pt;
}

#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 .covers-80.active {
	background: url(../images/covers-bg.png) no-repeat; 
}

#covers .details_toolbar {
	width: 90%;
	margin: 0 auto;
}

#covers .details_toolbar .left {
	float: left;
	width: 45%;
	text-align: center;
}

#covers .details_toolbar .right {
	float: right;
	width: 55%;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	height: 30px;
	display: table;
}

#covers .details_toolbar .right h3 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 7px;
	font-size: 11pt;
}

#covers .details_toolbar .right p {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#covers .details_toolbar .right p img {
	float: left;
	margin-left: 5px;
}

#covers .details_toolbar .right p a.pdf-dl {
	float: right;
	margin-top: 7px;
}

#covers .details_toolbar .right a.delete {
	background: transparent url(../images/bt-delete.png) no-repeat left center;
	padding-left: 26px;
}

#covers .details_toolbar .nav, #covers .details_toolbar .nav a {
	text-align: right;
	color: #6d6a6a;
	font-style: italic;
}

#covers .details_content {
	padding-bottom: 10px;
}

#covers .details_content .cover_full {
	margin: 10px 30px;
}

#covers .details_content .cover_full img {
	border: 1px solid #333;
}

/* La revue: article choisis ***************************/

#articlesChoice select {
	margin-left: 10px;
	width: 220px;
}

#article {
	border-top: 1px solid #000;
	margin-top: 10px;
}

#article .metasQL {
	font-weight: bold;
	margin-top: 0;
}

#article .leadInLeadOut, #article .interview {
	font-style: italic;
}
