html, body, form {
	margin: 0;
	padding: 0;
}

body
{

	background-color:#ffffff;
	color: #000;
	font: 75%  Arial, Helvetica, Sans-Serif;
}

h1 {
	color: #425B81;
	margin: 0;
	padding: 0.5em;
	font-size: 1.5em;
	font-weight:bold;
}

h2 {
	color: #425B81;
	font-size: 1.1em;
	font-weight:bold;
	vertical-align:middle;
	margin: 0;
	padding:0;

}

h3 {
	font-size: 1em;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 0.9em;
	font-weight:normal;
	margin-top: 0;
	padding: 0;
	color:#aaa;
}


img {
border: 0;
}

p {
clear:both;
font-size: 1em;
}

td {
font-size: 1em;
}


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

a:link {
  text-decoration: none;
  color:#000;
}

a:visited {
  text-decoration: none;
  color:#000;
}

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

textarea {
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;
	font-weight: none;
	font-family: Arial, Helvetica, Sans-Serif;
	padding:1px;
	border-spacing : 1px;
	width: 100%;
	font-size:1em;
}

input {
	color:#000000;
	/*border: solid 1px #828282;*/
	background-color:#FFF;
}

.bouton_ok{
	background-image:url('images/ok.png');
	background-repeat:no-repeat;
	width:25px;
	height:22px;
	border:0px;

}

select {
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;

}

.droite {
	text-align: right;
	padding-left: 0;
}

.bold {
	font-weight:bold;
}
/* Header */
div#header{
	background:#fff url(images/header.jpg) top center;
	background-repeat:no-repeat;
	width:958px;
	height:209px;
}

div#header #tb1{
	float:left;
	width:100%;
	height:50px;
}

div#header table td{
	width:20px;
	height:30px;
}
div#anim{
	background-color:#fff;
	background-repeat:no-repeat;
	width:958px;
	height:250px;
}


div#header ul {
	margin: 0.3em;
	padding: 0.3em;
}

div#header ul li {
	background-color:#fff;
	display: inline;
	float: left;
	list-style: none;
}

div#header ul li.publicite {
text-align:right;
}

/* Menu haut */
div#top_menu{
	background:#fff url(images/top_menu_bg.jpg) top left;
	background-repeat:repeat-x;
	width:958px;
	height:53px;
}

/*MENU NAVIGATION*/
div#menu-nav {
	clear: both;
	overflow: hidden;
	width:909px;
	height:53px;
}

div#menu-nav ul{
	padding:0px;
	margin:0px;
}
div#menu-nav ul li{
	list-style-type: none;
}

div#menu-nav ul li#nav-0{
	width:0px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-home {
	background:url(images/menu-home-off.jpg) no-repeat top left;
	width:177px;
	height:53px;
	float: left;
	padding-top: 20px;
}

div#menu-nav ul li#nav-home.selected{
	background:url(images/menu-home-on.jpg) no-repeat top left;
	width:177px;
	height:53px;
	float: left;
	font-weight: bold;
}

div#menu-nav ul li#nav-home a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-home.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}



div#menu-nav ul li#nav-men{
	background:url(images/menu-men-off.jpg) no-repeat top left;
	width:104px;
	height:53px;
	float: left;
	padding-top: 20px;
}

div#menu-nav ul li#nav-men.selected{
	background:url(images/menu-men-on.jpg) no-repeat top left;
	width:104px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-men a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-men.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#menu-nav ul li#nav-women{
	background:url(images/menu-women-off.jpg) no-repeat top left;
	width:97px;
	height:53px;
	float: left;
	padding-top: 20px;
}

div#menu-nav ul li#nav-women.selected{
	background:url(images/menu-women-on.jpg) no-repeat top left;
	width:97px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-women a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-women.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#menu-nav ul li#nav-children{
	background:url(images/menu-children-off.jpg) no-repeat top left;
	width:104px;
	height:53px;
	float: left;
	padding-top:20px;
}

div#menu-nav ul li#nav-children.selected{
	background:url(images/menu-children-on.jpg) no-repeat top left;
	width:104px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-children a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-children.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#menu-nav ul li#nav-accessories{
	background:url(images/menu-accessories-off.jpg) no-repeat top left;
	width:142px;
	height:53px;
	float: left;
	padding-top: 20px;
}

