/*
	jcenligne CSS
	18 used colors : 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
	
	Bleux utililisés dans les gifs
	#b9d1e7 #d0e2f0
	Verts
	#e4eee8 #bddfcb

*/

* {
	padding:0;
	margin:0;
}

body {
	background-color: #white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align:center;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background:url('/images/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url('/images/sitemap-horizontal.gif') no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url('/images/sitemap-last.gif') no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }


/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('/images/title_bg2.gif') no-repeat top left;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }


.h20 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('/images/title_bg_large.gif') no-repeat top left;
	height: 21px;
	width: 100%
}


/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align:left;
}
h1#logo {
	float: left;
	width: 29%;
	margin-top:0.5em;
}
#header {
	float: left;
	width: 71%;
	text-align: right;
}

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}



/* jc button */
a.jcbutton {
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	background-image: url('/images/indispo.gif');	
}
a.jcbutton:hover {
	background-position: center -18px;
}

/* jc detail galerie small button */
a.smalldetail {
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 6px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	background-image: url('/images/smalldetail.gif');	
}
a.smalldetail:hover {
	background-position: center -18px;
}

/* jc detail galerie button */
a.detail {
	padding-left: 1em;
	padding-right: 1em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	background-image: url('/images/smalldetail.gif');
	padding-top: 5px;
	padding-bottom: 5px;	
}
a.detail:hover {
	background-position: center -18px;
}

a.bred {
//	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
	background-image: url('/images/bred.gif');
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;		
}
a.bred:hover {
	background-position: center -18px;
}

a.bgreen {
//	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
	background-image: url('/images/bgreen.gif');
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
}
a.bgreen:hover {
	background-position: center -18px;
}

a.bblack {
//	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
	background-image: url('/images/bblack.gif');
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
}
a.bblack:hover {
	background-position: center -18px;
}

a.borange {
//	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
	background-image: url('/images/borange.gif');
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
}
a.borange:hover {
	background-position: center -18px;
}



.navtext {
	padding-left: 2em;
	padding-right: 2em;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 8px!important;
	text-align: center;
	text-decoration: none!important;
}





/* jc dispo galerie button */
a.dispo {
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	background-image: url('/images/dispo.gif');	
}
a.dispo:hover {
	background-position: center -18px;
}

/* jc indispo galerie button */
a.indispo {
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: none;
	background-image: url('/images/indispo.gif');
}
a.indispo:hover {
	background-position: center -18px;
}

/* jc vendu galerie button */
a.vendu {
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: none;
	background-image: url('/images/vendu.gif');
}
a.vendu:hover {
	background-position: center -18px;
}

/* jc nosale galerie button */
a.nosale {
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: none;
	background-image: url('/images/nosale.gif');
}
a.nosale:hover {
	background-position: center -18px;
}

/* jc prix galerie button */
.prix {
	padding-left: 2em;
	padding-right: 2em;
	border: none;
	color:#99ff99!important;
	font-weight: bold;
	font-size: 12px!important;
	text-align: center;
	text-decoration: none!important;
}

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none; }

/* generic style */
ul.bullet li, .block ul.bullet li {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 0.6em 0.5em;
	list-style-type:none;
}

.price-discount { text-decoration: line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#488c40; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 90%;
	border: 1px solid #da0f00;
	background-color: #d0e2f0;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p { font-weight: bold; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* pagination */
div.pagination { margin: 1em 0; }
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { border-right: none; }
li.disabled span {
	color: #888;
	background-color: #d0e2f0;
}

form.pagination { text-align: right; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:right;
	margin-left: 0.3em;
}
form.pagination select { float:right; }
form.pagination select option{
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input{ float:right; }

/* top languages */
#header #languages_block_top {
	margin: 0.4em 0.1em 0 0;
	float: right;
	list-style-type: none;
}
#header #languages_block_top p {
	clear: right;
	list-style-type: none;
}
#languages_block_top ul#first-languages {
	float: left;
	height: 1.5em;
	width: 8em;
	list-style-type: none;
}
#languages_block_top ul#first-languages li {
	float:right;
	margin-right: 0.3em;
	list-style-type: none;
}

#languages_block_top ul#first-languages li.selected_language {
	float:right;
	margin-right: 0.3em;
	list-style-type: none;
}


/* top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: right;
	font-size: 10px;
}
#header_links li {
	float:left;
	width: 66px;
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}
#header_links #header_link_sitemap a {
	background-image: url('/images/sitemap.gif');
}
#header_links #header_link_contact a {
	background-image: url('/images/contact.gif');
}

/* block top search */
#header #search_block_top {
	background: #e5e6e7 url('/images/block_search_bg.jpg') no-repeat top right;
	height: 28px;
	width: 336px;
	float: left;
}
#header #search_block_top p { padding: 0.4em 0 0.4em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top label {
	background: transparent url('/images/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;
}
#header #search_block_top input#search_query { width: 12em; }

/* block top search jclgntop */
#search_block_top_jclgntop {
	height: 28px;
	width: 160px;
}

/* bup : bandeau up galerie liste des oeuvres */
.bup {
	text-align: center;
	border: solid 1px #999999;
	background: #333333;
	padding:0.2em 0.2em 0.2em 0.2em;
}

/* ... le titre */
a.buptitle:link { text-decoration: underline; color:#000000 !important }
a.buptitle:hover { text-decoration: underline; background-color: #c1d2e6 !important; color:#FFFFFF !important }
a.buptitle:visited { text-decoration: underline; color:#000000 !important }
.buptitle {
	padding:0.2em 0.2em 0.2em 0.2em;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	background: #c1d2e6;
}

.bupinfo {
	padding-left: 1em;
	padding-right: 1em;
	border: none;
	color:white!important;
	font-size: 10px!important;
	text-align: center;
}


/* flash (mise en avant d'une oeuvre)*/
.flash {
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #d0e2f0 url('/images/flash_bg.gif') repeat-x bottom left;
	padding-bottom: 0.2em;
	margin:1em 1em 1em 1em;
}

/* tarifflash (mise en avant d'une oeuvre dans la boutique)*/
.tarifflash {
	width:150px;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
	margin:1em 1em 1em 1em;
	background: #d0e2f0 url('/images/flash_bg.gif') repeat-x bottom left;
}
		
/* oeuvres-list (module de recherche) */
ul#oeuvres_list{ margin-top:2em; list-style-type:none; }
ul#oeuvres_list li {
	background: transparent;
	border: solid 1px #d0d3d8;
	padding: 6px;
	height:50px;
	clear:both;
	margin-bottom:0.3em;
}
ul#oeuvres_list li a {
	text-decoration:none;
	color:#374853;
}

ul#oeuvres_list a.oeuvre_img_link{
	border: none 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
	width:66px;
	height:50px;	
}

ul#oeuvres_list a.oeuvre_img_link img{
	vertical-align:bottom;
	width:66px;
	height:50px;
}
ul#oeuvres_list li h3{ margin:0.4em 0; }

ul#oeuvres_list li p.oeuvre_desc{ font-size:0.92em; }
ul#oeuvres_list li div.center_block{
	float:left;
	width:80%;
}
ul#oeuvres_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:0;
}
ul#oeuvres_list li span.infos{
	float: right;
	color:#488c40;
	font-size:0.9em;
}
ul#oeuvres_list li a.button{ margin-top:0.5em; }

/*  sitemap */
#sitemap_content{ margin-left:5em; }
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul{ text-align:left; }
div.sitemap_block h3, .categTree h3{
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}


