* {
	margin: 0;
	padding: 0;
	border: 0;
}


* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background: url(img/fond.jpg) repeat-x #FFF;
	font: 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #300005;
}


/*******************/
/** Common styles **/
/*******************/
ul, ul li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

div.error, p.error,
div.error-notification, p.error-notification,
.confirm-notification,
span.error {
	border:2px solid #ff0000;
	padding:10px 5px;
	margin-top:10px;
	display:block;
	padding:4px;
	font-weight:bold;
}
.error,
.error-notification {
	border-color:#f00;
	background:#fcc;
}
.confirm-notification {
	border-color:#0f0;
	background:#cfc;
}
.clear {
	clear: both;	
	line-height: 1px;
	font-size: 1px;
}
/* IE 6 - 7 hack */
form .submitInput,
input.button-like {
	overflow:visible;
}
div.ui-widget-overlay {
	opacity: .60;filter:Alpha(Opacity=60);
	/* fix bug in IE8 */
	position /*\**/: fixed\9
}

/**********/
/** Page **/
/**********/
#page {
	width: 920px;
	margin: 0 auto;
	position: relative;	
}


/************/
/** Header **/
/************/
#top {
	display: block;
	width: 920px;
	height: 151px;
	margin: 0 auto;
	padding: 0;
}
#top a {
	text-decoration: none;
}
#top .logo a {
	display: block; position:absolute;
	width: 538px; height: 103px;
	background:url(img/logo-bijouxbasque.jpg) left bottom no-repeat;
	top: 33px;
}
#top .logo a:hover {
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}

#top .bt-accueil a {
	display:block; position:absolute;
	top: 135px; left: 100px;
	background: url(img/bt-accueil.png) 0 0 no-repeat;
	-background: url(img/bt-accueil.jpg) 0 0 no-repeat;
	width: 44px; height: 44px;
	z-index: 10;
}


#top .bt-accueil a:hover {
	background-position: 0 -44px;
}

#topmenu {
	display:block;
	float:right;
	text-align:left;
	width: 352px; height: 119px;
	margin-top: 32px;
}
#topmenu ul, #topmenu ul li {
	margin: 0; padding: 0;
	display:inline;
	list-style:none;
	float: left;
}
#topmenu ul li a.bt-bijouxOr {
	display:block;
	background: url(img/bt-bijouxOr.jpg) no-repeat 0 0;
	width: 114px; height: 119px;
}
#topmenu ul li a:hover.bt-bijouxOr  {
	background-position: 0 -119px;
}
#topmenu ul li a.bt-bijouxArgent {
	display:block;
	background: url(img/bt-bijouxArgent.jpg) no-repeat 0 0;
	width: 124px; height: 119px;
}
#topmenu ul li a:hover.bt-bijouxArgent  {
	background-position: 0 -119px;
}
#topmenu ul li a.bt-infos  {
	display: block;
	background: url(img/bt-infosBoutique.jpg) no-repeat 0 0;
	width: 114px; height: 119px;
}
#topmenu ul li a:hover.bt-infos  {
	background-position: 0 -119px;
}

/*********************************************************/
/** Liens de connexion et consultation du compte client **/
/*********************************************************/
#customer-account-top {
	position:absolute;
	top:18px;
}
#customer-account-top * {
	color:#52150D;
	font-weight:bold;
}
#customer-account-top a,
#customer-account-top a span {
	color:#52150D;
}
#customer-account-top a {
	text-decoration:underline;
}
#customer-account-top a:hover,
#customer-account-top a:hover * {
	color:#d10000;
}
#customer-account-top .connection a span {
	text-decoration:underline;
	cursor:pointer;
}
#customer-account-top .account-links ul li {
	display:inline;
	padding-right:10px;
}


/******************************************/
/** Boite de dialogue d'authentification **/
/******************************************/
.customer-authentication-dialog {
	padding:0;
	margin:0;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	border:3px solid #E1DACB;
}
.customer-authentication-dialog * {
	color:#52150D;
}
.customer-authentication-dialog .ui-dialog-titlebar {
	background-color:#E1DACB;
	border:none;
}
.customer-authentication-dialog #customer-authentication-dialog {
	padding:10px;
	margin:0;
}
.customer-authentication-dialog #customer-authentication-dialog form {
	width:100%;
	text-align:right;
	font-size:11px;
	margin:0;
	padding:0;
}
.customer-authentication-dialog #customer-authentication-dialog form p {
	display:block;
	padding-bottom:10px;
}
.customer-authentication-dialog #customer-authentication-dialog form p.last {
	padding:10px 0 0px 0;
	text-align:right;
}
.customer-authentication-dialog #customer-authentication-dialog form p label {
	width:auto;
	display:inline-block;
}
.customer-authentication-dialog #customer-authentication-dialog input {
	width:150px;
	cursor:pointer;
}
.customer-authentication-dialog #customer-authentication-dialog .authentication-form label {
	font-weight:bold;
}
.customer-authentication-dialog #customer-authentication-dialog .buttons-wrapper {
	float:right;
}
.customer-authentication-dialog #customer-authentication-dialog .forget-password {
	float:left;
	line-height:20px;
}
.customer-authentication-dialog #customer-authentication-dialog .button-like {
	width:76px;
	display:inline-block;
	padding:3px 0 4px 0;
}
.customer-authentication-dialog #customer-authentication-dialog .cancel-connect {
	margin:0 10px 0 0;
}
.customer-authentication-dialog #customer-authentication-dialog .button-like:hover {
}
.customer-authentication-dialog #customer-authentication-dialog .error-notification {
	margin:0 0 10px 0;
	font-weight:normal;
}


