/* =========================
FONT STYLES 
============================ */
p{
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

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

a:hover{
	color: yellow;
	text-decoration: none;
}

.leftspace{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ADFB07;
}

/* =========================
COLORS STYLE
============================ */
.green_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CC00;
	font-size: 1.2em;
}

.bold{
	font-weight: bold;
}

.small{	font-size: 0.8em;}
.med{font-size: 1.2em;}
.large{font-size: 1.4em;}
.xlarge{font-size: 1.6em;}


.lightgreen {
	color: #ADFB07;
}

.medgreen {
	color: #02FA04;
}

.darkgreen {
	color: #2E930E;
}

.white {
	color: #FFF;
}

.yellow {
	color: #FF0;
}

.bold {
	font-weight: bold;
}

.space{
	margin: 5px;
}

.doublespace{
	margin: 20px 0 5px 0;
}

#email_top  {
	padding-top:275px;
	padding-left:34px;
	font-size:1.2em;
	color: #FFFFFF;
}
#email_top a/* Générique */
 {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#email_top  a:hover {
	text-decoration: underline;
}

.notebp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #00CC00;
	margin-bottom: 8px;
	margin-top: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #00CC00;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFCC00;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.product_item {
	float: left;
	height: auto;
	width: 174px;
	padding: 3px;
	margin: 5px;
	background: #000;
	border: 6px solid #333;
	-moz
}
#rightcol .product_item .info_promo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	padding: 5px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: right;
	padding-right: 30px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.info {
	height: auto;
	width: 30%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.inside   {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
}
.price {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #FFFF00;
	text-align: right;
	padding-top: 0.5em;
	padding-left: 10px;
}

.fournisseur {
	float: left;
	width: 340px;
}
.id_list {
	float: left;
	height: 224px;
	width: 336px;
	margin-right: 8px;
	margin-bottom: 6px;
}
.full {
	height: auto;
	width: 100%;
	overflow: scroll;
}
