/* ------------------------------ RESET STYLE --------------------------------- */
* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:0px;
}

br {
line-height:14px;
margin:0;
padding:0;
}

ol, ul {
  list-style: none;
}

body {
  line-height:1;
  font-size:11px;
  color:#666666;
  background:none;
  background:#d8e8f3;
}

a {
cursor:pointer;
cursor:hand;
color:#666666;
}

h1 {
font-size:0px;
color:#FFFFFF;
text-indent:-9999px;
letter-spacing:-100px;
}




/* ------------------------------ TABLEAU --------------------------------- */
table {
  border-collapse: collapse;
  text-indent:5px;
  border-spacing: 0px;
  background:#ffffff url(../images/interface/table.png) left top no-repeat;
  margin:0 0 10px 10px;
  width:680px;
}

th {
text-align:left;
height:30px;
font-weight:bold;
color:#ffffff;
}


td {
height:40px;
color:#333333;
}

caption {
text-transform:uppercase;
text-align:right;
font-weight:bold;
line-height:30px;
color:#090662;
}

/* ------------------------------ FORMULAIRE --------------------------------- */

input {
background-color:#ffffff;
margin:0 0 0 155px;
color:#333333;
width:150px;
border:1px solid #c3c3c3;
font-size:12px;
padding:0;
height:15px;
}

textarea {
border:1px dashed #c3c3c3;
overflow:auto;
background-color:#FFFFFF;
width:533px;
height:150px;
margin:0 0 0 155px;
color:#333333;
font-size:12px;
}

select {
border:1px solid #c3c3c3;
background-color:#FFFFFF;
margin:0 0 0 155px;
height:21px;
color:#000000;
width:150px;
}


.parcourir {
height:21px;
}

.case_cocher {
width:18px;
border:none;
}

label {
width:145px;
text-align:right;
position:absolute;
height:17px;
color:#666666;
font-weight:bold;
}


.autre_imput {
background-color:transparent;
border:0;
}

.etoile {
color:#FF0000;
}

.message {
text-align:center;
margin:10px 0 10px 0;
font-weight:bold;
}


.texte_droite {
color:#333333;
position:absolute;
left:215px;
font-weight:bold;
}

form {
background:#e8e7e7;
padding:0;
width:680px;
margin:0;
position:relative;
}

.colorform {
border:solid 1px #e7e7e7;
background: url(../images/interface/ligne_form.png) left top repeat-y;
margin:0 0 20px 0;
padding:20px 0 0 0;
}

#qte {
padding:0;
margin:0;
background:none;
}

.qte_champ {
width:50px;
margin:0 0 0 30px;
}

/* ------------------------------ HEADER INVISIBLE --------------------------------- */
#contenu_invisible {
width:100%;
height:150px;
position:relative;
background: url(../images/header_invisible/bg_top_header.png) bottom center repeat-x;
}

#milieu_invisible {
width:960px;
margin:0 auto;
color:#FFFFFF;
height:100%;
position:relative;
background: url(../images/header_invisible/top_header.png) bottom center no-repeat;
}

#menu_horizon {
position:absolute;
top:5px;
right:10px;
}

#menu_horizon a{
color:#333333;
}

#menu_horizon a:hover{
text-decoration:underline;
}

.menu_horizontal {
text-indent:10px;
font-weight:bold;
text-decoration:none;
padding:0 5px 0 5px;
position:relative;
}

a.menu_horizontal {
color:#FFFFFF;
}


a.menu_horizontal:hover {
color:#f7ffb5;
}

.form_espace_client {
position:absolute;
width:380px;
height:150px;
left:320px;
bottom:0px;
padding:0;
margin:0;
}

.champ_client {
background-color:none;
position:absolute;
left:120px;
margin:0;
width:160px;
height:20px;
color:#006600;
font-size:12px;
font-weight:bold;
border:#068d90 1px dashed;
}