/**************************************************************/
/** Modification du compte client / adresses de livraison... **/
/**************************************************************/
body#modify-account .add-shipping-address input {
	width:auto;
}
body#modify-account div.billing-address {
	margin-top:13px;
}
body#modify-account ul.shipping-address-block {
	width:300px;
	float:left;
	padding:10px 0;
	list-style-position:outside;
}
body#modify-account #shipping-addresses ul.odd {
	margin-right:37px;
}
body#modify-account .shipping-address-block li {
	list-style:none;
	list-style-position:outside;
}
body#modify-account .shipping-address-block li.label {
	font-weight:bold;
	font-size:1.1em;
}
body#modify-account .shipping-address-block li.modify,
body#modify-account .shipping-address-block li.delete {
	float:left;
}
body#modify-account .shipping-address-block li.delete {
	margin-left:7px;
}
body#modify-account #shipping-addresses .edit-shipping-address-buttons {
	padding:7px;
}
body#modify-account #shipping-addresses .shipping-address-block li input {
	margin-left:3px;
	padding:3px 4px;
	width:auto;
}
body#modify-account #shipping-addresses .shipping-address-block li.modify,
body#modify-account #shipping-addresses .shipping-address-block li.delete {
	padding-top:7px;
}
body#modify-account form.addresses .account-creation {
	margin-bottom:30px;
}
body#modify-account form.addresses .edit-shipping-address-buttons {
	margin:0 0 30px 0;
	margin-left:29%;
}
body#modify-account form.addresses .edit-shipping-address-buttons .cancel,
body#modify-account form.addresses .edit-shipping-address-buttons .save {
	float:left;
}
body#modify-account form.addresses .edit-shipping-address-buttons input {
	width:auto;
}
body#modify-account form.addresses .edit-shipping-address-buttons .save {
	margin-left:10px;
}
body#modify-account form.addresses .save-informations {
	margin-left:29%;
}
body#modify-account form.addresses .save-informations input {
	width:auto;
	margin-left:4px;
}


/*************/
/** Wrapper **/
/*************/
#wrapper {
	width: 920px;
	margin: 0;
}
#main {
	width: 637px;
	float: right;
	margin-bottom: 15px;
}
#sidebar {
	width: 247px;
	float: left;
	background: url(img/sidebar-top.jpg) top center no-repeat #e1dacb;
	padding-top: 30px;
}
#sidebar-cart {
	width: 247px; height: 500px;
	float: left;
	background: url(img/sidebar-top.jpg) top center no-repeat #e1dacb;
	padding-top: 30px;
}


