/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {

	background:#FFFFFF url('../img/fond_body.jpg');
	background-repeat:repeat-x;
	/*background:#4EA0BE url('../img/bgtest.gif');
	background-repeat:repeat-y;
	background-position:center;*/
	color: #fff;
	/*font-family:'lucida grande',verdana,helvetica,arial,sans-serif;*/
	/*font-size:90%;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
}
a {
	/*background:#fff;*/
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	/*background:#fff;*/
	color: #FF6600;
	text-decoration:underline;
}
a img {
	border:none;
	/*margin:2px;*/
}
h1, h2, h3, h4 {
	font-weight: normal;
}
/*
h1 {

	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}*/
h1 {
	color: #FF6702;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	/*padding-top: 1.5em;*/
}
h2 {
	/*background:#fff;*/
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #FF6702;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	/*padding-top: 1.5em;*/
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	/*margin: 0 12px;*/
	margin: 0;
}

/* Layout */
#container {
	text-align: left;
	/*border:1px solid red;*/
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header{
	/*padding: 10px 20px;*/
	/*background:transparent url(../img/soldes.png) no-repeat bottom right;*/
}
#header h1 {
	/*background: #003d4c url('../img/cake.icon.gif') no-repeat left;*/
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	/*background: #003d4c;*/
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	/*background: #fff;*/
	clear: both;
	color: #333;
	/*padding: 10px 20px 40px 20px;*/
	/*overflow: auto;*/
	overflow:hidden;
	overflow-x:hidden;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	/*background: #fff;*/
	border:0px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2 url('../img/body_th.gif');
	height:20px;
	border:0px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	/*background: #fff;*/
	border-right: 0px solid #ccc;
	/*padding: 4px;*/
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	/*background: #F4F4F4;*/
}
.altrow
{
	background-color:#F4F4F4;
}
tabble tr : hover
{
	background-color:#FF0000;
}
/*table tr.altrow :hover {
	background: #FF0000;
}*/
table tr.altrow .col_img
{
	/*background-color:#FFFFFF;*/
	width:100px;
}
.col_img
{
width:100px;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	/*clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;*/
	clear:none;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	/*padding: .5em;*/
	padding:0;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	/*margin-top: 10px;
	margin-left: 140px;*/
}
label {
	/*display: block;*/
	font-size: 100%;
	/*padding-right: 20px;*/
	padding-top:5px;
}
input, textarea {
	/*clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;*/
	font-size: 100%;
}
select {
	clear: both;
	/*font-size: 120%;*/
	font-size:100%;
	/*vertical-align: text-bottom;*/
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	/*margin: 0px 6px 7px 2px;*/
	margin: 2px 6px 0px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #333333;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*
	debut:style utilis� pour le menu
*/

#Nav {
padding: 0;
list-style: none;
}

#Nav ul
{
	margin:0;
	padding:0;
	float:left;
}

#Nav li {
/*background:transparent url(../img/fd_menu.gif) repeat-x scroll 0 0;*/
/*background:transparent url(../img/onglet-actif.gif) scroll 0 0;*/
/*width: 150px;*/
/*width: 166px;*/
width: 100px;
text-align:center;
background: #ddd;
color:#333333;
margin: 0;
padding:0;
/*height:22px;*/
height:30px;
float: left;
/*padding-top: 5px;*/