.bouton_client {
position:absolute;
right:30px;
bottom:30px;
width:60px;
height:34px;
border:0;
background: url(../images/bouton/ok_espace.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
}

.bouton_client:hover {
background-position: -60px 0;
}

#espace_client {
width:123px;
height:37px;
border:0;
background: url(../images/bouton/espace_client.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
display:block;
float:left;
}

#espace_client:hover {
background-position: 0 -37px;
}

#mon_compte {
width:123px;
height:37px;
border:0;
background: url(../images/bouton/mon_compte.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
display:block;
float:left;
}

#mon_compte:hover {
background-position: 0 -37px;
}

#mes_factures {
width:123px;
height:37px;
border:0;
background: url(../images/bouton/mes_factures.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
display:block;
float:left;
}

#mes_factures:hover {
background-position: 0 -37px;
}

#se_deconnecter {
width:123px;
height:37px;
border:0;
background: url(../images/bouton/se_deconnecter.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
display:block;
float:left;
}

#se_deconnecter:hover {
background-position: 0 -37px;
}




/* ------------------------------ PAGINATION --------------------------------- */

.page {
height:30px;
width:22px;
border:0;
cursor:pointer;
background:#ffffff;
margin:0;
color:#090662;
display:block;
font-size:11px;
text-decoration:none;
font-weight:bold;
text-align:center;
float:left;
margin:0 3px 0 0;
line-height:27px;
border:1px solid #090662;

}

.page:hover {
border:1px solid #090662;
background:#090662;
color:#ffffff;
}

.page_hover {
height:30px;
width:22px;
border:1px solid #090662;
background:#090662;
margin:0;
color:#ffffff;
display:block;
font-size:11px;
text-align:center;
float:left;
margin:0 3px 0 0;
font-weight:bold;
line-height:27px;
}


/* ------------------------------ DRAPEAU --------------------------------- */
a#drapeau_fr {
height:19px;
width:24px;
font-size:0px;
letter-spacing: -100px;
color:#1b4869;
background: url(../images/bouton/drapeau_fr.png) no-repeat 0 0;
float:right;
margin:3px 5px 0 5px;
}

a#drapeau_fr:hover {
background-position: 0 -19px;
}

a#drapeau_en {
height:19px;
width:24px;
font-size:0px;
letter-spacing: -100px;
color:#1b4869;
background: url(../images/bouton/drapeau_en.png) no-repeat 0 0;
float:right;
margin:3px 5px 0 5px;

}

a#drapeau_en:hover {
background-position: 0 -19px;
}

a#drapeau_al {
height:19px;
width:24px;
font-size:0px;
letter-spacing: -100px;
color:#1b4869;
background: url(../images/bouton/drapeau_al.png) no-repeat 0 0;
float:right;
margin:3px 5px 0 5px;

}

a#drapeau_al:hover {
background-position: 0 -19px;
}


/* ------------------------------ MOTEUR DE RECHERCHE --------------------------------- */
.form_recherche {
background:none;
position:absolute;
left:0;
top:5px;
height:41px;
width:270px;
padding:0;
margin:0;
z-index:45;
}

.bouton_recherche {
height:40px;
width:41px;
border:0;
cursor:pointer;
background: url(../images/bouton/ok.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
position:absolute;
margin:0;
border:none;
right:10px;
z-index:46;
}

.bouton_recherche:hover {
background-position: -41px 0px;
}

#search {
margin:0;
position:absolute;
height:24px;
border:none;
color:#090662;
font-size:16px;
font-weight:bold;
padding:0;
left:70px;
width:143px;
top:5px;
padding:3px;
}

/* ------------------------------ ARCHITECTURE --------------------------------- */
#global {
width:100%;
height:100%;
}

#contenu {
margin:0 auto;
width:960px;
z-index:-1;
background:none;
}

#header {
height:210px;
position:relative;
margin:0 0 0 0;
}

#milieu {
position:relative;
width:960px;
z-index:10;
background:none;
height:auto !important;
height:860px;
min-height:860px;
}

#encart_milieu {
position:relative;
width:690px;
margin-left:270px;
z-index:10;
background:none;
}

#footer {
height:110px;
width:100%;
background: url(../images/interface/bg_footer.png) center top no-repeat;
}

