<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body {
	width: 990px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
	background:url(../images/fond2.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	}

/*************************************************************************
 *
 *					DIV PAGE INDEX
 *
 ************************************************************************/
	#entete, #menu_gauche, #menu_droite, #conteneur, #footer {
	padding:1px 0;
	}
	#entete {
	/*background-color:purple;*/
	text-align:center;
	}
	#main {
	max-width:990px;
	margin:auto;
	position:relative;
	}
	#menu_gauche  {
	position:absolute;
	width:185px;
	left:0px; /*pour aligner le menu à gauche sur IE 7*/
	/*min-height:600px;
	background-color:#FF3366;*/
	}
	#conteneur {
	margin-left:195px;
	margin-right:195px;
	min-height:600px;
	/*background-color:#9966FF;*/
	}
	#menu_droite  {
	position:absolute;
	right:0px;
	top:0;
	width:190px;
	/*min-height:600px;
	background-color:yellow;*/
	}
	#bas {
	/*background-color:green;*/
	padding:20px 0 0 0;
	text-align:center;
	}
	
	.scroll{
	/*float:right;*/
	box-shadow : 5px 5px 5px #BCBCBC;
	margin-left:830px;
	width:130px;
	height:30px;
	line-height:30px;
	background-color:#CCC;
	color:white;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	position:fixed;
	bottom:100px;
	}
	
	.scroll a:hover{
		color:#F60;	
	}
	
/*************************************************************************
 *
 *				CATALOGUE =&gt; IMAGES PRODUITS + ZOOM + STOCK + PRIX
 *
 ************************************************************************/

	.vignette { 
		position : relative ;
	}
	
	.bouton_zoom {
		position : absolute;
		bottom: 5px;
		right: 5px;
	}	

	.aff_prix{
		background-color: lightgray;
		/*color:white;
		font-family: Courier New, Courier, mono;*/
		font-size: 9px;
		font-weight: thin;
		text-align: center;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		padding:3px;
	}

	.en_stock{
		background-color: rgba(0,153,0,0.8);
		color:white;
		/*font-family: Courier New, Courier, mono;*/
		font-size: 9px;
		font-weight: bold;
		text-align: center;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		padding:3px;
	}
	

/*************************************************************************
 *
 *								HTML
 *
 ************************************************************************/
	a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	height: auto;
	width: auto;
	color: #333333;
	font-size: 11px;
	}
	a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #333333;
	font-size: 11px;
	}
	a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/*background-color: #FF7C00;*/
	font-size: 11px;
	}
	a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ff6600;
	/*background-color: #FF7C00;*/
	font-size: 11px;
	}
	.label_align
	{
		display: inline-block;
		width: 100px;
	}
	.white{
		color:#FFFFFF;
	}
	.white_bold{
		color:#FFFFFF;
		font-weight:bold;
	}
	#ligne_inscription a:hover,#ligne_reset_password a:hover,#acces_compte a:hover, #bas a:hover, .bt_form:hover{
		color:#ff6600;
	}
	.lien_bouton_zoom:link,.lien_bouton_zoom:hover{
		color:transparent;
	}
	.menu_titre{
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
		font-size: 12px;
		text-align:center;
		font-weight:bold;
		padding:5px;
		background-color: #9E8479;
		color: #FFFFFF;
		cursor:pointer;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
	}
	.menu_titre:hover{
		color: orange;
	}
	.sous_menu{
		padding:5px 0px 5px 20px;
		cursor: pointer;
	}
	.sous_menu:hover{
		background-color:#9E8479;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.bas_menu{
		height:20px;
		background-color: #9E8479;
		box-shadow : 3px 5px 5px #BCBCBC;
		border-top:1px solid rgba(255,255,255,0.5);
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
	}
	.footer_tr_height{
		height:50px;			
	}
	.footer_td{
		background-color:#FFF;	
		color:gray;
		width:33%;
	}
	.footer_td_border_left{
		width:33%;
		font-size:9px;
		color:gray;
		border-left:solid thin #999;
		background-color:#FFF;	
	}
	.footer_td_border_left a:link,.footer_td_border_left a:visited,.footer_td a:link,.footer_td a:visited{
		color:#999;
	}
	.footer_bas{
		height:20px;
		background-color: #9E8479;
		box-shadow : 3px 5px 5px #BCBCBC;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
	}
	
	h1{
		color:#fe7f00;
		font-size:12px;
	}	
	
	h2{
		color:#fe7f00;
		font-size:12px;
	}
	
	.pagination_page{
		text-align:right;
		padding:5px;
		/*background-color:gray;*/
		background-color:white;
		color:gray;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 5px 5px 5px 5px;
	}
	
	.pagination_page a:hover{	
		color:orange;
	}
	
	.pagination_page_consulte{
		background-color:orange;
		padding:2px 5px 2px 5px;
		font-weight:bold;
		color:white;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
	}


    .ui-autocomplete { 
    	position: absolute; 
    	cursor: pointer !important;
    	font-size: 11px !important;
    	text-transform: lowercase;
    	z-index:30 !important;
    }


    ul .ui-autocomplete-category {
        font-weight: lighter;
        color: #ff6600;
        text-transform: uppercase;
        text-align: center;
        padding: .2em .4em;
        margin: .8em 0 .2em;
        line-height: 1.5;
    }

    .recherche{
    	padding-bottom: 5px;
    }