div#menu-nav ul li#nav-accessories.selected{
	background:url(images/menu-accessories-on.jpg) no-repeat top left;
	width:142px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-accessories a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-accessories.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#menu-nav ul li#nav-promo{
	background:url(images/menu-promo-off.jpg) no-repeat top left;
	width:142px;
	height:53px;
	float: left;
	padding-top: 20px;
}

div#menu-nav ul li#nav-promo.selected{
	background:url(images/menu-promo-on.jpg) no-repeat top left;
	width:142px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-promo a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-promo.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#menu-nav ul li#nav-flash{
	background:url(images/menu-flash-off.jpg) no-repeat top left;
	width:142px;
	height:53px;
	float: left;
	padding-top: 20px;
}

div#menu-nav ul li#nav-flash.selected{
	background:url(images/menu-flash-on.jpg) no-repeat top left;
	width:142px;
	height:53px;
	float: left;
}

div#menu-nav ul li#nav-flash a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#menu-nav ul li#nav-flash.selected a{
	width:177px;
	height:53px;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#menu-nav ul li#nav-7{
	width:121px;
	height:53px;
	float: left;
}

/* Sous Menu */

#globalmenuSub {
	font-size:13px;
	text-align:left;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	width:950px;
	position:relative;
}

#menuSub {
	background:url('images/repeat-sous-menu.jpg') repeat-x;
	height:110px;
	border:1px solid white;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.homeMenuSub {
	background: #FFFFFF (images/repeat_ss-menu.jpg) top left;
	background-repeat: repeat-x;
}
.homeMenuSub a:hover{
	background-color:#FFFFFF;
}

.homeMenuSub li.active {
	background-color:transparent;
}
div#col-center.home a:link, div#col-center.home a:visited{
	color:#000000;
}

.menMenuSub {
	background: url(images/repeat-sous-menu.jpg) top left;
	background-repeat: repeat-x;
	height: 94px;
}
.menMenuSub  a:hover{
	background-color:transparent;
	color:#000000;
}

.menMenuSub  a{
	background-color:transparent;
	color:#000000;
}

.menMenuSub li.active {
	background-color: transparent;
	color:#000000;
}
div#col-center.men a:link, div#col-center.men a:visited{
	color:#000000;
}

.womenMenuSub {
	background: url(images/repeat-sous-menu.jpg) top left;
	background-repeat: repeat-x;
}
.womenMenuSub  a:hover{
	background-color:transparent;
}

.womenMenuSub  a{
	background-color:transparent;
	color:#000000;
}

.womenMenuSub li.active {
	background-color:transparent;
}
div#col-center.women a:link, div#col-center.women a:visited{
	color:#transparent;
}

.infoMenuSub {
	background-color:transparent;
}
.infoMenuSub a:hover{
	background-color:transparent;
}

.infoMenuSub li.active {
	background-color:transparent;
}
div#col-center.info a:link, div#col-center.info a:visited{
	color:#02669a;
}

.helpMenuSub {
	background-color:transparent;
}
.helpMenuSub a:hover{
	background-color:transparent;
}

.helpMenuSub li.active {
	background-color:transparent;
}
div#col-center.help a:link, div#col-center.help a:visited{
	color:#cd4e01;
}

.contactMenuSub {
	background-color:transparent;
}
.contactMenuSub  a:hover{
	background-color:transparent;
}

.contactMenuSub li.active {
	background-color:transparent;
}
div#col-center.contact a:link, div#col-center.contact a:visited{
	color:#a40902;
}

div#header #menuSub li.active a {
	font-weight:bold;
}

#menuSub ul {
	padding-left:0px;
	list-style-type:none;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
	height:100%;
}

#menuSub li {
	display:inline;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#menuSub li.link a {
	font-weight:bold;
	text-decoration:none;
}