#footer_milieu {
margin:0 auto;
width:960px;
height:110px;
position:relative;
}

#logo_microweb {
position:absolute;
bottom:20px;
left:40px;
}



/* ------------------------------ INTERFACE --------------------------------- */
#accueil {
position:absolute;
top:5px;
left:10px;
font-weight:bold;
}

#bloc_contact {
background: url(../images/interface/bg_contact.png) no-repeat 0 0;
height:540px;
width:680px;
position:relative;
margin:0 0 10px 10px;
}



/* ------------------------------ PUB --------------------------------- */
#pub {
position:relative;
width:720px;
height:190px;
background:#efeeec;
margin:0 0 10px 0;
}

.pub_anim { 
display: block; 
width: 720px; 
height: 190px; 
text-indent:-9999px;
font-size:0;
letter-spacing:-100px;
color:#efeeec;
}



/* ------------------------------ PANIER --------------------------------- */

#panier {
position:absolute;
width:250px;
height:135px;
left:0;
top:0;
z-index:40;
color:#ffffff;
padding:105px 10px 0 20px;
}

#panier p {
margin:0 0 10px 0;
font-size:14px;
font-weight:bold;
}

#total_panier {
position:absolute;
left:105px;
bottom:51px;
color:#ffffff;
font-size:20px;
font-weight:bold;
z-index:48;
}

#recap_caddie {
position:relative;
margin:20px 0 0 0;
height:200px;
border:#000000 1px solid;
}

#total_caddie {
font-size:18px;
width:300px;
background:#009900;
text-align:right;
color:#FFFFFF;
position:absolute;
right:20px;
top:0px;
}

#port_caddie {
font-size:18px;
width:300px;
background:#009900;
text-align:right;
color:#FFFFFF;
position:absolute;
right:20px;
top:50px;
}

#reduction {
font-size:18px;
width:300px;
background:#009900;
text-align:right;
color:#FFFFFF;
position:absolute;
right:20px;
top:100px;
}

#total_global_caddie {
font-size:18px;
width:300px;
background:#ff0000;
text-align:right;
color:#FFFFFF;
position:absolute;
right:20px;
top:150px;
}


#total_global_tva {
font-size:18px;
width:300px;
background:#ff0000;
text-align:right;
color:#FFFFFF;
position:absolute;
left:20px;
top:150px;
}

#total_global_ht {
font-size:18px;
width:300px;
background:#009900;
text-align:right;
color:#FFFFFF;
position:absolute;
left:20px;
top:0px;
}




/* ------------------------------ PRODUIT --------------------------------- */

.encart_produit {
width:220px;
height:220px;
float:left;
position:relative;
margin:0 0 10px 10px;
background: #ffffff;
}

.encart_produit p {
color:#0b0879;
font-size:12px;
margin:5px 5px 5px 5px;
line-height:15px;
}

.cadre_photo {
border:1px #acacac solid;
text-indent:-99999px;
font-size:0px;
letter-spacing:-100px;
margin-left: auto; 
margin-right: auto; 
margin-top:5px;
height:120px;
width:100px;
display:block;
}

h2 {
color:#0b0879;
font-size:12px;
margin:10px 0 5px 5px;
}

h3 {
color:#ffffff;
font-weight:bold;
font-size:12px;
height:22px;
width:205px;
padding:2px 5px 0 0;
position:relative;
display:block;
background:url(../images/interface/prix.png) no-repeat 0 0;
text-align:right;
margin:0 0 0 5px;
}

h4 {
color:#ffffff;
font-weight:bold;
font-size:18px;
height:30px;
position:relative;
margin:0 0 10px 10px;
padding-top:10px;
width:680px;
background: url(../images/interface/h4.png) no-repeat 0 0;
text-indent:10px;
}

.prix_promo {
position:absolute;
top:-3px;
left:10px;
z-index:40;
color:#FFFFFF;
font-family:Georgia;
font-size:16px;
font-weight:bold;
}

.encart_promo {
position:absolute;
top:-5px;
left:-5px;
}

.encart_nouveau {
position:absolute;
top:0;
right:0;
}



