* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
}

body {
	background: #000000 url(../images/royale-background.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

img {
  border: 0;
}

h1 {
	font-size: 2em;
  color: #f898c9;
}

h2 {
	letter-spacing: -1px;
	font-size: 1,5em;
	padding: 15px 20px;
	background: url(../images/img05.gif) no-repeat;
	line-height: normal;
	margin-top: 20px;  
  color: #fedfef;
}

h3 {
	border-bottom: 1px solid #454545;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1,5em;
  color: #fedfef;
}

h4 {
  color: #fedfef;
	font-size: 1em;
  margin-top: 15px;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.main {
  color: #f898c9;
}

hr {
	display: none;
}

/* Header */

#container {
  position: absolute;
  min-height: 900px;
  width: 900px;
}

#footer {
  position: absolute;
	bottom: 0;
	width: 100%;
  padding: 10px;
	background: url(../images/img07.gif) no-repeat;
  font-size: 0.8em;
}
#rightfoot {
  position: relative;
  float: right;
	width: 50%;
  text-align: right;
}
#leftfoot {
  position: relative;
  float: left;
	width: 50%;
  text-align: left;
}

/*
 * Partie haute : logo, drapeaux, barre de navigation
 */
#header {
  height: 130px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 10px;
}

#flags {
  position: relative;
  float: right;
	width: 240px;
  top: 105px;
}
#navig {
  position: relative;
  float: left;
	width: 610px;
  top: 105px;
  text-align: right;
}

/*
 * Barre de droite
 */
#rightbar {
  position: relative;
  float: right;
	width: 240px;
	margin: 0 auto;
}

#rightbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightbar li {
}

#rightbar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#rightbar h4 {
  color: #fedfef;
	padding-top: 20px;
	font-size: 1.1em;
}

/*
 * Partie basse
 */



/*
 * Bandeaux publicitaires
 */
#pub {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*
 * Content
 */
#content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 48px;
	width: 605px;
}

.menubar {
  position: absolute;
  float: right;
  width: 605px;
  font-weight: bold;
  margin-top: 4px;
}

.menubar:after { /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
}

.menubar ul {
  width: 100%;
  padding: 2px 0;
  margin: 0;
  text-align: right; /*set value to "left", "center", or "right"*/
}

.menubar ul li {
  display: inline;
}

.menubar ul li a {
  color: #f898c9;
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #454545;
}

.menubar ul li a:hover {
  color: #fedfef;
}


