﻿body {
	background-color:white;
}


a {
	text-decoration: none;
}

a.accueil {
  background-image: url('../images/accueil.jpg');
  display: block;
  text-decoration: none;
  border: none;
  height: 45px;
  }

a.accueil:hover {
  background-image: url(../images/accueil_hover.jpg);
  text-decoration: none;
  border: none;
  height: 45px;
  }

a.commander {
  background-image: url('../images/commander.jpg');
  display: block;
  text-decoration: none;
  border: none;
  height: 45px;
  }

a.commander:hover {
  background-image: url(../images/commander_hover.jpg);
  text-decoration: none;
  border: none;
  height: 45px;
  }

a.horaire {
  background-image: url('../images/horaires.jpg');
  display: block;
  text-decoration: none;
  border: none;
  height: 45px;
  }

a.horaire:hover {
  background-image: url(../images/horaires_hover.jpg);
  text-decoration: none;
  border: none;
  height: 45px;
  }
  
  a.contact {
  background-image: url('../images/contact.jpg');
  display: block;
  text-decoration: none;
  border: none;
  height: 45px;
  }

a.contact:hover {
  background-image: url(../images/contact_hover.jpg);
  text-decoration: none;
  border: none;
  height: 45px;
  }






img {	
	
	border: none;
}

.Nom_pizza {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.Description_pizza {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.Noms {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.Taille {
	text-align: center;
	font-size: small;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.prix {
	text-align: center;
	font-size: small;
	color: #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.prix_pizza {
	font-size: small;
	color: green;
	text-decoration: none;
}

.compose {
	background-color: #FFFF00;
}
.style1 {
	border: 1px solid #000000;
	background-color: #FFFF00;
		text-align: center;
		color: #FF0000;
		font-size: large;
		text-decoration: underline;
}
.style3 {
	color: #FF0000;
}
.style4 {
	color: #008000;
}
.style6 {
	background-color: #FFFFFF;
	text-align: center;
}
.style10 {
	border: 1px solid #000000;
	background-color: #FFFF99;
	text-align: center;
}
.style11 {
	border: 1px solid #000000;
	background-color: #FFFF99;
	text-align: center;
	color: #FF0000;
}
.style12 {
	border-color: #000000;
	border-width: 0;
}
.style13 {
	text-align: right;
}
.style14 {
	border: 0 solid #000000;
	background-color: #FFFFFF;
	text-align: center;
}

.corps {
	background-image: url('../images/body_bkg.jpg');
	}

.backgrounds 	{
		background-image: url("../images/background.jpg");
		background-repeat: repeat-y;
		background-position: 0px 0px;
		}


 
 .passage, .champ
   { 
   		font: 13px verdana, arial, sans-serif;
  		text-align: left;
		background-color: #F0F6F9;
		background-image: url("../images/shadeform.gif");
		border: #99A8AF 1px solid;
   
    }
 .choix
   { 
   
   		font-size: 11px;
		background-color: #F0F6F9;
		color: #000000;
		  
    }
 .cocher, .option
   { background-color:#DDFFFF; border:1px solid #DDDDDD; }
 .Bouton
   { background-color:#AAAAAA; color:#FFFFFF; width:150px; border:2px solid #DDDDDD; }

