/*************************************************
* Feuille de style principale de Motoshopping.fr *
*************************************************/

/**
* Reset des principaux elements
* Permet d'eviter les conflits de navigateur en annulant les valeurs par defaut
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* Fin du reset des elements
*/

/**
* General : elements HTML se retrouvant sur toutes les pages et ayant le m�me style sur toute les pages
*/

body {
	line-height: 1;
	color: #000;
	font: 11px arial,helvetica,sans-serif;
	/*background: left top repeat-x url(../images/background/bg_page_top.png);*/
	background: url(../fichiers/background/background.jpg) no-repeat top center;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	margin: 5px 0 10px 0;
}



h3 {
	font-size: 14px;
	font-weight: bolder;
	margin: 5px 0 5px 0;
	color: #334F51;
}

label {
	cursor: pointer;
	text-align: left !important;
}

/* n'importe quel element en display none */
.cache {
	display: none;
}

/* asterisque indiquant qu'un champ est obligatoire */
.obligatoire {
	font-weight: bold;
	font-size: 18px;
}

/* paragraphe centre */
p.centre {
	text-align: center !important;
}

/* message d'erreur ou d'info */
.message_erreur {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 12px !important;
  line-height: 28px;
  color: #FFF !important;
  background: #E73;
  border: 1px solid #D51;
}

.obligatoire {
  color: #DD5511;
}

.message_info {
  text-align: center !important;
	font-weight: bold !important;
	font-size: 12px !important;
  line-height: 28px;
  color: #FFF !important;
  background: #6D7;
  border: 1px solid #1A5;
}


/* temporaire */
table {
	margin: 5px 5px 5px 5px;
	width: 400px;
}

div.hack-clear {
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	background: none !important;
}

/**
* Header
*/

.accessoires-moto { display:none; }

div#page {
	width: 100%;
	background: bottom left repeat-x url('../images/background/bg_page_bottom.png');
}

div#header {
	width: 1041px;
	height: 359px;
	background-image: url('../images/background/bg_header_bottom.gif');
    background-position: 25px 269px !important;
    background-position: 28px 269px;
    background-repeat: no-repeat;
	margin: 0 auto 0 auto;
    padding-left: 0 !important;
    padding-left: 3px;
}

div#header-flash {
	height: 290px;
	width: 1041px;
    background-image: url('../images/background/bg_header.png');
    background-repeat: no-repeat;
    background-position: 35px 180px;
}

div#bandeau_partie1{
	height:181px;
	width:972px;
	padding:0 0 0 28px;
	margin:0 0 0 0;
}

#sotester2 {
    margin-left: 7px; 
}

div#bandeau_partie2{
	height:106px;
	width:940px;
    margin-top: 2px;
    margin-left: 41px;
}

/**
* Formulaire de recherche d'un produit dans le header
*/
form#recherche-produit {
	height: 40px;
	width: 819px;
	margin: 0 0 0 190px;
	padding: 0 0 0 32px;
	background: left 5px no-repeat url(../images/interface/icone_recherche.png);
	font-size: 12px;
}

form#recherche-produit label {
	margin: 10px 3px 0 0;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

form#recherche-produit input.champ-texte {
	margin: 8px 4px 0 3px;
	padding: 2px 2px 2px 2px;
	float: left;
	width: 226px;
	border: 1px solid #587575;
	background: #cbd3d3;
	color: #394748;
	font-size: 11px;
}

form#recherche-produit select {
	margin: 8px 4px 0 3px;
	padding: 2px 2px 2px 2px;
	float: left;
	border: 1px solid #587575;
	background: #cbd3d3;
	color: #394748;
	font-size: 11px;
}

/**
* Div principale, entre le header et le footer
*/
div#main {
	width: 992px;
	margin: 0 auto 0 auto;
	padding: 0 24px 0 25px;
	background: url(../images/background/bg_main_center.png);
	background-position: 35px 0px;
	background-repeat: repeat-y;
}

/**
* Zone en pied de la div principale
*/
div#main-bottom {
	height: 129px;
	width: 972px;
    margin-left: 10px;
	clear: both;
	background: left bottom repeat-x url(../images/background/bg_main_bottom_center.png);
}