/* ------------------------------ FICHE PRODUIT --------------------------------- */
#encart_photo { 
background: url(../images/interface/bg_photos.png) no-repeat 0 0;
height:493px;
width:680px;
margin:0 0 10px 10px;
position:relative;
padding:7px 0 0 0;
}

.cadre_photo_zoom {
width:570px; 
height:428px;
position:relative;
margin:0 0 0 55px;
}

.vignettes_fiche {
margin: 0 0 0 0; 
position:relative;
height:48px;
width:570px;
position:absolute;
left:45px;
bottom:7px;
}

.petite_vignette_fiche {
width:48px;
height:48px;
float:left;
margin:0 0 0 10px;
}

#titre_des_fiche {
text-indent:-99999px;
font-size:0px;
letter-spacing:-100px;
width:680px;
height:30px;
margin:0 0 10px 10px;
background: url(../images/interface/titre_descriptif.png) no-repeat 0 0;
}

#des_fiche {
width:660px;
padding:10px;
color:#333333;
position:relative;
background:#e7e7e7;
text-align:justify;
line-height:22px;
font-size:16px;
margin:0 0 10px 10px;
}

.prix_promo_fiche {
height:140px;
width:140px;
position:absolute;
top:-3px;
left:-10px;
z-index:70;
color:#FFFFFF;
font-family:Georgia;
font-size:70px;
font-weight:bold;
}

.prix_promo_fiche h2 {
z-index:70;
color:#FFFFFF;
font-family:Georgia;
font-size:22px;
font-weight:bold;
right:22px;
top:42px;
position:absolute;
}

.prix_promo_fiche h3 {
z-index:70;
color:#FFFFFF;
font-family:Georgia;
font-size:12px;
font-weight:bold;
right:22px;
top:82px;
position:absolute;
text-decoration:line-through;
}

.eco_part {
background: url(../images/interface/eco.png) no-repeat 0 0;
z-index:70;
color:#666666;
font-size:10px;
left:10px;
bottom:10px;
position:absolute;
width:253px;
height:40px;
line-height:45px;
text-indent:47px;
}

.fleche_menu {
float:right;
width:12px;
height:11px;
margin:3px 5px 0 0;
}

/* ------------------------------ MENU --------------------------------- */
#menu{
	display:inline;
	position:absolute;
	z-index:40;
	left:0;
	top:250px;
}

#menu div{
	width:270px;
	text-align:left;
	text-indent:50px;
}

#menu div a:link, #menu div a:visited, #menu div a:hover{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	padding-top:4px;
	height:16px;
	display:block;
	font-weight:bold;
	
}
.menu a:link, .menu a:visited{
	background: url(../images/bouton/categorie.png) no-repeat 0 0;
}
.menu a:hover, .menu a:active, #menu div a:focus{
	background: url(../images/bouton/categorie.png) no-repeat 0 -20px;
}
.sousmenu{
	position:absolute;
	left:271px;
	z-index:47;
	margin-top:-21px;
}
.sousmenu div a:link, .sousmenu div a:visited{
	background: url(../images/bouton/categorie.png) no-repeat 0 -40px;
}
.sousmenu div a:hover, .sousmenu div a:active, .sousmenu div a:focus{
	background: url(../images/bouton/categorie.png) no-repeat 0 -60px;
}

