body {
	margin: 0; padding: 0; border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/fd_gris.gif) top repeat-x;
	color: #000;
}

p.inline {display:inline;}


#container {
	margin: 10px auto;
	width: 1000px;
	padding: 0; 
}


#page {
	border: 1px solid #676767;  /*même gris que le gris plus foncé du dégradé */
	width: 100%;
	background:#ffffff;
}
#menu_haut {
	background: #FFF;
	padding: 8px 10px 8px 20px;
	/*height: 28px;*/
}

#menu_haut_gestion {
	float: right;
}

#menu_haut_gestion ul{
	margin: 0; padding: 0; border: 0;
	list-style-type: none;
}
#menu_haut_gestion ul li{
	margin: 0; padding: 0; border: 0;
	display: inline;
	padding-left: 28px;
	/* positionnement de la barre au milieu */
	background: url('images/bar_sep_vertical.jpg') no-repeat  14px 50%;
}

#menu_haut_gestion ul li.first{
	padding-left: 0px;
	background: none;
	
}

#menu_haut_gestion ul li a{
	margin: 0; padding: 0; border: 0;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
#menu_haut_gestion ul li a:hover{
	text-decoration:	underline;
}

#menu_haut_nav {
		
}
#menu_haut_nav ul{
	margin: 0; padding: 0; border: 0;
	list-style-type: none;
		
}
#menu_haut_nav ul li{
	margin: 0; padding: 0; border: 0;
	display: inline;
	padding-left: 22px;
	/* positionnement de la barre au milieu */
	background: url('images/bar_sep_vertical.jpg') no-repeat  11px 50%;
	
}
#menu_haut_nav ul li.first{
	padding-left: 0px;
	background: none;
	
}
#menu_haut_nav ul li a{
	margin: 0; padding: 0; border: 0;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

#menu_haut_nav ul li a:hover{
	text-decoration:	underline;
}

#bandeau_entete {
	margin-bottom: 9px;
}
#bandeau_entete img {
	margin: 0; padding: 0; border: 0;
}

#menu_rubriques {
	height: 36px;
	background-color: #000;
	color: #FFF;
}

#menu_rubriques #actions {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}
#menu_rubriques #actions form{
	margin: 0; padding: 0; border: 0;
	display: inline;
	margin-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu_rubriques #actions form label{
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu_rubriques #actions form select {
	/*height: 10px;
	line-height: 10px;	*/
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#select_marque {
	/*height: 10px;
	line-height: 10px;	*/
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu_rubriques #actions a {
	text-decoration: none;
	color: #FFF;
	padding-right: 30px;
	background: url('images/panier.jpg') no-repeat 100% 50%;
}
#menu_rubriques #rubriques {
}
#menu_rubriques #rubriques ul{
	margin: 0; padding: 0; border: 0;
	list-style-type: none;
}
#menu_rubriques #rubriques ul li{
	display:inline;
}
#menu_rubriques #rubriques ul li a{
	display: block;
	float: left;
	text-decoration: none;
	height: 36px;
}
#menu_rubriques #rubriques ul li a span{
	display: none;
}
/* différentes classes spécifiques */
#menu_rubriques #rubriques ul li.rub_hommes a{
	width: 113px;
	background: url('images/e_hommes.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_hommes a:hover, #menu_rubriques #rubriques ul li.rub_hommes a.en_cours{
	background: url('images/a_hommes.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_femmes a{
	width: 90px;
	background: url('images/e_femmes.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_femmes a:hover, #menu_rubriques #rubriques ul li.rub_femmes a.en_cours{
	background: url('images/a_femmes.gif') no-repeat top left;
	
}
#menu_rubriques #rubriques ul li.rub_accessoires a{
	width: 120px;
	background: url('images/e_accessoires.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_accessoires a:hover, #menu_rubriques #rubriques ul li.rub_accessoires a.en_cours{
	background: url('images/a_accessoires.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_promotions a{
	width: 113px;
	background: url('images/e_promotions.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_promotions a:hover, #menu_rubriques #rubriques ul li.rub_promotions a.en_cours{
	background: url('images/a_promotions.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_ventes_flash a{
	width: 127px;
	background: url('images/e_ventesflash.gif') no-repeat top left;
}
#menu_rubriques #rubriques ul li.rub_ventes_flash a:hover, #menu_rubriques #rubriques ul li.rub_ventes_flash a.en_cours{
	background: url('images/a_ventesflash.gif') no-repeat top left;
}

#page_titre {
	clear: both;
	margin:0px;
	padding:0px;
	background:#ffffff;
	width:1000px;
	height:130px;
}
#page_titre img{
	margin: 0; padding: 0; border: 0;
}

#conditions {

}
#conditions ul{
	margin: 0; padding: 0; border: 0;
	list-style-type: none;
	margin-top: 5px;
}
#conditions ul li{
	display:inline;
	padding-left: 20px;
}