div#main-bottom-left {
	width: 31px;
	height: 129px;
	float: left;
	background: left bottom no-repeat url(../images/background/bg_main_bottom_left.png);
}
div#main-bottom-center {
	height: 129px;
	float: left;
	background: transparent;
}
div#main-bottom-right {
	width: 31px;
    margin-right: -3px;
	height: 129px;
	float: right;
	background: right bottom no-repeat url(../images/background/bg_main_bottom_right.png);
}

/**
* Footer
*/

div#footer {
	clear: both;
	width: 1041px;
	height: 142px;
	margin: 0 auto 0 auto;
	background: transparent;
	font-size: 10px;
}

div#footer strong {
	font-size: 11px;
	font-weight: bolder;
}

div#footer-left {
	width: 19px;
	height: 103px;
	float: left;
	padding: 0 0 0 23px;
	background: 23px 0px no-repeat url(../images/background/bg_footer_left.png);
}

div#footer-right {
	width: 19px;
	height: 103px;
	float: right;
	padding: 0 23px 0 0;
	background: 0px 0px no-repeat url(../images/background/bg_footer_right.png);
}

div#footer-center {
	width: 957px;
	float: left;
	background: #d2dddd left top repeat-x url(../images/background/bg_footer_center.png);
}

/* ancre contenant le logo motoshopping */
a#footer-logo-motoshopping {
	display: block;
	float: left;
	margin: 29px 0 0 0;
}

/* liste contenues dans le footer */
div#footer ul {
	float: left;
	margin: 36px 5px 0 15px;
	padding: 0 0 0 2px;
	background: left top repeat-y url(../images/interface/bordure_liste_1.gif);
}

div#footer ul li {
	margin: 0 0 0 8px;
	padding: 0 0 0 10px;
	background: left center no-repeat url(../images/interface/puce_fleche_droite_1.gif);
}

div#footer a {
	text-decoration: none;
	color: #334f51;
}

div#footer a:hover {
	text-decoration: underline;
	color: #334f51;
}
/**
* Elements commun aux colonnes de gauche et droite
*/

/* titre h2 */
div#left-column h2, div#right-column h2 {
	height: 26px;
	margin: 0 2px 10px 2px;
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	display: inline;
	text-align: center;
	color: #fff;
}

div#left-column span.titre-col-mca, div#right-column span.titre-col-mca {
	height: 26px;
	margin: 0 2px 10px 2px;
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	display: inline;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	font-weight:bold;
}

/* titre h2 sur deux lignes */
div#left-column h2.mini, div#right-column h2.mini {
	height: 26px;
	margin: 0 2px 10px 2px;
	padding: 1px 0 0 0;
	font-size: 11px;
	float: left;
	clear: both;
	display: inline;
	text-align: center;
	color: #fff;
}

div#left-column span.mini-titre-col, div#right-column span.mini-titre-col {
	height: 26px;
	margin: 0 2px 10px 2px;
	padding: 1px 0 0 0;
	font-size: 11px;
	float: left;
	clear: both;
	display: inline;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	font-weight:bold;
}

div#left-column span.mini-titre-col-mca { 
height: 26px;
	margin: 0 2px 10px 2px;
	padding: 1px 0 0 0;
	font-size: 11px;
	float: left;
	clear: both;
	display: inline;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	font-weight:bold;
}


h2.sans-marge {
	margin: 0 2px 0px 2px !important;
	height: 23px !important;
}

span.sans-marge-titre-col-mca {
	margin: 0 2px 0px 2px !important;
	height: 23px !important;
	padding: 1px 0 0 0;
	font-size: 11px;
	float: left;
	clear: both;
	display: inline;
	text-align: center;
	color: #fff;
		font-size: 14px;
	font-weight: bolder;
	font-weight:bold;
}
.flash-bloc-informations {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	width: 144px;
	text-align: center;
}

/* liste simple des colonnes de gauche et droite */
div#left-column div.bloc ul.liste-simple, div#right-column div.bloc ul.liste-simple {
	margin: 5px 0 15px 0;
}

