/*
Theme Name: Bleu comme bleu
Description: Theme bleu comme bleu
Version: 1.0
Author: Maxcence d'Espeuilles OpenAccess
*/

html, body {
	height: 100%;
}

body {
	background-color: #ded7c9;
	font:14px verdana, bitstream vera sans, arial, sans-serif;
	background-image: url(images/rayures2.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment:fixed;
	padding: 0;
	margin: 0;
	min-height:100%;
}

#back {
	/*background-image: url(images/rayures2.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment:fixed;*/
	padding: 0;
	margin: 0;
}

h1 {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #585757;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h2 {
	font-weight: lighter;
	text-transform: uppercase;
	background-image: url(images/bcb_underline.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 30px;
}

#main {
	width: 900px;
	margin-left: 150px;
	background-color: #ded7c9;
	height: 100%;
}

#content {
	float: left;
	width: 650px;
	margin: auto;
	padding-left:5px;
}

.primarynav {
	float: left;
	background-color: #ded7c9;
	padding-top: 150px;
	height: 100%;
}


.primarynav ul {
	list-style: none;
	padding-left: 0;
	width: 200px;
	padding-top: 10px;
	background-image: url(/images/bcb_ul_border.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.primarynav ul li {
	width: 150px;
	padding-left: 30px;
	min-height: 20px;
	line-height: 20px;
	font:14px century gothic, bitstream vera sans, arial, sans-serif;
}

.primarynav ul li:hover {
	background-image: url(images/bcb_underline.gif);
	background-repeat: no-repeat;
}

.primarynav ul li ul {
	list-style: none;
	padding-left: 0px;
}

.primarynav ul li ul li {
	font-size: 12px;
	font-style: italic;
	margin-left: -10px;
}

.primarynav ul li ul li:hover {
	list-style: none;
	background-image: none;
}

.primarynav ul li ul li.current_li_item {
	background-image: none;
	text-decoration: underline;
}

.primarynav ul li ul {
	display: none;
}

.primarynav ul li.current_li_item ul  {
	display: block;
}

.primarynav ul li.current_page_parent ul  {
	display: block;
}

.current_li_item {
	background-image: url(images/bcb_underline.gif);
	background-repeat: no-repeat;
}

.current_page_parent {
	background-image: url(images/bcb_underline.gif);
	background-repeat: no-repeat;
}

.post {
	width: 695px;
	font:14px corbel, bitstream vera sans, arial, sans-serif;
}

.post img {
	margin: 20px;
}

#bcb_identity {
	float: right;
	height: 158px;
	display: none;
}

#bcb_identity p {
	line-height: 40px;
	font:22px century gothic, bitstream vera sans, arial, sans-serif;
	font-style: italic;
}

#bcb_logo {
	text-align: center;
	width: 695px;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin: auto;
}

#bcb_footer {
	background-image: url(images/bcb_bottom.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 900px;
	margin: auto;
	padding-top: 44px;
}

#bcb_footer p {
	padding-left: 200px;
	font:10px bitstream vera sans, arial, sans-serif;
	width: 250px;
}

table {
	width: 600px;
}

.product_price {
	width: 100px;
}

.price td {
	border-bottom: 1px dotted #333;
}

.price {
	border-collapse: collapse;
}

.miniatures {
	font-size: 10px;
}

.miniatures a img {
	border:3px solid #ded7c9;
	margin: 0;
}

.miniatures a img:hover {
	border:3px solid #333;
}

.img-border {
	border: 3px solid #000;
	margin: 5px;
}