
BODY {
	SCROLLBAR-FACE-COLOR: #FFCD00;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFCD00;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #E3E3E3;
	SCROLLBAR-DARKSHADOW-COLOR: #E3E3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.slide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DF0005;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.prix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #de1c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.bloc_news {
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #ffcd00;
	background-color: #fff5cf;
	clear: both;
	width: 640px;
}
.bloc_news h4 {
	margin: 0;
	font-size: 1.2em;
}

.bloc_news p {
	margin: 1em 0 .2em;
	padding-left: 20px;
	background: url(../images/commun/petite_fleche.gif) no-repeat left 2px scroll;
}
.bloc_news_twins {
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 1px solid #fe2800;
	background-color: #ffca9f;
	float: left;
	width: 310px;
	text-align: center;
}
td>.bloc_news_twins {
	width: 300px;
}
.bloc_news_twins h4 {
	color: #c81a00;
	font-weight: bold;
	font-size: 2em;
	margin: 0 10px;
}
.bloc_news_twins p {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.bloc_news_twins em {
	font-weight: bold;
}
.bloc_news_twins strong {
	font-weight: bold;
	text-decoration: underline;
}

.livraison {
	margin: 0 0 20px;
	border: 1px solid #ffcd00;
	background: #fff5cf;
	height: 139px;
	width: 640px;
}
td>.livraison {
	width: 660px;
}

.livreur {
	margin: 0 1.5em 15px 0;
	border-right: 1px solid #ffcd00;
	float: left;
}

.livraison h4 {
	color: #000;
	font-size: 2em;
	margin: .5em 0 0 0;
}

.livraison table {
	margin: 10px 0 0 0;
}

.livraison td {
}

.livraison td.lieu {
	background: url(../images/commun/petite_fleche.gif) no-repeat left 7px scroll;
	padding-left: 20px;
}
.livraison td.tel {font-weight: bold;}
.livraison td.infos {}
.livraison td.note {font-weight: bold;}

.annonce {
	font-weight: bold;
	background: #fff;
	border: 1px solid #000;
	padding: .5em 0;
	width: 322px;
	margin: 0 auto;
}

/* bloc pour les occasions spéciales (fêtes de fin d'année, st-valentin, etc) */
.special {
	width: 425px;
	min-height: 175px;
	margin: 0 0 20px;
	padding: 10px 10px 20px 225px;
	border: 1px solid #eed1d6;
	background: #fff url(css-img/special-bg-valentin-2010.png) no-repeat bottom left scroll;
	color: #840e28;
	text-align: center;
	clear: both;
}
.special h4 {
	margin: 0;
	font-size: 2.5em;
	color: #c52950; /* st-valentin */
}
.special p {
	margin: 10px 0 0;
	font-size: 1.5em;
}
.special a {
	color: #b54251;
	text-decoration: underline;
}
.special a:hover {
	color: red;
	text-decoration: none;
}
/*
POUR NOËL :
.special {
	border: 1px solid #000;
	background: #000 url(css-img/special-bg-noel.jpg) no-repeat bottom left scroll;
	color: #890827;
}
.special h4 {color: #dfb200;}
.special p {color: #bf9800;}
*/


/* bloc pour annonces temporaires urgentes (horaires vacances, etc) */
.attention {
	display: block;
	width: 640px;
	margin: 0 0 20px;
	padding: 0 10px;
	color: #b00;
	font-size: 1.2em;
	text-align: center;
	background: #ffe5e5;
	background: hsl(0, 100%, 95%);
	border: 1px solid #f99;
	border-color: hsl(0, 100%, 80%);
	clear: both;
	box-shadow: 0 2px 5px hsla(0, 0%, 0%, .25);
		-moz-box-shadow: 0 1px 4px hsla(0, 50%, 25%, .25);
}

a.attention {text-decoration: underline; cursor: pointer;}
a.attention:hover {text-decoration: none;}


#contact h3 {font-size: 13px;}

div#igoogle {
	margin: 0 10px 20px 0;
	padding: 10px 10px 10px 20px;
	background: #fff5cf;
	border: 1px solid #ffcd00;
	border-left: none;
}

a#fidelite {
	display: block;
	width: 153px;
	height: 235px;
	background: transparent url(../images/accueil/fidelite_recto_small.jpg) left top scroll;
}
a#fidelite:hover {
	background: transparent url(../images/accueil/fidelite_verso_small.jpg) left top scroll;
}

/* info-bulle pour afficher le détail de la composition des plateaux */
 .ct_infobulle {position: relative;}
 .link_infobulle {
	display: none;
	color: #9f1300;
	font-style: italic;
}
 .infobulle {
	display: block;
	background: #fdd;
	position: absolute;
	left: -300px;
	top: -50px;
	width: 200px;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: transparent url(css-img/bg_black_op75.png) repeat left bottom scroll;
	border: 1px solid #999;
	border-top-color: #000;
	border-bottom-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-wedkit-border-radius: 15px;
	box-shadow: 0 5px 5px #000;
	-moz-box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 10px #000;
}

a.pretty {text-decoration: none;}
a.pretty img {border: none;}