font-weight:bold;
}
#Nav li a {
/*background:transparent url(../img/onglet-inactif.gif) scroll 0 0;*/
background:transparent url(../img/onglet-actif.gif) scroll 0 0;
display: block;
/*background-color: #FFFFFF;*/
/*color:#333333;*/
color:#ffffff;
text-decoration: none;
margin: 0;
padding:0;
/*padding: 3px;*/
/*height:22px;*/
height:30px;
font-weight:normal;
font-size:100%;
/*padding-top:8px;*/
/*border:1px solid #003D4C;*/
height:25px;
line-height:11px;
padding:5px 0 0px 0;

}
#Nav li a.onglet0 {
background:transparent url(../img/onglets/onglet-inactif0.gif) no-repeat scroll 0 0;
}
#Nav li a.onglet1 {
background:transparent url(../img/onglets/onglet-inactif1.gif) scroll 0 0;
}
#Nav li a.onglet2 {
background:transparent url(../img/onglets/onglet-inactif2.gif) scroll 0 0;
}
#Nav li a.onglet3 {
background:transparent url(../img/onglets/onglet-inactif3.gif) scroll 0 0;
}
#Nav li a.onglet4 {
background:transparent url(../img/onglets/onglet-inactif4.gif) scroll 0 0;
}
#Nav li a.onglet5 {
background:transparent url(../img/onglets/onglet-inactif5.gif) scroll 0 0;
}
#Nav li a.onglet6 {
background:transparent url(../img/onglets/onglet-inactif6.gif) scroll 0 0;
}
#Nav li a.onglet7 {
background:transparent url(../img/onglets/onglet-inactif7.gif) scroll 0 0;
}
#Nav li a.onglet8 {
background:transparent url(../img/onglets/onglet-inactif8.gif) scroll 0 0;
}
#Nav li a span{

	/*background-color:red;
	line-height:11px;
	vertical-align:middle;*/

}
#Nav li a:hover,#Nav li a:active {
display: block;
/*background:transparent url(../img/onglet-actif.gif) scroll 0 0;*/
background:transparent url(../img/onglet-inactif.gif) scroll 0 0;
background-color: #003D4C;
/*color: white;*/
color:#333333;
font-weight:bold;
text-decoration: none;
margin: 0;
/*height:22px;*/
height:25px;
/*padding: 3px;*/
font-weight:bold;
}

.Menu {
/*background-color:pink;*/
padding: 0;
margin: 0;
list-style: none;
display: none;
/*height:22px;*/
position:relative;

}


#Nav .Menu ul{
	/*background-color:pink;*/
	vertical-align:middle;
}

#Nav .Menu li{
	width:250px;
	height:22px;
	vertical-align:middle;
	text-align:left;
	background:transparent url(../img/onglet-actif-body.gif) scroll 0 0;
	color:#FFFFFF;
}
#Nav .Menu .ong0 {
	background:none;
	background-color:#ebabdf;
	color:#FFFFFF;
}
#Nav .Menu .ong1 {
	background:none;
	background-color:#c98cc9;
	color:#FFFFFF;
}
#Nav .Menu .ong2 {
	background:none;
	background-color:#b28d8d;
	color:#FFFFFF;
}
#Nav .Menu .ong3 {
	background:none;
	background-color:#7b9cbd;
	color:#FFFFFF;
}
#Nav .Menu .ong4 {
	background:none;
	background-color:#b6db49;
	color:#FFFFFF;
}
#Nav .Menu .ong5 {
	background:none;
	background-color:#fcd34a;
	color:#FFFFFF;
}
#Nav .Menu .ong6 {
	background:none;
	background-color:#ff9147;
	color:#FFFFFF;
}
#Nav .Menu .ong7 {
	background:none;
	background-color:#ff5b2d;
	color:#FFFFFF;
}
#Nav .Menu li a{
background:transparent url(../img/onglet-inactif-body.gif) scroll 0 0;
/*background-image:none;
background-color:#FFFFFF;*/
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
text-align:left;
padding-left:5px;
height:22px;
vertical-align:middle;
/*color:#333333;*/
color:#666666;
}

#Nav .Menu li a:hover{
/* ici */
/*background:transparent url(../img/onglet-actif-body.gif) scroll 0 0;*/
background-color:#FFFFFF;
text-align:left;
height:22px;
vertical-align:middle;
color:#000000;
}