div#left-column div.bloc ul.liste-simple li, div#right-column div.bloc ul.liste-simple li {
	background: 3px 50% no-repeat url(../images/interface/puce_fleche_droite_3.gif);
	padding: 0 0 0 12px;
}

/* liens dans les colonne de gauche et droite */
div#left-column a, div#right-column a {
	text-decoration: none;
	color: #334f51;
}

div#left-column a:hover, div#right-column a:hover {
	text-decoration: underline;
	color: #334f51;
}

/* Pub dans la colonne de gauche */
div#left-column div.bloc div.pub-196 {
  margin: 0 !important;
  padding: 0 !important;
  height: 196px !important;
}
div#left-column div.bloc div.pub-196 a {
  display: block !important;
  height: 196px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* paragraphe de texte des colonnes de gauche et droite */
div#left-column div.bloc p.paragraphe, div#right-column div.bloc p.paragraphe {
	margin: 0 5px 15px 5px;
}

/* liens sous forme de bouton */
div#left-column a.lien-bouton, div#right-column a.lien-bouton {
	display: block;
	float: left;
	width: 84px;
	height: 17px;
	padding: 2px 0 0 0;
	margin: 0 0 0 2px;
	text-align: center;
	background: center center no-repeat url(../images/interface/bouton_lien_1.gif);
    font-weight: bold;
}

/* bouton voir mon panier */
div#left-column  a#voir-panier, div#right-column a#voir-panier {
	width: 129px;
	height: 32px;
	display: block;
	float: none !important;
	background: url(../images/interface/bouton_voir_panier_normal.gif);
	text-decoration: none;
}

div#left-column  a#voir-panier {
	margin: 0 0 0 7px !important;
}

div#right-column  a#voir-panier {
	margin: 0 0 0 17px !important;
}

div#left-column  a#voir-panier:hover, div#right-column a#voir-panier:hover {
	background: url(../images/interface/bouton_voir_panier_hover.gif);
	text-decoration: none;
}


/**
* Colonne de gauche
*/

div#left-column {
	width: 165px;
	padding: 0;
	margin: 0;
	float: left;
}

div#left-column h2 {
	width: 140px;
	background: center top no-repeat url(../images/background/bg_left_bloc_h2.png);
}

div#left-column span.titre-col-mca, div#left-column span.sans-marge-titre-col-mca, div#left-column span.mini-titre-col-mca {
	width: 140px;
	background: center top no-repeat url(../images/background/bg_left_bloc_h2.png);
}

div#right-column span.titre-col-mca, div#right-column span.sans-marge-titre-col-mca {
	width: 160px;
	background: center top no-repeat url(../images/background/bg_right_bloc_h2.png);
}




/* bloc dans la colonne de gauche */
div#left-column div.bloc {
	width: 144px;
	background: left top repeat-y url(../images/background/bg_left_bloc_center.png);
	margin: 0 0 7px 17px;
	font: 10px verdana,helvetica,sans-serif;
}

div#left-column div.bloc-contenu {
	width: 144px;
	padding: 3px 0 0 0;
	background:  #cfd8de;
	background: left top no-repeat url(../images/background/bg_left_bloc_top.png);
}

div#left-column div.bloc-contenu * {
	clear: both;
}

div#left-column div.bloc-footer {
	height: 6px;
	background: center bottom no-repeat url(../images/background/bg_left_bloc_bottom.png);
}

/* liste a bouton de la colonnes de gauche */
div#left-column div.bloc ul.liste-bouton {
	margin: 5px 0 15px 0;
}


div#left-column div.bloc ul.liste-bouton li {
	padding: 0 0 0 24px;
	margin: 0 0 0 5px;
}

div#left-column div.bloc ul.liste-bouton li.fleche-droite {
	background: left center no-repeat url(../images/interface/puce_fleche_droite_4.png);
}

div#left-column div.bloc ul.liste-bouton li.fleche-bas {
	background: left center no-repeat url(../images/interface/puce_fleche_bas_2.png);
}

