body {
	background-color: #000000;
	margin: 0;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal; }

img { border: 0; }

hr { border: 0px; height: 1px; background-color: #373737; }

.erreur {
	float:                 right;
	position:              fixed;
	right:                 2px;
	top:                   2px;
	opacity:               0.9;
	padding:               2px 6px 3px 6px;
	margin:                0;
	color:                 #ffffff;
	font-weight:           bold;
	background-color:      #ad4c4c;
	z-index:               10; }

.avertissement {
	float:                 right;
	position:              fixed;
	right:                 2px;
	top:                   2px;
	opacity:               0.9;
	padding:               2px 6px 3px 6px;
	margin:                0;
	color:                 #ffffff;
	font-weight:           bold;
	background-color:      #61ab41;
	z-index:               10; }

		/* C O N T A C T   B O X */

#contactbox {
	z-index: 5000;
	display: none;
	position: absolute;
	visibility: visible;
	background-image: url('imgs/ig/black-opacity-bg.png');
	border-bottom: 1px solid #373737;
	width: 100%;
	top: 0px;
	left: 0px; }

#contactbox_lienfermer {
	font-size: 12px;
	cursor: pointer;
	color: #00d2ff; }

#contactbox_lienfermer:hover { text-decoration: underline; }

		/* H E A D E R */

#header {
	display: block;
	width: 973px;
	height: 205px;
	margin: 0 auto 0 auto;
	background-image: url('imgs/ig/header.jpg');
	background-repeat: no-repeat; }

/* liens en haut à gauche */

.header_liens {
	display: inline;
	padding: 10px 6px 4px 6px;
	background-image: url('imgs/ig/black-opacity-bg.png');
	font-size: 12px;
	line-height: 30px; }

a.header_liens, a:link.header_liens, a:visited.header_liens {
	color: #ffffff;
	text-decoration: none; }

a:hover.header_liens {
	background-color: #4b4c46; }

		/* M E N U   H A U T */

#menu_haut {
	text-align: center;
	display: block;
	width: 920px;
	margin: 0 auto 0 auto; }
	
		/* C O L O N N E S */

#global {
	display: block;
	width: 920px;
	margin: 0 auto 10px auto;
	overflow: auto; }

#global a, #global a:link, #global a:visited {
	color: #ffffff;
	text-decoration: underline; }

#global a:hover {
	text-decoration: none; }

#col_gauche { 
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left; }

#col_droite {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 680px;
	display: inline;
	position: relative; }
	
		/* M I S E   E N   F O R M E   D U   T E X T E */

h1 {
	color: #b4ff00;
	font-size: 27px;
	font-weight: normal; }

h1 a, h1 a:link, h1 a:visited {
	color: #b4ff00;
	text-decoration: none; }

h1 a:hover { color: #00d2ff; }

h2 {
	color: #00d2ff;
	font-size: 18px;
	margin-left: 30px;
	font-weight: normal; }

/* FAQ */

h3 {
	color: #00d2ff;
	font-size: 18px;
	margin-left: 10px;
	font-weight: normal;
	margin-bottom: 0px; }

.repfaq {
	margin-top: 4px;
	margin-bottom: 20px;
	text-align: justify;
	background-color: #1a1a1a;
	border: 1px solid #373737;
	padding: 10px; }
	
		/* M I S E   E N   F O R M E   D E S   F O R M U L A I R E S */

label {
	color: #b54cff;
	font-size: 16px;
	display: block;
	width: 170px;
	float: left; }

input {
	background-color: #373737;
	color: #ffffff;
	border: 0;
	padding: 3px;
	font-size: 12px; }

textarea {
	background-color: #373737;
	color: #ffffff;
	border: 0;
	padding: 3px;
	font-size: 12px; }

#recherche_input {
	background-image: url('imgs/ig/recherche-champ.gif');
	background-repeat: no-repeat;
	background-color: #000000;
	border: 0;
	width: 150px;
	height: 28px;
	padding: 0 5px 0 5px;
	margin-bottom: 2px;
	color: #ffffff; }
	
		/* B O U T I Q U E */

.produit {
	background-color: #1a1a1a;
	padding: 5px; border: 1px solid #373737;
	margin-bottom: 20px; }

.produit_photo {
	border: 3px solid #373737;
	margin-right: 10px; }

.produit_photo:hover {
	border: 3px solid #8ebb38; }

.produit_numero {
	font-size: 18px;
	letter-spacing: 4px;
	margin: 5px; }

.produit_droite {
	float: right;
	text-align: right; }

.produit_ensavoirplus {
	display: block;
	margin: 7px 5px 0 0; }

.produit_prix {
	display: block;
	margin: 10px;
	color: #b4ff00;
	font-size: 25px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000; }

.ficheproduit_prix {
	display: table;
	margin: 5px 0 2px 0;
	color: #b4ff00;
	font-size: 25px;
	text-align: right;
	background-color: #1a1a1a;
	padding: 6px 15px 5px 15px;
	border: 1px solid #373737;
	text-shadow: 1px 1px 1px #000000; }

.ficheproduit_acheter {
	display: block;
	float: right;
	clear: both;
	padding: 0;
	margin: 5px 0px 0px 0px; }

#pagination {
	border: 1px solid #373737;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	color: #b4ff00; }
