/* -------------------------------- */
/* CSS ADDAX FONDATION			 -- */
/* By PREZENZ - www.prezenz.com	 -- */
/* -------------------------------- */

/* -------------------------------- */
/* DIVERS						 -- */
/* -------------------------------- */

html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#666;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	background-image:url(../images/body_backgr.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

form {
	border:0px;
	padding:0px;
	margin:0px;
}

.hotel {
	color:#AAA;
}

h1 {
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #666;
	color:#666;
}

/* -------------------------------- */
/* STRUCTURE					 -- */
/* -------------------------------- */

#page {
	width:900px;
	text-align:left;
	/*min-height:100% !important;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height: 100%;
	display:table;
}

/* -------------------------------- */
/* TOP							 -- */
/* -------------------------------- */

#top {
	background-color:#FDEFCC;
	display:none;
}

#top #languages {
	position:absolute;
	right:5px;
	top:5px;
}

#top #languages ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#top #languages ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}

#top #menu {
	text-align:center;
}

#top #menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	height:30px;
	padding-top:17px;
}

#top #menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}

#top #menu ul li a {
	text-transform:uppercase;
	font-size:12px;
	padding:16px;
	color:#666;
}

#top #menu ul li a:hover {
	background-color:#FFD487;
}

#top #menu ul li a.active {
	background-color:#FFD487;
}

/* -------------------------------- */
/* HEADER						 -- */
/* -------------------------------- */

#header {
	background-image:none;
}

#logo a {
	display:block;
	width:170px;
	height:175px;
	margin-left:50px;
	display:none;
}

#logoprint {
	display:block;
	padding-left:50px;
}

/* -------------------------------- */
/* SUBHEADER					 -- */
/* -------------------------------- */

#subheader {
	height:130px;
	padding-top:10px;
	background-color:#FFA200;
	padding-left:60px;
	display:none;
}

#subheader .box {
	border:1px solid #CCC;
	background-color:#FDEFCC;
	width:174px;
	height:60px;
	text-align:left;
	float:left;
	margin-right:10px;
	position:relative;
	padding:5px;
	padding-top:50px;
	padding-left:70px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
}

#subheader .nomargin {
	margin-right:0px;
}

#subheader .box a.link {
	padding:2px;
	background-color:#8B8B8B;
	color:#FFFFFF;
	display:block;
	position:absolute;
	bottom:10px;
	right:2px;
	width:195px;
	padding-right:25px;
	text-align:right;
	text-transform:uppercase;
	background-image:url(../images/arrow_grey.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#subheader .box a:hover.link {
	color:#000;
}

/* -------------------------------- */
/* CONTENT						 -- */
/* -------------------------------- */

#content {
	height:auto !important;
	height:200x;
	min-height:200px;
	padding:10px;
	padding-top:20px;
	/*background-color:#FFEDBB;*/
}

#content #sidebar {
	float:right;
	margin-right:50px;
	width:234px;
	padding:5px;
	padding-top:0px;
	font-size:11px;
	display:none;
}

#content .article {
	margin-left:50px;
	margin-bottom:15px;
	margin-right:50px;
	position:relative;
}

#content .article_title {
	color:#999999;
	border-bottom:1px solid #999;
	padding-bottom:3px;
	margin-bottom:3px;
}

#content .article_image {
	float:left;
	padding-right:10px;
}

#content .article_text {
	margin-left:70px;
}

/* -------------------------------- */
/* FOOTER						 -- */
/* -------------------------------- */

#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position: relative;
	margin: -30px auto 0 auto;
	background-color:#FFA200;
	font-size:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:0px;
	padding-top:10px;
	height:20px;
	display:none;
}

#footermenu {
	float:right;
}

#footermenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#footermenu ul li {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}