/* --- STYLES DE BASE --- */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

BODY {
	margin: 0; 
	padding: 0em; /* Remettre à zéro si nécessaire. */
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px; /* À adapter pour la police choisie. (3) */
	line-height:18px;
	color: #4e4e4e;
    background: white;
    text-align:justify;
} 

* {margin: 0; padding: 0;}	

img { border: 0 none; }

.clear {clear:both;}



/* Titres */
	h1, h2, h3, h4, h5, h6 {
	    padding:2px 7px;
		margin: 0 0 8px 0; /* Rapproche le titre du texte. (5) */
	    font-weight: bold; /* Valeur par défaut. (6) */
	    font-style: normal;
	    color:#494a4a;
	    text-align:left;
	}
	h1 {
		clear:both;
		color:#000;
		background:url(/streetCorner_images/site/bgTitre.gif) repeat-x top left;
		font-size:15px;
		font-weight:bold;
		text-transform:uppercase;
		position:relative;
	}
	h1 a {
	   	font : normal normal 18px Arial, Helvetica, sans-serif;
	}
	h2 {
	    font-size: 14px;
		background:url(/streetCorner_images/site/bgTitre.gif) repeat-x top left;
		color:#000;
		text-transform:uppercase;
	}
	h2 a {
	   	font : bold normal 14px Arial, Helvetica, sans-serif;
	}
	h3 {
	    font-size: 13px;
		background:url(/streetCorner_images/site/bgTitre.gif) repeat-x top left;
		color:#000;
		font-weight:bold;
		text-transform:uppercase;
	}
	h4 {
	    font-size: 14px;
	}
	
	h1 small {
			font: normal normal 14px Arial, Helvetica, sans-serif;  
	}

/* Listes */

	ul, ol {
	    margin: 0 0 12px 32px;
	    padding: 0;
	}	

	ul,ol {
		/*list-style: none;*/
	}
	ul li { 
		/*background: transparent url(/hsi_/streetCorner_images/site/site/puce-liste.gif) 5px left no-repeat;*/
	}
	ol li { 
		/*background: transparent url(/hsi_/streetCorner_images/site/site/puce-liste.gif) 5px left no-repeat;*/
	}
	li {margin-left: 0; padding-left: 10px;}
	ul {margin-left: 22px; padding-left: 0;}
	ul {
		text-align: left;
		padding-bottom:0px;
		margin-top: 0;
		margin-bottom: 3px;
	}


