@CHARSET "ISO-8859-1";

/*
 * Hack Min-Height IE6/7
 */

* html #middle2{
  height: 700px;
}

#middle2{
  min-height: 700px;
}

#Branding{
  margin: auto;
  text-align: center;
}

.cat_lst_img{
  height: 110px;
}

*{
  margin: 0px; padding: 0px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}



option, select{
  padding-left: 4px;
  padding-right: 4px;
}

body{
  margin: auto;
  margin-top: 0px;
  background: black;
}

body p{
  margin-bottom: 10px;
}

#container{
  background: #F8F7F7 url(/images/design/background.jpg) no-repeat center top;
  font-size: 0.8em;
}

#header #Droite{
  margin-top: 6px;
  float: right;
}

#header #Gauche{
  float: left;
  margin-top: 10px;
}

#inter{
  clear: both;
  height: 7px;
}

#produit ul, #produit ol{
  padding-left: 30px;
}

#menu_top{
  margin: auto;
  margin-top: -2px;
}

#menu_top li{
  display: inline;
}

#menu_top li a {
  float: left;
  width: 12.4%;
  height: 19px;
  background: url(/images/design/menu.gif) no-repeat;
  background-position: 50% -22px;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  color: white;
  font-weight: bold;
}

#right a.Bouton{
   display: block;
   background: url(/images/design/boutons_noir.gif) no-repeat;
   background-position: 0 -52px;
   width: 154px;
   height: 22px;
   margin: auto;
   margin-bottom: 5px;
   text-align: center;
   text-decoration: none;
   color: black;
   padding-top: 4px;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;
}

#center a.Bouton{
   display: block;
   background: url(/images/design/boutons_blanc.gif) no-repeat;
   background-position: 0 -52px;
   width: 154px;
   height: 22px;
   margin: auto;
   margin-bottom: 5px;
   text-align: center;
   text-decoration: none;
   color: black;
   padding-top: 4px;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;
}

#center a.Bouton:hover{
  background: url(/images/design/boutons_blanc.gif) no-repeat;
  background-position: 0 -26px;
}

#right a.Bouton:hover
{
  background: url(/images/design/boutons_noir.gif) no-repeat;
  background-position: 0 -26px;
}


#menu_top li a:hover{
  background: url(/images/design/menu.gif) no-repeat;
  background-position: 50% 0px;
}

#content{
  clear: both;
  margin-top: 5px;
}

#content #middle1{
  background:  url(/images/design/left_repeat.png) repeat-y;
}

#content #middle2{
  background: url(/images/design/right_repeat.png) repeat-y right;
}

#content #left{
  float: left;
  width:230px;
  margin-top: -10px;
}

.inside{
  padding-top: 20px;
  color: white;
}

#content #left .inside{
  background: url(/images/design/left.png) no-repeat;
  height: 807px;
  padding-left: 5px;
}

#content #right .inside{
  background: url(/images/design/right.gif) no-repeat;
  height: 807px;
  padding-left: 25px;
  padding-right: 7px;
}

#content #right{
  float: right;
  width:230px;
  margin-top: -10px;
}

#right a{
  color: white;
}

#content #center{
  margin: 0 240px;
  background: white url(/images/design/middle_top.png) repeat-x;
}

#content #center1{
  background: url(/images/design/middle_left.png) no-repeat left;
  background-position: 0 16px;
}

#content #center2{
  background: url(/images/design/middle_right.png) no-repeat right;
  background-position: 100% 16px;
}

* html #content #center #in-mid{
  height: 813px;
}

#content #center #in-mid{
  padding: 20px;
  min-height: 813px;
  background: url(/images/design/in-middle.png) no-repeat;
  background-position: 14px 16px;
  margin: 0 0 0 14px;
  padding: 20px 20px 20px 0;
}

#cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
    }

#panier p{
 margin: 15px;
}

.menu{
  margin-top: 8px;
  margin-left: 35px;
  margin-bottom: 10px;
}

.menu li{
  display: inline;
}

#left .menu li a, #right .menu li a{
   display: block;
   background: url(/images/design/boutons_noir.gif) no-repeat;
   background-position: 0 -52px;
   width: 154px;
   height: 22px;
   margin-bottom: 5px;
   text-align: center;
   text-decoration: none;
   color: black;
   padding-top: 4px;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;
}
#left .menu li a.orange{
   background: url(/images/design/boutons_noir.gif) no-repeat;
   background-position: 0 -26px;
}
#left .menu li a.orange:hover{
   background: url(/images/design/boutons_noir.gif) no-repeat;
   background-position: 0 0px;
}