a.plusinfos {
height:23px;
width:150px;
background: url(../images/bouton/plus_infos.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#cccccc;
position:relative;
z-index:50;
margin:10px 0 10px 5px;
}

a.plusinfos:hover {
background-position: 0 -23px;
}

a.ajoutpanier {
height:23px;
width:105px;
background: url(../images/bouton/ajout_panier.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#ffffff;
text-indent:-99999px;
position:relative;
z-index:50;
}

a.ajoutpanier:hover {
background-position: 0 -23px;
}

a#mail {
height:65px;
width:310px;
background: url(../images/bouton/contact.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#ffffff;
text-indent:-99999px;
position:relative;
z-index:50;
margin:0 0 0 180px;
}

a#mail:hover {
background-position: 0 -65px;
}

.rupture {
height:23px;
width:105px;
background: url(../images/interface/rupture.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#cccccc;
position:relative;
z-index:50;
}

.rupture_fiche {
background: url(../images/interface/fiche_rupture.png) no-repeat left top;
height:30px;
width:150px;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#cccccc;
z-index:50;
position:absolute;
bottom:0;
right:0;
}

a.ajoutpanier_fiche {
height:30px;
width:150px;
background: url(../images/bouton/fiche_ajout_panier.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#cccccc;
z-index:50;
position:absolute;
bottom:0;
right:0;
}

a.ajoutpanier_fiche:hover {
background-position: 0 -30px;
}



a#commander {
left:0;
bottom:0;
height:40px;
width:270px;
background: url(../images/bouton/commander.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#cccccc;
position:absolute;
z-index:50;
}

a#commander:hover {
background-position: 0 -40px;
}

.bouton {
height:42px;
width:185px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
margin:0 0 10px 160px;
position:relative;
background: url(../images/bouton/valider.png) no-repeat left top;
}

.bouton:hover {
background-position: 0 -42px;
}

.bouton_recalculer {
height:40px;
width:160px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
margin:0 0 10px 155px;
position:relative;
background: url(../images/bouton/recalculer.png) no-repeat left top;
}

.bouton_recalculer:hover {
background-position: 0 -40px;
}


.bouton_payer {
height:40px;
width:160px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
text-indent:-99999px;
background: url(../images/bouton/payer.png) no-repeat left top;
display:block;
margin:0 0 10px 155px;
position:relative;
}

.bouton_payer:hover {
background-position: 0 -40px;
}

#bouton_recap {
height:40px;
width:160px;
border:0;
cursor:pointer;
margin:0;
font-size:0px;
letter-spacing: -100px;
text-indent:-99999px;
background: url(../images/bouton/bouton_recap.png) no-repeat left top;
display:block;
float:left;
}

#bouton_recap:hover {
background-position: 0 -40px;
}


#bouton_compte {
height:40px;
width:160px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
text-indent:-99999px;
margin:0;
background: url(../images/bouton/bouton_compte.png) no-repeat left top;
display:block;
float:left;
}

#bouton_compte:hover {
background-position: 0 -40px;
}


#bouton_deco {
height:40px;
width:160px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
text-indent:-99999px;
margin:0;
background: url(../images/bouton/bouton_deco.png) no-repeat left top;
display:block;
float:left;
}

#bouton_deco:hover {
background-position: 0 -40px;
}

#bouton_identifier {
height:40px;
width:160px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
text-indent:-99999px;
margin:0;
display:block;
float:right;
background: url(../images/bouton/bouton_identifier.png) no-repeat left top;
}

#bouton_identifier:hover {
background-position: 0 -40px;
}

#bouton_retour_panier {
height:40px;
width:160px;
border:0;
cursor:pointer;
font-size:0px;
letter-spacing: -100px;
text-indent:-99999px;
margin:0;
display:block;
float:left;
background: url(../images/bouton/bouton_retour_panier.png) no-repeat left top;
}

#bouton_retour_panier:hover {
background-position: 0 -40px;
}

/* ------------------------------ MENU HORIZONTAL --------------------------------- */

#menu_horizontal {
height:50px;
width:680px;
background: url(../images/interface/nav.png) no-repeat left top;
position:relative;
z-index:50;
margin:0 0 10px 10px;
}

#menu_horizontal li, #menu_horizontal a {
   height: 50px;
   display: block;
   float:left;
   width:170px;
   font-size:0px;
   letter-spacing: -100px;
   color:#1b4869;
}

#bouton1_horizontal a:hover {
   background: transparent url(../images/interface/nav.png) 0 -50px no-repeat;
}


#bouton2_horizontal a:hover {
   background: transparent url(../images/interface/nav.png) -170px -50px no-repeat;
}


#bouton3_horizontal a:hover {
   background: transparent url(../images/interface/nav.png) -340px -50px no-repeat;
}


#bouton4_horizontal a:hover {
   background: transparent url(../images/interface/nav.png) -510px -50px no-repeat;
}




