﻿/* generic settings */

body {
	margin: 0 auto; padding: 0;
	background: #d5d5d5 url(../_img/_layout/main-bg.jpg) repeat-x top center;
}

img {
	display: block; border: 0;
}


/* ========================
div boxes layout 
=========================*/
#base_container {
	width: 960px;
	margin: 0 auto; padding: 0 15px;
	background: #d5d5d5 url(../_img/_layout/bg-center.gif) no-repeat top center;
}

/* header */
#header_container {
	height: 139px;
}

#header_citation {
	height: 32px;
	background: url(../_img/_layout/citation-bg.gif) top left repeat-x;
}

#header_main {
	height: 107px;
	background: url(../_img/_layout/header-bg.jpg) top left no-repeat;
}

#header_logo {
	display: block;
	float: left;
	width: 215px; height: 107px;
}

#header_logo a, #header_logo img {
	display: block;
	width: 215px; height: 107px;
	margin: 0; padding: 0; border: 0;
}

#header_actions {
	display: block;
	float: left;
	width: 745px; height: 107px;
}

#header_language {
	display: block; 
	float: left;
	width: 745px; height: 53px;
}

#header_option {
	display: block;
	clear: both;
	height: 54px;
}

#header_options {
	display: block; float: left;
	clear: both;
	width: 745px; height: 54px;
}

/* languages */
#header_languages {
	float: left;  /* due to IE 6 bug, cannot use float left, use position left instead */
	position: relative; clear:none; left: 404px; top: 16px;
}

#header_languages div {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 1.2em; font-weight: bold;
	margin-right: 3px; margin-top: 5px;
}

#header_languages ul {
	float: left;
	list-style: none;
	height: 30px;
	padding: 0; margin: 0;
	width:224px;
}

#header_languages li {
	float: left;
	width: 37px; height: 30px;
	margin: 0; padding: 0;
	text-align: center;
	line-height: 30px;
	background: url(../_img/_layout/language-off.gif) top left no-repeat;
	font-weight: bold; font-size: 1.2em; color: #fff;
}

#header_languages li.activelanguage {
	background: url(../_img/_layout/language-on.gif) top left no-repeat;
	float: left;
}

#header_languages li a, #header_languages li a:visited {
	display: block; margin: 0; padding: 0; float:left;
	width: 37px; height: 30px;
	text-decoration: none;
	color: #fff;
}

#header_languages li a:hover {
	text-decoration: underline;
}

/* options */

div#header_options {
	position: relative; top: 18px; left: 265px;
	height: 20px; width: 466px;
}

#header_options a, header_options a:visited {
	float: left;
	display: block; height: 20px; line-height: 20px;
	font-size: 1.1em; color: #313131; text-transform: uppercase; font-weight: bold;
	text-decoration: none;
}

#header_options a:hover {
	text-decoration: underline;
}

#header_options span {
	display: block;
	float: left;
	margin: 0 7px;
	height: 20px; line-height: 18px;
}

#header_options form {
	margin: 0; padding: 0; display: block; float: left;
}

#header_options fieldset {
	margin: 0; padding: 0; border: 0; display: block; float:left;
	width: 179px;
}

#header_options label {
	display: none; visibility: hidden; float: left;
}

input#mainsearch {
	display: block; width: 151px; height: 20px; line-height: 20px; float: left;
	font-size: 1.1em; color: #313131;
	border: 0; margin: 0; padding: 0;
	text-indent: 8px;
	background: url(../_img/_forms/home-search-field.gif) top right no-repeat !important;
	/* this is for ie6 */
	background-image: url(../_img/_forms/home-search-field.gif);
	background-position: left;
	background-repeat: no-repeat;
	/* end ie6 */
}

button#mainsearchsubmit {
	display:block; float: left;
	width: 28px; height: 20px; line-height: 20px;
	background: url(../_img/_forms/home-search-button.jpg) top right no-repeat;
	margin: 0; padding: 0; border: 0;
	text-indent: 15000px;
	overflow: hidden;
}

/* ========================
navigation 
==========================*/

/* main */
#navigation_container {
	display: block; clear: both;
	height: 63px;
	background-color: #242424;
}

#navigation_level1 {
	height: 32px;
	background: url(../_img/_layout/menu_bg.gif) top left repeat-x;
}

#navigation_level2 {
	height: 31px;
	background-color: #242424;
}

/* level 1 */
ul#level1LinkList {
	list-style: none;
	padding: 0 35px;
	margin: 0;
}