div#header #menuSub li a {
	display:inline;
	text-decoration:none;
	color:#FFFFFF;
}
div#header #menuSub li a:hover {
	display:inline;
	color:#FFFFFF;
}
div#header #menuSub li.active a {
	font-weight:bold;
}
div#header div.menu_sub_selected#menuSub {
}
div#header div.menu_sub_selected#menuSub a{
	color:#FFFFFF;
	text-decoration:none;
}
div#header div.menu_sub_selected#menuSub a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

/*FIN MENU NAVIGATION*/


/* Total */

div#ombre{
	background:transparent url('images/bg_ombre.gif') left  top repeat-y;
	margin: 0 auto;
    width: 958px;
}

div#head
{
	color: #000;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
    width: 958pxpx;
}

div#total
{
	clear:both;
    background: #fff;
	color: #000;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
    width: 948px;
}

/* Top Menu */
div#topmenu {
text-align: right;
}
div#topmenu ul {
list-style : none;
margin: 0;
padding: 0.5em 0 0 0;
}
div#topmenu li {
border-left: 1px solid #ddd;
display: inline;
padding: 0 0.5em 0 0.6em;
}
div#topmenu li.first {
border-left: 0;
padding: 0 0.5em 0 0.6em;
}
div#topmenu li.last {
border-left: 1px solid #ddd;
padding: 0 0.5em 0 0.6em;
}

/* Header */

/* Menu1 */

div#menu1 {
	background: #ffffff;
	clear: both;
	color: #000000;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
}
div#menu1 ul {
	margin: 0;
	padding: 0;
}
div#menu1 ul li {
	background: #ffffff;
	border-right: 1px solid #fff;
	color: #000000;
	display: inline;
	float: left;
	list-style: none;
	}
div#menu1 ul li a {
	background: #ffffff;
	color: #000000;
	display: block;
	padding: 0.3em 1em 0.3em 1em;
	text-decoration: none;
}

div#menu1 ul li a:hover {
	color: #000000;
	background: #D6D6D6;
	text-decoration: underline;
}
div#menu1 ul li.active {
	background: #ffffff;
	color: #000;
	padding: 0.3em 1em 0.3em 1em;
}
/* Fil d'Ariane */
div#ariane {
	padding:5px;
	float:left;
	width:100%;
}

div#ariane p {
	text-align:left;
}
div#ariane span {
	text-align: right;
	color:green;
}
/* Menu 3 */

/* cadre */
#cadre{
width:195px;
margin:0;
padding:0;
}

#cadre #header {
background-color:#D6D6D6;
width:195px;
height:30px;
padding:0 0 0 0;
}

#cadre #header h2{
color:#000000;
font-weight:bold;
font-family:Trebuchet Ms;
font-size:13px;
padding-top:5px;
padding-left:5px;
}

#cadre .content_menu{
width:195px;
font-size:11px;
color:#425B8;
font-family:Trebuchet Ms;
}

#cadre .espace_gauche{
padding-left:5px;
}
#cadre .espace_droite{
padding-left:5px;
}
#cadre p{
padding:0;
margin:0;
}

#cadre h3{
color:black;
font-size:11px;
font-weight:bold;
font-family:Trebuchet Ms;
line-height:24px;
width:195px;
}

#cadre ul{
padding:0;
margin:0;
}

#cadre li{
list-style:none;
}

#cadre .footer {
width:195px;
height:11px;

}

#ads {
	width:180px;
	height:90px;
	margin:10px auto;
}

.cadre_top {
	background:url('images/cadre_top.jpg') no-repeat;
	height:10px;
	width:180px;
	margin:0 auto;
}

.cadre{
	margin:0 auto;
	background:url('images/cadre_middle.jpg') repeat-y;
	width:170px;
	padding:0 5px;
	overflow:hidden;
}

.login input, .newsletter input {
	width:120px;
	border:1px solid #ccc;
	margin:2px 0;
}

.login .submit, .newsletter .submit {
	float:right;
	overflow:hidden;
	width:32px;
	height:22px;
	border:none;
}

.login a, .login a:visited {
	color:black;
	text-decoration:none;
}

.cadre_bottom {
	background:url('images/cadre_bottom.jpg') no-repeat;
	height:19px;
	width:180px;
	margin:0 auto;
}

