@charset "utf-8";
/* CSS Document -- Brasserie Daniel Lapointe -- Styles CSS */


/* ////////// Base ////////// */

body{
	font-family: Georgia, 'Times New Roman', Garamond;
	color: #666666;
	background-color: #4d1008;
	background-image: url(/imports/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

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

#container {
	text-align: center;
	margin:0 auto;
	padding:0;
	width: 900px;
	height: auto;
	overflow: auto;
}
#z_flash {
	clear: both;
	height: 260px;
	width: 900px;
}
#z_contenu {
	color:#514f4a;
	background-image: url(/imports/images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	width: 820px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #eee8cc;
}

#z_main_left {
	float: left;
	width: 245px;
	margin: 0;
	padding: 0;
	text-align:justify;
}

#z_main_right {
	text-align:justify;
	float: right;
	width: 533px;
	margin: 0;
	padding: 0;
}

#z_rigcol_top {
	width: 533px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear:both;
}

#z_rigcol_left {
	float:left;
	text-align:left;
	width: 245px;
}

#z_rigcol_right {
	float:right;
	text-align:left;
	width: 245px;
}

.clear {
clear: both;
}

.img_salle {
	background-color: #f2efdf;
	padding: 5px;
	border: 1px solid #c3bda6;
}

.img_thumb {
	float:left;
	margin-right:10px;
	background-color: #f2efdf;
	padding: 5px;
	border: 1px solid #c3bda6;
}

.sephori {
	background-image: url(/imports/images/sep.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 246px;
	margin-top:20px;
}

#z_footer {
	text-align:right;
	background-image: url(/imports/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* ////////// Texte ////////// */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #4d1008;
	margin: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #125d83;
}
h3 {}

.txt_grand { font-size:14px; }

.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arial_grand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/* ////////// Liens ////////// */

a{
	color: #125d83;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #0e7db6;
}

/* ////////// Autres ////////// */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}