/*
 * default stylesheet
 * by mathieu.gagnon.name
 * for version10.ca
 * Copyright 2007 - Éditions Les 400 Coups
 *
 * TOC:
 * 1.  Elements
 * 2.  Classes
 * 3.  Layout
 * 4.  Page specific
 * 4.1 Search
 * 4.2 Books
 * 4.3 Categories
 * 4.4 Contact
 * 4.5 Distinctions
 * 4.6 Collections
 */


/* 1. Elements
 */
body {
	margin:0;
	padding:0;
	color:#333333;
	font-size:11px;
	font-family:verdana,arial,sans-serif;
	background:#e5e5e5 url(img/background.jpg) repeat-y scroll top center;
}
a {
	color:#333333;
	outline:none;
}
a:hover,
a.selected {
	color:#ec1d25;
}
a img {
	border:0;
}
h1 {
	display:none;
}
h2 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	height:30px;
	overflow:hidden;
	text-indent:-1000px;
	background-repeat:no-repeat;
	background-position:top left;
}
input.text,
select,
textarea {
	border:1px solid #cbcbcb;
}
address {
	font-style:normal;
}

/* 2. Classes
 */
.access {
	display:none;
}
.note {
	font-size:9px;
}
.note.delete {
	float:left;
	margin:0;
	width:450px;
	text-align:left;
}
.results {
	color:#ec1d25;
}
.title {
	font-weight:bold;
}
.intro {
	font-style:italic;
}
.honor {
	clear:left;
	margin:0;
	margin-bottom:6px;
	padding:15px 5px 8px 25px;
	border-bottom:1px solid #e0e0e0;
	color:#808080;
	background:#fff url(img/honor.gif) no-repeat top left;
	/* padding:5px; */
	/* background:#f2f2f2; */
}
.flash {
	padding:10px;
	padding-left:40px;
	margin-bottom:10px;
	background-color:#ffffdd;
	border:1px solid #e5e56a;
	background-repeat:no-repeat;
	background-position:5px 5px;
}
.flash.information {
	background-image:url(img/icons/dialog-information.gif);
}
.flash.error {
	background-image:url(img/icons/dialog-error.gif);
}
.flash.warning {
	background-image:url(img/icons/dialog-warning.gif);
}
.thumbnail {
	float:left;
	padding:1px;
	display:inline;
	margin:0 10px 10px 0;
	border:1px solid #000;
}
.thumbnail img {
	float:left;
}
.thumbnail:hover {
	border:1px solid #861316;
}
.clear {
	clear:both;
	visibility:hidden;
}
input.submit {
	width:auto !important;
}

/* 3. Layout
 */
#document {
	width:750px;
	margin:0 auto;
	background:#fff;
}
#content {
	width:550px;
	float:right;
}
#wrapper {
	padding:10px;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	background:#fff;
}
#wrapper ol, #wrapper ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#wrapper li {
	clear:left;
}
#header {
	padding:3px;
}
#header h2 {
	margin:0;
	float:left;
	width:300px;
	height:40px;
	background:#ec1d25 url(img/logo.gif) no-repeat top left;
}
#header h2 a {
	display:block;
	width:100%;
	height:100%;
}
#header img {
	margin-top:3px;
	border-top:1px solid #c7c7c7;
}
#header #breadcrumbs img {
	margin:0;
	border:0;
}
#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#header li {
	float:left;
}
#header li a {
	display:block;
	overflow:hidden;
	text-indent:-1000em;
	background-repeat:no-repeat;
	background-position:top left;
}
#header ul.navigation {
	width:440px;
	float:right;
}
#header ul.navigation,
#header ul.navigation li a {
	height:40px;
	background-position:0 0;
}
#header ul.navigation li a:hover {
	background-position:0 -40px;
}
#header ul.navigation li.about a {
	width:143px;
	background-image: url(img/about.gif);
}
#header ul.navigation li.honors a {
	width:181px;
	background-image:url(img/honors.gif);
}
#header ul.navigation li.contact a {
	width:116px;
	background-image:url(img/contact.gif);
}
#header ul.categories {
	width:375px;
	float:left;
	height:20px;
	margin:3px 0;
}
#header ul.categories a {
	height:20px;
	background-position:0 0;
}
#header ul.categories a:hover,
body.jeunesse #header ul.categories li.jeunesse a,
body.bande-dessinee #header ul.categories li.bande-dessinee a,
body.adulte #header ul.categories li.adulte a {
	background-position:0 -20px;
}
#header ul.categories li.jeunesse a {
	width:114px;
	background-image:url(img/jeunesse.gif);
}
#header ul.categories li.bande-dessinee a {
	width:162px;
	background-image:url(img/bande-dessinee.gif);
}
#header ul.categories li.adulte a {
	width:98px;
	background-image:url(img/adulte.gif);
}
#search, #search fieldset {
	border:0;
	margin:0;
	padding:0;
}
#search legend {
	display:none;
}
#search {
	width:365px;
	float:right;
	margin:3px 0;
	background:#fff url(img/icons/search.gif) no-repeat center left;
}
#search .text {
	float:left;
	width:148px;
	margin-right:4px;
	margin-left:22px;
}
#search .select {
	float:left;
	margin:0;
 	padding:1px;
	width:105px;
	height:18px;
	font-size:11px;
}
#search .submit {
	border:0;
	float:right;
}
#breadcrumbs {
	width:734px;
	clear:left;
	margin:0;
	padding:5px;
	overflow:hidden;
	background:#f2f2f2;
}
#breadcrumbs,
#footer {
	font-size:9px;
	color:#999999;
}
#breadcrumbs a,
#footer a {
	color:#999999;
}
#breadcrumbs a:hover,
#footer a:hover {
	color:#666666;
}
#footer {
	padding:3px;
	padding-bottom:0;
}
#footer p {
	margin:0;
	padding:5px;
	background:#f2f2f2;
}
#footer .navigation {
	float:right;
}
#sidebar {
	width:145px;
	float:left;
}
#sidebar h2 {
	text-indent:-1000em;
	background:#fff url(img/collections.gif) no-repeat scroll top left;
}
#sidebar h2.affiliated {
	height:50px;
	background-image:url(img/affiliated.gif);
}
#sidebar a {
	text-decoration:none;
}
#sidebar ul {
	border-top:1px solid #f2f2f2;
}
#sidebar li {
	font-size:10px;
	padding:2px 0;
	border-bottom:1px solid #f2f2f2;
}