#navigation {
/*width:98%;*/
width:1000px;
height:30px;
margin:0 0 0 0px;
padding:0;
/*margin-top:5px;*/
z-index:1000;
/*background:transparent url(../img/fd_menu.gif) repeat-x scroll 0 0;*/
/*position:absolute;*/
/*background-color:f7f7f7;
border-right:1px solid #cccccc;*/
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
/*
	fin:style utilis� pour le menu
*/
.bloc_attributs
{
	width:200px;
	/*width:20%;*/
	/*background-color:#F0F0F0;
	border:1px solid #CCCCCC;*/
	float:left;
	/*padding:5px;*/
	/*font-size:11px;*/
	margin-bottom:15px;
}
.bloc_topProduit
{
	width:200px;
	float:left;
	/*margin-top:15px;*/
}
.bloc_little_alert
{
	width:200px;
	float:left;
	color:#000000;
	/*text-align:justify;*/
	margin-bottom:15px;
	/*margin-top:15px;*/
}
.bloc_little_alert_int
{

	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
}
.bloc_attributs ul
{
	font-size:11px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.bloc_attributs li
{
	/*width:198px;
	height:20px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding-top:4px;*/
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
.category_name
{
	background:transparent url(../img/body_th.gif) ;
	background-repeat:repeat-x;
	color:#0099cc;
	padding-left:10px;
	font-weight:normal;
	border:0;
	/*height:22px;*/
}
.div_cat
{
width:240px;
float:left;
}
.libelle_cat
{
	padding-left:5px;
}
.category_name ul
{
	border:0;
}
.bloc_attributs
{
	/*border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
}
.bloc_attributs ul li a
{
	background:transparent url(../img/small-arrow.gif)
	no-repeat scroll 10px 8px;
	color:#333333;
	display:block;
	font-size:11px;
	height:auto;
	padding-left:17px;
	padding-right:2px;
	text-decoration:none;
	/*color:#333333;
	padding-left:15px;
	background-color:#FFFFFF;*/
}
.centrer_texte{
	text-align:center;
}
.bloc_attributs ul li .no_style
{
	background:none;
	padding-left:0px;
}
.bloc_attributs ul li .no_style:hover
{
	background:none;
	padding-left:0px;
}
.bloc_attributs .special{
	/*background-color:red;*/
}
.bloc_attributs .special:hover{
	background-color:#F2F2F2;
}

.bloc_attributs ul li a:hover
{
	background:transparent url(../img/small-arrow-actif.gif)
	no-repeat scroll 10px 8px;
	/*width:181px;*/
	width:179px;
	display:block;
	/*color:#333333;*/
	color:#000000;
	font-size:11px;
	padding-left:17px;
	padding-right:2px;
	height:auto;
	/*background-color:#FF7D0B;*/
	background-color:#F2F2F2;

}
.bloc_attributs ul .special2 a
{
	font-weight:normal;
	background:none;
	line-height:12px;
	color:#0099CC;

}
.bloc_attributs ul .special2 a:hover
{
	font-weight:normal;
	background:none;
	line-height:12px;
	color:#FF6600;
}
.header_bloc
{
	width:200px;
	height:43px;
	background:transparent url(../img/header_bloc.gif) repeat-x scroll 0 0 ;
	background-repeat:no-repeat;
	position:relative;
	z-index:500;
	clear:both;
}
.header_grdbloc
{
	width:783px;
	height:43px;
	background:transparent url(../img/header_grdbloc.gif) repeat-x scroll 0 0 ;
	background-repeat:no-repeat;
	position:relative;
	z-index:500;
	clear:both;
}
.header_bloc h3
{
	color:#FFFFFF;
	font-size:12px;
	padding:15px 0 0 15px;
	font-weight:bold;
}
.header_grdbloc h3
{
	color:#FFFFFF;
	font-size:12px;
	padding:15px 0 0 15px;
	font-weight:bold;
}
.bloc_similary{
	border: 1px solid #cccccc;
	/*border-top:none;*/
}
.topdiscount{
margin:10px 30px 0 30px;
}
.bloc_attributs ul li
{
margin:0;
padding:0;
}
.bloc_attributs ul {
font-size:11px;
line-height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.bloc_attributs h2
{
color:#0099CC;
font-size:11px;
font-weight:bold;
height:15px;
line-height:15px;
margin:0;
padding:5px 0 5px 10px;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
background:transparent url(../img/body_th.gif) ;
background-repeat:repeat-x;
/*text-transform:uppercase;*/
}
.bloc_attributs ul li a {
background:transparent url(../img/small-arrow.gif) no-repeat scroll 10px 8px;
color:#333333;
display:block;
font-size:11px;
height:20px;
padding-left:17px;
text-decoration:none;
height:auto;
}

.bloc_right
{
	width:783px;
	float:right;
	/*border:1px solid red;
	background-color:#FF0000;*/
}
.bloc_left
{
	width:200px;
	float:left;
	/*border:1px solid blue;
	background-color:#0000FF;*/
}
.bloc_view
{
	width:783px;
	/*width:78%;*/
	float:right;
}
.bloc_viewresult
{
	width:480px;
	float:left;
	height:17px;
	padding-top:2px;
}
#OFFERS table {
	/*background-color:#FFFFFF;*/
	border:0px solid #cccccc;
	vertical-align:middle;
}
#PRODUCTS  table {
	/*background-color:#FFFFFF;*/
	border:0px solid #cccccc;
	vertical-align:middle;
}
#OFFERS table tr{
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
}
#PRODUCTS table tr{
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #cccccc;
}