#left .menu li .topmenu, #right .menu li .topmenu{
  background: url(/images/design/boutons_noir.gif) no-repeat;
}

#left .menu li a:hover, #right .menu li a:hover{
  background: url(/images/design/boutons_noir.gif) no-repeat;
  background-position: 0 -26px;
}

#loginForm{
  margin-top: 15px;
}

#loginForm label{
 text-transform: uppercase;
 float: left;
 width: 75px;
}

#loginForm p{
  margin-top: 5px;
}

#footer{
  background: url(/images/design/footer.png) repeat-x;
  text-align: right;
  font-size: 10px;
  padding-right: 15px;
  height: 19px;
}

#footer a{
  color: black;
}

.cgdv a{
  font-size: 16px;
  font-weight: bold;
}

.login_infos{
  color: white;
}

.aright{
  text-align: right;
  margin-right:20px;
}

.acenter{
  text-align: center;
  margin: auto;
}

.block{
  display: block;
}

.lmt{
  margin-top: 20px;
}

h3{
  text-transform: uppercase;
  font-size: 12px;
}

.liste{
  margin: auto;
  width: 100%;
}

.liste td{
 width: 33%;
 height: 155px;
 text-align: center;
 background: url(/images/border.png) right bottom no-repeat;
}

.liste .last{
 width: 33%;
 height: 155px;
 text-align: center;
 background: url(/images/border2.png) right bottom no-repeat;
}

.liste td img{
  border: 0px;
  margin: auto;
}

.bouton{
  background: url(/images/design/bouton1.png) no-repeat;
  text-align: center;
  width: 105px;
  height: 27px;
  padding-top: 7px;
  margin-top: 20px;
}

img.border_red{
  border: 2px solid red;
}


/*
 *
 *  PRODUITS
 *
 */


#produit table{
  width: 100%;
}


.boutonh1{
  background: url('/images/design/b1_repeat.gif');
  background-position: 66px 0px;
  height: 42px;
  line-height: 42px;
  display: inline;
}

.boutonh1 .left{
  background: url('/images/design/b1_left.gif') no-repeat;
  height: 42px;
  line-height: 42px;
  padding-top: 21px;
  display: inline;
}

.boutonh1 .right{
  background: url('/images/design/b1_right.gif') no-repeat;
  background-position: right;
  padding-left: 10px;
  text-align: center;
  display: inline;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 35px;
}

#heading{
 width: auto;
 margin-top: 10px;
 margin-bottom: 10px;
}


img{
  border: none;
}

.fiche{
  border: 1px solid black;
}

.fiche td, .fiche th{
 border-bottom: 1px solid #555;
 padding: 4px;
}

.fiche .light, .light{
  background: #FAE5CC;
}

a{
  color: #D84A00;
}

a:hover{
  color: #AA2A05;
}

#ariane{
  font-weight: bold;
}

.listeProduit{
  width: 100%;
}

.listeProduit td{
  padding: 4px;
}
.listeProduit .foot td{
  background: url(/images/border3.png) repeat-x;
  background-position: top;
  height: 30px;
}

.listeProduit .dark{
  background: #EBEBEB;
}


#center h2{
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.prix{
  margin: 0px;
  font-weight: bold;
  font-size: 13px;
  color: white;
  background: url(/images/design/bouton1.png) no-repeat;
  height: 28px;
  padding-top: 6px;
  width: 100px;
  padding-right: 5px;
  text-align: center;
  float: left;
}

.prix2{
  margin: 0px;
  font-weight: bold;
  font-size: 13px;
  color: white;
  background: url(/images/design/bouton1.png) no-repeat;
  height: 28px;
  padding-top: 6px;
  width: 100px;
  margin: auto;
  margin-bottom: 0px;
  padding-right: 5px;
  text-align: center;
}

.ttc{
  font-size: 10px;
}

.homepage td{
  width: 50%;
  font-family: "Trebuchet MS",Arial,sans-serif;
}

.homepage p{
  margin-bottom: 10px;
}

.inscription{
  width: 100%;
  border: 1px solid #FFC68B;
}

.inscription th, .inscription td{
  padding: 4px;
}

.inscription thead th{
  background: #FFC68B;
  color: black;
}

.inscription tbody th{
  width: 30%;
  text-align: left;
  background: #F5F5F5;
  border-right: 1px solid #999;
}

.inscription tbody td, .inscription tbody th, .inscription tfoot td{
  border-bottom: 1px solid #999;
}

#Panier table tbody td{
  text-align: center;
}


form .inscription td{
  width: 70%;
}

.promo{
  color: red;
  text-decoration: line-through;
}

