/* declaration générale --------------------------------------------------------*/
* { margin: 0; padding: 0; }

body {
background-color: #141414;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999;
}

a {
text-decoration: none;
color: #266ff0;
}

a:hover {
color: #e8521b;
}

img  {
border: none;
}

h1 {
font-size: 18px;
font-weight: normal;
color: #aeaeae;
padding: 10px;
}


/* FIN declaration générale -----------------------------------------------------*/

/* id generale-------------------------------------------------------------------*/
#site {
margin: 0 auto;
width: 100%;
background: #141414 url("../images/wall.png") top center no-repeat;
}

#conteneur {
position: relative;
width: 960px;
margin: 0 auto;
background: url("../images/background conteneur.png");
border: #4D4D4D 1px solid;
text-align: center;
padding-bottom: 20px;
}

#header {
height: 223px;
background: url("../images/background header.jpg") top center no-repeat;
}
/* FIN id generale --------------------------------------------------------------*/

/* Caddie---------------------------------------------------------------------*/
#caddie {
border: #4D4D4D 1px solid;
font-size: 10px;
position: absolute;
text-align: left;
background-color:#333;
top: 36px;
right: 10px;
padding: 10px;
}

#caddie ul {
list-style-type: none;
}

#caddie a {
text-decoration: none;
color: #266ff0;
}

#caddie a:hover {
color: #e8521b;
}
/* FIN Caddie--------------------------------------------------------------------*/

/* Menu -------------------------------------------------------------------------*/
#menu {
height: 34px;
background: url("../images/background menu.jpg") top center no-repeat;
color: #fff;
padding-left:160px;
}

#menu ul {
text-align: center;
list-style-type: none;
}

#menu li {
float: left;
}

#menu a {
display: block;
width: 126px;
height: 21px;
padding-top: 8px;
text-align: center;
text-decoration: none;
color: #999;
}

#menu a:hover {
color:#266ff0;
}
/* FIN Menu ----------------------------------------------------------------------*/

/* Centre ------------------------------------------------------------------------*/
#centre {
background-color: transparent;
margin-left: 160px;
margin-right: 160px;
min-height: 1100px;
padding-top: 20px;
border: #4D4D4D 1px solid ;
border-top: none;
border-bottom: none;
}

.edito {
width: 558px;
min-height: 800px;
margin: 20px;
padding: 20px;
text-align: center;
}

.edito h1 {
font-size: 16px;
color: #e8521b;
}

.edito h2 {
font-size: 14px;
color: #266ff0;
}

.edito img {
vertical-align: bottom;
}
/* FIN Centre --------------------------------------------------------------------*/

/* DEBUT gaucje ------------------------------------------------------------------*/
#gauche {
float: left;
width: 160px;
min-height: 1100px;
padding-top: 20px;
background: url("../images/montage scooter copie.png") bottom no-repeat;
}

#gauche ul {
text-align: left;
list-style-type: none;
padding-top: 20px;
}

#gauche a {
display: block;
width: 140px;
background-color: none;
color: #266ff0;
text-decoration: none;
padding: 10px;
}
#gauche a:hover {
color: #999;
background: url("../images/background menu gauche.png") center no-repeat;
}

#droite {
float: right;
width: 160px;
min-height: 1100px;
padding-top: 20px;
color: #999;
background: url("../images/montage camion copie.png") bottom no-repeat;
}

.input {
background-color: #555;
border: #266ff0 1px inset ;
color: #fff;
text-align: center;
}

/* Pied de page ------------------------------------------------------------------------*/
#pied {
height: 55px;
border: #4D4D4D 1px solid ;
border-left: none;
border-right: none;
background: #333;
padding-top: 8px;
}

#pied ul {
text-align: center;
list-style-type: none;
padding-bottom: 8px;
}

#pied li {
display: inline;
margin: 0 5px;
}

#pied a {
text-decoration: none;
color: #266ff0;
}

#pied a:hover {
color: #e8521b;
}

#pied .img {
padding-top: 30px;
}
/* FIN Pied de page ------------------------------------------------------------------------*/


.categorie, .li{
font-weight:bold;
}
.souscategorie, .li{
font-style:italic;
}


/* Vignette produits ------------------------------------------------------------------------*/
.vignette {
background-color: #141414;
float:left;
margin-left:30px;
margin-bottom:30px;
width:270px;

border: #4D4D4D 1px solid ;
text-align:center;	
}

