@charset "utf-8";
/*
Theme Name: Finger in the Nose
Theme URI: http://wordpress.org/
Description: Thème adapté pour Finger In The Nose.
Version: 0.1
Author: Rémi Gay / Jérôme Poisson
Author URI: http://www.shic.fr
Tags: Shic, Finger in the Nose
Text Domain: 
*/

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	font:12px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	background:#FFF url(images/bg.png) repeat-x fixed;
	color:#333;
	min-width:992px;
}
a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h3.title a, h4.title2 a, h3.title a:hover, h4.title2 a:hover {
	text-decoration:none;
	color:black;
}
a.post-edit-link {
	border:1px solid #000;
	padding:5px;
}
h5.hr {
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 0;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	margin:40px 0 8px;
	color:#000;
	letter-spacing:2px;
}
ol li {
	list-style-position:inside;
}
div.clear {
	clear:both;
}
.input {
	background:#ededed;
	width:358px;
	height:18px;
	padding-top:3px;
	text-indent:8px;
}
.textarea {
	background:#ededed;
	width:358px;
	height:61px;
	text-indent:8px;
}
.mandatory {
	color:red;
}
/* LAYOUT *****************************************************/
#firsttime {
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	z-index:200;
	left:0;
	top:0;
}
#firsttime2 {
	position:absolute;
	z-index:201;
	left:50%;
	top:50%;
	width:375px;
	height:138px;
	margin-top:-69px;
	margin-left:-187px;
}
#page {
	position:relative;
	width:992px;
	margin:0 auto;
	padding:96px 0 0;
	min-height:400px;
	_height:400px;
	_overflow-x:hidden;
}
#page.estore {
	width:960px;
	padding-left:16px;
	padding-right:16px;
}
#header {
	background:#000;
	width:992px;
	height:96px;
	position:fixed;
	top:0;
	left:0;
	_position:absolute;
	_top:expression(documentElement.scrollTop+body.scrollTop);
	left:50%;
	margin-left:-496px;
	z-index:2;
	overflow:hidden;
}
#header iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:100%;
	height:100%;
}
#logo {
	width:223px;
}
#logo h1 a {
	background:url(images/logo.png) no-repeat left top;
	display:block;
	width:185px;
	height:68px;
	margin:16px 0 0 38px;
}
#logo h1 span {
	display:none;
}
.page {
	padding:16px;
}
.swf {
	padding:16px 0 0;
}
#sidebar {
	float:right;
	margin:-14px 0 0;
}
#sidebar ul li {
	float:left;
	margin:0 0 0 12px;
	background:url(images/nav_bg.png) no-repeat right center;
	height:13px;
	list-style-type:none;
}
#sidebar ul li.last {
	background:none;
}
#sidebar ul li h2 {
	margin:0;
	line-height:auto;
	height:auto;
	font-size:inherit;
	padding-left:0;
	font-weight:normal;
}
#sidebar ul li a {
	color:#927d50;
	text-transform:uppercase;
	margin:0 13px 0 0;
	background-position:left top;
	display:block;
	height:13px;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	color:#FFF;
	text-decoration:none;
	background-position:left bottom;
}
#sidebar ul li a span {
	display:none;
}
#nav_home {
	background-image:url(images/nav_home.png);
	width:34px;
}
#nav_e-store {
	background-image:url(images/nav_e-store.png);
	width:48px;
}
#nav_collection {
	background-image:url(images/nav_collection.png);
	width:73px;
}
#nav_the-brand {
	background-image:url(images/nav_the-brand.png);
	width:67px;
}
#nav_the-shop {
	background-image:url(images/nav_the-shop.png);
	width:59px;
}
#nav_news {
	background-image:url(images/nav_news.png);
	width:35px;
}
#content.news {
	padding:0 0 0 16px;
}
.div_block {
	width:472px;
	float:left;
	margin:0 16px 0 0;
}
.div_block2 {
	width:228px;
	float:left;
	margin:0 16px 0 0;
}
.m0 {
	margin:0;
}
.post {
	float:left;
	height:345px;
	margin-right:16px;
	overflow:hidden;
	position:relative;
	width:228px;
}
div.page div.post {
	height:360px;
}
.hentry {
	width:228px;
	height:380px;
	_height:390px;
}
.post.mr0 {
	margin:0;
}
.post img {
	display:block;
	height:156px;
	padding:16px 0 7px 0;
	margin:0 0 7px;
 	border-bottom:1px solid #ededed;
}
.post img.mt0 {
	margin-top:0;
}
.post h3 a {
	font:30px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.post h3 a:hover {
	text-decoration:none
}
.post h4 {
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#927d50;
}
div.date {
	border-top:1px solid #dcdcdc;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0;
	margin:8px 0 0;
}
div.page div.entry {
	margin:7px 0 0;
	padding:10px 0 0;
 	border-top:1px solid #dcdcdc;
}
div.entry {
	font:12px Georgia, "Times New Roman", Times, serif;
}
a.more-link {
	left:0;
	bottom:0;
	color:#666;
	display:block;
	position:absolute;
	text-align:right;
	width:228px;
	border-bottom:8px solid #DCDCDC;
	font: bold 12px/22px Georgia, "Times New Roman", Times, serif;
}
a.more-link2 {
	display:block;
	color:#666;
	text-align:right;
	margin:10px 0;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
table.shipping_charges {
	border-collapse:collapse;
}
table.shipping_charges th, table.shipping_charges td {
	padding:3px;
	border:1px solid #DCDCDC;
}
table.shipping_charges th {
	border-bottom:1px solid #000;
	text-align:left
}
.clear {
	clear:both;
}
/* FOOTER ************************************************/

#footer {
	clear:both;
	font-size:11px;
	color:#424242;
	text-align:right;
	height:30px;
	line-height:30px;
	margin:0 auto;
	width:992px;
	padding:16px 0 0;
	background:url(images/footer_bg.png) no-repeat right 16px;
}
#footer a {
	color:#424242;
	margin:5px 0 5px 15px;
	font-weight:normal;
}
/*
#player {
	background:url(images/player.png) no-repeat center right;
	padding:0 11px 0 0;
}
*/
#footer_logo {
	float:left;
	padding:7px 0;
}
/* ajout rémi */
#reponse {
	color:red;
}
#map_canvas {
	margin:30px 0 0 8px;
}