/*************/
/** Sidebar **/
/*************/
.sidebar-bas {
	display:block; position:relative;
	width: 247px; height: 21px;
	background:url(img/sidebar-bottom.jpg) 0 0 no-repeat;
}
#sidebar h2 {
	color: #b09689;
	font: lighter 2em Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom: 1px solid #9e7d74;
	padding: 5px 2px;
	margin: 10px;
}
#sidebar #productSearchWidget h2 {
	font-size: 1.2em;
	border: none;
	color: #50140d;
	text-align:left;
	padding-top: 0;
}
#productSearchWidget form.searchWidget {
	margin: -10px 0 0 0; padding: 0;
}
#productSearchWidget form.searchWidget input#qp {
	width: 170px;
	height: 29px;
	background: url(img/picto-loupe.jpg) 3px 4px no-repeat #FFF;
	border: none;
	font-size: 1.5em;
	padding: 0;
	padding: 0 0 0 20px;
	color: #277621; font-weight: bold;
	border: 0; -moz-border-radius: 0;
	border-left: 1px solid white;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	float:left;
}
#productSearchWidget form.searchWidget input#searchSubmit {
	width: 31px;
	height: 29px;
	background:url(img/bt-coche.jpg) 0 0 no-repeat;
	border: 0;
	-moz-border-radius: 0;
	padding: 0;
	float:left;
}
#productSearchWidget form.searchWidget input#searchSubmit:hover {
	width: 31px; height: 29px;
	background-position: 0 -29px;
	cursor: pointer;
}
#sidebar h3 {
	padding: 4px 8px 0 8px;
	font-size: 1em;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: underline;
	color: #52150d;
}
#sidebar a:hover {
	text-decoration: none;
	color: #00b4aa;
}
#blogextra {
	overflow:hidden;
}
#blogextra ul li a:link, #blogextra ul li a:visited {
	text-decoration: none;
	color: #52150d;
}
#blogextra ul li span {
	color: #087600;
	font-size: 1.3em;
}
#blogextra ul li a:hover {
	text-decoration: underline;
}
#sidebar ul {
	width: 224px;
	margin-left: 10px;
}
#blogextra li {
	padding: 0 0 4px 0;
	width: 224px;
	margin: 0 auto;
}
#blogextra li {
	font-size: 1.3em;
	font-weight:bold;
	color: #52150d;
	list-style:none;
	padding: 3px 0px 3px 22px;
	-margin-right: -20px;
	-width: 210px;
}
#blogextra #category li {
	background: url(img/puce-off.jpg) no-repeat 5px 7px;
	overflow:hidden;
}
#blogextra #category li:hover {
	background: url(img/puce-on.jpg) no-repeat 5px 8px;
}
#blogextra #category li.closed {
	background: url(img/puce-plus.jpg) no-repeat 5px 7px;
	cursor:pointer;
}
#blogextra #category li.closed:hover {
	background: url(img/puce-plus_on.jpg) no-repeat 5px 8px;
}
#blogextra #category li.open {
	background:url(img/puce-minus.jpg) no-repeat 5px 7px;
	color:#00b4aa;
	cursor:pointer;
}
#blogextra #category li.open ul {
	margin-left: 0;
		-width: 160px;
}
#blogextra #category li.open ul li {
	color: #52150d;
	font-size: 0.85em;
	padding-left: 20px;
	-width: 160px;
}
#blogextra .categories li {
	background: url(img/puce-off_blog.jpg) no-repeat 5px 8px;
}
#blogextra .categories li:hover {
	background: url(img/puce-on_blog.jpg) no-repeat 5px 9px;
}
#blogextra .categories li a:hover {
	color: #d10000;
}
#blogextra #contactWidget ul li {
	font-size: 1em;
	padding: 2px 0 2px 22px;
	-margin-right: -20px;
}
#sidebar .pages li, #sidebar .links li {
	padding: 5px 2px 5px 18px;
	background: url(img/puce-off_defaut.jpg) no-repeat 5px 8px;
	font-size: 1.1em;
	-margin-right: -20px;
}
#sidebar .pages li a {
	font-weight:bold;
	text-decoration:none;
}
#sidebar .links li:hover, #sidebar .pages li:hover {
	background: url(img/puce-on_defaut.jpg) no-repeat 5px 8px;
}
#sidebar p, #blogextra p {
	padding: 0 0 4px 10px;-margin-right: -20px;
}
#search fieldset p {
	padding-left: 8px;
}
#search #q {
	color: #005D99;
	width: 180px;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;
}
#search .submit {
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}
#search .submit:hover {
	background: #005D99;
	color: #FFF;
	border: 1px solid #005D99;
}
#search, #selected, #categories, #syndicate, #langs, #tags, #links, #blogextra .text {
	padding: 0 0 10px 0;
}

#blogextra #shopCartWidget {
	-width: 224px;
	-margin: 0, -padding:0;
}

#blogextra #shopCartWidget ul {
	width: 224px;
	background: #FFF;
}
#blogextra #shopCartWidget ul li {
	padding: 0 0 0 5px;background: #FFF;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}

#blogextra #shopCartWidget .shopCartWidget ul li {
	text-align: left;
	padding: 4px 0;
	margin: 0 0 0 4px;
	width: 210px;
	border-bottom: 1px dotted #d7d0c2;
	overflow:hidden;
}
#blogextra #shopCartWidget .shopCartWidget ul li span {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: 	#277621;
}
#blogextra #shopCartWidget .shopCartWidget ul li em {
	font: italic 0.85em Arial, Helvetica, sans-serif;
	color: 	#999;
}

#blogextra #shopCartWidget .shopCartHaut {
	display:block;
	width: 224px; height: 8px;
	background:url(img/fond-widget-panier_haut.jpg) 0 0 no-repeat;
	margin: 0 0 0 10px; padding: 0;
	-margin-bottom: -8px;
}
#blogextra #shopCartWidget .shopCartBas {
	display:block;
	width: 224px; height: 8px;
	background:url(img/fond-widget-panier_bas.jpg) 0 0 no-repeat;
	margin-left: 10px;
} 

