
/* MISE EN PAGE GENERALE */

*{
  margin:0;
  padding:0;
  border:0;
  border-collapse:collapse;
}
body {
  font-size:11px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#cc0001;
}

#espaceSite{
  position:absolute;
  width:960px;
  height:auto;
  left:50%;
  margin-left:-480px;
  background:url(../img/fond/pizza-bas-de-page.jpg) repeat-y;
}
#espaceSite table{
  margin-top:-239px;
}
#espaceSite td{
  vertical-align:top;
}

#haut_de_page{
  width:960px;
  height:380px;
  background:url(../img/fond/pizza-haut-de-page.jpg);
}
#haut_de_page_etape{
  width:960px;
  height:380px;
  background:url(../img/fond/pizza-haut-de-page-etape.jpg);
}

/* LOGO */
#logo a{
  position:absolute;
  width:155px;
  height:95px;
  margin-left:16px;
  margin-top:25px;
}

/* ESPACE CLIENT */
#espaceClient {
  position:absolute;
  top:20px;
  left:210px;
  width:200px;
  height:60px;
}
#espaceClient p {
  height:20px;
  font-size:13px;
  color:#cc0001;
  background:url(../img/pizza-case-client.jpg) no-repeat;
  margin:3px;
  padding-left:25px;
  padding-top:2px;
  font-weight:bold;
}
#espaceClient a {
  color:#cc0001;
  text-decoration:none;
}
#espaceClient a:hover{
  text-decoration:underline;
}

#filter {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:#000;
	z-index:10;
	opacity:0.5;
	filter:alpha(opacity=50);
  height:606px;
	min-height:100%;
}
#derniere_commande {
	display:none;
  position:absolute;
  background-color:#fff;
  border:5px solid #cc0001;
	top:50%;
	left:50%;
  width:600px;
  height:540px;
  margin:-270px 0 0 -300px;
  z-index:11;
}
#derniere_commande_texte {
  width:520px;
  height:425px;
  margin-left:40px;
  overflow:auto;
}
#magasin-indispo {
	display:none;
	position:absolute;
  background-color:#fff;
  border:5px solid #cc0001;
	top:50%;
	left:50%;
	width:250px;
	height:50px;
	margin:-75px 0 0 -125px;
	padding:10px 5px;
  text-align:center;
	z-index:11;
}
#magasin-indispo a {
  position:absolute;
  bottom:12px;
  right:15px;
  color:#000;
  font-weight:bold;
}

/* ESPACE CADDIE */
#espaceCaddie{
  position:absolute;
  top:20px;
  left:425px;
  width:320px;
  height:60px;
}
#espaceCaddie p{
  height:20px;
  font-size:13px;
  color:#cc0001;
  background:url(../img/pizza-case-client.jpg) no-repeat;
  margin:3px;
  padding-left:25px;
  padding-top:2px;
  font-weight:bold;
}
#espaceCaddie a{
  color:#cc0001;
  text-decoration:none;
}
#espaceCaddie a:hover{
  text-decoration:underline;
}

/* TITRE */
#titre{
  position:absolute;
  width:538px;
  height:49px;
  margin-left:192px;
  margin-top:87px;
}
#titre h1{
  font-size:17px;
  color:#cc0001;
  text-align:center;
  margin-top:15px;
}

#titre h1 a{
	text-decoration:none;
  color:#cc0001;

}

/* BLOC POUR L'AFFICHAGE DES COORDONNES DANS PLAN D'ACCES */
#zone_coordonnees{
  position:absolute;
  width:250px;
  height:200px;
  margin-top:100px;
  margin-left:50px;
  text-align:center;
  font-size:15px;
  font-weight:bold;
  color:#cc0001;
}

/* PIED DE PAGE */
#pied_page{
  position:absolute;
  padding-top:5px;
  width:960px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#fff;
}
#pied_page a {
  color:#fff;
  text-decoration:none;
  padding:0px 10px 0px 10px;
}

/* DIVERS CLASSES */
.page{
  display block;
  width:810px;
  // height:auto;
  height:750px;
}
.gras{
  font-weight:bold;
}
.vert{
  color:#007015;
}
.orange{
  color:#e36101;
}
.rouge{
  color:#cc0001;
}
.message_erreur{
  color:#cc0001;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

.submit {
  background-color:#cc0001;
  color:#fab701;
  font-weight:bold;
  padding:3px;
  font-size:13px;
  border:none;
}
.submit:hover {
  background-color:#990000;
}

.submit_disabled {
  background-color:#e4e4e4;
  color:#646464;
  font-weight:bold;
  width:150px;
  font-size:13px;
  border:none;
}
