@charset "UTF-8";

html, body { width:100%; height:100%; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; color:#696969; }
#wrapper { width:600px; height:480px; overflow:hidden; }

#top { height:100px; }
#items { width:550px; height:380px; margin:0 auto; padding-left:10px; }
.item { width:168px; float:left; padding:5px 15px 0 0; }
.item img { float:left; }
.item p { display:block; float:right; width:75px; }
.item span.item-titre { font-size:13px; font-weight:bold; }
.item span.item-desc { font-size:12px; }
.item span.item-prix { font-size:18px; font-weight:bold; padding-top:10px; display:block; }
.item .allez { margin-top:20px; }

.titre-section { padding: 20px 0 0 20px; float:left; }
.numero-section { float:right; padding:10px 10px 0 0; text-align:right; color:#fff; font-size:12px; font-weight:normal; }
.numero-section img { padding-top:3px; }

.img-manteau { padding:20px 0 0 25px; float:left; }
.img-manteau-spacer { padding:20px 25px 0 25px; float:left; }
.details { float:right; width:280px; position:relative; padding:20px 0 0px 0; right:25px; height:340px; }
.bottom { position:absolute; bottom:0px; right:0px; }
.bottom img { padding-left:20px; }
#back { position:absolute; top:-25px; right:10px; }

span.modele { font-size:23px; font-weight:bold; }
img.modele { padding-bottom:3px; }
span.prix { font-size:23px; font-weight:bold; }
div.prix { width:150px; text-align:right; }
img.prix { padding-bottom:3px; }
img.couleurs { margin-top:12px; padding-bottom:3px; }
img.details-techniques { margin-top:12px; padding-bottom:3px; }
img.grandeurs { margin-top:12px; padding-bottom:3px; }
img.fourrures { margin-top:12px; padding-bottom:3px; }
.normal { font-size:12px; }
.normal a { color:#8aaa3a; }
.normal a:hover { color:#66b9da; }

.couleurs-link:hover { text-decoration:underline; }
.couleurs-link { display:block; padding:1px 0 0 26px; height:19px; width:100px; text-decoration:none; color:#696969; font-size:12px; display:inline; margin-right:1px; }
.black { background:transparent url(../_images/couleurs/img-black.gif) no-repeat 0 0; }
.brick { background:transparent url(../_images/couleurs/img-brick.gif) no-repeat 0 0; }
.cactus { background:transparent url(../_images/couleurs/img-cactus.gif) no-repeat 0 0; }
.carbon { background:transparent url(../_images/couleurs/img-carbon.gif) no-repeat 0 0; }
.choco { background:transparent url(../_images/couleurs/img-choco.gif) no-repeat 0 0; }
.indigo { background:transparent url(../_images/couleurs/img-indigo.gif) no-repeat 0 0; }
.navy { background:transparent url(../_images/couleurs/img-navy.gif) no-repeat 0 0; }
.newred { background:transparent url(../_images/couleurs/img-newred.gif) no-repeat 0 0; }
.rusty { background:transparent url(../_images/couleurs/img-rusty.gif) no-repeat 0 0; }
.sienna { background:transparent url(../_images/couleurs/img-sienna.gif) no-repeat 0 0; }
.silver { background:transparent url(../_images/couleurs/img-silver.gif) no-repeat 0 0; }
.stone { background:transparent url(../_images/couleurs/img-stone.gif) no-repeat 0 0; }
.taupe { background:transparent url(../_images/couleurs/img-taupe.gif) no-repeat 0 0; }

img { border:0; }
a img { outline:none; }
a { outline:none; }
.clear { width:0; height:0; padding:0; margin:0; clear:both; font-size:0; }
.right { float:right; }
.align-right { text-align:right; }
.left { float:left; }
.center { margin:0 auto; }