div#left-column div.bloc ul.liste-bouton li a {
	display: block;
	width: 106px;
	height: 20px;
	background: left center no-repeat url(../images/interface/bouton_texte_1.png);
	font: 11px arial,helvetica,sans-serif;
	text-align: center;
	padding: 5px 0 0 0;
	color: #3c5c5d !important;
}

/**
* Menu en accordeon
*/
/* titre */
h3.toggler {
	font: 8px verdana,helvetica,sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	height: 16px;
	cursor: pointer;
	width: 143px;
}
/* div dans le titre, utile pour l'effet de over */
h3.toggler span {
	display: block;
	padding: 2px 0 0 15px;
	margin: 0;
	height: 14px;
	width: 128px;
}

/* titre d'une categorie fermee */
h3.closed span, h3.closed span.inactive {
	color: #000;
	background: transparent 2px 50% no-repeat url(../images/interface/puce_fleche_bas_1.gif);
}

/* titre d'une categorie ouverte */
h3.opened span, h3.opened span.inactive {
	color: #fff;
	background: transparent 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif);
}

div.accordion {
	background: #e7ecef left top repeat-x url(../images/background/bg_menu_accordion_top.gif);
}

div.accordion ul {
	width: 144px;
	background: transparent left bottom repeat-x url(../images/background/bg_menu_accordion_bottom.gif);
	text-transform: uppercase;
	font-size: 10px;
	margin: 7px 0 0 0;
	padding: 0 0 7px 0;
}

div.accordion ul li {
	height: 14px;
	margin: 0;
	padding: 0;
}

div.accordion ul a {
	height: 12px;
	display: block;
	color: #394748;
	text-decoration: none;
	padding: 1px 0 1px 20px;
	margin: 0;
}

div.accordion ul a:hover {
	background: #f8f9fa 9px 50% no-repeat url(../images/interface/puce_fleche_droite_2.gif);
	font-weight: bold;
}

/**
* Colonne de droite
*/

div#right-column {
	width: 185px;
	padding: 0 0 0 0;
	overflow: hidden;
	float: right;
    margin-right: -5px;
}

div#right-column h2 {
	width: 159px;
	background: center top no-repeat url(../images/background/bg_right_bloc_h2.png);
}

/* bloc dans la colonne de drote */
div#right-column div.bloc {
	width: 165px;
	background: left top repeat-y url(../images/background/bg_right_bloc_center.png);
	margin: 0 0 7px 0;
	font: 10px verdana,helvetica,sans-serif;
}

div#right-column div.bloc-contenu {
	width: 165px;
	padding: 3px 0 0 0;
	background:  #cfd8de;
	background: left top no-repeat url(../images/background/bg_right_bloc_top.png);
}

div#right-column div.bloc-contenu * {
	clear: both;
}

div#right-column div.bloc-footer {
	width: 165px;
	height: 6px;
	background: center bottom no-repeat url(../images/background/bg_right_bloc_bottom.png);
}

div#right-column div.spacer {
  clear:both; 
  height:10px;
}

div#right-column div.spacer2 {
  clear:both; 
  height:12px;
}


/**
* Formulaires dans la colonne de droite
*/

div#right-column form {
	margin: 5px 0 5px 5px;
}

div#right-column form p {
	margin: 1px 1px 1px 1px;
}

div#right-column form input.champ-texte {
	padding: 3px 1px 3px 1px;
	margin: 2px 0 2px 0;
	width: 105px;
	height: 13px;
	border: 1px solid #779595;
	clear: none;
	float: left;
	font-size: 10px;
	color: #435454;
}

div#right-column form input.bouton {
	margin: 2px 0 0 5px;
	clear: none;
	float: left;
}

/* liste a picto dans la colonne de droite */
div#right-column ul.liste-picto, div#left-column ul.liste-picto {
	width: 140px;
	margin: 5px 0 5px 0;
}

div#left-column ul.liste-picto {
    margin-left: 20px;
}

div#right-column ul.liste-picto li, div#left-column ul.liste-picto li {
	padding: 0 0 0 22px;
}