/* Liens */
	a {
   		text-decoration: underline;
    	color:#3a7067;
	}
	a:link { color:#3a7067; }
	a:visited { color:#3a7067; }
	a:hover, a:focus, a:active { color: crimson; text-decoration: none;}

	li,li a  {
		
	}

/* Paragraphes */
	p {
		/*font: normal 12px Verdana , Verdana, Helvetica, sans-serif;  */
		padding-bottom : 10px;
		/*border-bottom:1px black solid;*/
		line-height:17px;
	}
	address {
	    margin: 0 0 0px 0;
	    font-style: normal;
	}
	blockquote {
		margin: 0 0 0px 35px;
	}	

/* Forumulaires */
	
	form, fieldset {
	    margin: 0;
	    padding: 0;
	    border: none;
	}
	input, button, select {
	    vertical-align: middle; /* Solution pb. d'alignement. (9) */
	}

/* Divers éléments de type en-ligne (8) */
	em {
	    font-style: italic;
	}
	strong {
	    font-weight: bold;
	}



/* Valeurs custom site */

	.TresPetite { font-family:Arial ; font-size:9px; }
	.Petite 	{ font-family:Arial ; font-size:10px; }
	.Normal11 	{ font-family:Arial ; font-size:11px; }
	.Normal 	{ font-family:Arial ; font-size:12px; }
	.Moyenne 	{ font-family:Arial ; font-size:13px; }
	.Grande 	{ font-family:Arial ; font-size:14px; }
	.TresGrande { font-family:Arial ; font-size:16px; }	
	.TresTresGrande { font-family:Arial ; font-size:18px; }	
	
	.TitreUniservice{
		font: normal 26px Arial Rounded MT Bold, arial, verdana;
		color:#494a4a;
	}
	.SousTitreUniservice{
		font: normal 14px Arial Rounded MT Bold, arial, verdana;
		color:#494a4a;
	}
	
	.Vert , .Vert a{ color:#3a7067 ;}
	.Rouge , .Rouge a{	color:#eb293a ; }
	.Gris , .Gris a{	color:#494a4a; }

/********************************************************************/
/********************* HEADER *********************************/
/********************************************************************/

#background {
	width:100%;
	/*height:100%;*/
}
#conteneur {
	margin:0px auto;
	width:990px;
}

#header {}
.logo {
	width:516px;
	height:111px;
	float:left;
	display:inline;
}
.espaceCompte {
	width:304px;
	height:111px;
	background:url(/streetCorner_images/site/bg_espaceCompte.jpg) no-repeat top right;
	float:right;
	direction:inline;
}
a.monCompte, .espaceCompte a.contact {
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	font:11px "Arial Black";
	text-transform:uppercase;
	margin:5px 0 0 43px;
	_margin:5px 0 0 20px
}
.espaceCompte a.contact { margin:5px 0 0 30px}
.panier {
	float:right;
	display:inline;
	width:178px;
	height:64px;
	margin:25px 0 0 0;
}
.icoPanier {
	padding:7px 0 0 15px; 
}
.monPanier {
	padding:7px 0 0 10px
}
.monPanier p {
	font:11px "Arial Black";
	text-transform:uppercase;
	color:#fff;
	margin:0px;
	padding:0px;
	text-align:center
}
a.articles {
	font:10px "Arial Black";
	color:#000;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center
}
a.valider {
	font-size:10px;
	color:#fff;
	display:block;
	text-align:center
}



/********************************************************************/
/********************* NAV HORIZONTALE *********************************/
/********************************************************************/

.navHorizontale {
	clear:both;
	background:url(/streetCorner_images/site/bg_navH.jpg) no-repeat top left;
	width:990px;
	height:41px;
	
}
.navHorizontale {}
/*
.nav_venteFlash, .nav_promo {
	width:141px;
}
*/
.nav_promo {
	width:282px;
	
}
/********************* SOUS NAV *********************************/

	ul.nav {
		margin: 0; padding:0;
	}
	ul.nav li{
		margin: 0; padding:0; 	
	}
	ul.nav li  {
		list-style:none;
		color:#205171;
		text-transform:uppercase;
		/*position:relative;*/
		margin:0;
		/*text-align:center;*/
		background:none;
		height:35px;
		_height:33px;
		padding:5px 0 0 0;
		line-height:12px;
	}
	ul.nav li:hover ,
	ul.nav li.hover ,
	ul.nav li a:hover,
	ul.nav li a.hover,
	ul.nav li.Selected,
	ul.nav li a.Selected {
		color:#3a0409 !important;
		/*background:#0C4067;*/
	}
	/*ul.nav li:hover a, ul.nav li.hover a {
		color:#fff;	
	}*/
	ul.nav li a  {
		font: 13px  "Arial Black";
		padding:5px 0 0 0;
		margin: 0;	
		color:#fff;
		/*text-transform:uppercase;*/
		text-decoration: none;
		cursor:pointer;
		display:block;
		text-align:center;
		/*display:inline;
		float:left;*/
	}
	.sous_nav{
		z-index: 9999 !important;
		position: absolute;
		top:150px;
		_top:152px;
		margin:0;
		display:none;
		width:169px;
		background:url(/streetCorner_images/site/bg_sousnav_top.png) no-repeat top left;
		padding:12px 0 0 0;
		_padding:12px 0 0 0;
	}
	.sous_nav ul {
		position: relative;
		margin:0;
		width:157px;
		padding:0 0 0 0px;
	}	
	.sous_nav ul li {
		margin:0px;
		padding:0px 0 0 15px;
		height:auto;
		list-style: none;
	}
	.background_sousnav {
		background:url(/streetCorner_images/site/bg_sousnav_bt.png) no-repeat bottom left;
		width:169px;
		padding:0 0 16px 0;
		height:auto
	}
	.sous_nav ul li a {		
		color:#fff !important;
		padding:3px 0 0 0 !important;
		margin:0px 0 0 0;
		_width:100%;
		text-align:left;
		text-transform:none;
		line-height:16px;
		font:bold 11px Arial, Helvetica, sans-serif;
	}
	.sous_nav li.sousRub a { 
		font:bold 10px Arial, Helvetica, sans-serif !important;
		margin:3px 0 0 5px !important;
		padding:0px 0 0 0 !important;
		text-align:left;
	}
	.sous_nav ul li a:hover,
	.sous_nav ul li.Selected  {
		color:#272a28 !important;
		/*background:#155C92;*/
	}
	ul.nav li:hover div,
	ul.nav li.hover div  {
		display: block;
	}

/*****************************************************/


/********************************************************************/
/********************* CONTENU *********************************/
/********************************************************************/

#contenu {
	background:url(/streetCorner_images/site/bgContenu.jpg) repeat-y top left;
	padding:9px 19px 0 10px;
}
.listeLogo {
	height:49px;
	border:1px solid #cacaca;
	margin:0px 43px 15px 43px;
	padding: 0 0px
}
.pubLeft {
	float:left;
	display:inline;
	width:368px;
}
.pubRight {
	float:right;
	display:inline;
	width:368px;
}
.nav_Verticale {
	width:182px;
	padding:0 18px 15px 0;
}
.recherche {
	background:url(/streetCorner_images/site/bgRecherche.gif) no-repeat top left;
	width:181px;
	height:25px;
	margin-bottom:7px;
}
.recherche input {
	background:url(/streetCorner_images/site/input_recherche.gif) no-repeat top left;
	width:142px;
	height:14px;
	border:0;
	font-size:11px;
	color:#000;
	padding:0 0 0 7px;
	margin:5px 0 0 5px
}
.recherche button {
	background:url(/streetCorner_images/site/btnOk_recherche.gif) no-repeat top left;
	width:19px;
	height:14px;
	border:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}

/********************* NAV ACCORDION *********************************/
.accordion_headings span {
	cursor:pointer;
}
.accordion_headings h3 {
	background:url(/streetCorner_images/site/bgTitre.gif) repeat-x top left;
	height:20px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000 !important;
	padding:0px 0 0 12px;
	margin:0 0 3px 0px;
}
.accordion_headings h3 a {
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	background:url(/streetCorner_images/site/puce_nav.gif) no-repeat 0px 5px;
	display:block;
	padding: 0 0 0 0px
}
.accordion_child {}
.accordion_child ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin:0 0 5px 0
}
.accordion_child li {
	margin:0px;
	padding:0px 0 0 17px;
}
.accordion_child li a {
	color:#5a5858;
	text-decoration:none;
	display:block;
	background:url(/streetCorner_images/site/puce.gif) no-repeat 0px 8px;
	padding:0 0 0 7px;
	font-size:11px;
	_width:100%;
}
.accordion_child li a:hover, .accordion_child li a.selected {color:#000; text-decoration:underline}

/****************************************************/


.newsletter {
	margin:10px 0 10px 2px
}
.border {
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	width:167px;
	padding:0 0px 5px 10px
}
.border h3 {
	font-size:13px;
	color:#000;
	padding:0px;
	margin:0px 0 5px 0;
	font-weight:bold;
	background:none;
	text-transform:none;
}
.newsletter input {
	background:url(/streetCorner_images/site/input_news.gif) no-repeat top left;
	width:129px;
	height:16px;
	border:0px;
	margin:0 5px 0 0;
	font-size:11px;
	color:#000;
	padding:1px 0 0 5px
}
.newsletter button {
	background:url(/streetCorner_images/site/btnOk_news.gif) no-repeat top left;
	width:21px;
	height:16px;
	border:0px;
	cursor:pointer;
}

.leshop h3{
	background:url(/streetCorner_images/site/streetCorner.jpg) no-repeat top left;
	font-size:12px;
	font-weight:bold;
	color:#000 !important;
	padding:1px 0 0 12px;
	margin:0 0 10px 0px;
	text-transform:none;
}
.imgServices a {
	display:block;
	margin:15px 0;
	text-align:center;
}
.services {
	padding:0px;
	margin:10px 0 10px 2px;
}
.services ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.services li {
	 background:url(/streetCorner_images/site/puce.gif) no-repeat 0px 8px;
	 padding:0 0 0 7px;
	 line-height:15px;
	 margin:0px
}
.services li a {
	 font-size:10px;
	 color:#5a5858;
	 text-decoration:none;
}
.services li a:hover, .services li a.selected {color:#000; text-decoration:underline}
.tableHome_produit {
	margin:15px 0 0 0;
}
.listeHome { 
	width:580px;
}
.nouveautes, .ventesFlash {
	width:288px;
	float:left;
	display:inline;
	margin:0 0 15px 0;
}
.selections, .promosOLD {
	width:288px;
	float:right;
	display:inline;
	margin:0 0 20px 0;
}
.promos {
	float:left;
	width:100%
}
.nouveautes h3, .selections h3, .ventesFlash h3, .promos h3 {
	background:url(/streetCorner_images/site/bg_nouveaute.jpg) no-repeat top left;
	width:283px;
	height:22px;
	margin:0px;
	padding:2px 0 0 5px;
	margin: 0 0 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:none;
}
.selections h3 { background:url(/streetCorner_images/site/bg_selec.jpg) no-repeat top left;}
.ventesFlash h3 { background:url(/streetCorner_images/site/bg_venteFlash.jpg) no-repeat top left;}
/*.promos h3 { background:url(/streetCorner_images/site/bg_promo.jpg) no-repeat top left;}*/
.promos h3 { 
	background:url(/streetCorner_images/site/bg_promo.jpg) repeat-x top left;
	width:580px;
}

.nouveautes span a, .selections span a, .ventesFlash span a, .promos span a {
	text-align:right;
	display:inline-block;
	font-size:10px;
	color:#fff;
	width:180px
}
.liste .produit { margin:14px 13px 0 0;}
.produit {
	width:139px;
	border:1px solid #cecece;
	float:left;
	display:inline;
	margin-bottom:5px;
	position:relative;
}
.bgTitre_prd {
	background:url(/streetCorner_images/site/bg_titreProduit.gif) repeat-x top left;
	height:44px;
	width:139px;
}
	.bgTitre_prd a {
		display:block;
		line-height:13px;
		text-align:center
	}
	a.titreGamme {
		color:#000;
		font-size:10px;
		text-transform:lowercase;
		font-style:italic;
		text-decoration:none;
		margin: 0 0 2px 0
	}
	a.marque {
		color:#868686;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		margin: 0 0 2px 0
	}
	a.titreProduit {
		color:#545454;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		margin: 0 0 3px 0;
		display:block;
		height:32px;
	}
	a.marque:hover, a.titreProduit:hover { color:#000; text-decoration:underline;}
	
.liste .imgListe { height:140px;}
.imgListe{
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	height:130px;
	padding:0px;
	margin:0px;
	text-align:center;
}
.imgListe a {
	padding:0 0 4px 0;
	display:block;
}
.prix {
	height:31px;
	width:50%
}
.prix p, .prixListe p { 
	margin:0px; 
	padding:0px;
	color:#393939;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.prixListe p { 
	text-align:center;
}
.prixListe {
	height:32px;
	padding:5px 0 0 0;
}
p.prixBarre, span.prixBarre {
	 color:#757575;
	 margin:0px;
	 padding:0px;
	 line-height:10px;
	 font-size:12px;
	 text-decoration:line-through
}
.panierPrd {
	text-align:right;
	padding:3px 5px 2px 0
}
.liste .blocVenteFlash { 
	/*top:142px;*/
	top:146px;
}
.blocVenteFlash {
	background:url(/streetCorner_images/site/bg_venteFlash_prd.png) no-repeat top left;
	width:93px;
	height:30px;
	position:absolute;
	/*top:127px;
	_top:133px;*/
	bottom:0px;
	left:0px;
	margin:0px 0 33px 0;
	padding:1px 0 0 47px;
	text-align:right;
}
.blocVenteFlash p {
	margin:2px 0 00 ;
	padding:0px;
	color:#e488fc;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:11px;
	width:90px;
	text-align:center;
}
p.temps {
	color:#fff;
	font-size:12px;
}

.pubDroite {
	padding: 0 8px 0 0
}
.pubDroite a, .pubDroite img {
	margin:0 0 12px 0;
}
.pubDroite a { display:block;}
.texte_intro {
	padding:10px 0;
}

/*
.navTop a {
	background:url(/streetCorner_images/site/navTop_a_right.jpg) no-repeat top right;
	display:block;
	float:left;
	width:57px;
	height:23px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:4px 0px 0 7px;
	margin:0px 7px 7px 0
}
.navTop a.selected {
	background:url(/streetCorner_images/site/navTop_aSelected.jpg) no-repeat top left;
	text-decoration:none;
}
*/
.navTop ul { 
	margin:0 0 0px 0px;
	padding:0px;
	list-style:none;
	float:left;
}
.navTop li {
	float:left;
	display:inline;
	height:26px;
	padding:0px;
	margin:0px 7px 7px 0;
	background:url(/streetCorner_images/site/navTop_a_left.jpg) no-repeat top left;
}
.navTop li a {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:3px 15px 0 7px;
	height:26px;
	display:inline-block;
	background:url(/streetCorner_images/site/navTop_a_right.jpg) no-repeat top right;
}
.navTop li.selected { background:url(/streetCorner_images/site/navTop_aSelected_left.jpg) no-repeat top left;}
.navTop li.selected a { background:url(/streetCorner_images/site/navTop_aSelected_right.jpg) no-repeat top left; text-decoration:none}
.liste, .detail {
	clear:both;
	position:relative;
}
.pager, .retourGamme {
	position:absolute;
	z-index:99999;
	text-align:right;
	width:741px;
}
.pager-bottom {
	clear:both;
	background:url(/streetCorner_images/site/bgTitre.gif) repeat-x top left;
	text-align:right;
	padding:0 20px 0 0;
	margin:15px 0 0 0;
}
.pager span, .pager-bottom span, .retourGamme span {
	background:#fff;
	padding:0px 5px 0 5px;
}
.pager p, .pager-bottom p, .retourGamme p a {
	color:#c20414;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:1px 0 0 0;
}
.retourGamme p a { display:inline-block}
.pager a, .pager-bottom a {
	background:url(/streetCorner_images/site/bgPager.gif) no-repeat 0px 1px;
	width:16px;
	height:16px;
	display:inline-block;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:0px 0 0 0;
	text-align:center;
	text-decoration:none;
}
.pager a.selected, .pager a:hover, .pager-bottom a.selected, .pager-bottom a:hover {
	background:url(/streetCorner_images/site/bgPager_hover.gif) no-repeat 0px 1px; 
}
.tableDetail {
	margin:10px 0 0 0; 
} 
.detailPrd {
	width:296px;
	height:298px;
	border:1px solid #cecece;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
.pastille_reduc {
	width:68px;
	height:44px;
	background: url(/streetCorner_images/site/pastille_reduc.png) no-repeat top left;
	position:absolute;
	padding:24px 0 0 0; 
	/*top:525px;
	_top:517px;
	margin:0 0 0 227px;*/
	margin:230px 0 0 227px;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	z-index:9999999;
}
.prdTbn table td{
	border:1px solid #cecece;	
	width:68px;
	height:60px;
}
.prdTbn table td:hover {
	border:1px solid #8c8c8c;
}
.boutons {
	border-bottom:1px solid #cecece;
	float:left;
	width:427px;
}
.boutons a {
	display:block;
	/*margin: 0 0 0 16px;
	_margin:0 0 0 10px;*/
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:10px;
}
.boutons a:hover {
	color:#c40414;
}
#guide {
	background:url(/streetCorner_images/site/guide.gif) no-repeat top left;
	width:84px;
	height:22px;
	padding:3px 0 0 40px;
}
#conseil {
	background:url(/streetCorner_images/site/conseil.gif) no-repeat top left;
	width:110px;
	height:16px;
	padding:9px 0 0 14px 
}
#ami {
	background:url(/streetCorner_images/site/ami.gif) no-repeat top left;
	width:84px;
	height:22px;
	padding:3px 0 0 40px 
}
.Detaildescription {
	width:427px
}
.Detaildescription h3 {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#868686;
	line-height:12px;
	background:none;
	text-transform:none;
}
.Detaildescription h4 {
	padding:0px;
	margin:0px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#545454;
}
.texte {
	width:320px;
	float:left;
}
.marqueDetail {
	float:right;
}
p.taille {
	color:#ca0513;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.prix_panier {
	clear:both;
	width:399px;
	margin:0px 0 0 0;
	padding:20px 0 0 0;
}
.prix_panier .blocVenteFlash {
	position:static;
	margin:0 0 0 30px;
}
.prixDetail {
	width:204px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	text-align:center;
	vertical-align:middle;
}
.prixDetail p {
	font-size:24px;
	font-weight:bold;
	color:#393939;
	margin:0px;
	padding:0px;
	line-height:19px
}
p.prixBarre_detail {
	font-size:14px;
	font-weight:bold;
	text-decoration:line-through;
	color:#757575;
	font-weight:normal;
}
.panierDetail {
	 text-align:right;
}
.produitLies {
	margin:13px 0 0px 0;
}

.produitLies .produit {}
.produitLies .prix p { text-align:center}

.navProduit {
	clear:both;
	padding:10px 0 10px 0;
}
.bgnav_prd {
	width:100%;
	height:10px;
	background:url(/streetCorner_images/site/bgNav_prd.gif) repeat-x top left;
	clear:both
}
.nav_prev {
	display:block;
	width:330px;
	height:58px;
	background:#f3f3f3 url(/streetCorner_images/site/prd_prev.gif) no-repeat top left;
	float:left;
	padding:3px 0 0 50px;
	margin:4px 0;
}
.nav_next {
	display:block;
	width:320px;
	height:58px;
	background:#f3f3f3 url(/streetCorner_images/site/prd_next.gif) no-repeat top right;
	float:right;
	padding:3px 50px 0 0px;
	margin:4px 0;
}
a.nav_prev:hover {	background:#dadada url(/streetCorner_images/site/prd_prev_hover.gif) no-repeat top left;}
a.nav_next:hover {	background:#dadada url(/streetCorner_images/site/prd_next_hover.gif) no-repeat top right;}

.navProduit a { text-decoration:none}
.navProduit p {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:14px;
}
.navProduit span.marque {
	font-size:10px;
	font-weight:bold;
	color:#868686;
	text-decoration:none;
	text-transform:none;
}
.navProduit span.titreprd {
	color:#545454;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}
.navProduit span.prix {
	font-size:12px;
	text-decoration:none;
}
.imgprd {
	border:1px solid #cecece;
	width:60px;
	height:55px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
}






/********************************************************************/
/********************* FOOTER *********************************/
/********************************************************************/

#footer {
	background:url(/streetCorner_images/site/bg_footer.jpg) no-repeat top left;
	width:990px;
	height:32px;
	text-align:center;
	padding:7px 0 0 0;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#footer a {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.txt_ref {
	width:100%;
	text-align:center;
	font-size:10px;
	padding:7px 0 0 0 ;
}
.txt_ref p {
	line-height:12px;
}

/********************************************************************/
/********************* CONTACT *********************************/
/********************************************************************/
	
	.FormContact{
		margin:10px 0 0 0;
	}
	.FormContact td{
		padding:1px !important;
	}
	.FormContact input,	.FormContact textarea{
		border:1px #acacac solid;
		font: normal normal 11px Verdana,Times, Helvetica, sans-serif;
		padding: 2px 5px;
		color: #656565;
	}
	.FormSubmit {
		margin: 0;
		padding: 2px 5px;
		font: normal normal 12px Verdana,Times, Helvetica, sans-serif;
		color: #656565;
		background-color: #efefef;
		cursor:hand;
		cursor:pointer;
		border:0px;
	}
	.LargeInput{
		width:261px;
	}
	.SmallInput{
		width:60px;
	}
	.MediumInput{
		width:185px;
	}
	.chkBoxes{
		/*background-color:white;border-width:0;*/
	}
	.XSmallInput{
		width:20px;
	}
	.HalfInput{
		width:123px;
	}
	.EditLibelle{
		margin: 40px 0;
		padding: 10px;
		width: 400px;
		border: 1px dotted;
		color: #000000;
	}
	.EditLibelle a {
		color: #000000;
	}
	
	.Clikeo{
		text-align:center;
		padding:10px 0 5px 0;
		font: normal 10px Arial , Verdana, Helvetica, sans-serif;  
		color:#3a3939;
	}

	.Clikeo a {
		font: normal 10px Arial , Verdana, Helvetica, sans-serif;  
		color:#3a3939 !important;
	}
	.Clikeo a:hover {
		color:#dbaa21 !important;
	}
	
/********************************************************************/
/********************* CONFIG ECOMMERCE *********************************/
/********************************************************************/

#BarreNavEcommerce{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 0 10px 0;
	color:#58585a;
	text-align:center;
	clear:both
}
#BarreNavEcommerce A,#BarreNavEcommerce A:visited,#BarreNavEcommerce A:hover{
	font-family: Arial, Times, serif;
	font-size:11px;
	text-decoration : underline;
	color:#58585a;
}
#BarreNavEcommerce .current{
	text-decoration:underline;
	color:#c60513
}
#ECommerce button, #ECommerce .Submit {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color: #b6b7b8;
	border:1px #898a8c solid;
	cursor:pointer;
	margin-top:1px;
	margin-bottom:15px;
	padding:3px 5px;
}
#ECommerce .ChoixPaiement{
	padding:3px 0 ;
	font: normal bold  11px Arial, Helvetica, sans-serif;
}
#ECommerce {
	text-align: left;
	background-color: #fff;
	border: 1px solid #188093;
	padding : 8px ; 
	margin-bottom : 10px ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}