/*************************************************************************
 *
 *						BOUTONS
 *
 ************************************************************************/
	.bt_form{
		box-shadow : 3px 3px 3px #BCBCBC;
		font-weight:bold;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		behavior: url(/PIE.htc);
		background-color:grey;
		cursor:pointer;
	}
	
	#share_facebook{
	  display:block;
	  width:24px;
	  height:24px;
	  display:inline-block;
	  margin-right:5px;
	  background:url("../images/bt_facebook.png") 0 0 no-repeat;
	}
	/* on décale l'image de fond de la hauteur du lien, soit 24 px */
	#share_facebook:hover,#share_facebook:active,#share_facebook:focus{
	  background-position:-24px 0;
	}
	/* permet de cacher le texte du lien */
	#share_facebook span{
	  display:inline-block;
	  text-indent: -5000px;
	}
	
	#share_twitter{
	  display:block;
	  width:24px;
	  height:24px;
	  display:inline-block;
	  margin-right:20px;
	  background:url("../images/bt_twitter.png") 0 0 no-repeat;
	}
	/* on décale l'image de fond de la hauteur du lien, soit 24 px */
	#share_twitter:hover,#share_twitter:active,#share_twitter:focus{
	  background-position:-24px 0;
	}
	/* permet de cacher le texte du lien */
	#share_twitter span{
	  display:inline-block;
	  text-indent: -5000px;
	}
	
