/**/
*{
  padding:0;
  margin:0;
}
body {
  font-family : Arial, Helvetica, sans-serif, Georgia, "DejaVu Serif";
  font-size : 62.5%;
	background-color: #FFFFFF;
  color:#606060;
}
/*==== ACCUEIL ====*/
#accueil {
  margin:50px auto 0 auto;
  padding:0 0 0px 0;
	width: 980px;
	text-align: center;
  color:#fff;
  background:url(images/table-reflet.jpg) 50% 80% no-repeat;
}
#accueil a{
  color:#e58fca;
  text-decoration:none;
}
/*==== ELEMENTS AGENCEMENT ====*/
#main{
  background:url(images/col-droite.jpg) top right no-repeat;
  width:980px;
  font-size : 1.2em;
  /*padding:0 230px 0 0;*/
}
#bandeau{
  padding:35px 0 0 0;
  background:url(images/bandeau.jpg) top left no-repeat;
  text-align:center;
  height:90px;
  width:782px;
}
#entete{
  width:730px;
  background:url(images/bg_entete.jpg) bottom left no-repeat;
  margin:0 0 0 31px;
  padding:0 0 10px 0px;
}
#contenu{
  margin:0 0 0 30px;
  width:730px;
  height:450px;
  font-size:1em;
  font-family : Georgia, "DejaVu Serif", Arial, Helvetica, sans-serif;
}
#main > #contenu{
  min-height:450px;
  height:auto;
}
#contenu a{
  color:#606060;
  text-decoration:none;
}
#contenu a:hover{
  color:#A04B83;
}
/*==== ENTETE ====*/
blockquote.mea{
  font-family : Georgia, "DejaVu Serif", Arial, Helvetica, sans-serif;
  text-align:right;
  color:#A04B83;
  font-weight:bold;
  margin:0;
  padding:0 0 3px 0;
  background:url(images/tirets.gif) bottom left repeat-x;
}
#entete a {
  text-decoration: none;
  color:#606060;
}
.entete-gauche{
  float:left;
  width:190px;
}
/*==== MENUS ====*/
#menu-general{
  list-style-type:none;
}
#menu-general li{
  float:left;
  color:#606060;
  font-weight:bold;
}
#menu-general li a{
  display:block;
  padding:6px 4px 0 2px;
  color:#606060;
  background:url(images/fleche-menu-general.gif) top left no-repeat;
}
#menu-general li a.selected{
  color:#A04B83;
  background:url(images/fleche-menu-general-hover.gif) top left no-repeat;
}
#menu-general li a:hover{
  color:#A04B83;
  background:url(images/fleche-menu-general-hover.gif) top left no-repeat;
}
#menu{
  list-style-type:none;
  width:230px;
  margin:0px 0 0 0px;
  padding:6px 0 0 10px;
  background:url(images/fleche-menu-general.gif) no-repeat;
  background-position:10px 0px;
  border-left:2px dotted #D3D2D2;
  float:left;
}
#menu li a{
  display:block;
  width:230px;
}
#menu li a:hover{
  background-color:#F4EAF2;
  color:#A04B83;
}
#menu li a.selected{
  background-color:#F4EAF2;
  color:#A04B83;
}
#menu2{
  width:160px;
  list-style-type:none;
  background:url(images/fleche-menu-general.gif) no-repeat;
  background-position:10px 0px;
  padding:6px 0 0 0px;
  margin:0 0 0 420px;
}
#menu2 li a{
  display:block;
  width:160px;
  margin:0 0 1px 0;
}
.fond-violet{
  background-color:#A04B83;
  color:#fff !important;
  padding:0 0 0 5px;
}
/*==== TITRAGE ====*/
h1{
  font-size:1.5em;
  background:url(images/tirets.gif) bottom repeat-x; 
  color:#A04B83;
  font-weight:normal;
  padding:2px 0; 
  margin:0 0 20px 0;
  font-family : Georgia, "DejaVu Serif", Arial, Helvetica, sans-serif;
}
h1.acc{
  background:url(images/blockquote-mea.jpg) center no-repeat;
  text-indent:-9999px;
  margin:0 0 200px 0;
}
/*==== CLASSES RECURRENTES ====*/
p {
  margin-top: 0px;
  margin-bottom: 6px;
}
img{border:none;}
.no-border{border:none;}
.maj{text-transform:uppercase;}
.g{float:left}
.mr70{margin-right:70px;}
.mtb30{margin:30px}
.black{background-color:#000;}
.mauve{color:#a04b83;}
.bleu{color:#5896c4;}
.souligne{text-decoration:underline!important;}
.clear{clear:both;}
.center{text-align: center;}
.nowrap{white-space: nowrap;}
/*==== PRODUITS ====*/
ul.rub {
  margin: 10px 0 0 20px;
  padding: 0 0 0 270px;
  list-style:none;
}
ul.rub li{
  margin: 0 0 3px 0;
}
/*========= FICHE ARTICLE =========*/
.article-data{
  width:350px;
  float:left;
}
.article-data table th{
  color:#a04b83;
  vertical-align:top;
  text-align: left;
}
th {
  font-weight: bold;
  text-align: center;
}
.article-vignettes{
  width:350px;
  float:right;
}
.article-vignettes img{
  border:1px solid #606060;
}
#article_nav {
  margin: 20px 0 0 0;
  padding:0 0 0 250px;
}
#article_nav span {
  display:none; 
}
#article_nav li {
  float: left;
  width: 30px;
  height: 30px;
  list-style: none;
  padding: 1px;
  display: inline;
  margin: 0;
}
#article_nav a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 4px;
}
li#precedent {
  background: url(images/precedent.gif) center center no-repeat;
}
li#suivant {
  background: url(images/suivant.gif) center center no-repeat;
}
li.dissable {
  opacity: .3;
  filter: alpha(opacity=30);
}
li#apercu {
  background: url(images/apercu.gif) center center no-repeat;
}
a.vignettes {
  float: left;
  margin: 4px;
  padding: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #AAA;
  background-repeat: no-repeat;
  background-position: center;
  display: inline;
}
a.vignettes:hover, a.vignettes:visited {
  border: 1px solid Black;
}
a.vignettes img {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
#photo {
  padding: 0;
  display:block!important;
}
.nextphoto{
  display:block;
  width:60px;
  float: left;
  margin: 5px 5px 5px 0;
  height: 60px;
}
#scroll{
  background: transparent;
}
#scroll p, #scroll span, #scroll div, #scroll table{
  background: transparent;
  border: 0!important;
}
.sep-gauche{
  width:320px; 
  float:left;
}
.barre {
  text-decoration: line-through;
}
#contenu .en-avant {
  width:420px;
  margin: 20px 0 20px 0;
  font-size:1.3em;
  font-weight:bold;
}
#contenu .en-avant a{
  padding:0 0 0 15px;
  background:url(images/fleche-menu-verti.gif) left no-repeat;
  color:#A04B83;
}
#contenu .en-avant a:hover{
  background:url(images/fleche-menu-verti-hover.gif) left no-repeat;
}
/*=== FORMS ===*/
form#recherche {
  width:180px;
  margin:10px 0 0 0;
}
form#recherche input.black{
  background-color:#000;
  color:#fff;
  border-width:1px;
}
form#recherche input.text{
  width:135px;
}
form#recherche legend{
  font-size:0.8em;
  text-transform:uppercase;
}
#frm_precmd {
  display: block;
  width: 400px;
}
#frm_precmd textarea, #frm_precmd input.std {
  width: 180px;
}
#frm_precmd label.std {
  width: 150px;
  display: block;
  float: left;
  text-align: right;
  padding: 3px;
}
#frm_precmd p.std {
  padding: 5px 0 0 0;
  border-top: 1px solid White;
}
#frm_precmd p.submit {
  text-align: center;
  padding: 20px;
  border-top: 1px solid White;
}
#frm_precmd p.inf {
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  letter-spacing: 1px;
}
textarea {
  vertical-align: top;
}
/*=== SOCIETE ====*/
#contenusociete {
  padding: 20px;
  text-align: justify;
  float: left;
  width: 400px;
  margin: 0;
}
.ill{
  border: 1px solid Black;
}
/*==== PANIER ====*/
table#detail_panier.panier_recap {
  margin-left: 70px;
}
table#detail_panier, table#total_commande {
  border-collapse: collapse;
  margin: 0 20px 0 20px;
}
table#detail_panier td, table#detail_panier th,
table#total_commande td, table#total_commande th {
  border: 1px solid #98ABC9;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