#conditions ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #000;
}
#conditions ul li a:hover{
	text-decoration:	underline;
}
#promos {
margin:0px;
	padding: 30px 20px 0px 20px;
}
#promos ul{
	margin: 0; padding: 0; border: 0;
	list-style-type: none;
}
#promos ul li{
	display:block;
	margin-bottom: 20px;
}
#promos ul li.gauche{
	float: left;
}
#promos ul li.droite{
	float: right;
}
#promos ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #000;
}
#promos ul li a img{
	margin: 0; padding: 0; border: 0;
	border: 1px solid #c4c4c4;
}
#promos ul li a:hover img{
	border: 1px solid #a8d13f;
}

#services_accueil {
	padding: 20px 0px 20px 150px;
}

#services_accueil div.elt_service {
	display: block;
	float: left;
	width: 218px;
	height: 141px;
	margin-right: 25px;

}

#services_accueil div.elt_service a{
	text-decoration: none;
}
#services_accueil div.elt_service a img{
	margin: 0; padding: 0; border: 0;
}


#services_accueil div.newsletter{
	background: url('images/srv_accueil_newsletter.gif') no-repeat top left;
}
#services_accueil div.newsletter form{
	margin: 0; padding: 0; border: 0;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 5px;
}
#services_accueil div.newsletter form p{
	margin: 0; padding: 0; border: 0;
	font-weight: bold;
	margin-right: 40px;
	margin-bottom: 10px;
}

#services_accueil div.newsletter form input{
	width: 160px;
	font-size: 11px; line-height: 9px;
	border: 1px solid #7290af;
	padding-left: 3px;
	color: #7290af;
}

#services_accueil div.newsletter form a img{
	margin: 0; padding: 0; border: 0;
	position: relative;
	top: 3px;
}

/*---------------------------------*/
#services {
	margin-bottom: 65px;
	float:left;
}

#services div.elt_service {
	display: block;
	margin-top: 20px;
}

#services  div.elt_service div#top-vente{
background: url('images/meilleurs_ventes.gif') no-repeat top left;
margin:0px;
padding:0px;
width:217px;
height:268px;
}

#services  div.elt_service div#top-vente div {
margin:0px;
padding:209px 0px 0px 5px;
}

#services  div.elt_service div#top-vente div h3{
padding:0px 0px 0px 0px;
font-weight:bold;
}

#services  div.elt_service div#top-vente div ul{
padding:0px 0px 0px 0px;
margin:0px;
}

#services  div.elt_service div#top-vente div ul li.top-prix{
list-style-type: none;
color:#F55E60;
float:left;
padding-right:5px;
font-size:1em;
}

#services  div.elt_service div#top-vente div ul li.top-tiret{
background: url('images/tiret.gif') repeat-x left 70%;
list-style-type: none;
float:left;
width:30px;
}


#services  div.elt_service div#top-vente div ul li.top-detail {
list-style-type: none;
padding-right:15px;
text-align:right;
}
#services  div.elt_service div#top-vente div ul li.top-detail a{
color:#818181;
}
#services div.elt_service a{
	text-decoration: none;
}
#services div.elt_service a img{
	margin: 0; padding: 0; border: 0;
}


#services div.newsletter{
	background: url('images/srv_news_letter.jpg') no-repeat top left;
	height: 101px;
}
#services div.newsletter form{
	margin: 0; padding: 0; border: 0;
	padding-top: 30px;
	padding-left: 12px;
	padding-right: 5px;
}
#services div.newsletter form p{
	margin: 0; padding: 0; border: 0;
	margin-right: 40px;
	margin-bottom: 2px;
	font-size: 11px;
}

