/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #4C210C;
}

* {
	font-family: "Trebuchet MS", "Times New Roman";
}

a {
	color: white;
}

img {
	border: none;
}

h2 {
	color:#f9ca00;
	font-size:17px;
}
h3 {
	color:#c21f10;
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
}

h3 A {
	color:#c21f10;
	text-decoration: none;
}


td.main {
	margin: 0;
	padding: 0;
	height: 486px;
	background: url(./images/fond-restaurant-salle.jpg) no-repeat;
}

td.copyright {
	margin: 0;
	padding: 0;
	height: 27px;
	background: url(./images/fond-copyright.gif) no-repeat;
	text-align: center;
	color: white;
	font-size: 11px;
}

.minitexteblanc {
	text-align: left;
	color: #ffffff;
	font-weight:bolder;
	font-size: 11px;
}

td.contenu {
	padding: 36px 0 0 0;
}

table.zone-texte {
	margin:0;
	padding: 0 5px 5px 5px;
	background: url(./images/fond-contenu.jpg) no-repeat;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

table.zone-texte h1 {
	margin-top: 0;
	padding-top: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
}

table.prochainement {

}

table.prochainement .prochainement-texte {
	background-color: #FAEDBB;
	margin:0;
	padding: 5px;
	padding-left: 10px;
	font-size: 12px;
}

.prochainement-texte A {
	color:#c21f10;
}

.isErrorSmall {
	color:red;
	font-size:11px;
	font-weight: normal;
}
.isError {
	color:red;

}
.frame {
width: auto;
padding-right:20px;
height: 330px;
overflow: auto; /* cette propri? va permettre le scroll de ce bloc */
font-size: 14px;
}
