/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	font-weight: normal;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

#container {
	display: block;
	position: relative;
	width: 780px;
	margin: 0px auto 0px auto;
}

#title {
	position: relative;
	display: block;
	width: 755px;
	margin: 0px 13px 0px 13px;
}

#title-links {
	text-align: right;
	padding: 0;
}

#title-links #language-rom {
	background: url(../gifs/bg-language-eng-index.gif) no-repeat top right;
	padding:0;
	margin: 0 0 38px 0;
	height: 17px;
}

#title-links #language-eng {
	background: url(../gifs/bg-language-ro-index.gif) no-repeat top right;
	padding:0;
	margin: 0 0 38px 0;
	height: 17px;
}

#title-sigla {
	float: left;
}

.Home {
	float: left;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fff;
	border: none;
	margin: 0px;
}

#bg_print {
	display: none;
}

#sigle_print {
	display: none;
}

#footer_print {
	display: none;
}

#vizual {
	margin: 0px;
	clear: none;
}

#lines {
	width: 780px;
	height: 12px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	clear: none;
}

#low-region {
	width: 780px;
	margin: 0px 0px 0px 1px;
}

#shade-left, #shade-right, #menu, #content, #other {
	float: left;
	clear: none;
}

#shade-left {
	width: 6px;
	height: 380px;
	background-image: url(../gifs/shadeLeftIn.gif);
	background-repeat: repeat-y;
}

#shade-right {
	width: 6px;
	height: 380px;
	background-image: url(../gifs/shadeRightIn.gif);
	background-repeat: repeat-y;
}

#menu {
	width: 190px;
}

#sigla-ibo {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	padding: 15px 0 10px 0;
	border-top: 1px #eaeaea solid;
}

#sigla-ibo img {
	position: relative;
	margin-bottom: 10px;
}

#content {
	width: 381px;
	text-align: justify;
}

#other {
	margin: 5px;
	background-image: url(../gifs/other_general_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #66C2FF;
	width: 187px;
}

.bottom {
	background-image: url(../gifs/other_general_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px;
	padding: 0px;
}

#shade-low {
	width: 780px;
	margin-left: 1px;
}

#footer {
	margin: 0px 13px 15px 13px;
	text-align: center;
}

/*texte*/

h1 {
	font-size: 20px;
	letter-spacing: -1px;
	margin: 10px;
}

p {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 150%;
	margin: 0px 0px 12px 0px;
}

.displaying {
	font-size: 14px;
	display: block;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66C2FF;
}

.current {
	font-weight: bold;
	background-color: #66C2FF;
	color: #FFFFFF;
}

acronym {
	font-style: normal; 
	border: none;
	cursor: help;
}

a:link, a:visited, a:active {
	color: #0082d9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #66C2FF;
}

.breadcrumb {
	font-size: 10px;
	color: #cccccc;
	font-weight: lighter;
}

#title-sigla h1 {
	margin: 38px 0 0 140px;
	font-size: 27px;
	font-weight: normal;
}

#title-links #language-rom a {
	margin-right: 19px;
}

#title-links #language-eng a {
	margin-right: 20px;
}

#menu a, #other a {
	font-size: 14px;
	display: block;
	padding: 0px 10px;
}

#menu #sigla-ibo a {
	display: inline;
	padding-left: 0;
	font-size: 12px;
}

#menu #sigla-ibo p {
	padding-left: 0;
}

#other h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 8px;
}

#other a {
	padding-left: 10px;
}

#other a:link, #other a:visited, #other a:active {
	color: #333333;
	text-decoration: none;
}

#other a:hover {
	text-decoration: none;
	background-color: #ffffff;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666; 
	font-weight: normal; 
	text-decoration:none;
}

#footer a:hover   {
	font-weight: bold; 
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
}