/*
Theme Name: Voirons
Description: Brasserie des Voirons.
Version: 1.0

*/
body{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0;
	background:url(images/fond.png);
}

#page{
	width:750px;
	margin:20px auto 20px auto;
	text-align:left;
	background:url(images/background.png) repeat-y;
}

#header{
	background:url(images/header.png) no-repeat;
	height:319px;
	padding-top:25px;
	text-align:center;
}

#header h1{
	height:240px;
	width:420px;
	background:url(images/logo.png);
	text-align:center;
	text-indent:-10000px;
	padding:0 0 0 0;
	margin:0px auto 0 auto;
}

#menu{
	margin:32px 36px 0 36px;
	width:678px;
	padding:0;
	list-style:none;
	text-align:center;
	background:url(images/menu.png) no-repeat;
	background-position: 0px 3px;
	font-size:16px;
}

#menu li{
	display:inline;
	margin-left:3px;
	padding-left:6px;
	background:url(images/separateur-menu.png) no-repeat;
}

#menu li.first{
	margin-left:0;
	padding-left:0;
	display:inline;
	background:none;
}

#menu li a{
	display:inline-block;
	height:36px;
}

#content{
	margin:24px 36px 25px 36px;
}

#content h2{
	text-transform:uppercase;
	margin:0;
	font-size:24px;
	font-weight:normal;
}

#content p{
	margin:0 0 1em;
}

#content #mediumColumn{
	width:650px;
	float:left;
}

a#facebook{
	display::block;
	float:left;
	width:20px;
	height:20px;
	margin-top:5px;
	text-indent:-5000px;
	background:url(images/facebookIcon.png) no-repeat;
}

#footer{
	height:9px;
	background:url(images/footer.png) no-repeat bottom;
	clear:both;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}

a:visited{
	color:#666;
}

#menu a:visited{
	color:#000;
}

#menu a:hover, #menu a:active{
	text-decoration:none;
	color:#666;
	background:url(images/menu_actif.png) no-repeat bottom center;
}

#menu li.current_page_item a{
	color:#666;
	background:url(images/menu_actif.png) no-repeat bottom center;
}