/*
magasin.css
'Magasin' style for the Tarski theme - http://tarskitheme.com/
Favors sidebar over top navigation
Some customisation of eShop markup and pages
Designed by Alexandre Simard, http://brocheafoin.biz/
*/


/* Navigation
----------------------------------------------- */
body.magasin #wrapper .nav-current:link, body.magasin #wrapper .nav-current:visited, body.magasin #wrapper .nav-current:active { color: #bf6068; }
body.magasin #wrapper .nav-current:hover { color: #a6212c; }

/* Content
----------------------------------------------- */
body.magasin code { color: #bf8f93; }
body.magasin abbr, body.magasin acronym { border-bottom: 1px solid #bf8f93; }
		
		/* Headers
		--------------------------------------- */
		body.magasin h3 { color: #bf6068; }
		body.magasin h4, body.magasin h5, body.magasin h6 { color: #bf8f93; }
		
		/* Post content
		--------------------------------------- */
		body.magasin .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.magasin .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.magasin .insert h3 { border-bottom: 1px solid #cfdee5; }
		
		/* Downloads
		--------------------------------------- */
		body.magasin .content a.download:link, body.magasin .content a.download:visited, body.magasin .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdee5; }
		
		/* Images
		--------------------------------------- */
		body.magasin a img { border: 1px solid #3689b3; }
		body.magasin a:hover img, body.magasin .comment a:hover .avatar { border: 1px solid #a6212c; }
		
/* Links
----------------------------------------------- */
body.magasin a:link, body.magasin a:active, body.magasin a:visited { color: #3689b3; }
body.magasin a:hover { color: #a6212c; }

body.magasin .content a:link, body.magasin .content a:active, body.magasin .content a:visited, body.magasin .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.magasin .tagdata a:active, body.magasin .tagdata a:visited, body.magasin .widget_tag_cloud a:link, body.magasin .widget_tag_cloud a:active, body.magasin .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdee5; }
body.magasin .content a:hover, body.magasin .link-pages a:hover, body.magasin .tagdata a:hover, body.magasin .widget_tag_cloud a:hover { border-bottom: 1px solid #a6212c; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.magasin .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.magasin .widget_calendar tbody td a:hover { color: #fff; background: #cc8a95; }
	
	
/* Alex S embarque ici */

/* Enlever la Nav en haut */
body.magasin #header #navigation {
	border:none;
}


body.magasin #header #navigation * {
	display:none;
}

body.magasin ul.eshoppanels form fieldset legend {
	display:none;
}

/* On essaie d'avoir plus d'espace pour les liens dans le widget du cart */

body.magasin #sidebar #eshopcart p.eshopwidget {
	line-height:160%;
}

body.magasin #sidebar #eshopcart p.eshopwidget span {
	font-weight:bold;
	font-size:1.4em;
}

body.magasin #sidebar #eshopcart {
	background:transparent url(/wp-content/uploads/eshop_files/panier_vert.jpg) bottom left no-repeat;
	padding-bottom:70px;
}

/* pas de lien "commander" dans le menu des pages */

body.magasin #sidebar #pages-4 ul li.page-item-21 {
	display:none;
}

/* Pas de méta dans les résultats de recherche */

body#search.magasin #content .posts p.metadata {
	display:none;
}

/* Plus de place pour les boutons dans le cart */

body.magasin .cartopt p {
	margin:10px auto;
	width:auto;
}

body.magasin table.eshop caption {
	display:none;
}

/* Avertissement Rupture de stock */

p.eshopnostock span {
	font-weight:bold;
	color:#c00;
}

/* Le checkout - Ajouter le id de la page pour plus de précision? */
body.magasin div.custdetails form.eshop fieldset.fld1 {
	background:transparent;
	border:none;
}

body.magasin div.custdetails form.eshop fieldset.fld1 legend#mainlegend {
	background:transparent;
	font-size: 1.2em;
	margin-bottom:20px;
}

body.magasin div.custdetails form.eshop fieldset fieldset {
	padding: 10px;
	margin-bottom:20px;
}

body.magasin ul.eshop li {
	margin-bottom:3px;
}

body.magasin ul.eshop li span.items {
	font-weight:bold;
}

body#page-panier .content h3 {
	border-bottom:none;
	font-size:1em;
	color:#404040;
	margin:15px 0px;
}

/* Brisons la grille pour la page d'accueil */

body#page-produits #content .primary, body#page-produits #content .secondary  {
	width:100%;
	float:none;
	clear:both;
}

body#page-produits #content .primary ul.eshoppanels li, body#page-produits #content .secondary div.widget {
	margin:0px 5px 10px;
	width:230px;
	float:left;
	display:inline;
}

body#page-produits #content .primary ul.eshoppanels li a {
	border-bottom:none;
	margin:10px 0px 5px;
}

body#page-produits #content .primary div.paginate {
	display:none;
}

body#page-produits #content .primary ul.eshoppanels li form.addtocart fieldset {
	border:none;
	background:transparent;
	padding:5px;
}


