body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
.txt {
	font-size: 9pt;
}
.bold {
	font-weight: bold;
}
.bold_blanc {
	font-weight: bold;
	color: #ffffff;
}
.titre {
	font-size: 9pt;
	font-weight: bold;
	line-height: 9pt;
	color: #ffffff;
}
a {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
select {
	font-size: 7pt;
}
input {
	font-size: 7pt;
}
form {
	font-size: 7pt;
}
#global {
	width: 800px;
	height: 100%;
	border: solid black 1px;
	background: #FFCC00;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-repeat: no-repeat;
	display: table;
}
#dia {
	border: solid black 1px;
	background: #ffffff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 400px;
	height: 300px;
}
#col_gauche {
	font-size: 8pt;
	width: 145px;
	padding-top: 10px;
	padding-left: 5px;
}
#hotel_restaurant {
	font-size: 16pt;
}
#tetiaire {
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	width: 330px;
}
#calque_menu {
	padding: 3px;
	border: solid black 0px;
	width: 387px;
}
#menu {
	font-weight: bold;
	font-size: 9pt;
	background-repeat: no-repeat;
}
#menu a {
	color: #FFFFFF;
}
#contenu {
	font-size: 8pt;
	width: 600px;
	padding-left: 160px;
}
#affichage {
	font-size: 8pt;
}