#blogextra #shopCartWidget a.btValider {
	display: block;
	width: 224px; height: 40px;
	text-decoration: none;
	background:url(img/bt-valider.jpg) 0 0 no-repeat;
	margin: 5px 0 0 10px;
}
#blogextra #shopCartWidget a:hover.btValider {
	background-position: 0 -40px;
}	
#btValiderCart a, #btValiderCart input {
	display: block;
	width: 234px; height: 40px;
	text-decoration: none;
	background:url(img/bt-validerCart.jpg) 0 0 no-repeat;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

#btValiderCart a:hover, #btValiderCart input:hover {
	background-position: 0 -40px;
}
#btValiderContinuer a, #btValiderContinuer input {
	display: block;
	width: 234px; height: 40px;
	text-decoration: none;
	background:url(img/bt-validerContinuer.jpg) 0 0 no-repeat;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

#btValiderContinuer a:hover, #btValiderContinuer input:hover {
	background-position: 0 -40px;
}

#blogextra #shopCartWidget a.btModifier {
	display: block; float:left;
	width: 113px; height: 38px;
	text-decoration: none;
	background:url(img/bt-modifier.jpg) 0 0 no-repeat;
	opacity: 0.5;
	filter : alpha(opacity=50);
	margin: 5px 0 0 5px;
}

#blogextra #shopCartWidget a:hover.btModifier{
	opacity: 1;
	filter : alpha(opacity=100);	
}

a.btModifier {
	display: block; float:left;
	width: 95px; height: 38px;
	text-decoration: none;
	background:url(img/bt-modifier2.jpg) 0 0 no-repeat;
	opacity: 0.7;
	filter : alpha(opacity=70);
	margin: 5px 0 0 5px;
}
a:hover.btModifier{
	opacity: 1;
	filter : alpha(opacity=100);	
}


#btModifierAdr input {
	display: block;
	width: 297px; height: 40px;
	text-decoration: none;
	background:url(img/bt-modifierAdr.jpg) 0 0 no-repeat;
	margin: 0 auto;
	border: 0;
	padding: 0;
	cursor:pointer;
}

#btModifierAdr input:hover {
	background-position: 0 -40px;
}
#btRegler input {
clear:both;
	display: block;
	width: 234px; height: 40px;
	text-decoration: none;
	background:url(img/bt-regler.jpg) 0 0 no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	padding: 0;
	cursor:pointer;
}

#btRegler input:hover {
	background-position: 0 -40px;
}

#blogextra #shopCartWidget a.btVider {
	display: block; float:right;
	width: 111px; height: 38px;
	text-decoration: none;
	background:url(img/bt-vider.jpg) 0 0 no-repeat;
	opacity: 0.5;
	filter : alpha(opacity=50);
	margin: 5px 10px 0 0;
	-margin: -38px -5px 0 0;
}

#blogextra #shopCartWidget a:hover.btVider {
	opacity: 1;
	filter : alpha(opacity=100);	
}

#topnav {
	color: #005D99;
	font-size: 0.9em;
	background: #F5F5F5;
	border: 1px solid #CDCDCD;
	border-width: 1px 0;
	padding: 5px 5px 5px 8px;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar #topnav ul {
	margin: 0;
	padding: 0;
}
#sidebar #topnav li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

#sidebar .syndicate li a {
	margin: 0 4px 0 11px;
	background: transparent url(img/rss.png) no-repeat 0 8px;
	padding: 5px 4px 5px 20px;
	font-size: 1.3em;
	text-decoration:none;
	font-weight:bold;
	line-height: 1.8em;
}
#sidebar .syndicate li a:hover {
	margin: 0 4px 0 11px;
	background: transparent url(img/rss_on.png) no-repeat 0 8px;
	padding: 5px 4px 5px 20px;
	color: #ff531b;
}


#sidebar #tagsWidget h2 span {
	font-size: 0.7em;
}
#sidebar #tagsWidget ul {
	margin: 5px 5px 10px 10px;
	padding: 0;
	font-size: 110%;
}
#sidebar #tagsWidget ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#sidebar #tagsWidget ul li a:link, #sidebar #tags ul li a:visited {
	color: #333;
}
			
#sidebar #tagsWidget p strong a:link, #sidebar #tags p strong a:visited {
	padding: 0 0 0 18px;
	background: transparent url(img/tags.png) no-repeat 0 -2px;
}
#sidebar #tagsWidget p strong a:hover {}


.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 140%; }
.tag90 { font-size: 150%; }
.tag100 { font-size: 160%; }