.login_bottom {
	background:url('images/login_bottom.jpg') no-repeat;
	height:19px;
	width:180px;
	margin:0 auto;
}

.newsletter p {
	display:inline;
	font-size:12px;
}

.storeLocation{
	margin:0 auto;
	width:180px;
	padding:0 5px;
	overflow:hidden;
}

#menu2 .title {
	font-weight:bold;
	font-size:14px;
	margin: 0 0 5px 0;
}

/*fin cadre */

div#menu3 h3 {
	margin: 0;
	padding: 0;

}

div#menu3 ul {
	margin: 0;
	padding:0;
}
/* Content */
/* deux colonnes : colonne menu droite, voir right.css */
/* trois colonnes : colonne menu droite et menu gauche, voir left_right.css */
/* Tableaux avec les produits */
table.produits {
	/*border: 1px dotted #000;*/
	border-top: 0;
	border-bottom: 0;
	margin: 0.2em;
	width: 99%;
}

/* Produits sur deux colonnes */
td.produit2col {
	/*border-bottom: 1px dotted #000;*/
	padding: 0.4em;
	vertical-align: top;
	width: 50%;
}
.bordure {
	/*border-right: 1px dotted #000;*/
}
td.produit2col img {
	/*float: left;*/
}
td.produit2col div.zoom {
 /*float: left;*/
}
td.produit2col div.zoom p {
 /*margin: 0;
	 text-align: center;*/
}

p.flash{
	color:#dd0000;
	font-weight:bold;
}
.retour {
	clear: both;
	margin:2px 0;
}
p.retour img {
	float: none;
}
.alignerimage {
	vertical-align: middle;
}

/* Enregistrement Début */
div#enregistrement {
width: 540px;
background: #fff;
color: #000;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;

}

div#enregistrement span.enregistrement{
width: 540px;
background: #fff;
color: #000;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;

}

div#enregistrement span.enregistrementgauche {
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 200px;
height:30px;
}

div#enregistrement span.enregistrementdroite  {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 320px;
height:40px;
}


form#entryform p {
text-align: left;
}

form#entryform span input.champtexte {
align: right;
width:250px;
}

form#entryform p.left {
text-align: left;
}
form#entryform p.center {
text-align: center;
}
form#entryform fieldset {
border: 1px solid #ddd;
width:540px;

}
form#entryform textarea {
width: 250px;
height:30px;
}

.notice, .etoile {
	color:#990000;
	font-weight:bold;
	font-size:0.9em;
}
/* Tableau minicaddie*/
table.minicaddie {
width: 100%;
}

table.minicaddie td {
border-bottom: solid 1px #ddd;
padding: 0.1em;
}

table.minicaddie td.final {
font-weight:bold;
color:#990000;

}

table.minicaddie caption {
background: #425B81;
color: #fff;
font-weight: bold;
text-align: left;
}

/*minicaddie header*/
#minicaddie{
	margin-top:115px;
	background:transparent url('images/minicaddie.png') left top no-repeat;
	width:175px;
	height:34px;
	float:right;
	font-size:10px;
	padding:10px 0 0 10px;
}
#minicaddie a{
	display:block;
	color:white;
	width:175px;
	height:34px;
}

/* Tableau caddie et historique des commandes */
table.caddie {
width: 98%;
}
table.caddie td {
border-bottom: solid 1px #ddd;
padding: 0.1em;
}
table.caddie th {
border-bottom: solid 1px #ddd;
padding: 0.1em;

}
table.caddie caption {
background: #425B81;
color: #fff;
font-weight: bold;
text-align: left;
}

.listeprod {
text-align: left;
}

div.totalcaddie p {
padding-right: 1em;
text-align: left;
}

div.totalcaddie ul {
	list-style : none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}
div.totalcaddie li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.premier {
	border-left: 0;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.dernier {
	border-left: 1px solid #ddd;
	padding: 0 0.5em 0 0.6em;
}

.boutoncaddie ul {
	list-style : none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}
.boutoncaddie  li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}

/* Menu2 */
div#menu2 {
	/*
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	*/
	/* deux colonnes : colonne menu droite, voir right.css */}
	margin:auto;