#services div.newsletter form input{
	width: 160px;
	font-size: 11px; line-height: 9px;
	border: 1px solid #7290af;
	padding-left: 3px;
	color: #7290af;
}

#services div.newsletter form a img{
	margin: 0; padding: 0; border: 0;
	position: relative;
	top: 3px;
}
/*---------------------------------*/
div.clear { clear: both; }
div.clear_right { clear: right; }
div.filet {
	line-height: 1px; height: 1px;
	background: url('images/1_1_gris.gif') repeat-x top left;

	
}
div.fin_flottant {
	clear: both; line-height: 1px; height: 1px;
}




#gauche {
	float:left;
	width: 240px;
	padding-left: 23px;
	
}

#gauche #sous_rubrique {
background: url('images/bloc-contenu.jpg') repeat-y top left;

}


#gauche #sous_rubrique ul{
	margin: 0; padding: 0; border: 0;
	list-style-type: none;
	min-height:279px;
	background: url('images/cadre_menu2.jpg') no-repeat top left;

}
#gauche #sous_rubrique ul li{
	margin: 5px 0px;
	text-transform:uppercase;
}
#gauche #sous_rubrique ul li.last{
	margin-bottom: 0px;
}
#gauche #sous_rubrique ul li a{
	display: block;
	width: 162px;
	line-height: 21px;
	height: 21px;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	padding-left: 53px;
	font-size: 11px;
	background: url('images/carre_bleu.gif') no-repeat 32px 50%;
}
#gauche #sous_rubrique ul li a:hover, #gauche #sous_rubrique ul li a.en_cours{
	color: #FFF;
	background: #a8d13f url('images/carre_blanc.gif') no-repeat 32px 50%;
}
#gauche #sous_rubrique #bas_sous_rubriques {
	height: 22px;
	background: url('images/cadre_menu.jpg') no-repeat bottom left;
}

#droite {
}

#droite #chemin{
}
#droite #chemin h1{
	margin: 0; padding: 0; border: 0;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#droite #chemin ul{
	margin: 0; padding: 0; border: 0;
	display: inline;
	list-style-type: none;
}
#droite #chemin ul li{
font-weight: normal;
	display: inline;
	padding-left: 15px;
	background: url('images/sep_chemin.jpg') no-repeat  3px 50%;
}
#droite #chemin ul li.first{
	padding-left: 5px;
	background: none;
}
#droite #chemin ul li a{
	text-decoration: none;
	color: #000;
}
#droite #chemin ul li.last a{
	color: #a8d13f;
}

#droite  #menu_nav {
	float: left;
    padding:0px;
	margin:0px;
	background: #dce4ec;
	width:720px;
	height:27px;
}

#droite  #menu_nav #filtre_nav {
	float: left;
	width:570px;
}

#droite  #menu_nav #pagination {
	float: left;
	width:150px;
	padding-top:5px;
}

#droite  #menu_nav h1{
	margin: 0; padding: 0; border: 0;
	display: inline;
	font-size: 11px;
	font-weight: normal;
}
#droite  #menu_nav ul{
	margin: 0; padding: 0; border: 0;
	display: inline;
	list-style-type: none;
}
#droite  #menu_nav ul li{
	display: inline;
}
#droite  #menu_nav ul li a{
	/*display:block;
	float: left;*/
	text-decoration: none;
	color: #000;
	margin: 0px 2px;
	padding: 5px 1px;
	line-height: 24px;
	height: 24px;
}
#droite  #menu_nav ul li a:hover, #droite  #menu_nav ul li a.en_cours{
	background-color: #a8d13f;
}

#droite  #menu_nav #filtre_nav  form{
	margin: 0; padding: 0; border: 0;
	display: inline;
	margin-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#droite  #menu_nav #filtre_nav  form label{
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#droite  #menu_nav #filtre_nav form select {
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#droite #liste_elements {
	margin-top: 8px;
	margin-left: 260px;
	/*padding-left: 10px;*/

}

