/**
 * Copyright 2006 Olivier Clavel
 *
 * This file is part of Renata Shop Website software.
 *
 * Renata Shop Website is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License,
 * or any later version.
 *
 * Renata Shop Website is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with MediaNetLive portal software; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * @author Olivier Clavel <contact AT retiz DOT com>
 * @version $Id$
 */

/* Import des règles de base */
@import url("global.css");

#mainDisplay { 
  margin-top: 0;
}

#head span.cartEmpty { 
  display: none;
}

#presentation { 
  background-image: url("/images/clothes/A2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 236px;
}

#presentation p { 
  height: 158px;
  background-image: url("/images/Renata.jpg");
  background-repeat: no-repeat;
  background-position: 70px 0;
  padding-left: 230px;
  padding-right: 40px;
  display: none;
}

#invitation {
  width: 100%;
  height: 13px;
  margin-top: 45px;
  background-repeat: no-repeat;
  background-position: 190px 0;
}

.fr #invitation {
  background-image: url("/images/decouvrez_fr.jpg");
}

.en #invitation {
  background-image: url("/images/decouvrez_en.jpg");
}

#invitation span { 
  display: none;
}
/*
#mainDisplay { 
  height: 205px;
}



#mainDisplay img { 
  float: left;
  padding: 0 75px 0 20px;
}
*/