ul#level1LinkList li {
	display: block; float: left;
	height: 32px;
	margin: 0; padding: 0 8px; border: 0;
	line-height: 32px;
}

li.level_1_active {
	padding: 0 8px;
	background: url(../_img/_layout/menu-l1-left.gif) top left no-repeat;
}

ul#level1LinkList a, ul#level1LinkList a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em; font-weight: bold;
}

ul#level1LinkList a:hover {
	text-decoration: underline;
}

#maincat_1, #maincat_2, #maincat_3, #maincat_4 {
	position: absolute;
	top:171px;
	left:0;
	width:910px;
}

/* level 2 */
#navigation_level2 {
	display: block;
	margin-left: 15px;
	background: #242424 url(../_img/_layout/menu-l2-left.gif) top left no-repeat;
	height: 31px;
}

#level2_bar {
	margin: 0 15px;
	height: 31px;
	background: #33879a url(../_img/_layout/menu-l2-right.gif) top right no-repeat;
}

ul.links_level2 {
	list-style: none;
	display:none; 
	padding: 0;
	margin: 0;
}

ul.links_level2 li {
	display: block; float: left;
	height: 31px; line-height: 31px;
	margin: 0; padding: 0 8px; border: 0;
	border: 1px solid red;
}

ul.links_level2 a, ul.links_level2 a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 1.1em; font-weight: bold;
}

ul.links_level2 a:hover {
	text-decoration: underline;
}

ul.links_level2 li.level_2_active a {
	color: #313131 !important;
	text-decoration: underline !important;
}

/* ========================
footer
=========================*/
#footer {
	display: block; clear: both;
	height: 30px;
	background: url(../_img/_layout/footer-bg.gif) top left repeat-x;
}

#footer p {
	height: 30px; padding: 0 0 0 15px; margin: 0;
	float: left;
	color: #eaeeef; font-size: 1.1em; line-height: 30px;
}

#footer ul {
	height: 30px; padding: 0 18px 0 0; margin: 0;
	float: right;
	color: #eaeeef; font-size: 1.1em; line-height: 30px;
	list-style: none; text-transform: uppercase;

}

#footer a:link, #footer a:visited, a:active {
	color: #eaeeef; text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ======================
left nav
======================= */
h2#left_nav_title {
padding-bottom: 0; margin-bottom: 0;
}

div#left_nav_box {
	border-left: 1px solid #33879a;
	border-right: 1px solid #33879a;
	border-bottom: 1px solid #33879a;
	border-top: 0;
	padding: 1px 0 0 0
}

ul#left_nav {
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
	border-top: 0;
	margin: 0 1px 1px 1px; padding:  0;
	list-style: none;
}

ul#left_nav li {
	height: 19px; line-height: 19px;
	padding: 0; margin: 0;
	background: #d1d1d1 url(../_img/_layout/left_nav_link.gif) top left no-repeat;
	font-size: 1.1em; font-weight: bold;
	text-indent: 20px;
}

ul#left_nav a {
	display: block;
	color: #313131;
	text-decoration: none;
	width: 194px; height: 19px;
}

ul#left_nav a:hover {
	background: url(../_img/_layout/left_nav_hover.gif) top left no-repeat;
}

ul#left_nav li._nav3_li_active {
	background: url(../_img/_layout/left_nav_active.gif) top left no-repeat;
}

ul#left_nav a._nav3_a_active, ul#left_nav a._nav3_a_active {
	color: #33879a;
}


/* ======================
main content layout
======================= */
#maincontent_container {
	clear: both;
}

#maincontent_left {
	width: 200px;
	padding: 0 15px;
	float: left;
}

#maincontent_right {
	width: 715px;
	padding: 0 15px 0 0;
	float: left;
	margin: 15px 0 30px 0;
}

/* left col */
.leftcol_box {
	margin-bottom: 20px;
}

.leftcol_box div.teaser { margin: 15px 0; position: relative; text-align: center; width: 200px; }
.leftcol_box div.teaser h4 { 
	position: absolute; width: 200px; 
	font-size: 1.8em; text-transform: uppercase; color: #fff; 
	margin: 0 auto; top: 100px; 
}

blockquote.lastquote {
	border-bottom: 1px solid #f4f4f4;
}

.clearer {
	clear: both;
}


/* DEVELOPMENT COMMENT */
.atraduire {
	background: red !important;
	color: yellow !important;
}