/* Post-content
-------------------------------------------------------- */

#blog
{
	display: block; margin: 20px 0 0 20px; padding:20px 0 20px 0px; width: 637px;
	
}

#content {
	margin: 0; 	width: 637px;
	float:inherit;
	text-align: justify;
}
#content span.brownTxt {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #ada084;
}

#content p.day-date {
	color: 	#277621;
	font-weight: bold;
}

#content .post .postContent, .postExcerpt {
	padding: 5px;
	line-height: 1.5em;
	font-size: 1.2em;
}

#content .postContent p, .postExcerpt p {
	padding: 4px ;
	text-align: justify;
}
.postContent strong, .postExcerpt strong {
	font-size: 0.9em;
}
.postContent acronym, .postExcerpt acronym {
	cursor: help;
	border-bottom: 1px dashed #666;
}
.postContent pre, .postExcerpt pre {
	font: 1.1em 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 10px 5px;
	margin: 6px 0;
}

.postContent h3, .postExcerpt h3 {
	padding: 4px 0;
	font-size: 1.2em;
	color: #666;
}
.postContent h4, .postExcerpt h4 {
	padding: 4px 0;
	font-size: 1.1em;
	color: #666;
}
.postContent h5, .postExcerpt h5 {
	padding: 4px 0;
	font-size: 1.0em;
	color: #666;
}
.postContent ul, .postExcerpt ul {
	padding: 4px 0 4px 20px;
	margin: 0;
}
.postContent ul li, .postExcerpt ul li {
	padding: 1px 0 1px 1px;
	list-style: disc;
}
.postContent ol, .postExcerpt ol {
	padding: 4px 0;
	margin: 0 0 0 28px;
}
.postContent ol li, .postExcerpt ol li {
	padding: 1px 0;
}
.postContent blockquote, .postExcerpt blockquote {
	border-left: 4px solid #CDCDCD;
	margin: 4px 0 4px 5px;
	padding: 0 5px;
}
.postContent blockquote em, .postExcerpt blockquote em {}


/***********/
/** Posts **/
/***********/
.dayDate {
	text-align: left;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
a.feed {}
.post {
	color: #000;
}
.post h3, .post h2 {
	font-size: 1.6em;
	color: #277621;
}

h2.postTitle {
	width: 637px; 
	min-height: 45px;
	font-weight: lighter;
	color: #52150d;
	font-size: 2em;
	background:url(img/fond-title.jpg) 0 0 no-repeat;
	line-height: 1.6em;
	/*margin-bottom: -5px; */
}
h2.postTitle span {
	display:block;
	width: 570px !important;
	margin: -8px 0 0 30px;
}
h2.postTitle a {
	color: #52150d;
	text-decoration: none;
}
h2.postTitle a:hover {
	color: #00c0b5;
}
.postInfo {
	color: #b09689;
	margin: 6px 0 0 15px;
}
.postInfo a {
	color: #8a6359;
	text-decoration:none;
}
.postInfo a:hover {
	color: #8a6359;
	text-decoration:underline;
}

.postTags {
	position: relative;
	border: 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 0 0;
	overflow: hidden;
	height: 1%;
}
.postTags li {
	display: inline;
}
.postTags li a {
	display: block;
	float: left;
	text-decoration: none;
	background: transparent url(img/tag.png) no-repeat 0 0;
	padding: 2px 8px 2px 18px;
	color: #11B9B0;
	white-space: nowrap;
}
.postTags li a:hover {
	text-decoration: underline;
}
.postInformations {
	clear: both;
	border: 0;
	background: #FBFBFB;
	padding: 8px;
	margin: 0 0 20px 0;
	min-height: 17px;
}
.postInformations a {
	float: right;
	text-decoration: none;
	padding: 0 10px 8px 15px;
	margin-bottom: 10px;
}
.postInformations a:hover {
	text-decoration: underline;
}

.postInformations a.commentsCount {
	background: transparent url(img/fond-comment.jpg) no-repeat 0 2px;
	min-height: 12px; 
	opacity: 0.5;
	filter : alpha(opacity=50);
}
.postInformations a:hover.commentsCount {
	background: transparent url(img/fond-comment.jpg) no-repeat 0 2px;
	min-height: 12px; 
	opacity: 1;
	filter : alpha(opacity=100);
}
a.pingsCount {
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
	opacity: 0.5;
	filter : alpha(opacity=50);
}
a:hover.pingsCount {
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
	opacity: 1;
	filter : alpha(opacity=100);
}

.attachmentsCount {
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

p.readIt {
	 position: relative;
	 margin: 3px 0 0 0;
}
.readIt a {
	float:right;
	width: 166px; height: 40px;
	background:url(img/bt-lirelasuite.jpg) 0 0 no-repeat;
	margin-bottom: 10px;
}
.readIt a:hover {
	background-position: 0 -40px;
}

#attachments {
	clear: left;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 4px 0 6px 0;
}
#attachments * {
	color: #ca2120;
}
#attachments h3 {
	font-size: 1.2em;
}
#attachments ul {
	padding: 4px 0;
}
#attachments li {
	margin: 0 0 0.6em 0;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
}
#attachments li em {}
#attachments li div {}
#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.footnotes {
	border: 1px solid #E8E8E8;
	padding: 5px 0;
	margin: 6px 0 25px 0;
}
.footnotes h4 {
	color: #005D99;
	background: #FBFBFB;
	border-bottom: 1px solid #E8E8E8;
	background: transparent url(img/report.png) no-repeat 4px 3px;
	padding: 2px 10px 2px 25px;
	margin: 0 0 6px 0;
	font-style: italic;
}
.footnotes p {
	padding: 4px 10px;
}