.vignette h1 {
font-size: 16px;
color: #777;
padding-bottom: 5px;
}

.vignette h2{
font-size: 14px;
color: #e8521b;
padding-bottom: 5px;
}

.vignette img {
padding: 5px;
}

.vignette a {
text-decoration: none;
color: #999;
}

.vignette a:hover {
color: #266ff0;
}

.vignette ul {
text-align: center;
list-style-type: none;
border: #4D4D4D 1px solid ;
border-left: none;
border-right: none;
border-bottom: none;
}

.vignette li {
float: left;
}

.vignette a {
display: block;
width: 125px;
padding: 5px;
text-align: center;
text-decoration: none;
color: #266ff0;
background: #333;
}

.vignette a:hover {
color:#999;
background: #266ff0;
background: url("../images/background menu haut.png") center no-repeat;

}
/* FIN Vignette produits ---------------------------------------------------------------------*/

/* Detail produits ------------------------------------------------------------------------*/

#detailproduit {
width: 600px;
margin: 20px;
padding: 10px;
}

#detailproduit img {
padding: 10px;
}

#detailproduit h1 {
font-size: 24px;
padding-top: 10px;
}

#detailproduit h2 {
font-size: 18px;
color: #266ff0;
padding: 10px 20px 0 20px;
}

#detailproduit p {
font-size: 12px;
text-align: left;
padding: 20px;
}

#detailproduit h3 {
color: #e8521b;
padding: 20px 0 20px 20px;
text-align: left;
}

.detailproduittd {
padding: 0px 0 0 20px;
text-align: center;
background: url("../images/background achat.jpg") center no-repeat;
height:30px;
min-width:66px;

}

.detailproduittd a {
text-decoration: none;
color: #266ff0;
font-size:18px;

}

.detailproduittd a:hover {
color: #ffff00;
}

#detailproduit ul {
text-align: left; 
padding: 0 20px 0 40px;
}

/* Centre multimédia ------------------------------------------------------------------------*/

.multimediavideo {
display: block;
float: left;
padding-left: 75px;
padding-bottom: 20px;
}

.multimediavideo h1 {
font-size: 10px;
color:#e8521b;
padding-bottom: 5px;	
}

/* Table commentaire ---------------------------------------------------------------*/

.tddroite {
text-align: right;
vertical-align: top;
}

.tdgauche {
text-align: left;
padding-left: 5px;
}

.tddate {
background-color: #141414;
padding: 10px;
width: 400px;
text-align: left;
color: #e8521b;
border-bottom: #266ff0 1px inset ;
}

.tdlieu {
background-color: #141414;
padding: 10px;
width: 200px;
text-align: left;
color: #e8521b;
border-bottom: #266ff0 1px inset ;
}

.tdcom {
padding: 10px;
width: 200px;
text-align: left;
color: #eaeaea;
}

.inputcom {
background-color:#eaeaea; 
border-color:#808080;
}

.warning {
width: 400px;
border: #266ff0 1px dashed;
margin: 20px;
color: #e8521b;
text-align: center;
padding: 10px;
}

.tableform {
width: 568px;
border: #266ff0 1px dashed;
margin: 0 auto;
}

.tableform h1 {
font-size: 16px;
color: #266ff0;
padding: 10px;
}

.tableform h2 {
font-size: 12px;
padding: 10px;
}

.tableform span {
font-weight: bold;
color: #e8521b;
}

.tableform li {
list-style-position: inside;
list-style-type: square;
text-align: left;
padding-left: 10px;
padding-bottom: 5px;
}

.tddroite1 {
text-align: right;
padding: 5px;
background-color: #222;
width: 50%;
}

.tdgauche1 {
width: 50%;
text-align: left;
padding: 5px;
background-color: #eaeaea;
color: #000;
}


/* Mise en page CGV ---------------------------------------------------------------*/

.h1cgv {
font-size: 18px;
text-align: left;
color: #266ff0;
padding: 0 20px 0 20px;
}

.h2cgv {
font-size: 14px;
text-align: left;
color: #e8521b;
padding: 0 40px 0 40px;
}

.h3cgv {
font-size: 10px;
text-align: left;
color: #fff;
padding: 0 50px 0 50px;
}

.pcgv {
text-align: left;
padding: 0 50px 0 50px;
}

.ulcgv {
text-align: left;
padding: 0 60px 0 60px;
list-style-position: inside;
list-style-type: circle;
}