div#menu2 ul {
	margin: 1em;
	padding: 0;
}
div#menu2 ul li {
	list-style-type: none;
	padding: 0.1em 0 0.1em 0;
}
div#menu2 li a {
	text-decoration: none;
}

div#menu2 li a:hover {
	color: #666;
	background: #fff;
	text-decoration: underline;
}

/* Footer */
#top-footer {
	clear:both;
	background:url('images/top-footer.jpg') no-repeat;
	width:946px;
	height:16px;
	margin:0 auto;
}

div#footer {
	padding:10px;
	background:url('images/footer_bg.jpg') repeat-x;
	margin:auto;
	overflow:hidden;
	font-size:11px;
}

#footer a, #footer a:visited {
	color:#fff;
}

#list ul {
	border-right:1px dotted #fff;
	padding:0;
	width:105px;
	padding:0 0 0 40px;
}

div#footer ul {
	float:left;
	list-style: none;
	margin: 0;
	padding:0:
}
div#footer li {
	margin:0;
	padding:0;
}

/*maryline page change_mot_pass_form*/
.changepass {
background: #fff;
border: 1px solid #ddd;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0 0.2em 0;
width: 98%;
}

/*maryline page change_param_form*/
.changeparam {
background: #fff;
border: 1px solid #ddd;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0.2em 0.2em 0.2em;
}

.changeparamgauche {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 278px;
}
.changeparamdroite {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 278px;
}

.changeparam2 {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0 0.2em 0;
}

.formulaire-param {width:150px;}

/*maryline page historique_commande_liste*/
div#commande {
	background: #425B81;
	clear: both;
	color: #fff;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	height:30px;
}
div#commande ul {
	margin: 0;
	padding: 0;
	height:30px;

}
div#commande ul li {
	background: #425B81;
	color: #fff;
	display: inline;
	list-style: none;
	line-height:10px;

	}
div#commande1 {
	clear: both;
	color: #000000;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	height:30px;
}
div#commande1 ul {
	margin: 0;
	padding: 0;
	height:30px;

}
div#commande1 ul li {
	color: #000000;
	display: inline;
	list-style: none;
	line-height:10px;

	}
/* maryline page step1  */
.stepgauche {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 270px;

}
.stepdroite {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.1em 0 0.2em 0;
width: 270px;

}
form#entryformstep p {
text-align: left;
}

form#entryformstep fieldset {
border: 1px solid #dddddd;
}

form#entryformstep legend {
color:#000000;
font-weight:bold;
}

form#entryformstep p.droite {
text-align: right;
}

form#entryformstep textarea {
width: 98%;
}
form#entryformstep p.boutonenregistrement {
clear: both;
}

fieldset {border:1px solid #dddddd;color:#000000;}

legend {color:#000000;font-weight:bold;}

.formulaire-achat {width:140px;}


/* achat/index.php */
.achatgauche {
background: #ff0000;
border: 1px solid #ddd;
color: #000;
float: left;
margin-top: 0.5em;
min-height: 260px;
padding-top: 0.5em;
width: 250px;
}
.achatdroite {
background: #fff;
border: 1px solid #ddd;
color: #000;
float: left;
margin: 0.5em 0 0 4px;
min-height: 260px;
padding-top: 0.5em;
width: 250px;
}

/*caddie.php */

th.caddie{
    background: #425B81;
	color : #ffffff;
}

ul.caddie {text-align:center;}
.caddie_red {color : #ff0000; font-weight:bold;}

p.caddie_bold {color : #000000; font-weight:bold;text-align: left;}

div#choix_zone p{
 text-align: left;
}

/*step2 */
.step2 {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 98%;
}

#step2caddie {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 98%;
text-align:right;

}

div#center {text-align:center;}

#center img{
border:0;
}

div#left {text-align:left;}


/*achat/produit_details.php */
.produit_detail_gauche {
background: #fff;
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 278px;
}
.produit_detail_droite {
background: #fff;
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 278px;
}
div.produit_detail_droite p {text-align:left;}
div.produit_detail_gauche p {text-align:center;}


.produit_detail_img3 {
background: #fff;
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 278px;
text-align:center;
}
.produit_detail_img4 {
background: #fff;
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 278px;
text-align:center;
}


div ul.produit_detail {
background: #ffffff;
float: left;
width: 33%;
margin: 0.5em 0 0.5em 0;
padding: 0;
}

div ul.produit_detail li {
list-style-type: none;
padding: 0 0 0 0.5em;
}

input img {
boder:0;
}

/* utilisateurs/contact */
#contact table{
padding:1em;
}