#PRODUCTS table tr:hover{
	/*background-color:#FFFFFF;*/
	border:5px solid #cccccc;
}

#OFFERS table tr td{
	/*background-color:#FFFFFF;*/
	border:0px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
	color:#888888;
	font-size:9px;
}
#PRODUCTS table tr td{
	/*background-color:#FFFFFF;*/
	border:0px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
}
#OFFERS a{
	color:#ff6702;
}
#PRODUCTS a{
	color:#ff6702;
}
.price,libelle_art
{
	font-size:16px;
	font-weight:bold;
}
.libelle_art
{
	font-size:13px;
}
.txt_description
{
	font-size:100%;
	color:#000000;
}
#PRODUCTS .txt_description a
{
	font-size:80%;
	color:#000000;
	font-weight:normal;
}
#PRODUCTS .txt_description a:hover
{
	text-decoration:none;
}
#OFFERS .txt_description a
{
	font-size:80%;
	color:#000000;
	font-weight:normal;
}
#OFFERS .txt_description a:hover
{
	text-decoration:none;
}
.txt_center
{
	text-align:center;
}
.txt_left
{
	text-align:left;
}
.bloc_pagination
{
	width:783px;
	height:25px;
	/*background:transparent url(../img/pagination_bar.gif) no-repeat;*/
	color:#FF7307;
	/*width:78%;*/
	float:right;
	/*font-family:"Century Gothic";*/
	text-align:center;
	/*background-color:#F0F0F0;
	border:1px solid #CCCCCC;*/
	/*margin-bottom:10px;*/
	vertical-align:top;
	/*padding-top:2px;*/
	/*color:#0099D3;*/

}
.bloc_pagination table
{
	color:#FF7307;
}
.bloc_pagination a img
{
	margin-bottom:-5px;
}
.bloc_pagination a
{
	/*color:#FF6702;*/
	color:#FF7307;
	font-weight:normal;
	font-size:12px;
	border:1px solid #FF7307;
	padding:1px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.bloc_order
{
	width:303px;
	height:17px;
	float:right;
	text-align:right;
	margin-bottom:5px;
	padding-top:2px;
}
.bloc_choice
{
	width:783px;
	height:49px;
	background:transparent url(../img/navbar.gif) no-repeat;
	/*width:78%;*/
	float:right;
	/*font-family:"Century Gothic";*/
	text-align:center;
	vertical-align:middle;
	/*background-color:#F0F0F0;
	border:1px solid #CCCCCC;*/
	margin-bottom:10px;
	padding-top:10px;
	color:#333333;
}
.bloc_alert
{
	/*width:760px;*/
	background: url(../img/bottom_tab.gif) left bottom no-repeat;
	width:782px;
	float:right;
	/*font-family:"Century Gothic";*/
	text-align:center;
	background-color:#F9F9F9;
	/*border:1px solid #CCCCCC;*/
	margin-bottom:10px;
}

.bloc_alert table tr td
{
	/*border:0;*/
	/*background:#F0F0F0;*/
}
.bloc_alert table
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	/*background:#F0F0F0;*/
}
.bloc_cat
{
	background: url(../img/bottom_tab.gif) left bottom no-repeat;
	width:782px;
	/*float:left;*/
	float:right;
	text-align:left;
	background-color:#F9F9F9;
	margin-bottom:10px;
}
.bloc_cat_table
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	/*background:#F0F0F0;*/
}
.bloc_cat_table tr td
{

	text-align:left;
	/*background:#F0F0F0;*/
}
.bloc_cat_table tr td .align_right{
	text-align:right;
	padding-right:10px;
	width:200px;
}
.bloc_alert input[text]
{
	width:200px;
	float:left;
}
.simple
{
	margin-right:5px;
	padding:0;
}
.simple strong
{
	margin-right:5px;
	padding:0;
}
.info_search
{
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	margin:0;
	padding:0;
	/*height:20px;*/
	margin-bottom:10px;
}
.debug
{
	border:1px solid #EE3322;
	background-color:#FFF1EF;
	margin:0;
	padding:0;
}
#bloc_ariane
{
	/*color:#0099cc;*/
	color:#FF6702;
	font-size:12px;
	height:15px;
	/*width:1000px;*/
	/*background-color:#FF0000;*/
	/*clear:both;*/
}
#bloc_ariane a
{
	color:#FF6702;
	font-size:12px;
}
.inactive
{
	color:#CCCCCC;
}
.active
{
	color:#FF7307;
	font-size:12px;
	border:1px solid #FF7307;
	background-color:#FFF1DF;
	padding:1px;
}
table.specification_table
{
	border-top:0px;
	border-left:1px;
	border-right:1px;
}
.specification_table th
{
	border-top:0px;
	border-left:1px;
	border-right:1px;
}
table.specification_table td
{
	text-align:left;
	border-left:1px;
	border-right:1px;
}
table.specification_table tr
{
	text-align:left;
	border-left:1px;
	border-right:1px;
}
.compare_table td
{
	text-align:left;
	border-top:1px dotted #CCCCCC;
}
.compare_table th
{
	text-align:left;
}
#details{
	/*background-color:#FF0000;*/
	background: url(../img/bottom_tab.gif) left bottom no-repeat;
	margin-bottom:15px;
	/*margin-bottom:15px;*/
}
.header_details
{
	background: #F9F9F9 url(../img/top_tab.gif) no-repeat;
	width:782px;
	height:26px;
}
table.details_table
{
	/*background: #F9F9F9 url(../img/top_tab.gif) no-repeat;*/
	background: #F9F9F9 ;
	width:782px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding-bottom:20px;
	/*text-align:left;*/

	/*background-position:top;*/
	/*border-left: 1px;
	border-right: 1px;
	border-top: 0;
	border-bottom: 0;*/

	/*background: yellow;*/

	/*background-color:#F3F3F3;*/

}
.details_table tr td
{
	background: transparent;
	text-align:left;
	border:1px;
	text-align:justify;
	padding-right:25px;
	/*border:0;*/
}
.details_table h3
{
	color:#FF6703;
}

