/* MISE EN PAGE GENERAL */
/* de façon dynamique par rapport aux constantes définies */
* {
  margin:0;
  padding:0;
  border:0;
  border-collapse:collapse;
}
body {
  font-size:11px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#358;
  line-height:18px;
	background-color:#fff;
  background:url(../img/fond/hachure-bleue.gif);
}

input, select, textarea {
	color:#358;
  border:1px solid #358;
  font-size:11px;
}
a {
  color:#358;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a.titrecomplet:hover {
  text-decoration:none;
}

#fondbodyhaut {
  position:absolute;
	display:block;
	top:0px;
  height:499px;
  width:100%;
  background:url(../img/fond/hachures-bleue-haut.jpg) repeat-x;
  margin-left:-3px;
  padding-right:3px;
}

#espaceSite {
  position:absolute;
  width:900px;
  height:729px;
  background-color:#fff;
  z-index:1;
}

.centrer_h{
  left:50%;
  margin-left:-450px;
}
.centrer_v{
  top:50%;
  margin-top:-364.5px;
}
.clear {
  clear:both;
}
.champsobligatoire {
  color:#f00;
  font-weight:bold;
}
.gras {
  font-weight:bold;
}
.noborder {
  border:0;
}
.orange {
  color:#e80;
}
.orangefonce {
  color:#c30;
}
.size10 {
  font-size:10px;
}
.souligner {
  text-decoration:underline;
}



#pagegeneral{
  display:block;
  background:url(../img/fond/fond-general.jpg) no-repeat top center;
  height:640px;
  width:900px;
}
* html #pagegeneral{height:650px;}

#logo{
  position:absolute;
	display:block;
	top:1px;
	left:10px;
}
#frigo{
  position:absolute;
	display:block;
	top:85px;
	left:-30px;
  height:520px;
  width:900px;
  background:url(../img/fond/fond-commande.gif) no-repeat top right;
}
#enteteportefrigo{
  position:absolute;
	display:block;
	left:345px;
	top:215px;
  height:15px;
  width:265px;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  padding:5px;
  font-weight:bold;
}
#portefrigo{
  position:absolute;
	display:block;
  overflow:auto;
	left:343px;
	top:255px;
  height:310px;
  width:282px;
}
#descclient{
  position:absolute;
	display:block;
	left:342px;
	top:159px;
  height:40px;
  width:280px;
  padding:0 3px;
  font-weight:bold;
}
#desctime{
  position:absolute;
	display:block;
	left:339px;
	top:159px;
  height:40px;
  width:280px;
  padding:0 3px;
  font-weight:bold;
  text-align:right;
}
#promos{
  position:absolute;
	display:block;
	left:25px;
	top:121px;
  height:471px;
  width:286px;
  background:url(../img/fond/fond-promo.gif) no-repeat top right;
}
#promos img{
  margin:85px 0 0 11px;
}
#bandeaupepsi{
  position:absolute;
	display:block;
	/*left:30px;*/
	left:125px;
	/*top:600px;*/
	top:594px;
}
#pied_page{
  text-align:center;
  width:100%;
  background-color:#fff;
}
#img_referencement{
  position:absolute;
	display:block;
  top:200px;
  left:530px;
  padding-left:20px;
  overflow:auto;
  height:163px;
  width:303px;
}

#promo-exterieur-gauche, #promo-exterieur-droite {
  position:absolute;
	display:block;
}