@charset "utf-8";
/* CSS Document */

body {
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	color:#060606;
	font-size: 11px;
	background-image:url(../img/fond.jpg);
	background-repeat:repeat;
}
a:link {
	color: #060606;
	text-decoration:none;
}
a:visited {
	color: #060606;
	text-decoration:none;
}
a:hover {
	color: #ecac00;
	text-decoration:none;
}
a:active {
	color: #060606;
	text-decoration:none;
}
img {
	border: 0px;
}
.bordure{
	border: 1px solid black;
	width: 980px;
	height: 605px;
	background-color:white;
	background-image: url(../img/restaurant-vins.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
.logo{
vertical-align:top;
text-align:left;
}
#menu{
	text-transform:uppercase;
	width: 700px;
	padding-left:28px;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight : bold;
}
.puce{
	padding: 0 5px 2px 5px;
}
#text{
	padding-right:28px;
	float:right;
	margin-top:210px;
	text-align: justify;
	width: 480px;
	font-weight:bold;
}
#texttitre{
	padding-left:28px;
	float:left;
	margin-top:260px;
	text-align: justify;
	width: 250px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#484848;
}
#texttitre a{
	color:#484848;
}
#texttitre a:hover{
	color:#ecac00;
}
.footer{
	text-align:right;
	width:980px;
}
.footer a{
	color:black;
}
.footer a:hover{
	color:white;
}
#acceuil{
padding-right:28px;
float:right;
margin-top:30px;
width: 480px;
font-weight:bold;
text-align:right;
text-transform: uppercase;
font-size: 15px;
}