.decalle
{
	margin:0;
	padding:0 0 0 5px;
}
#alert_table div
{
	/*background-color:red;*/
	width:150px;
	margin:0px;
	padding:0px;
}
.bloc_compare{
/*width:760px;*/
	float:left;
	/*font-family:"Century Gothic";*/
	text-align:center;
	/*background-color:#F0F0F0;
	border:1px solid #CCCCCC;*/
	margin-bottom:10px;
	/*margin-left:15px;*/
}
.littledetails_table
{
	border:none;
}

#top_search
{
background:#E5E5E5 url('../img/top_searchbar.gif') repeat scroll 0 0;
clear:left;
height:38px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
padding-top:2px;
width:1000px;
/*margin-top:30px;*/
}
#bloc_footer
{
background:#ffffff url('../img/top_searchbar.gif') no-repeat scroll 0 0;
text-align:center;
color:#cccccc;
clear:left;
height:38px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
padding-top:15px;
width:1000px;
}
#bloc_footer a
{
	color:#cccccc;
	font-weight:normal;
}
#bloc_footer a:hover
{
	color:#333333;
	font-weight:normal;
}
#top_search #marques
{
float:left;
line-height:35px;
margin:0 5px;
}
 #marques a
{
	color:#000000
}
#top_search #inscr_newsletter
{
float:left;
line-height:35px;
margin:0 5px;
float:left;
/*width:250px;*/
width:200px;
text-align:right;
}

