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



html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
  background-image: 
  url(images/menu-page/BACKGROUND.jpg);
 background-position:center center;
  }
  

* {
    padding: 0;
    margin: 0;
}



#wrapper{
	margin: 0 auto;
}

.full {
	width: 100%;
}

.demi {
	width: 50%;
}

.tiers {
	width: 33.33%;
}

.quart {
	width: 25%;
}

#header
{ margin: 13px auto -1px;
width:1260px;
background: rgba(255, 250, 250, .85);
}

.module
{ margin: 0 auto;
width:1260px;
height:3px;
border: #B2AC9D;
border-width:1px;
border-style: outset;
text-align: center;
}


#nav
{ margin: 0 auto 0 ;
	width:1260px;
	height:auto;
background: rgba(21, 68, 119);

}

#nav ul {
	height: auto !important;
	

}

#nav li {
	float :none !important;
	width: 100% !important;
}

.module2
{ margin: 0 auto;
width:1260px;
height:0px;
text-align: center;
border: #B2AC9D;
border-width:0px;
border-style: inset;

}

#main {
	margin: 0 auto;
	width:1260px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#DEF1FC;
	
	}
	
.module1 {
	margin: 0 auto;
	width:1260px;
	font-family: "Linux Libertine", "Linux Libertine Bold", "Linux Libertine Bold Italic";
	background: rgba(21, 68, 119, .95);
	}
	
.nav{
	float:left;
	display: inline-block;
	width:220px;
	margin-left:368px;
	margin-top:400px;
	text-align:center;
	}
