body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #c0c0c0;
}

body, table/* font, p, td, th, font, span*/ {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a, a:active, a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #191970;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

div, form, img, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}

.fin_float {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    overflow: auto;
    visibility: hidden;
    display: block;
}


#conteneur {
	position: relative;
	clear: both;
	width: 1000px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}


/*********************/
/* bloc haut de page */
/*********************/

#top {
	position: relative;
	width: 990px;
	height: 95px;
	margin: 0;
	padding: 0;
	
}

#logo {
	float: left;
	width: 320px;
}

#logo a {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

#logo a:hover img  {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

#top h1 {
	float: left;
	width: 650px;
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	padding: 23px 0 0 0;
}

#top h2 {
	float: left;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	color: #cc0000;
	padding: 5px 0 0 0;
}

.top_outils {
	position: absolute;
	z-index: 1;
	top: 7px;
	right: 0;
	width: 200px;
}

.top_outils .newsletter_bt {
	margin-bottom: 5px;
}

.top_outils .newsletter_bt a:link, .top_outils .newsletter_bt a:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 0 6px 0;
	background-position: left top;
	background-image: url(../images/commun/newsletter_bt_fond.gif);
	background-repeat: no-repeat;
}

.top_outils .newsletter_bt a:hover {
	color: #ffffff;
	background-position: left -60px;
}

.top_outils .recherche {
	margin-bottom: 15px;
}

.top_outils .recherche form .chps {
    font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: center;
    width: 150px;
    height: 17px;
    vertical-align: top;
    margin: 0 10px 0 0;
    padding: 5px 5px 0 5px;
    background-color: transparent;
    border: none;
	background-position: left top;
	background-image: url(../images/commun/top_rech_chps_fond.gif);
	background-repeat: no-repeat;
}

html:not([lang*=""]) .top_outils .recherche form .chps {
	height: 20px;
	padding: 2px 5px 0 5px;
}

.top_outils .recherche form .ok {
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.top_outils .langue {
	text-align: right;
}


.top_outils .langue a {
	margin-left: 5px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

.top_outils .langue a:hover img  {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}





/* contenu */
#contenu {
	clear: both;
}

#panier {
	clear: both;
	width: 180px;
	height: 25px;
	padding-left: 740px;
	font-size: 11px;
	line-height: 13px;
}

#panier a:link, #panier a:visited {
	display: block;
	width: 180px;
	color: #cc0000;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 8px 0;
	background-position: left top;
	background-image: url(../images/commun/panier_fond.gif);
	background-repeat: no-repeat;
}

#panier a:hover {
	color: #ffffff;
	background-position: left -105px;
}



#colg {
	float: left;
	width: 160px;
	margin: 25px 10px 10px 10px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 2em;
}
.sf-menu a {
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	padding: .5em .25em .5em .25em;
	text-decoration: none;
	text-align: center;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.sf-menu li {
	background: #191970;
}
.sf-menu li li {
	background: #cccccc;
}
.sf-menu li li li {
	background: #cccccc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #DCDCDC;
	outline: 0;
	background: #191970;

}

.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,.sf-menu li li.sfHover a,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active,.sf-menu li li a:hover {
	color: #DCDCDC;
	outline: 0;
	background: #191970;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0.2em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
a > .sf-sub-indicator {}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {}
.sf-menu ul a > .sf-sub-indicator {}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {}



/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	160px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	160px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {} /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {}



/* col infos produit */
#colg #actus {
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	background-color: #cccccc;
	background-position: left bottom;
	background-image: url(../images/commun/actus_bas_fond.gif);
	background-repeat: no-repeat;
}

#colg #actus a:link, #colg #actus a:visited {
	color: #cc0000;
	text-decoration: none;
	font-style: italic;
}

#colg #actus a:hover {
	color: #000000;
}

#colg #actus h2 {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}

#colg #actus .accroche {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}

#colg #actus p {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}

#colg #actus img {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

#colg #actus .actus_haut {
	width: 160px;
	height: 70px;
	background-position: left top;
	background-image: url(../images/commun/actus_haut_fond.gif);
	background-repeat: no-repeat;
}

