@charset "utf-8";/* css document */
#page_compte {
  width: 960px;
  clear: both;
  margin: 10px 0 10px 0;
}
#menus_compte {
  padding: 0;
  margin: 0 10px 0 0;
  width: 170px;
  float: left;
}
#menus_compte li {
  float: left;
}

*html #menus_compte li {
  margin: 0;
  padding: 0;
}

#menus_compte a {
  width: 170px;
  height: 27px;
  display: block;
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 0;
}
/*--- hovering + clicking ---*/
#menu_compte a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 0;
}
#menu_coordonnees a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -27px;
}
#menu_carnet_adresse a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -54px;
}
#menu_commandes a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -81px;
}
#menu_retour a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -108px;
}
#menu_points_fidelites a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -135px;
}
#menu_favoris a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -162px;
}
#menu_parrainage a {
  background: url(../images/boutons/menu_compte.gif) no-repeat 0 -189px;
}
/*--- hovering + clicking ---*/
#menu_compte a:hover,#menu_compte a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px 0;
}
#menu_coordonnees a:hover,#menu_coordonnees a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -27px;
}
#menu_carnet_adresse a:hover,#menu_carnet_adresse a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -54px;
}
#menu_commandes a:hover,#menu_commandes a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -81px;
}
#menu_retour a:hover,#menu_retour a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -108px;
}
#menu_points_fidelites a:hover,#menu_points_fidelites a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -135px;
}
#menu_favoris a:hover,#menu_favoris a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -162px;
}
#menu_parrainage a:hover,#menu_parrainage a.active {
  background: url(../images/boutons/menu_compte.gif) no-repeat -170px -189px;
}
#deconnexion a {
  background: none;
  width: 160px;
  float: left;
  text-indent: 0;
  padding-left: 10px;
  line-height: 24px;
}
#deconnexion a:hover {
  background: none;
}
#content_compte {
  float: right;
  padding: 0;
  width: 780px;
  margin-bottom: 10px;
}
#page_compte p {
  margin-bottom: 10px;
  line-height: 14px;
}
#page_compte table p,#page_compte fieldset p {
  line-height: 1em;
}
.coordonnees_suivi {
  width: 353px;
  height: 95px;
}
.coordonnees {
  width: 353px;
  height: 130px;
}
*html .coordonnees {
  width: 380px;
  height: 130px;
}
.content_coordonnees {
  height: 130px;
  overflow: auto;
}
*html .content_coordonnees {
  height: 110px;
}
.coordonnees img,.area_adresses img,td.inline img {
  display: inline;
}
.area_compte {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

#zone_area_adresses{
  width:780px;
  float:left;
}

.area_adresses {
  display: inline-block;
  float: left;
  width: 250px;
  height: 140px;
  margin: 0 10px 10px 0;
}
.area_points_fidelites {
  display: inline-block;
  float: left;
  width: 365px;
  margin: 0 10px 10px 0;
  line-height: 14px;
}
.area_points_fidelites img {
  margin-bottom: 10px;
}
*html .area_adresses {
  margin-bottom: 0;
}
#cadre {
  width: 760px;
  padding: 5px 10px;
  border: 1px solid #e8e4e7;
  background: #f9f9f9;
  font-weight: bold;
  margin: 7px 0 3px 0;
}
#content_compte p.text_18pxbold {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 30px 0;
}

#imgtitcarnet img{
  display:inline;
}