#ECommerce .EnteteTableau{
	padding : 5px 15px 5px 15px;
	margin-bottom : 10px;
	text-align: center;
	color: #fff;
	background-color: #58acbb;
	font-size: 15px;
	font-weight: bold;
}
#ECommerce .TitreTableau{
	padding : 10px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
}
#ECommerce .TexteInformations{
	font: normal normal 11px Verdana;
}
#ECommerce .TexteInformations{
	padding : 0 0 10px 0;
}
#ECommerce h2 {
	font: normal bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #58585a;
	margin: 0;
	padding: 5px 0 10px 0;
}
#ECommerce h3 {
	margin-top:10px
}
#ECommerce h4 {
	font: italic bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #58585a;
	margin: 0;
	padding: 10px 0 10px 0;
}
#ECommerce a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#ECommerce td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0;
}
#ECommerce .EcommercePanier thead{
	font: normal bold 10px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 5px 5px;
	letter-spacing : 0px;
	background-color: #58acbb;
}
#ECommerce .EcommercePanier th{
	padding: 2px 5px;
}
#ECommerce .EcommercePanier tfoot{
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #58acbb;
	padding:5px 5px !important;
}
#ECommerce .EcommercePanier td{
	font-size: 11px;
	font-weight: normal;
	padding:10px 5px;
}
#ECommerce .EcommercePanier{
	margin-bottom:10px;
}
#ECommerce .EcommerceModeLivraison td{
	font-size: 11px;
	font-weight: normal;
	padding:5px 5px;
}
#ECommerce input {
	font-size: 11px;
	margin:0 5px 0 5px;
}
#ECommerce textarea {
	font-size: 11px;
	margin:0 5px 0 5px;
}
#ECommerce select {
	font-size: 11px;
	margin:0 5px 0 5px;
}
#ECommerce .noborder {
	border : 0px;
}
#ECommerce #ECommerErreur {
	color: red;
	font-size: 12px;
	padding:0 0 5px 0;
}
#ECommerce #ECommerErreur .Titre {
	font-weight: bold;
	font-size: 14px;
	padding:5px 0;
}
#ECommerce .InputSmall { width : 60px; }
#ECommerce .InputMedium { width :150px; }
#ECommerce .InputLarge { width :270px; }
#ECommerce .TextAdresse { width :200px; }	

#ECommerce #EspaceClient td{
	padding:3px;
}

#ECommerce .RelaisSep {
	height:1px;
	background-color:#DCD7C6;
}
#ECommerce .EcommerceRelais td{
	font-size: 11px;
	font-weight: normal;
	padding:10px 1px;
}
#ECommerce .EcommerceRelais td a{
	font-size: 11px;
	font-weight: normal;
	color: #58585a;	
}
#ECommerce .EcommerceRelaisHoraire {
	margin-top:10px;
	background-color: #DCD7C6;
	border:	1px #58585a solid;
	display:none;
}
#ECommerce .EcommerceRelaisHoraire td{
	padding:2px 1px;
}
.EspaceClientHomeLink{
	padding:5px 0 ;
}