/**************/
/** Archives **/
/**************/
#content-info {
	font-size: 0.8em;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.4;
}
.content-inner {
	padding-bottom: 20px;
}
h2, h2.breadCrumb, storeSubCategories h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 12px 0 0 16px;
	text-align:left;
}
h2.breadCrumb,
h2.post-paymentSteps,
.storeSubCategories h2,
#forgotten-password #main h2,
#modify-account #main h2,
#customer-orders #main h2 {
	background:url(img/fond-title-sm.jpg) no-repeat;
	width: 637px; min-height: 40px;
	line-height: 2em;
	padding-top: 5px;
}
h2.post-paymentSteps  {
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
}
h2.breadCrumb a:hover, storeSubCategories h2 a:hover  {
	color: #ca2120;
}
.content-inner h3 {
	font-size: 1.6em;
	color: #277621;
	border: 0;
	border-bottom: 2px dotted #277621;
	padding: 5px;
	margin: 5px 0 8px 0;
}
#content-info p {
	padding: 4px 0;
	font-size: 1em;
}
#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 4px 0 4px 22px;
	background: transparent url(img/rss.png) no-repeat 1px 3px;
}
.content-inner .dayDate {
	text-align: left;
}
.content-inner .postTitle {
	padding: 4px 0;
	margin: 0 0 0 10px;
}
.content-inner .postInfo {
	margin: 4px 0 20px 10px;
}

.storeSubCategories ul {
	padding: 4px 0;
	margin: 0 0 0 10px;
}
.storeSubCategories ul li {
	padding: 1px 0 5px 15px;
	background: transparent url(img/li.jpg) no-repeat 0 5px;
	font: normal 1.2em Arial;
	line-height: 1.3;
}


/**************************/
/** Tags - Page des tags **/
/**************************/
.content-inner ul.tags {
	position: relative;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 20px 0;
	overflow: hidden;
	height: 1%;
	font-size: 120%;
}
.content-inner ul.tags:after{
	content:'[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-inner ul.tags li {
	display: block;
	float: left;
	margin: 4px;
	height: 18px;
	line-height: 18px;
	background: none;
}
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
	color: #005D99;
	text-decoration: none;
	white-space: nowrap;
}
.content-inner ul.tags li a:hover {
	text-decoration: underline;
}
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active {
	background: #005D99;
	color: #FFF;
}


/******************/
/** Commentaires **/
/******************/
#comments, #pings {
	padding-top: 10px;
}
#comments h3, #pings h3, #pr h3 {
	clear: left;
	color: #b09689;
	font: lighter 2em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9e7d74;
	margin: 20px 0 8px 0;
	font-size: 2em;
	padding-bottom: 3px;
}
#pr h3 {
	color: #277621;
	margin: 30px 0 8px 0;
	border-bottom: 1px dotted #277621;
}
#commentsFeed {
	text-align: right;
	font-weight: bold;
	margin: 14px 0 8px 0;
}
#commentsFeed a {
	font-size: 0.9em;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
	color: #e95d0f;
}
#commentsFeed a:hover {
	text-decoration: underline;
	color: #f29400;
}
#comments dl{}
#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 0 30px 0;
	background: transparent url(img/comment-top.jpg) no-repeat 50% 100%;
}
#comments dd.bas {
	display:block;
	width: 637px; 
	padding: 0; margin-top: -12px;
	background: url(img/comment-bas.jpg) 0 bottom no-repeat #f0ece5 ;
	border: none;
}
#comments dd.bas .txt-comment {
	margin: 0 0 0 20px;
}
#comments dt a:link, #comments dt a:visited {
	color: #ca2120;
	text-decoration: none;
}
#comments dt a:hover {
	text-decoration: underline;
}
#pings dt a:link, #pings dt a:visited {
	color: #ca2120;
	text-decoration: none;
}
#pings dt a:hover {
	text-decoration: underline;
}
#comments dd, #pings dd, dd.commentPreview {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #f0ece5;
	padding: 10px;
	margin: 0 0 8px 0;
	font-size: 1.1em;
	line-height: 1.4;
	color: #277621;
}
#comments dd *, #pings dd *, dd.commentPreview * {
	padding: 5px 0;
	font-size: 1em;
}
#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover {
	color: #5E9E14;
}
#comments dd.me {
	border-left: 4px solid #5E9E14;
}
a.comment-number, .pingNumber {
	color: #ca2120;
	font-weight: bold;
	font-size: 1.4em;
}
#ping-url {
	border: #f0ece5;
	background: #f0ece5;
	padding: 10px;
	margin: 30px 0;
	font-weight: bold;
	text-align: right;
	-moz-border-radius: 8px;
}

