/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
/* Import des style pour la charte */
@import "charte.css";
/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}
.invisible{	display:none;}
ul.list{
	float:left;
}
.list li{
	list-style-type:none;
	background-image:url(../images/charte/pointer.jpg);
	background-position: 3px 7px;
	background-repeat:no-repeat;
  font-size: 11px;
  color:#000;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.color_b{ color: #000;}
.color_b1{ color: #464646;}
.color_b2{ color: #950c05;}
.vente{
  background: url(../images/accueil/vente.gif) left top no-repeat;
  text-align: center;
  font-weight: bold;
  width: 234px;
  height: 22px;
}
.paragraph_adresse{
  background: url(../images/accueil/paragraph-adresse.jpg) left top no-repeat;
  line-height: 14px;
  float: left;
  width: 221px;
  height: 82px;
}
.left{ float: left;}
.right{ float: right;}
.ouvert{
  background: url(../images/accueil/ouvert.jpg) left top no-repeat;
  float: left;
  width: 233px;
  height: 22px;
}
#contact_left_box{
  background: url(../images/contact/contact-adresse-left.jpg) left top no-repeat;
  float: left;
  width: 373px;
  height: 114px;
}
.separator{
  background: url(../images/charte/separator.jpg) left top no-repeat;
  width: 650px;
  height: 21px;
  float: left;
}

/*---------table---------*/
#pizzas table{
	background-color: #fecc74;
  border-collapse: collapse;
	text-align: left;
	border-spacing: 0px;
}
#pizzas table, tbody, tr, td{	line-height: 14px; font-size: 11px;	color: #8b0604;}
#pizzas tbody td{	padding: 1px 3px 1px 3px;}
#pizzas table th{	font-style: normal;	font-weight: normal;}
#pizzas table .odd th,#pizzas table .odd td{ background-color: #fdab26; color: #fff;}
#pizzas thead th{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #fdab26;
  border-bottom: 1px solid #e98b04;
	text-transform: none;
	color: #8b0604;
}
#pizzas .bright{ border-right: 1px solid #e98b04;}
#pizzas .middle{ text-align: center; font-weight: bold;}
#pizzas .big{ font-weight: bold;}
#pizzas td{ height: 24px; color: #8b0604;}
#pizzas tbody tr:hover td{ background-color: #e30404; color: #fff;}
#pizzas b, strong {font-weight: normal;}
/*--------end table -----*/