/* CSS Document */

body {
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#587D38;
}

.restaurant {
	font-size:30px;
}

.indochine {
	font-family: "Bradley Hand ITC";
	font-weight: bold;
	font-size: 40px;
	text-align:center;
	color:#DFD6B9;
}

.menu {
	text-align:right;
}

.texte {
	font-family: "Bradley Hand ITC";
	font-weight: bold;
	font-size:30px;
	text-align:center;
	color:#336600;
	text-decoration: none;
}

.plats {
	font-family: "Bradley Hand ITC";
	font-weight: bold;
	font-size:25px;
	text-align:center;
	color:#336600;
	text-decoration: none;
}


.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: blink;
}