.message {}

.pagination {
	clear: left;
	background:url(img/fond-title-sm.jpg) no-repeat;
	width: 637px; height: 40px;
	padding: 12px 0 0 0;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
}
.pagination a:link, .pagination a:visited {
	color: #00c0b5;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}

#navlinks {
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #8a6359;
}

#navlinks a:link, #navlinks a:visited {
	color: #00c0b5;
	text-decoration: none;
}
#navlinks a:hover {
	text-decoration: underline;
}
#navlinks .prev {
	float: left;
}
#navlinks .next {
	float: right;
}

#navlinksCart {
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
	color: #8a6359;
	font: bold 1.6em Verdana, Arial;
}

/******************************************************/
/** Formulaire d'ajout de commentaires sur un billet **/
/******************************************************/
#commentForm {
	padding-top: 10px;
	color: #300005;
}
#commentForm h3 {
	background:url(img/fond-title-sm.jpg) no-repeat;
	width: 637px; height: 40px;
	padding: 13px 0 0 15px;
	margin: 5px 0 8px 0;
	font-size: 1.2em;
	border: none;
}
#commentForm fieldset p {
	padding: 5px 0;
}
#commentForm fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
#commentForm p.formHelp {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}
#commentForm p label {
	width: auto;
	font-size: 1.1em;
}
label {
	cursor:pointer;
}

#commentForm p.field label {
	font-weight: bold;
	display: block;
	padding: 4px 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
#commentForm input, #commentForm textarea {
	font: 1em Arial,sans-serif;
	color: #277621;
	border: 1px solid #CDCDCD;
	background: #f8f4ed;
	padding: 3px 2px;
	font-size: 1.2em;	
	width: 60%;
	-moz-border-radius: 4px;
}
#commentForm input:hover, #commentForm textarea:hover {
	border: 1px solid #52150d;
}
#commentForm input:focus, #commentForm textarea:focus {
	border: 1px solid #277621;
	background: none;
}

#commentForm input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}

.bt-margin {
	margin-bottom: 30px;
}

#commentForm input.preview {
	display:block; position:absolute;
	background: url(img/bt-preview.jpg) 0 0 no-repeat;
	width: 171px; height: 40px;
	border: none;
	cursor:pointer;
	margin: 0 0 0 190px;
	text-indent: -999em;
}
#commentForm input.preview:hover {
	background-position: 0 -40px;
}
#commentForm input.submit,
#contactForm input.sendEmail,
body#forgotten-password input#submit {
	display:block; position:absolute;
	background: url(img/bt-envoyer.jpg) 0 0 no-repeat;
	width: 123px; height: 40px;
	border: none;
	cursor:pointer;
	margin: 0 0 0 390px;
	text-indent: -999em;
}
body#forgotten-password input#submit {
	margin:0;
}
#commentForm input.submit:hover, #contactForm input.sendEmail:hover {
	background-position: 0 -40px;
}
#contactForm input.sendEmail {
	position:relative;
	margin: 0 auto;
}


a.buttonLike {
	border: 1px solid #cdcdcd;
	background: #f0f0f0;
	padding: 2px;
	line-height: 20px;
	text-decoration: none;
}
a.buttonLike:hover {
	text-decoration: underline;
}



/************/
/** Footer **/
/************/
#footer {
	width: 920px; height: 147px;
	padding: 0;
	margin: 0 auto;
	background: url(img/fond-footer.jpg) repeat-x ;
	clear: both;
	border-top: 20px solid white;
}
#footer p {
	width: 673px;
	margin: 5px 0 0 247px;
	padding: 0;
	text-align: center;
	font-size: 1.25em;
}
#footer p a {
	text-decoration: none;
	color: #52150d;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	width: 673px;
	margin: 25px 0 0 247px;
	padding: 0;
	font-size: 0.8em;
}
#footer p.copyright a {
	color: #6381d7;
}

