.fondChemin {
   border-bottom: 1px solid white;
   height: 12px;
   margin-bottom: 10px;
   position: relative;
}
.fondChemin .chemin {
   background: #858585;
   position: absolute;
   padding-right: 5px;
}
.fondChemin .chemin a {
   color: white;
   text-decoration: none;
}
.fondChemin .chemin a:hover {
   color: white;
   text-decoration: underline;
}
div#marques {
   width: 565px;
   margin: 0px auto;
}
table.marque {
   float: left;
   margin: 5px 30px;
}
table.marque td.logoMarque {
   text-align: center;
   vertical-align: middle;
}
table.marque td.logoMarque a img {
   border: 1px solid #FFF;
}
table.marque td.logoMarque a:hover img {
   border: 1px solid #383838;
}
table.marque td.nomMarque {
   text-align: left;
   vertical-align: top;
}
table.marque td.nomMarque a {
   text-decoration: none;
   font-size: 20px;
   font-weight: normal;
}
table.marque td.nomMarque a:hover {
   text-decoration: underline;
}
div#logoGaucheMarque {
   width: 100px;
   float: left;
}
div#listeArticles {
   margin: 0px;
}
div#centrerListe {
   width: 708px;
   margin: 0px auto;
}
table.infosArticle {
   background-color: #e2e2e2;
   width: 720px;
   color: #333;
   margin: 20px auto;
}
table.infosArticle td.navigation {
   width: 30px;
   vertical-align: middle;
   padding: 0px;
   background: #858585;
}
table.infosArticle a#articlePrecedent, table.infosArticle a#articleSuivant {
   display: block;
   width: 30px;
   height: 50px;
   background: url(../images/fleGauche.jpg) no-repeat;
}
table.infosArticle a#articleSuivant {
   background: url(../images/fleDroite.jpg) no-repeat;
}
table.infosArticle a#articlePrecedent:hover {
   background: url(../images/fleGaucheOver.jpg) no-repeat;
}
table.infosArticle a#articleSuivant:hover {
   background: url(../images/fleDroiteOver.jpg) no-repeat;
}
table.infosArticle td.image {
   width: 300px;
}
table.infosArticle td.image img {
   border: none;
}
table.infosArticle td.texte {
   width: 340px;
   vertical-align: top;
}
table.infosArticle td.texte h2 {
   color: #333;
}
table.infosArticle td.texte p {
   margin: 10px 0px;
}
table.infosArticle td.texte p.dispo {
   font-size: 11px;
}
table.infosArticle td.boutons {
   height: 36px;
   vertical-align: bottom;
}
table.infosArticle td.boutons a#boutonAgrandir {
   background: url(../images/loupe.gif) no-repeat center right;
   color: #2A2A2A;
   line-height: 18px;
   font-size: 11px;
   padding: 2px 20px 2px 0px;
   text-decoration: none;
}
table.infosArticle td.boutons a#boutonAgrandir:hover {
   color: #2A2A2A;
   text-decoration: underline;
}
table.infosArticle td.boutons div#infoBulleTypeVetement {
   display: none;
   position: absolute;
   padding: 5px;
   background: #666;
}
div.separationArticles {
   height: 0px;
   border-top: 1px solid white;
   width: 50%;
   margin: 0px auto 15px;
   font-size: 0px;
   line-height: 0px;
}
table.article {
   float: left;
   margin: 7px;
}
table.article td.imageArticle {
   text-align: center;
   vertical-align: middle;
}
table.article td.imageArticle a {
   display: block;
   position: relative;
}
table.article td.imageArticle a img {
   border: 1px solid white;
}
table.selectionne {
   background: #383838;
}
table.article td.imageArticle a:hover img, table.selectionne td.imageArticle a img {
   border-color: #383838;
}
table.article td.imageArticle img.loupe {
   position: absolute;
   bottom: 5px;
   right: 5px;
   border: none;
}
table.article td.nomArticle {
   text-align: left;
   vertical-align: top;
   padding: 5px;
}
table.article td.nomArticle a {
   text-decoration: none;
}
#optionsChangerArticles {
   margin: 20px 0px;
}
#changerPositionArticle, #changerPageArticle {
   border: 1px solid #333;
   padding: 5px;
   width: 400px;
   height: 250px;
   display: none;
   margin: 5px;
   overflow: auto;
}
#changerPageArticle blockquote {
   margin: 0px 30px;
}