.promo2{
  color: #F4FF00;
  font-size: 13px;
}

#scrollContainer{
  overflow: hidden;
  /*width: 400px;*/
  margin: auto;
}

#photosProduits{
  list-style-type: none;
}

#photosProduits li{
  display: inline;
  margin-top: 0px;
}


/*
 * Page contact
 */
#contact h2{
  color: #F3932D;
  font-size: 14px;
  text-align: left;
  background: url('/images/fleche_orange.png') no-repeat;
  background-position: left;
  padding-left: 25px;
  margin-bottom: 0px;
}

.after_h2{
  background: url('/images/h2_bot.png') repeat-x;
  height: 20px;
  margin-bottom: 10px;
}

#contact form{
  margin-left: 30px;
}

form.formulaire label{
   width: 80px;
  float: left;
 }

form.formulaire  #FormGauche{
   float: left;
  margin-right: 15px;
 }

 form.formulaire input, form.formulaire textarea{
   border: 1px solid #F3932D;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
 }

 form.formulaire input.FormButton{
   border: 0px;
 }

 #contact table td{
  width: 50%;
  padding: 10px;
  vertical-align: top;
 }

 #hotline #hotlineDroite{
   padding-left: 10px;
 }

 #hotline ul, #Panier ul{
   margin-left: 20px;
 }

 .tcenter{
   text-align: center;
 }

 #faq h2, #Panier h2{
   text-align: left;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #F3932D;
  font-size: 14px;
  text-align: left;
  background: url('/images/fleche_orange.png') no-repeat;
  background-position: left;
  padding-left: 25px;
  margin-bottom: 0px;
 }

 #faq h3{
   margin-top: 10px;
  margin-bottom: 5px;
 }

 #faq .faq_answer{
   background: url('/images/h2_bot.png') repeat-x;
  padding-top: 20px;
  margin-bottom: 15px;
 }

 .admin_form{
   width: 100%;
 }

 #myspace h1{
   text-align: center
 }

 #newsletter form{
   margin: auto;
  width: 50%;
 }

 .left_pict{
   margin-right: 40px;
 }

 .clear{
   clear: both;
 }

 #Livraison ul li{
   font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
 }

 #Livraison{
   margin-bottom: 20px;
 }

 #Livraison ul{
   margin-bottom: 15px;
  list-style-type: none;
 }

 .pro, .pro a{
   color: green;
 }

 .plus, .plus a{
   color: blue;
 }

 .normal, .normal a{
   color: #FF6300;
 }

 .prix_assurance{
   color: green;
  font-size: 14px;
  font-weight: bold;
 }

.extra{
  color: green;
  font-weight: bold
}

.FormButton{
  background: url('/images/design/boutons_blanc.gif') no-repeat;
  height: 26px;
  background-position: 0 -26px;
  border: none;
  width: 152px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}



.FormButton:hover{
  background: url('/images/design/boutons_blanc.gif') no-repeat;
  background-position: 0 -52px;
}

.Reduction{
  color: green;
  font-weight: bold;
  font-size: 15px;
}

.offert{
  color: green;
  font-weight: bold;
}

#heading h1{ color: white; }

.moteur{
  margin-top: 20px;
  width: auto;
  margin: auto;
  border: 1px solid #666;
}


.moteur tr td{
  font-size: 15px;
  padding: 4px;
  border-bottom: 1px solid #999;
}

.images img{
  vertical-align: middle;
}

/*
 * D�filement
 */


.defilement{
  height:  180px;
    width:   180px;
    padding: 0;
    margin:  0;
  text-align: center;
  margin: auto;
}

.defilement img {
    padding: 15px;
  background: white;
    top:  0;
    left: 0
}



.air li{
  padding: 5px;
}

#twitter{
  margin-top: 25px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 10px;
}

#twitter img{
  float: left;
}


marquee{
  color: #D84A00;
}

marquee span{
  color: white;
}


#defilement{
  overflow: hidden;
  display: none;
}

#defilement img{
  float: left;
}

#defilement ul{
  margin-left: 40px;
  margin-top: 5px;
  list-style-type: none;
}

#defilement li{
  position: absolute;
}

#navSlide{
	/*padding: 0px 0 0 20px;*/
        position: relative;
        margin: 10px auto auto;
        width: 720px;
}

#navSlide a{
	padding: 4px;
	background: #111;
	color: #F0F0F0;
	text-decoration: none;
}

#navSlide a.activeSlide{
	font-weight: bold;
	color: #FFF;
}
.txtContent {
    width: 90%;
    margin: 25px auto;
}
.txtContent ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.txtContent h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.txtContent h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}