#colg #actus .actus_texte {
	width: 140px;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	text-align: left;
}

#colg #actus .panier {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

#colg #actus .panier a:link, #colg #actus .panier a:visited {
	display: block;
	width: 160px;
	font-style: normal;
	color: #cc0000;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 8px 0;
	background-position: left top;
	background-image: url(../images/commun/actus_panier_fond.gif);
	background-repeat: no-repeat;
}

#colg #actus .panier a:hover {
	color: #ffffff;
	background-position: left -125px;
}

#colg #actus .separe {
	height: 16px;
	background-position: left top;
	background-image: url(../images/commun/actus_separe.gif);
	background-repeat: no-repeat;
}




/* barre du chemin */
.chemin {
	clear: both;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

#tzr-page-content .chemin ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#tzr-page-content .chemin ul li {
	display: inline;
	font-size: 10px;
	color: #191970;
	margin: 0;
	padding: 0;
}

.chemin ul li a:link, .chemin ul li a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0 3px 0 0;
	padding: 0 13px 0 0;
	background-position: right 4px;
	background-image: url(../images/commun/chemin_puce.gif);
	background-repeat: no-repeat;
}

.chemin ul li a:hover {
	color: #cc0000;
	background-position: right -56px;
}



/* col de droite comprenant 2 colonnes */

#cold_2col {
	float: left;
	width: 810px;
	background-position: left 25px;
	background-image: url(../images/commun/cold_fond.jpg);
	background-repeat: repeat-x;
}


/* col infos produit */
#cold_2col #infos {
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 14px;
	margin: 70px 0 0 0;
	padding: 0 0 20px 0;
	background-color: #DCDCDC;
}

#cold_2col #infos .prix {
	clear: both;
	font-weight: bold;
	margin-bottom: 20px;
}

#cold_2col #infos .prix a:link, #cold_2col #infos .prix a:visited {
	display: block;
	color: #cc0000;
	text-decoration: none;
	text-align: center;
	padding: 6px 0 10px 0;
	background-position: left top;
	background-image: url(../images/commun/infos_prix_fond.gif);
	background-repeat: no-repeat;
}

#cold_2col #infos .prix a:hover {
	color: #ffffff;
	background-position: left -125px;
}


#cold_2col #infos .prix .leprix {
	font-size: 14px;
}

#cold_2col #infos p {
	padding: 0 10px 10px 10px;
	margin: 0;
}


#cold_2col #infos img {
	padding: 0 10px 10px 10px;
	margin: 0;
}

#cold_2col #infos .picto {
	vertical-align: middle;
}

#cold_2col #infos .picto img {
	padding: 2px 8px 4px 0;
	margin: 0;
}



/* col de droite comprenant 1 colonne */

#cold_1col {
	float: left;
	width: 810px;
	background-position: left 25px;
	background-image: none;
	background-repeat: repeat-x;
}



/* menu bas */
.basdepage {
	clear: both;
	margin: 0 10px 0 10px;
	padding-bottom: 5px;
	border-top: 4px solid #686868;
	background-color: #ffffff;
}

.basdepage ul {
	float: left;
	width: 700px;
	list-style-type: none;
	margin: 5px 0 0 0;
}

.basdepage ul li {
	float: left;
	color: #666666;
}

.basdepage ul li a:link, .basdepage ul li a:visited {
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 0 7px 0 0;
	padding: 4px 7px 5px 0;
	background-position: right center;
	background-image: url(../images/commun/basdepage_puce.gif);
	background-repeat: no-repeat;
}

.basdepage ul li a:hover {
	color: #cc0000;
}

.basdepage ul .catalogue a:link, .basdepage ul .catalogue a:visited {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 4px 25px 5px 0;
	background-position: right center;
	background-image: url(../images/commun/basdepage_catalogue.gif);
	background-repeat: no-repeat;
}


.basdepage .bas_outils {
	float: left;
	width: 260px;
	margin: 5px 0 0 0;
}

.basdepage .bas_outils a {
	margin-right: 15px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

.basdepage .bas_outils a:hover img  {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}