/*************************************************************************
 *
 *						MESSAGES UTILISATEURS
 *
 ************************************************************************/
	.message_erreur_form{
		display:none;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		background-color:#FD9DB6;	
		width:150px;
		padding:5px 5px 5px 5px;
		text-align:center;
		color:#FF0000;
		border-style:solid 1px;
		border-color:#FF3300;
	}
	.message_insc_attente{
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		background-color:#87EA79;	
		width:150px;
		padding:5px 5px 5px 5px;
		text-align:center;
		color:#009933;
		border-style:solid 1px;
		border-color:#009933;
	}
	.message_ok{
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		background-color:#87EA79;	
		width:150px;
		padding:5px 5px 5px 5px;
		text-align:center;
		color:#009933;
		border-style:solid 1px;
		border-color:#009933;
	}




	div #puce {
		/*background-image: url(../images/Puce_menu.gif);*/
		background-image: url(../images/carre.gif);
		background-repeat: no-repeat;
		height: 6px;
		width: 6px;
		float: left;
		margin: 5px;
		vertical-align: middle;
		clear: left;
	}
	.haut_1 {
		-moz-border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px;
		border-radius: 0 0 0 10px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		box-shadow : 3px 5px 5px #BCBCBC;
	}
	.haut_2 {
		-moz-border-radius: 0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;
		border-radius: 0 0 10px 0;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		box-shadow : 3px 5px 5px #BCBCBC;
	}

	.qsn {
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #666666;
		border-bottom-color: #fe7f00;
		border-left-color: #fe7f00;
		border-top-width: 1px;
		background-color: #EFEFEF;
		border-top-color: #666666;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		box-shadow : 3px 5px 5px #BCBCBC;
	}
	.menu {
		/**/border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #9E8479;
		border-top-color: #9E8479;
		border-bottom-color: #9E8479;
		border-left-color: #9E8479;
		border-top-width: 1px;
		/*background-color: #EFEFEF;
		border-top-color: #666666;*/
		box-shadow : 3px 5px 5px #BCBCBC;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
		background-color: rgb(255,255,204);
		background-color: rgba(255,255,255,0.4);
	}
	.menu ul{
		margin-left: 0px;
		padding-left: 0px;
	}
	li{
		list-style-type:none;
		vertical-align: middle;
	}	
	li:hover{
		/*list-style-image:url(../images/carre.gif);*/
	}
	
	.h1_over{
		color:white;	
		cursor: pointer;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.accueil_titre_slide{
		font-family: Tahoma, Geneva, sans-serif;
		color: #F60;
		text-align:left;
		text-shadow: 4px 4px 4px #ccc;
		font-size:16px;
		padding:10px 0 10px 40px;
	}
	.haut_gauche{
		background-color:#9E8479;
		color:#FFFFFF;
		font-weight:bold;
		-moz-border-radius: 10px 0px 0px 0px;
		-webkit-border-radius: 10px 0px 0px 0px;
		border-radius: 10px 0px 0px 0px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
	}
	.haut_milieu{
		background-color:#9E8479;
		color:#FFFFFF;
		font-weight:bold;
	}
	.haut_droite{
		background-color:#9E8479;
		color:#FFFFFF;
		-moz-border-radius: 0px 10px 0px 0px;
		-webkit-border-radius: 0px 10px 0px 0px;
		border-radius: 0px 10px 0px 0px;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
	}
	th, #nature_produit, .menu_anim_over, .menu_anim_onclick {
		/*font-variant: small-caps;*/
		padding-top: 5px;
		padding-bottom: 5px;
		text-transform: none;
		text-align:center;
		text-shadow:0 1px 0 rgba(0,0,0,0.5);
		color: #FFFFFF;
		/*font-weight: bold;*/
		font-size: 12px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		/**/border-bottom-color: #9E8479;
		/**/border-top-color: #9E8479;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #9E8479;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		behavior: url(../style/PIE-1.0.0/PIE.htc);
	}
	.tr_line_bas{
		border-bottom:1px solid #9E8479;
	}	
	.tr_line_bas_color{
		/*padding-bottom: 10px;*/
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	#gauche th:hover{
		color:#ff6600;
	}
	#SousMenu{
		text-align:left;	
	}
	#SousMenu:hover {
		font-size: 11px;
		background-color:#9E8479;
		/*font-weight:bold;*/
		color:brown;
	}
	#categorie_produit{
		font-size: 11px;
		color:#ff6600;
	}
	.Ticket {
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: dashed;
		border-bottom-style: dashed;
		border-top-color: #9E8479;
		border-bottom-color: #9E8479;
		text-transform: lowercase;
	}
	.TdMenuTop {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		FILTER:progid:DXImageTransform.Microsoft.GRADIENT(startColorstr=#FF7C00,endColorstr=#ffffff ,gradientType=1;
		}
	.CadreCentrale {
		border: 1px dashed #FF0000;
	}
	.CadreNewProduit {
		border: 1px dashed #336699;
	}
	.TitrePromo {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		color: #FF0000;
		text-decoration: underline overline;
		background-color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
	}
	.DivAccueil {
		border: 1px solid #336699;
		background-color: #FFFFFF;
	}
	caption {
		background-color: #0099CC;
	}
	.LignesTabx {
		border-top: 1px solid #006699;
		border-bottom: 1px solid #006699;
	}
	h5 {
		background-color: #FFFFFF;
	}
	
</pre></body></html>