@charset "utf-8";

/*////////// Sushi Express CSS Document //////////*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #515151;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 16px;
}

/*///// Mise en page /////*/

#container { width: 846px; margin: 0 auto; text-align: left; }
#header { padding-top: 30px; padding-bottom: 15px; margin: 0 auto; }
#menu { height: 31px; margin: 0; }
#zone_flash { height: 249px; margin: 0; padding:0px; background-image: url(../images/bg_zone_flash.jpg); background-repeat: no-repeat; background-position: 0px -1px; }
#contenu { padding-right: 33px; padding-bottom: 18px; padding-left: 33px; padding-top: 18px; background-image: url(../images/bgcentre.jpg); background-repeat: repeat-y; }
#zone_promo { background-image: url(../images/bgcentre.jpg); background-repeat: repeat-y; }
#footer { padding-top: 0px; padding-right: 33px; padding-bottom: 18px; padding-left: 33px; }

#contenu_nopad { background-image: url(../images/bgcentre.jpg); background-repeat: repeat-y; }
#contenu_int { padding-right: 33px; padding-bottom: 18px; padding-left: 33px; padding-top: 18px; }

#bg_traiteur {
	background-image: url(../images/bg_traiteur.jpg);
	background-repeat: no-repeat;
	background-position: 473px 0px;
	height: 235px;
}

#bg_comptoir {
	background-image: url(../images/frigo.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

.pad_coldroite { padding-left: 15px; }
.pad_colgauche { padding-right: 15px; }

.td_comptoir_gauche { padding-top: 235px; padding-right: 15px; }

.sep_hori {
	border-bottom:1px #CCC dashed;
	width: 100%;
}

.mar_10 { margin-bottom: 10px; margin-top:0px; }	

/*///// Textes /////*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #ee2e24;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h2 {
	font-size: 11px;
	line-height: 18px;
	color: #ee2e24;
	font-variant: small-caps;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #ee2e24;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.texte_petit_gris {
	font-size: 10px;
	color: #aeaeae;
}

.texte_vert {
	color: #00a94f;
}

.texte_moyen_rouge {
	font-size: 16px;
	margin: 0px;
	color: #ee2e24;
}

.texte_moyen_bleu {
	font-size: 11px;
	color: #515151;
}

/*///// Textes /////*/

a.texte_petit_gris:link { text-decoration: none; }
a.texte_petit_gris:visited { text-decoration: none; }
a.texte_petit_gris:activated { text-decoration: none; }
a.texte_petit_gris:hover { text-decoration: none; color: #455560; }

a.texte_moyen_bleu:link { text-decoration: none; }
a.texte_moyen_bleu:visited { text-decoration: none; }
a.texte_moyen_bleu:activated { text-decoration: none; }
a.texte_moyen_bleu:hover { text-decoration: underline; color: #455560; }