#droite #liste_elements div.element {
	float: left;
	margin-right: 35px;
	width:700px;
}

#droite #liste_elements div.element h1{
	margin: 0; padding: 0; border: 0;
	margin: 5px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}

#droite #liste_elements div.element a {
	text-decoration: none;
	
	
}
#droite #liste_elements div.element a:hover {
	
}




#droite #liste_elements div.element h2{
	margin:5px;
	font-size: 14px;
	font-weight: bold;
	padding-left:15px;
	color:#000000;
	background: url('images/carre_vert.gif') no-repeat left;
}
#droite #detail_article {
	margin-top: 8px;
	margin-left: 260px;
	margin-right: 20px;
}

#droite #detail_article #visuels {
	float: left;
	width: 340px;
}
#droite #detail_article #visuels img{
	display: block;
	margin: 20px 0px; padding: 0; border: 1px solid #c4c4c4;
}
#droite #detail_article #visuels a{
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	margin-top: 4px;
	margin-right: 4px;
}
#droite #detail_article #visuels a:hover{
	border: 1px solid #a8d13f;
}

#droite #detail_article #visuels a img{
	margin: 0; padding: 0; border: 0;
}

#droite #detail_article #descriptif {
	margin-left: 345px;
	padding-top: 20px;
}

#droite #detail_article #descriptif h1{
	margin: 0; padding: 0; border: 0;
	font-size: 14px;
	font-weight: bold;
}

#droite #detail_article #descriptif div.bloc_texte{
	padding: 7px 0px;
}

#droite #detail_article #descriptif div.bloc_texte p{
	margin: 0; padding: 0; border: 0;
	font-size: 12px;
	font-weight: normal;
}

#droite #detail_article #descriptif form#commande div.points_cadeaux {
	padding-top: 20px;
}
#droite #detail_article #descriptif form#commande div.points_cadeaux p.titre{
	margin: 0; padding: 0; border: 0;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}

#droite #detail_article #descriptif form#commande div.points_cadeaux p.nb_points{
	margin: 0; padding: 0; border: 0;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color:#FFF;
	width: 35px;
	height: 36px;
	line-height: 36px;
	background: url('images/rond_vert.gif') no-repeat  100% 50%;
}
#droite #detail_article #descriptif form#commande h1{
	margin:  0px; padding: 2px 0px; border: 0;
	font-size: 14px;
	font-weight: bold;
}
#droite #detail_article #descriptif form#commande p.prix{
	margin:  0px; padding: 0px; border: 0;
	font-size: 24px;
	font-weight: bold;
	color: #a8d13f;
	margin-bottom: 10px;
}
#droite #detail_article #descriptif form#commande select{
	display: block;
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}

#droite #detail_article #descriptif form#commande a{
	display: block;
	float: right;
	width: 140px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;

	padding-left: 10px;
	margin-top: 20px;

	background: #a8d13f url('images/fl_noir_dr.gif') no-repeat  100% 50%;
}


#droite #detail_article #accroche_autres_articles {
	margin-top: 30px;
}
#droite #detail_article #accroche_autres_articles h1{
	margin:  0px; padding: 0px; border: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 22px;
	padding-bottom: 2px;
	background: url('images/carre_vert.gif') no-repeat  0% 50%;
	
	
}

#droite #detail_article #accroche_autres_articles #liste_articles{
	padding-top: 20px;
}

#droite #detail_article #accroche_autres_articles #liste_articles div{
	float: left;
	width: 158px;
	text-align: center;
	padding-right: 28px;

}
#droite #detail_article #accroche_autres_articles #liste_articles div.last{
	padding-right: 0px;

}
#droite #detail_article #accroche_autres_articles #liste_articles div a{
	display: block;
	text-decoration: none;
	border: 1px solid #c4c4c4;
}
#droite #detail_article #accroche_autres_articles #liste_articles div a:hover{
	border: 1px solid #a8d13f;
}
#droite #detail_article #accroche_autres_articles #liste_articles div a img{
	margin:  0px; padding: 0px; border: 0;
}

#droite #detail_article #accroche_autres_articles #liste_articles div p{
	margin:  0px; padding: 5px 5px; border: 0;
	font-size: 11px;
	font-weight: normal;
}