#blo_inscr_newsletter
{
	/*background-color:red;
	float:right;
	width:120px;
	text-align:right;*/
float:left;
margin-left:50px;
text-align:left;
width:250px;
}
#top_search form input.btn
{
border:medium none;
display:block;
float:left;
height:27px;
line-height:27px;
margin:5px 2px;
vertical-align:middle;
}
#top_search form input
{
float:left;
/*margin:0px 0 0 7px;*/
margin:2px 0 0 7px;
}
#top_search form input[type=text]
{
width:200px;
font-size:130%;
margin-top:8px;
}
#news_adr_mail
{
	color:#bdbdbd;
}
.favorite
{
	/*margin-top:15px;*/
	vertical-align:middle;
}
#top_search #form_news
{
	float:right;
	padding-right:10px;
}
.search_img
{
	padding:3px;
	float:left;
}
#marques a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
#PRODUCTS .discret a
{
	color:#0099cc;
}
#OFFERS .discret
{
	color:#0099cc;
	font-weight:normal;
}
.deselect a
{
	font-weight:normal;
}
.deselect a:hover
{
	text-decoration:line-through;
}
#AlertPrice{
	text-align:right;
}
.bloc_desc_cat
{
	height:420px;
	width:147px;
	/*border:1px solid #cccccc;*/
	float:left;
	margin:5px 7px 5px 0;
}
.form_contact
{
	/*border:1px solid red;*/
	margin:0;
	padding:0;
}
.form_contact tr td input
{
	padding:0;
	margin:0;
	/*border:1px solid pink;*/
}
.black
{
	color:#000000;
}
.url_out, .url_in
{
cursor:pointer;
}

.url_out:hover
{
	background-color:#FFF1DF;
}
.url_in:hover
{
	background-color:#FFF1DF;
}


.libelle_mag
{
	font-size:14px;
	font-weight:bold;
}
.selected
{
	color:#FF6600;
	font-size:16px;
	text-decoration:underline;
}
.trait
{
	border:1px dotted #cccccc;
}
.bloc_galery_product
{
	/*width:252px;*/
	width:248px;
	height:230px;
	float:left;
	text-align:center;
	border:1px solid #cccccc;
	margin:3px;
	padding:2px;
	-moz-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
	/*background-color:red;*/
}
.bloc_galery_product a
{
	color:#454545;
}
.bloc_galery_product a.txt_description
{
	color:#000000;
	font-weight:normal;
}
.libel_gal
{
	height:45px;
	/*background-color:#FF0000;*/
}
.libel_gal .libelle_art a
{
	color:#0099D3;
	font-size:13px;
}
.simple
{
	color:#FF0000;
}
.sous_cat{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;

}
.table_404
{
	border:0;
	width:70%;
	margin-left:150px;
}

.lien_404
{
	color:#000000;
	text-decoration:underline;
}tu
.titre
{
	padding-top:5px;
}
.btm_compare
{
	background-color:#FF7006;
	color:#FFFFFF;
	border:1px solid #cccccc;
}
#NewsInfoDiv
{
  text-align:center;
  margin-top:10px;
}
#AlertEmail{
	color:#CCCCCC;
}

#afficher_description_longue, #masquer_description_longue{
	color:#000000;
}