#contact textarea{
width: 90%;
}

#contact input{
width: 90%;
}

#contact .bouton{
	width:125px;
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;
	font-weight: none;
	font-family:   Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding:1px;
	border-spacing : 1px;
}

#contact .gauche{
width: 25%;
}

#contact .droite{
width: 75%;
}

/* fonction colonne */
#colonne {
text-align:center;
}



/* Module nuage de tag */
#nuage {
text-align: justify;
position:relative;
line-height:25px;
padding: 0.5em;
}
#nuage a {text-decoration:none}
#nuage a:hover {color: white; background-color: #668AA8;}
#nuage a.level0 {font-size:3px;color:#DFDFDF;}
#nuage a.level1 {font-size:6px;color:#B8C9D6;}
#nuage a.level2 {font-size:7px;color:#668AA8;}
#nuage a.level3 {font-size:8px;color:#47657B;}
#nuage a.level4 {font-size:9px;color:#E76300;}
#nuage a.level5 {font-size:10px;color:#685c65;}
#nuage a.level6 {font-size:11x;color:#8c524d;}
#nuage a.level7 {font-size:12px;color:#b44732;}
#nuage a.level8 {font-size:13px;color:#e53a11;}
#nuage a.level9 {font-size:15px;color:#E76300;font-weight: bold}
#nuage a.level10 {font-size:17px;color:#FF3300;font-weight: bold}

/* Affichage des produits en ligne */
.col_flash{
	width: 550px;
	float: left;
	color:#dd0000;
	font-weight:bold;
}
.col1{
	width: 550px;
	height:20px;
	padding-top:5px;
    padding-left:5px;
	float: left;
    border-top:1px solid #C7C7C7;
    border-bottom:1px solid #C7C7C7;
}

.col1_nom{
	width: 49%;
	height:20px;
	float: left;
	margin-left:0.5em;
}
.col1_prix{
	width: 49%;
	height:20px;
	float: left;
	text-align:right;
}

.espace_prod{
	width: 550px;
	float: left;
	height:10px;
	}

.col2{
	width: 160px;
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;
    border:1px solid #C7C7C7;
}

.col3{
    width: 385px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left:5px;
	float: left;
}

.col4{
    width: 550px;
	float: left;
}
div.col_zoom {
	width:160px;
	text-align:center;
	font-weight:normal;
	font-size:1em;
}

div.col_zoom a{
	font-weight:normal;
	font-size:1em;
	text-decoration:none;
}

.col_zoom:link,.zoom:visited, .zoom:active{
	font-weight:normal;
	font-size:1em;
	text-decoration:none;
}

.col_zoom:hover{
	font-weight:normal;
	font-size:1em;
	text-decoration:underline;
}


div.col_detail {
    float: left;
	background-image:url('images/bouton_fond.png');
	background-repeat:no-repeat;
	width:133px;
	height:27px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	font-size:1em;

}


