/*De Isidore Bilitik le 13.06.2010
pour le café-bar-resto "DE AFIC"*/

body {
  background-color: orange /*url(foto/c0.jpg)*/;
}


body a:link, body a:visited, body a:active {
	background-color: ;
	padding: 1px;
	text-decoration: none;
	color: yellow;
}
body a:hover {
	padding: 10px;
	background-color: gey;
	text-decoration: none;
	color: red;
}