CINXE.COM

JustBooks.fr: Aide : chercher des livres neufs, d'occasion et rares

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="fr"> <head> <script type="text/javascript" src="https://www.justbooks.fr/static/js/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://www.justbooks.fr/static/js/jquery.cookie.js"></script> <script type="text/javascript" src="https://www.justbooks.fr/static/js/overlib/overlib_mini.js"></script> <script type="text/javascript" src="https://www.justbooks.fr/static/js/pageload.js?v=1"></script> <script type="text/javascript" src="https://www.justbooks.fr/static/js/load_gtag.js"></script> <link type="text/css" rel="stylesheet" href="//d3uahvj51kpljk.cloudfront.net/static/css/banner.css"> <!--Used for the feedback survey banner --> <style> @media (min-width: 768px) { .container { width: 750px; } } .survey-desc { display: flex; } .survey-link { padding-left: 4px; } </style> <script type="text/javascript"> if(location.origin.includes("bookfinder") || hasCookie('jbconsent')){ loadGtag(); } function hasCookie(CookieName) { if (document.cookie.includes(CookieName)) { return true; } else { return false; } } function loadGtag(){ var gaScript = document.createElement('script'); gaScript.async = true; gaScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-2TKEZDMFLX'; document.head.appendChild(gaScript); } function trackOutboundLink(event, link, category, action) { try { gtag('event', 'category', { 'event_category': 'action', 'non_interaction': true }); } catch(err){} if(event.button === 0 && !event.ctrlKey && !event.metaKey){ event.preventDefault(); setTimeout(function() { document.location.href = link.href; }, 100); return false; } else { return true; } } function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } function isPrIlPresent() { const searchPrefCookie = getCookie('search_prefs'); const currentOrigin = window.origin; return searchPrefCookie && searchPrefCookie.includes('il&en') && currentOrigin.includes('bookfinder'); } function surveyBanner() { const bannerElement = document.querySelector('.banner.container-fluid'); if (bannerElement) { if (isPrIlPresent()) { bannerElement.style.display = 'flex'; } else { bannerElement.style.display = 'none'; } } } window.addEventListener('load',surveyBanner); </script> <div class="banner container-fluid" id="feedback-survey-banner" > <div class="banner_content"> <div class="container container-fluid survey-desc"> <img src="//d3uahvj51kpljk.cloudfront.net/static/img/document.svg"/>Your voice matters! <a href="https://amazonextna.qualtrics.com/jfe/form/SV_8DiCwRFpsDC0w7Q" target="_blank" rel="noopener noreferrer" class ="survey-link"> Take our quick survey and help us make BookFinder even better.</a> </div> <span class="closebtn" onclick="document.getElementById('feedback-survey-banner').style.display='none';"> <img src="//d3uahvj51kpljk.cloudfront.net/static/img/close.svg" alt="close" /> </span> </br> </div> </div> <title>JustBooks.fr: Aide : chercher des livres neufs, d'occasion et rares</title> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta name="y_key" content="c6e31ad0992202fc" > <meta name="format-detection" content="telephone=no" /> <meta name="msvalidate.01" content="7A4771BDEBD5D8ACF487F0F26B961C43" /> <meta name="keywords" content="books, book store, new books, antiquarian books, antique books, old books, hard to find books, buy cheap books online, book meta search" /> <link rel="stylesheet" media="all" href="https://d3uahvj51kpljk.cloudfront.net/static/css/index.2023-07-15.css" type="text/css"> <!-- Latest compiled and minified CSS --> <link rel="home" href="https://www.justbooks.fr/"> <link rel="help" href="https://www.justbooks.fr/help/"> <link rel="glossary" href="https://www.justbooks.fr/help/glossary/"> <link rel="P3Pv1" href="https://www.justbooks.fr/site/p3p/prf/"> <link rel="shortcut icon" href="https://d3uahvj51kpljk.cloudfront.net/justbooks/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" href="https://d3uahvj51kpljk.cloudfront.net/images/icon/apple-touch-icon.jb.png" type="image/x-icon"> <link rel="search" type="application/opensearchdescription+xml" href="https://www.justbooks.fr/site/opensearch/" title="JustBooks.fr"> <link rel="canonical" href="https://www.justbooks.fr/aide/" /> <script type="text/javascript"> $(document).ready(function(){ <!-- putting our NoPOD / NoISBN events here --> $("#search_form").submit(function(e) { optinForm = this; if (window._gat) { e.preventDefault(); var minYear = $("#min_year").val(); var maxYear = $("#max_year").val(); var eventLabel = ""; if ($("#author").val()) { eventLabel = "|author:" + $("#author").val(); } if ($("#title").val()) { eventLabel = eventLabel + "|title:" + $("#title").val(); } if ($("#keywords").val()) { eventLabel = eventLabel + "|keywords:" + $("#keywords").val(); } if (minYear && maxYear) { gtag('event', 'PubDate', { 'event_category': 'min-max', 'event_year': minYear + '-' + maxYear +''+ eventLabel, 'non_interaction': true }); } else if (minYear) { gtag('event', 'PubDate', { 'event_category': 'min', 'event_year': minYear +''+ eventLabel, 'non_interaction': true }); } else if (maxYear) { gtag('event', 'PubDate', { 'event_category': 'max', 'event_year': maxYear +''+eventLabel, 'non_interaction': true }); } setTimeout(function() { optinForm.submit();}, 25); } }); }); </script> <!-- abe-gdpr-banner --> <style> .abe-gdpr-banner { background-color: #F7FCFC; /* Abalone */ -webkit-box-shadow: rgba(0,0,0,0.5) 0 5px 12px; box-shadow: rgba(0,0,0,0.5) 0 5px 12px; padding: 16px 36px 36px 36px; position: fixed; bottom: 0; font-size: 14px; text-align: left; width: 100%; z-index: 10000000; display: none; } .banner-centering { max-width: 900px; margin: auto; } .banner-heading { font-size: 18px; font-weight: bold; text-align: left; margin-top: 5px; } .btn { display: inline-block; margin-left: 0; margin-right: 15px; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 3px; text-decoration: none !important; } .btn-default { background-color: #eaeded; border-color: #ccc; color: #333 !important; } .btn-default:hover { background-color: #e6e6e6; border-color: #ccc; color: #333 !important; } .btn-primary { border:1px solid #3F4EAE; /* windsor */ color: #fff; background-color: #5866C2; /* slate */ } .btn-primary:hover { border:1px solid #3F4EAE; /* windsor */ color: #fff; background-color: #4f5bae; /* slate darker */ } @media (max-width: 500px) { .btn-xs-block { display: inline-block; line-height: 25px; margin-left: 0; margin-bottom: 15px; min-height: 40px; padding-left: 0; padding-right: 0; width: 100%; } } </style> <script> AB_TEST_COOKIE_NAME = 'test-lmda1'; AB_TEST_COOKIE_LIFETIME_DAYS = 120; function hasCookie(CookieName) { if (document.cookie.includes(CookieName)) { return true; } else { return false; } } function setABTestCookie() { if (! this.hasCookie(AB_TEST_COOKIE_NAME)) { var cookieValue = ''; if (Math.random() > 0.5) { cookieValue = 'a'; } else { cookieValue = 'b'; } var cookieString = ''; var expires = new Date(); expires.setDate(expires.getDate() + AB_TEST_COOKIE_LIFETIME_DAYS); cookieString = AB_TEST_COOKIE_NAME + '=' + cookieValue; cookieString += "; expires=" + expires.toUTCString(); cookieString += "; path=/"; cookieString += "; domain=.justbooks.fr"; cookieString += "; secure"; cookieString += "; samesite=strict"; document.cookie = cookieString; } } function setGdprCookie() { loadGtag(); var gdprBanner = document.getElementById("gdpr-banner-component"); var cookieString; var expires = new Date(); expires.setDate(expires.getDate() + 395); cookieString = "jbconsent=2:1"; cookieString += "; expires=" + expires.toUTCString(); cookieString += "; path=/"; cookieString += "; domain=.justbooks.fr"; cookieString += "; secure"; cookieString += "; samesite=strict"; document.cookie = cookieString; setABTestCookie(); window['ga-disable-UA-3637618-3'] = false; if (gdprBanner) { gdprBanner.setAttribute("aria-hidden", "true"); gdprBanner.setAttribute("style", "display:none;") } } </script> </head> <!-- SI:/hn=p-10-0-2-76/hp=12/cp=7/mu=49/la=0.6/df=45/bx=2amdepyc7.2200.7883/up=118/ --> <body class=""> <!-- abe-gdpr-banner --> <div class="abe-gdpr-banner" id="gdpr-banner-component" role="dialog" aria-label="S&eacute;lectionnez vos pr&eacute;f&eacute;rences en mati&egrave;re de cookies" aria-live="polite" aria-atomic="true"> <div class="banner-centering col-xs-12 col-sm-8 col-sm-offset-2"><h2 class="banner-heading">S&eacute;lectionnez vos pr&eacute;f&eacute;rences en mati&egrave;re de cookies</h2> <p>Nous utilisons des cookies pour am&eacute;liorer votre exp&eacute;rience sur notre site. Les cookies permettent de mettre nos services &agrave; votre disposition et nous aident &agrave; comprendre comment notre site est utilis&eacute; afin de pouvoir lui apporter des am&eacute;liorations.</p> <button id="gdpr-banner-component-consent-btn" role="button" class="btn btn-primary btn-xs-block" type="button" onclick="setGdprCookie()">Accepter les cookies </button> <a role="link" class="btn btn-default btn-xs-block" href="https://www.justbooks.fr/cookie-preferences/">Personnaliser les cookies</a></div> </div> <script> var gdprBanner = document.getElementById("gdpr-banner-component"); if (gdprBanner) { gdprBanner.setAttribute("style", "display:block;") } </script> <!-- start yui grids doc, sidebar on right --> <div id="doc3" class="yui-t4" > <div id="hd"> <!-- start yui grids header --> <div align="center" id="header"> <!-- 127.0.0.1 --> <!-- --> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr id="header-row-1"> <td align="left" id="header-section-logo"> <a href="https://www.justbooks.fr/?ref=bf_uu_hd_1" rel="home" title="BookFinder.com: Search for New & Used Books, Textbooks, Rare Books & Out-of-Print Books"> <img src="https://d3uahvj51kpljk.cloudfront.net/images/site/title/sites/www.justbooks.fr.gif" alt="JustBooks.fr" width="186" height="19" id="header-site-logo" title="BookFinder.com: Search for New & Used Books, Textbooks, Rare Books & Out-of-Print Books"></a> </td><td> &nbsp;<span id="header-site-logo-suffix">&beta;eta</span> </td> <td align="right" id="header-section-links"> <a href="https://www.justbooks.fr/?ref=bf_uu_hd_2" title="">Chercher</a> | <a href="https://www.justbooks.fr/apropos/?ref=bf_uu_hd_3" title="En savoir plus sur JustBooks.fr et son &eacute;quipe">A propos</a> | <a href="https://www.justbooks.fr/mon/preferences/?ref=bf_uu_hd_4" title="">Pr&eacute;f&eacute;rences</a> | <a href="https://www.justbooks.fr/participer/message/?ref=bf_uu_hd_5" title="Comment nous contacter ?">Vos commentaires</a> | <a href="https://www.justbooks.fr/aide/?ref=bf_uu_hd_6" title="Comment utiliser le site JustBooks.fr ? FAQs et conseils">Aide</a> </td> </tr> <tr style="height: 7px" bgcolor="black"><td height="7" colspan="3" style="height: 7px; background-color: black; padding: 0; margin: 0" bgcolor="black"></td></tr> <tr bgcolor="#8888ff" id="header-row-2"> <td align="left" id="header-section-context"> <span class="page-breadcrumb"><a href="https://www.justbooks.fr/" title="">Accueil</a> &gt; Aide</span> </td> <td align="left" id="header-section-search" width=70% colspan=2> <form action="https://www.justbooks.fr/search/" method="GET" accept-charset="iso-8859-1" name="header-search-form" id="header-search-form" class="header-search-form" > <div style="padding: 2px; font-size: small"> <label style="display: none">Cherchez Auteur, Titre ou ISBN </label> <input style="font-size: small" id="header-search-form-input" name="keywords" type="text" value="" size="45" tabindex="200"> <input type="hidden" name="currency" value="SGD"> <input type="hidden" name="lang" value="fr"> <input type="hidden" name="st" value="sh"> <input type="hidden" name="ac" value="qr"> <button style="background-color: #ececff; font-size: small" type="submit" name="submit" tabindex="201">Chercher</button> </div> </form> <script type="text/javascript" language="javascript"> $(document).ready(function(){ $('#header-search-form').on('submit', function(){ var languageInputField = $("[name|=lang]"); if (languageInputField.length > 0) { var language = $(languageInputField[0]).val(); if (language === 'any') { var prefs = $.cookie('search_prefs'); if (!prefs) { lang = 'no cookie'; } else { var langIndex = prefs.indexOf('lang&'); if (langIndex === -1) { lang = 'not set'; } else { var searchStringLength = 'lang&'.length; var MAX_LANG_LENGTH = 3; var lang = prefs.substring(langIndex + searchStringLength, langIndex + searchStringLength + MAX_LANG_LENGTH); if (lang.indexOf('&') !== -1) { //language preference has a '&' on the end of it lang = lang.substring(0, lang.indexOf('&')); } } } lang = lang.replace(/(['"])/g, "\\$1"); gtag('event', 'AnyLanguage', { 'event_category': lang, 'non_interaction': true }); } } }); }); if (document && document.getElementById && document.getElementById('header-search-form-input')) { var def = 'Cherchez Auteur, Titre ou ISBN '; var def_query = ''; if (!def_query) { document.getElementById('header-search-form-input').style.color = '#8888ff'; document.getElementById('header-search-form-input').value = def; } document.getElementById('header-search-form-input').onfocus = function() { if (this.value == def) { this.value = ''; this.style.color = ''; } }; document.getElementById('header-search-form-input').onblur = function() { if ((! this.value) && (! this.value.length)) { this.style.color = '#8888ff'; this.value = def; } }; document.getElementById('header-search-form').onsubmit = function() { var input = document.getElementById('header-search-form-input'); if (input && input.value && (input.value == def)) { input.value = ''; input.focus(); return false; } }; } </script> </td> </tr> </table> <h2 class="page-heading">Aide : chercher des livres neufs, d'occasion et rares</h2> </div> <!-- end div header --> </div> <!-- end yui grids header --> <div id="bd" > <!-- start yui grids body --> <!-- start first block of row --> <div id="yui-main"><div class="yui-b"> <div id="page-sidebar-table-content-area"> <table id="three-steps" cellspacing="0"> <tbody> <tr> <th>&Eacute;tape 1<br>Chercher un livre</th> <th>&Eacute;tape 2<br>Choisir un titre </th> <th>&Eacute;tape 3<br>Acheter un livre</th> </tr> <tr> <td><p>Veuillez entrer les informations sur le livre que vous recherchez dans les champs appropri&eacute;s.</p> <p>Par exemple, si vous recherchez le livre <em>Les Mis&eacute;rables</em> de Victor Hugo, entrez <code>Les Mis&eacute;rables</code> dans le champ titre et <code>Victor Hugo</code> dans le champ auteur.</p> </td> <td><p>Une liste d'auteurs et de titres correspondant &agrave; votre recherche s'affiche.</p> <p>Choisissez le titre de votre choix. Les meilleurs r&eacute;sultats sont pr&eacute;sent&eacute;s en gras.</p> </td> <td><p>Vous allez voir les livres neufs et d'occasion correspondant &agrave; votre recherche, ainsi que leur description et leur prix. Cliquez sur le prix d'un livre pour savoir comment le commander.</p> </td> </tr> <tr id="three-steps-notes"> <td><ul> <li>Pour des r&eacute;sultats plus pr&eacute;cis, entrez &agrave; la fois le titre du livre et le nom de l'auteur.</li> <li>Il n'est pas n&eacute;cessaire d'entrer les initiales du nom de l'auteur ou le sous-titre du livre.</li> <li>Cliquez sur le lien "Recherche avanc&eacute;e" pour lancer une recherche par ISBN ou par mots-cl&eacute;s.</li> </ul> </td> <td><ul> <li>Un m&ecirc;me titre peut parfois &ecirc;tre &eacute;crit de diff&eacute;rentes mani&egrave;res. Vous avez la possibilit&eacute; de cliquer sur ces diverses propositions.</li> <li>L'indication "Neuf" ou "Occasion" derri&egrave;re un titre, pr&eacute;cise l'&eacute;tat du livre correspondant &agrave; votre recherche.</li> </ul> </td> <td><ul> <li>Lorsque des livres neufs et d'occasion correspondent &agrave; votre recherche, ils sont list&eacute;s c&ocirc;te &agrave; c&ocirc;te sur la page de r&eacute;sultats.</li> <li>Placez votre souris sur le prix total pour en afficher le d&eacute;tail.</li> <li>Notez le nom du vendeur auquel vous achetez le livre.</li> </ul> </td> </tr> </tbody> </table> </div> <!-- end page-sidebar-table-content-area --> </div></div> <!-- end first block of first row, yui-b and yui-main --> <!-- second block of first main row --> <div class="yui-b"> <div id="page-sidebar-table-sidebar-area"> <div align="left" class="right-bar"> <h4><a>Aide</a></h4> <ul> <li><a href="https://www.justbooks.fr/aide/faq/" title="Questions les plus fr&eacute;quentes sur JustBooks.fr">FAQ</a></li> <li><a href="https://www.justbooks.fr/aide/glossaire/" title="Consulter notre glossaire des termes techniques utilis&eacute;s par les vendeurs">Glossaire</a></li> </ul> </div> </div> <!-- end page-sidebar-table-sidebar-area --> </div> <!-- end yui-b --> </div> <!-- end yui grids body: bd --> </div> <!-- end yui grids div width from begin --> <div id="ft"> <!-- yui grids footer --> <div id="footer" class="robots-nocontent"> <table id="footer-sitemap-link-lists" class="footer-child"><tr class="footer-flex"> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.fr/?ref=bf_uu_ft_o1" title=""><strong>Book search</strong> </a></p> <p> <a href="https://www.justbooks.fr/recherche_isbn/" >Recherche ISBN</a> </p><p> <a href="https://www.justbooks.fr/livres_scolaires/" >Recherche de livres scolaires</a> </p><p> <a href="https://www.justbooks.fr/livres_signes/" >Livres sign&eacute;s</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.fr/aide/?ref=bf_uu_ft_o2" title="Comment utiliser le site JustBooks.fr ? FAQs et conseils"><strong>Aide</strong> </a></p> <p> <a href="https://www.justbooks.fr/aide/faq/" title="Questions les plus fr&eacute;quentes sur JustBooks.fr">FAQ</a> </p><p> <a href="https://www.justbooks.fr/aide/glossaire/" title="Consulter notre glossaire des termes techniques utilis&eacute;s par les vendeurs">Glossaire</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.fr/apropos/?ref=bf_uu_ft_o3" title="En savoir plus sur JustBooks.fr et son &eacute;quipe"><strong>A propos</strong> </a></p> <p> <a href="https://www.justbooks.fr/apropos/partenaires/" title="Liste des places de march&eacute; et vendeurs travaillant avec JustBooks.fr ">Nos partenaires</a> </p><p> <a href="https://www.justbooks.fr/apropos/presse/" >Presse</a> </p><p> <a href="https://www.justbooks.fr/apropos/dossier/" title="Articles de presse sur JustBooks.fr.">Dossier de presse</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.fr/participer/?ref=bf_uu_ft_o4" title="Comment nous contacter ?"><strong>Participer</strong> </a></p> <p> <a href="https://www.justbooks.fr/participer/lien/" title="Comment cr&eacute;er un lien vers JustBooks.fr(y compris vers les recherches sp&eacute;cifiques) ?">Cr&eacute;er un lien</a> </p><p> <a href="https://www.justbooks.fr/participer/message/" title="Envoyez-nous vos commentaires">Vos commentaires</a> </p><p> <a href="https://www.justbooks.fr/participer/liste/" title="En savoir plus sur les listes de diffusion de JustBooks.fr ">Listes de diffusion</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.fr/mon/preferences/?ref=bf_uu_ft_o5" title=""><strong>Pr&eacute;f&eacute;rences</strong> </a></p></td> </tr></table> <!-- start websites line --> <div class="footer-child"> <div id="footer-websites-block" class="footer-flex"> <a href="http://www.bookfinder.com/?ref=bf_uu_ft_s1">BookFinder.com</a> <a href="http://www.justbooks.co.uk/?ref=bf_uu_ft_s2">JustBooks.co.uk</a> <a href="http://www.justbooks.de/?ref=bf_uu_ft_s3">JustBooks.de</a> <a href="http://www.justbooks.fr/?ref=bf_uu_ft_s4">JustBooks.fr</a> <a href="http://www.justbooks.nl/?ref=bf_uu_ft_s5">JustBooks.nl</a> </div> <!-- end websites line --> <!-- start language mode line --> <div id="footer-language-landing-pages-block" class="footer-flex"> <div class="footer-language-left footer-flex"> <div class="footer-language-description"> Rechercher un livre en...&nbsp; </div> </div> <div class="footer-language-right footer-flex"> <a href="https://www.justbooks.fr/livres_allemands/?ref=bf_uu_ft_l1">allemand</a>&nbsp; <a href="https://www.justbooks.fr/livres_anglais/?ref=bf_uu_ft_l2">anglais</a>&nbsp; <a href="https://www.justbooks.fr/livres_espagnols/?ref=bf_uu_ft_l3">espagnol</a>&nbsp; <a href="https://www.justbooks.fr/livres_italiens/?ref=bf_uu_ft_l4">italien</a>&nbsp; <a href="https://www.justbooks.fr/livres_neerlandais/?ref=bf_uu_ft_l5">n&eacute;erlandais</a>&nbsp; <a href="https://www.justbooks.fr?lang=any&mode=advanced&ref=bf_uu_ft_l6">toutes langues</a>&nbsp; </div> </div> <!-- end language mode line --> <!-- start legal line --> <div id="footer-legal-block" class="footer-flex footer-small"> <span> &copy; 1997-2024 <a href="https://www.justbooks.fr/apropos/">BookFinder.com</a>&reg; </span> <a href="https://www.justbooks.fr/apropos/conditions/">Conditions d'utilisation</a> <a href="https://www.justbooks.fr/apropos/confidentialite/">D&eacute;claration de protection des donn&eacute;es personnelles</a> <a href="https://www.justbooks.fr/apropos/cookies_notice/" title="Notice sur les cookies JustBooks">Notice sur les cookies</a> </div> <!-- end legal line --> </div> </div> <!-- end footer --> <!-- SI:/hn=p-10-0-2-76/hp=12/cp=7/mu=49/la=0.6/df=45/bx=2amdepyc7.2200.7883/up=118/ --> <!-- TM:/TOsi=0.05/ABsh1=0.00/ABsh2=0.00/TOga=0.00/ --> </div> <!-- end ft --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10