.col_detail:link, .col_detail:visited, .col_detail:active{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.col_detail:hover{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:underline;
}

.espace_haut {
padding-top:10px;
}

/* Page catalogue */

table.fc {
	background-color:#fff;
	width:260px;

}

td.fc_titre_produit {
	background-color:#fff;
	width:260px;
	font-size : 1em;
	font-weight:bold;
	border-top:1px solid #C7C7C7;

}

td.fc_prix {
	text-align:right;
	border-top:1px solid #C7C7C7;
	height:25px;
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

td.fc_flash {
	text-align:center;
	border-top:1px solid #C7C7C7;
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}
div.fc_flash {
	text-align:center;
	border-top:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}
td.fc_descriptif {
	color:#000;
	font-size:1em;
	text-align:justify;
	height:25px;
}


td.fc_image {
	border:1px solid #C7C7C7;
	width:260px;
	height:260px;
	text-align:center;
	vertical-align:middle;
}

td.fc_zoom {
	background-image:url('images/fc_fond.png');
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	text-align:center;
	font-weight:bold;
	font-weight:normal;
	color:#000000;
	font-size:1em;
}

td.fc_zoom a{
	font-weight:normal;
	color:#000000;
	font-size:1em;
	text-decoration:none;
}

.zoom:link,.zoom:visited, .zoom:active{
	font-weight:normal;
	color:#000000;
	font-size:1em;
	text-decoration:none;
}

.zoom:hover{
	font-weight:normal;
	color:#000000;
	font-size:1em;
	text-decoration:underline;
}

td.fc_detail {
	background-image:url('images/fc_fond.png');
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	text-align:center;
	font-weight:normal;
	color:#000000;
	font-size:1em;
}


.plus_detail:link, .plus_detail:visited, .plus_detail:active{
	font-weight:normal;
	color:#000000;
	font-size:1em;
	text-decoration:none;
}

.plus_detail:hover{
	font-weight:normal;
	color:#000000;
	font-size:1em;
	text-decoration:underline;
}

/* Page catalogue */

table.fp {
	margin:10px 0 0 0;
	background-color:#fff;
	width:100%;
}

td.fp_produit {
	width:230px;
	font-weight:normal;
	color:#000;
	vertical-align:top;
	padding:40px 0 0 0;
}

.fp_produit .cat_title {
	font-weight:bold;
	color:#aaa;
}

td.fp_image_grande {
	color:#000;
	font-size:1em;
	text-align:center;
	vertical-align:top;
}

td.fp_price {
	vertical-align:top;
	padding:40px 0 0 0;
}

span.titre_produit {
color: #000;
font-size: 1.1em;
font-weight:bold;
}

p.prix {
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

p.notice {
	color:#cc0000;
	font-size:1em;
	text-decoration:none;
}

.notice:link, .notice:visited, .notice:active{
	color:#cc0000;
	font-size:1em;
	text-decoration:none;
}

.notice:hover{
	color:#cc0000;
	font-size:1em;
	text-decoration:underline;
}

span.prix {
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

span.ecotaxe {
	font-weight:normal;
	color:#000;
	font-size:0.9em;

}

/* affiche_produit_colonne new */
#top {
width:195px;
margin:0;
padding:0;
}

#top h3{
/*background-image:url('images/separateur_arrow.gif');
background-repeat:no-repeat;*/
color:black;
font-size:11px;
font-weight:bold;
line-height:24px;
width:195px;

}

#top p{
padding:0;
margin:0;
text-align:center;
}

.bouton {
background-image:url('images/bouton_fond.png');
background-repeat:no-repeat;
color:#000000;
width:133px;
height:27px;
text-align:center;
padding-top:0.3em;
font-size:1em;
}

.cart_button {
	background-image:url('images/add_cart.png');
	background-repeat:no-repeat;
	width:177px;
	height:33px;
	padding:9px 0 0 45px;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}

.cart_button a:hover {
	text-decoration:none;
}

.cart_button a, .cart_button a:visited {
	color:#fff;
}

.bouton:link, .bouton:visited, .bouton:active {
color:#000000;
font-size:1em;
}


.bouton:hover {
background-image:url('images/bouton_fond.png');
background-repeat:no-repeat;
color:#000000;
width:133px;
height:27px;
text-align:center;
text-decoration:none;
font-size:1em;
}


.clicbouton {
background-image:url('images/bouton_fond.png');
background-repeat:no-repeat;
color:#000000;
width:133px;
height:27px;
text-align:center;
font-size:1em;
border:0;
padding-bottom:0.6em;
}


#content h2 {
color: #000000;
background-color:#D6D6D6;
font-size: 1.1em;
font-weight:bold;
vertical-align:middle;

}