/* 4. Page specific
 */

/* 4.1 Search
 */
#searchbar {
	margin:0;
	padding-top:35px;
	background:#fff url(img/recherche.gif) no-repeat top left;
}
#searchbar input.text,
#searchbar select {
	width:100%;
	margin-bottom:10px;
}
#searchbar fieldset {
	border:0;
	margin:0;
	padding:0;
	border-top:1px solid #f2f2f2;
}
#searchbar legend {
	color:#333333;
	font-weight:bold;
	padding:5px;
	padding-left:0;
}
#searchbar .submit {
 	margin:10px 0;
	float:right;
}

/* 4.2 Books
 */
body.livres #content .others {
	clear:both;
	font-weight:bold;
	padding-top:5px;
	border-top:1px solid #f2f2f2;
}
body.livres #content .title {
	font-size:14px;
	color:#eb1c24;
}
body.livres #content .edition {
	font-size:10px;
}
body.livres #book img {
	margin-right:10px;
	padding:1px;
	border:1px solid #000;
}
body.livres #book td {
	vertical-align:top;
}

/* 4.3 Categories
 */
body.index #wrapper {
	background:#fff url(img/background-homepage.gif) repeat-y top left;
}
body.index #content {
	width:725px;
	background:transparent url(img/background-homepage-alt.jpg) no-repeat bottom right;
}
body.index #top_sellers {
	display:none;
}
#news, #top_sellers,  #new_releasesIndex {
	width:48%;
}
#news {
	float:right;
}
#news .item {
	margin-bottom:1.5em;
}
#news h3 {
	font-size:1em;
}
#news .date {
	font-size:0.8em;
	color:#808080;
}
#new_releases, #new_releasesIndex {
	float:left;
}


#new_releases ol.bookList {
	float:left;
	width:48%;
}
#new_releases ol.bookList li{
	padding:0 5px 0 0;
}


body.categories #news {
	width:auto;
	float:none;
}
body.categories #new_releases {
	clear:both;
}
#news h2 {
	background-image:url(img/h-news.gif);
}
#admin h2 {
	background-image:url(img/h-administration.gif);
}
#new_releases h2, #new_releasesIndex h2 {
	background-image:url(img/h-new-releases.gif);
}
#top_sellers h2 {
	background-image:url(img/h-best-sellers.gif);
}
#links h2 {
	background-image:url(img/h-links.gif);
}
#new_releases,
#new_releasesIndex,
#news {
	margin-bottom:20px;
}
li.book {
	margin-bottom:10px;
}
li.book p {
	margin:0;
	margin-top:0.5em;
}

/* 4.4 Contact
 */
/*/body.contact #wrapper {
	background-image:url(img/background-3col.gif);
}*/
#les400coups, #diffusionCanada , #diffusionEurope {
	float:left;
}
#les400coups {
	width:230px;
	margin-bottom:2em;
}
#diffusionCanada {
	width:260px;
}
#diffusionEurope {
	width:260px;
}
#les400coups h2 {
	background-image:url(img/h-400coups.gif);
}
#diffusionCanada h2 {
	background-image:url(img/h-diffusion-canada.gif);
}
#diffusionEurope h2 {
	background-image:url(img/h-diffusion-europe.gif);
}
#les400coups img {
	vertical-align:middle;
}
#note {
	clear:both;
	background:#fff;
	padding:0.5em 0;
	font-weight:bold;
	color:#333333;
}

/* 4.5 Distinctions
 */
#wrapper .distinctions {
	margin-top:10px;
	border-collapse:collapse;
}
#wrapper .distinctions td {
	vertical-align:top;
}
#wrapper .distinctions .odd {
	padding-right:5px;
}
#wrapper .distinctions .par {
	padding-left:5px;
}
#wrapper .distinctions .odd, .distinctions .par {
	padding-top:10px;
	padding-bottom:10px;
}
#wrapper p.list {
	margin-top:0;
	color:#cccccc;
}

/* 4.6 Collections
 */
div.series {
	margin:0;
	margin-bottom:10px;
	color:#cccccc;
	clear:both;
}
div.series ul {
	float:left;
	margin-top:10px !important;
	margin-bottom:20px !important;
}
div.series .title {
	font-weight:bold;
}


/* Nouveaux styles 2010-01-19 - M Vézina */

.encart{
	margin:0 0 12px 0;
	border-bottom:1px #cbcbcb solid;
	padding:0 0 10px 0;
}