#footer .bt-top a {
	display:block; position:relative;
	margin: 0 0 0 580px;
	top: -20px;
	background: url(img/bt-top.jpg) 0 0 no-repeat;
	width: 44px; height: 44px;
	z-index: 10;
}
#footer .bt-top a:hover {
	background-position: 0 -44px;
}


/******************************/
/** BlogShop Payment process **/
/******************************/
.payProcSubmitStepContainer {
	padding: 9px 0 25px 0;
	text-align: center;
}
.payProcSubmitStep {
	color: #f0f0f0;
	background: #7f7f7f;
	border-color: #404040;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding: 2px;
}
.payProcSubmitStep:hover {
	color: #000;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
}
.payment-steps {
	text-align: center;
}
.payment-steps ul {
	background:url(img/fond-title-sm.jpg) no-repeat;
	width: 637px; 
	min-height: 40px;
	*height: 40px;
	line-height: 2em;
	padding-top: 5px;
}
.payment-steps ul li {
	display: inline;
	font-size: 1.4em;
}
.payment-steps ul li span {
	color: #300005;
}
.payment-steps ul li span.number{
	padding: 0 10px 0 10px;
}
.payment-steps ul li.active {
	font-weight: bold;
	color: #000;
}
body#order-payment .payment-choice {
	padding-bottom:20px;
}
body#order-payment .payment-choice ul {
	padding:10px 7px;
}
body#order-payment .order-validation .payment-choice ul li {
	list-style:none;
	text-align:center;
	display:inline-block;
	width:100%;
	border-bottom: 1px solid #6d6968;
	margin-bottom: 10px;
	padding-bottom: 10px;
	*padding-bottom: 20px;
}
body#order-payment .order-validation .payment-choice input{
	border:none;
	float:left;
	margin:10px !important;
	background: none;
	width: 20px !important;
}
body#order-payment .order-validation .payment-choice ul li .payment-block {
	cursor: pointer;
	
}
body#order-payment .order-validation .payment-choice ul li span.payment-title {
	float:left;
	margin:12px 0 0 15px;
}
body#order-payment .order-validation .payment-choice ul li .payment-image {
	background-color: #E1DACB;
	float: left;
	width: 50px;
	height: 40px;
	position: static;
	behavior: none;
}
/******************************/
/**     BlogShop Icons       **/
/******************************/
.validate{
	float:left;
	background: transparent url(img/ok.jpg) no-repeat;	
	width:20px;
	height:20px;
	
}

.cleanPanier{
	background : transparent url(img/remove.gif) no-repeat;	
	padding-bottom:8px;
	padding-right:11px;
	text-decoration:none;
}

a.validateOrder {
	background: #7F7F7F none repeat scroll 0 0;
	border: 1px solid #404040;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding: 2px;
	font: Arial,sans-serif;
	color:#F0F0F0;
	text-decoration:none;
	
}
a.validateOrder:hover {
	color: #000;
	background: #F0F0F0;
	border: 1px solid #cdcdcd;
}


/******************************/
/**     Contact style        **/
/******************************/
form#contactForm textarea {
	width: 100%;
}
.email a{
	display:block;
	background : transparent url(img/bt-contacter.jpg) 0 0 no-repeat;		
	height:40px; width:191px;
	margin: 0 auto;
	margin-top: 10px;
}
.email a:hover{
	background-position: 0 -40px;	
	height:40px; width:191px;
}
.emailField{
	border:1px solid #CDCDCD
}
.sendEmail {
	color: #f0f0f0;
	background: #7f7f7f;
	border: 1px solid #404040;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding: 2px;
}
.sendEmail:hover {
	color: #000;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
}
.contact {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: left;
}


/******************************************/
/** Affichage des détails d'une commande **/
/******************************************/
body#display-order #top-links a {
	color:#52150D;
	font-weight:bold;
	margin-right:18px;
	font-size:1.2em;
}
body#display-order table.cart-table th.reference,
body#display-order table.cart-table td.reference {
	width:110px;
	text-align:left;
}
body#display-order table.cart-table th.price,
body#display-order table.cart-table td.price {
	text-align:left;
	width:80px;
}
body#display-order table.cart-table th.tax,
body#display-order table.cart-table td.tax {
	text-align:left;
}
body#display-order table.cart-table th.quantity,
body#display-order table.cart-table td.quantity {
	text-align:left;
	width:70px;
}
body#display-order table.cart-table th.total,
body#display-order table.cart-table td.total {
	text-align:right;
	width:80px;
}
body#display-order .bill-bottom {
	text-align:center;
	border-top:1px solid #CDCDCD;
}