.blanc:link {color:#000000;}
.blanc:visited {color:#000000;}
.blanc:hover {color:#000000;text-decoration:none;}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#price {
	background:url('images/price.gif') no-repeat;
	width:84px;
	height:38px;
	padding:13px 0 0 40px;
	color:#DE3DC9;
	font-weight:bold;
	font-size:23px;
	margin:0 0 10px 0;
}

#pictures {
	list-style:none;
	margin:0;
	overflow:hidden;
}

#pictures li {
	display:block;
	float:left;
	margin-right:40px;
}

#shadow {
	width:742px;
	height:13px;
	margin:20px auto 10px;
	background:url('images/product_shadow.jpg') no-repeat;
}

#associated {
	overflow:hidden;
}

#associated h3 {
	font-weight:bold;
}


.prod_assoc_cat{
	float:left;
	width:230px;
	margin:0 5px 0 4px;
	position:relative;
	text-align:center;
}
.prod_assoc_cat_img{
	width:230px;
	height:230px;
}
.prod_assoc_cat .more {
	background:url('images/more.jpg') no-repeat;
	height:16px;
	width:82px;
	margin: 0 0 0 55px;
	padding: 0 0 0 15px;
	font-weight:bold;
}
.prod_assoc {
	float:left;
	width:230px;
	margin:15px 6px 0 10px;
	position:relative;
}
.prod_assoc .prod_top {
	background:url('images/prod_top.jpg') no-repeat;
	padding:10px 0 0 20px;
	width:209px;
	height:44px;
	font-weight:bold;
}
.prod_assoc .prod_middle {
	background:url('images/prod_middle.jpg') repeat-y;
	text-align:center;
	height:165px;
}

.prod_assoc .prod_bottom {
	background:url('images/prod_bottom.jpg') bottom no-repeat;
	width:229px;
	height:16px;
}
.prod_assoc_alaune {
	float:left;
	width:230px;
	margin:15px 6px 0 10px;
	position:relative;
	height:235px;
}
.prod_assoc_alaune .prod_top {
	background:url('images/prod_top.jpg') no-repeat;
	padding:10px 0 0 20px;
	width:209px;
	height:44px;
	font-weight:bold;
}

.prod_assoc_alaune .prod_middle {
	height:165px;
	background:url('images/prod_middle.jpg') repeat-y;
	text-align:center;
}

.prod_assoc_alaune .prod_bottom {
	background:url('images/prod_bottom.jpg') bottom no-repeat;
	width:229px;
	height:16px;
}

.more {
	background:url('images/more.jpg') no-repeat;
	height:16px;
	width:82px;
	margin: 0 0 0 110px;
	padding: 0 0 0 15px;
	font-weight:bold;
}

.more a:visited, .more a {
	color:#777;
}

#advertisement {
	width:728px;
	height:90px;
	margin:10px;
	border:1px solid #ddd;
	text-align:left;
	float:left;
}
#advertisement img{
	width:728px;
	height:90px;
}
#special-top {
	background:url('images/special_top.jpg') no-repeat;
	width:727px;
	height:14px;
	margin:0 auto;
}

#special {
	width:717px;
	margin:0 auto;
	padding:5px;
	overflow:hidden;
}

.special {
	background:url('images/special_middle.jpg') repeat-y;
}

#paginate-special {
	width:717px;
	padding:5px;
	margin:0 auto;
	text-align:center;
}

#special-bottom {
	background:url('images/special_bottom.jpg') no-repeat;
	width:727px;
	margin:0 auto;
	height:12px;
}

.contentDiv .home_pic {
	float:left;
}

.contentDiv .home_desc {
	float:left;
}

#submenu {
	height:94px;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

#submenu .subcat_title {
	font-weight:bold;
}

#submenu li {
	float:left;
	display:block;
	width:120px;
	padding:10px 0 0 0;
	text-align:center;
}

#submenu li ul {
	margin:0;
	padding:0;
}

/* Module publicité */
#publicite {
text-align:center;
}
/* Module publicité */
#pubHome {
	margin-top:-105px;
}
#publicite {
text-align:center;
}

#pubHome {
	margin-top:-105px;
}
#pubHome img{
	width:737px;
}
#menuSub #publicite img{
	width:100px;
}

.hide{
	display:none;
}
.show{
	display:block;
}