div#right-column ul.liste-picto li#envoyer-a-un-ami, div#left-column ul.liste-picto li#envoyer-a-un-ami {
	background: 3px 50% no-repeat url(../images/interface/picto_envoyer_ami.gif);
}

div#right-column ul.liste-picto li#imprimer, div#left-column ul.liste-picto li#imprimer {
	background: 3px 50% no-repeat url(../images/interface/picto_imprimer.gif);
}

div#right-column ul.liste-picto li#ajouter-a-vos-favoris, div#left-column ul.liste-picto li#ajouter-a-vos-favoris {
	background: 3px 50% no-repeat url(../images/interface/picto_favoris.gif);
}

div#right-column ul.liste-picto li#rss, div#left-column ul.liste-picto li#rss {
	background: 3px 50% no-repeat url(../images/interface/picto_rss.gif);
}

/**
* Bloc pub 120 par 600
*/
div.pub-120-600 {
	width: 145px;
	height: 611px;
	margin: 0 0 5px 0;
	padding: 10px 0 0 20px;
	background: left top no-repeat url(../images/background/bg_pub_120_600.gif);
}

/**
* Bloc pub 165 par 170
*/
div.pub-165-170 {
	width: 165px;
	height: 170px;
}

/**
* Bloc pub 165 par 170
*/
div.pub-165-280 {
	width: 165px;
	height: 280px;
}

/**
* Bloc pub 165 par 145
*/
div.pub-165-145 {
	width: 165px;
	height: 145px;
}

/**
* Contenu centrale
*/

div#center-column {
	width: 637px;
	padding: 0;
	float: left;
	margin: 2px 5px 0 2px;;
}

div#center-column h2 {
	background-image: url(../images/background/bg_center_bloc_h2.png);
	background-repeat:  no-repeat;
	background-position: 2px 50%;
	height: 23px;
	width: 627px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 10px;
	font-size: 14px;
	color: #fff;
}

div#center-column h3 {
	color: #334F51;
	width: 300px;
  font-size: 20px;
	margin: 10px 0 5px 0;
}

div#center-column h4 {
	background: url(../images/background/puce_center_bloc_h4.gif) no-repeat 0 4px;
	border-bottom: 1px solid #CFD8DE;
	width: 610px;
	margin: 0 auto 10px auto;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
	color: #465B5E;
}

div#center-column h5 {
	font-size: 11px;
	font-weight: bold;
	color: #334F51;
	width: 618px;
	margin: 0 auto 0 auto;
}

div#center-column h6 {
	font-size: 11px;
	font-weight: normal;
	color: #394544;
	width: 618px;
	margin: 0 auto 10px auto;
}

div#center-column p {
	font-size: 11px;
	font-weight: normal;
	color: #334F51;
	text-align: justify;
	margin: 0 auto 0 auto;
}

div#contenu-libre p {	
	width: 618px;
}

div#contenu-libre a {
	color: #334F51;
}

div#contenu-libre ul li {	
	color: #334F51;
	list-style-image: url(../images/interface/puce_fleche_droite_2.gif);
	margin: 0 0 0 30px;
}

div#contenu-libre ul {
	margin: 0 0 15px 0;
}

/*************************
* Style du menu accordeon
*************************/