table#detail_panier th,
table#total_commande th {
  background: #D7E6EA;
  color:#a04b83;
}
table#detail_panier input.qte {
  width: 20px;
}
#frmpanier h2, #panier_vide h2 {
  margin: 0;
  padding: 15px 0 15px 30px;
  font-size: 16px;
  font-weight: bold;
}
#panier_vide {
  padding: 30px;
}
#panier_vide #poursuivre_commande {
  margin: 0 0 0 60px;
}
a#supprimer {
  display: block;
  width: 26px;
  height: 30px;
  margin: auto;
  background: url(images/corbeille.gif) no-repeat;
}
a#supprimer span {
  display: none;
}
.nav_panier {
  padding: 30px 0 0 0;
}
#panier_gauche {
  float: left;
}
#panier_droite {
  float: right;
  margin: 0 40px 0 0;
  display: inline;
}
a#poursuivre_commande {
  padding: 5px 2px 5px 27px;
  background: url(images/poursuivre_cmd.gif) no-repeat 2px 2px;
  line-height: 30px;
}
a#valider_commande {
  padding: 5px 2px 5px 27px;
  background: url(images/valider_cmd.gif) no-repeat 2px 2px;
  line-height: 30px;
}
#mini-panier {
  height:15px;
  width:270px;
  float:right;
  background: url(images/mini-panier.gif) no-repeat top right;
  text-align: center;
  padding:8px 20px 0 0;
  color:#5896c4;
}
#panier_ajout {
  clear: left;
  float: left;
  background: url(images/panier.gif) no-repeat;
  padding: 20px 0 0 40px;
  margin: 20px 0 0 60px;
  height: 50px;
  width: 280px;
  display: inline;
  color:#5896c4;
}
#panier_ajout a {
  color:#5896c4;
}
.warning {
  color: Red;
  font-weight: bold;
}
.cordial {
  padding: 40px;
}
/*=== PAGE RECHERCHE ====*/
table#res {
  margin: 20px auto;
  width: 600px;
}
table#res td {
  padding: 5px;
}
/*=== PAGE CONTACT ====*/
#col_droite {
  float: right;
}
/*==== FOOTER ====*/
#fbtech {
   text-align: center;
   font-size:9px; 
   clear: both;
   padding: 10px 0 0 0;
   margin: 0;
}
#fbtech a {
   text-decoration:none;
	    color:#616161;
}
#fbtech a:hover {
  text-decoration:underline;
  color:#585555;
}