/* color.css */

html {
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	padding-top : 10px;
}

div#branding {
position : relative;
z-index : 10;
height : 180px;
background : transparent url(../img/restaurant-le-mans-o-bonsoir.png) no-repeat 0 0;  }

div#nav_main {
	position : relative;
	z-index : 1;
	height : 90px;
	background-image: url(../img/nav_main.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#content { 
}

div#site_info {
	position : relative;
	width : 100%;
	height : 120px;
	background : transparent url(../img/restaurant-vieux-mans.png) no-repeat 0 0;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 { 
position : absolute;
top : -35px; 
left : -81px;
width : 550px; 
height : 150px; 
background : transparent url(../img/h1.png) no-repeat;
text-indent : -9999px; }

div#branding blockquote { 
position : absolute;
top : -9999px; }

ul#nav_features {
position : absolute;
top : 5px;
left : 316px;
margin : 0;
width : 193px;
height : 50px; }

ul#nav_features li {
display : inline;  }

li#nav_signup, li#nav_dishup, li#nav_washup {
	position : absolute;
	display : block;
	height : 50px;
	width : 155px;
	top: 0px;
}

li#nav_signup {
left : -291px; }

li#nav_dishup {
left : -133px; }

li#nav_washup {
left : 14px; }

li#nav_signup a, li#nav_dishup a, li#nav_washup a {
display : block;
height : 50px; 
width : 140px; 
text-indent : -9999px; }

ul#nav_tools {
position : absolute;
top : 3px;
left : 280px;
margin : 0;
width : 460px; }

ul#nav_tools li {
display : inline; }

ul#nav_tools li a {
margin-right : 10px;
padding-right : 10px;
 }

li#nav_logout a, li#nav_rss a {
margin-right : 0;
padding-right : 0; }

li#nav_rss {
position : absolute;
right : 0;
width : 120px;
height : 25px; }

li#nav_rss a { 
display : block;
width : 120px; 
height : 25px; }

div#nav_main p {
	position : absolute;
	top : 17px;
	left : 513px;
	margin : 0;
	width: 250px;
}

div#nav_main h2 { 
position : absolute;
top : -9999px; }

div#site_info h5 { 
position : absolute;
right : 775px; 
bottom : 6px;
width : 200px; 
height : 108px; 
background : transparent url(../img/h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 200px; 
height : 109px; 
text-indent : -9999px; }

div#site_info p {
	position : absolute;
	left : 870px;
	top : 95px;
	margin : 0;
	width: 103px;
}

div#site_info h5 + p { 
text-indent : -9999px; } 
div#site_info p a {
	margin : 0;
	color: #000;
}