/**
* Element dont la couleur change pour l'univers casque
*/
/* bloc info */
.casque div.info-produit .nom-produit, .casque a {
	color: #813a3a;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.casque ul a:hover {
	color: #813a3a !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .casque {
	background: #813a3a 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.casque {
	background-color: #813a3a;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers vetement homme cuir
*/
/* bloc info */
.vetement-homme-cuir div.info-produit .nom-produit, .vetement-homme-cuir a {
	color: #685f33;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.vetement-homme-cuir ul a:hover {
	color: #685f33 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .vetement-homme-cuir {
	background: #685f33 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.vetement-homme-cuir {
	background-color: #685f33;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers vetement homme textile
*/
/* bloc info */
.vetement-homme-textile div.info-produit .nom-produit, .vetement-homme-textile a {
	color: #3d4861;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.vetement-homme-textile ul a:hover {
	color: #3d4861 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .vetement-homme-textile {
	background: #3d4861 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.vetement-homme-textile {
	background-color: #3d4861;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers femme
*/
/* bloc info */
.femme div.info-produit .nom-produit, .femme a {
	color: #784b71;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.femme ul a:hover {
	color: #784b71 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .femme {
	background: #784b71 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.femme {
	background-color: #784b71;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers botte
*/
/* bloc info */
.botte div.info-produit .nom-produit, .botte a {
	color: #413450;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.botte ul a:hover {
	color: #413450 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .botte {
	background: #413450 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.botte {
	background-color: #413450;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers tout terrain
*/
/* bloc info */
.tout-terrain div.info-produit .nom-produit, .tout-terrain a {
	color: #34422b;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.tout-terrain ul a:hover {
	color: #34422b !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .tout-terrain {
	background: #34422b 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.tout-terrain {
	background-color: #34422b;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers gant
*/
/* bloc info */
.gant div.info-produit .nom-produit, .gant a {
	color: #512f26;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.gant ul a:hover {
	color: #512f26 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .gant {
	background: #512f26 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.gant {
	background-color: #512f26;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers sport-wear
*/
/* bloc info */
.sport-wear div.info-produit .nom-produit, .sport-wear a {
	color: #a0865f;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.sport-wear ul a:hover {
	color: #a0865f !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .sport-wear {
	background: #a0865f 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.sport-wear {
	background-color: #a0865f;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers bagagerie
*/
/* bloc info */
.bagagerie div.info-produit .nom-produit, .bagagerie a {
	color: #473555;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.bagagerie ul a:hover {
	color: #473555 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .bagagerie {
	background: #473555 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.bagagerie {
	background-color: #473555;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers equipement de la moto
*/
/* bloc info */
.equipement-de-la-moto div.info-produit .nom-produit, .equipement-de-la-moto a {
	color: #ae734a;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.equipement-de-la-moto ul a:hover {
	color: #ae734a !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .equipement-de-la-moto {
	background: #ae734a 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.equipement-de-la-moto {
	background-color: #ae734a;
	color: #fff;
}

/**
* Element dont la couleur change pour l'univers entretien
*/
/* bloc info */
.entretien div.info-produit .nom-produit, .entretien a {
	color: #365246;
}
/* hover d'une marque dans le menu accordeon */
div.accordion.entretien ul a:hover {
	color: #365246 !important;
}
/* titre h3 ouvert dans le menu accordeon */
h3.opened .entretien {
	background: #365246 2px 50% no-repeat url(../images/interface/puce_fleche_haut_2.gif) !important;
}
/* titre h3 dans le menu accordeon avec mouse over */
h3.closed .over.entretien {
	background-color: #365246;
	color: #fff;
}

/********************************
* Fin du style du menu accordeon
********************************/

/**
* style du menu des commandes
*/

div#conteneur-commande {
    background-color: #cfd8de;
    width: 631px;
    padding: 0 0 50px 0;
    background-image: url('../images/background/bg_commande_bottom.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
    color: #465b5e;
}

ul#menu-commande {
    width: 631px;
    height: 35px;
    margin: 0;
    padding: 0;
    background-image: url('../images/background/bg_menu_commande.png');
    background-repeat: no-repeat;
}

ul#menu-commande li {
    float: left;
	margin: 0;
    padding: 4px;  
    height: 27px;
    text-align: center;
    color: #9daeb8;
}

ul#menu-commande li.menu-commande-done {
    color: #465b5e; 
}

ul#menu-commande li.menu-commande-current {
    color: #465b5e;
    background-image: url('../images/background/bg_menu_espace_particulier_selected.png');
    background-position: 50% 0;
    background-repeat: no-repeat;    
}

ul#menu-commande li strong {
    float: left;
	margin: 7px 3px 0 2px;
    font-size: 16px;
}

ul#menu-commande li span {
    float: left;
	margin: 0;
	padding: 0;
}

/* menu 1 bis (etape qui remplace le panier pour seulement devenir membre) */
ul#menu-commande li#menu-commande-devenir-membre {
    width: 68px;
}

ul#menu-commande li#menu-commande-devenir-membre span {
	
}

/* menu 1 */
ul#menu-commande li#menu-commande-panier {
    width: 68px;
}

ul#menu-commande li#menu-commande-panier span {
	margin: 9px 0 0 5px;
}

/* menu 2 */
ul#menu-commande li#menu-commande-modification {
	width: 104px; 
}

ul#menu-commande li#menu-commande-modification span {
	margin: 0 0 0 2px;
  width: 80px;
}

/* menu 3 */
ul#menu-commande li#menu-commande-identification {
	width: 105px;
}

ul#menu-commande li#menu-commande-identification span {
	margin: 9px 0 0 9px;
}

/* menu 4 */
ul#menu-commande li#menu-commande-adresses {
	width: 139px;
}

ul#menu-commande li#menu-commande-adresses span {
	width: 120px;
}

/* menu 5 */
ul#menu-commande li#menu-commande-recapitulatif {
	width: 90px;
}

ul#menu-commande li#menu-commande-recapitulatif span {
	margin: 9px 0 0 4px;
}

/* menu 6 */
ul#menu-commande li#menu-commande-paiement {
	width: 76px;
}

ul#menu-commande li#menu-commande-paiement span {
	margin: 9px 0 0 4px;
}

 /**
 * Fin du style pour le menu des commandes
 */

/**
* Cadre du carrousel flash
*/
div.flash-carrousel {
	width: 633px;
	height: 302px;
	margin: 0 0 0 3px;
}


/**
* Style du plan du site
*/
ul.plan-site {
	margin: 15px 0 0 0 !important;
}

ul.plan-site ul {
	margin: 10px 0 10px 0 !important;
}

ul.plan-site li {
	font-size: 14px;
}

ul.plan-site li.accueil {
	margin: 0 0 10px 30px !important;
}

ul.plan-site li ul li {
	font-size: 11px;
}

/**
* Style du paragraphe contenant les liste des pages
*/
.pages-par-pages {
	text-align: center !important;
	padding: 5px 5px 5px 5px !important;
}

.pages-par-pages a {
	color: #334F51;
}

.pages-par-pages a:hover {
	text-decoration: none;
}

div #bottom-nav {
	text-align: center;
	background-color: #cfd8de !important;
	margin: 5px 0 15px 0 !important;
}

.bottom-nav a {	
	color: #fff !important;
	background-color: #4d6261;
    border: 1px solid #445554;
    font-size: 11px;
	text-align: center;
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
}

/**
* Style de la liste des liens sur la page nos partenaires
*/

.liste-partenaires  {
	padding: 10px 40px 10px 40px;
}

.liste-partenaires li {
	float: left !important;
	clear: none !important;
	height: 40px !important;
	width: 100px !important;
	margin: 5px 5px 5px 5px !important;
	padding: 0 !important;
	list-style: none !important;
	text-align: center !important;
}

.liste-partenaires li.large {
	width: 135px !important;
}

.liste-partenaires li.xlarge {
	width: 468px !important;
	height: 60px !important;
	clear: both !important;
}

/**
* Style utilise sur la page de contact
*/

#info-contact {
	background-color: #cfd8de;
	color: #465B5E;
	float: none;
	margin: 0 0 5px 3px;
	padding: 10px 0 10px 0;
	width: 628px;
	height: 100px;
}

#info-contact .visuel {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
	width: 82px;
}

#info-contact .texte {
	float: left;
	display: inline;
	margin: 0 0 20px 10px;
	padding: 0;
	width: 516px;
	font-weight: bold;
}

#info-contact .texte strong {
	font-size: 13px;
}

p.champ_texte_erreur input {
  border: 1px solid #DD5511 !important;
}

p.champ_texte_erreur span.message_champ {
  color: #DD5511;
  display: block;
  text-align: right;
}

input.bouton-continuer {
  background: url('../images/interface/bouton_panier_continuer.png');
  width: 169px;
  height: 44px;
  border: 0 !important;
}

input.bouton-continuer:hover {
  cursor: pointer;
}