body {
	margin: 0;
	font: 100%/1.5 Helvetica, Geneva, Arial, sans-serif;
	color: #231F20;
	background: #FFF
}


/*------ structure ------*/
.wrap {
	position: relative;
	width: 886px;
	margin: 0 auto;
	font-size: .75em;
	overflow: hidden	
}

#content-wrap { 
	position: relative;
	z-index: 10;
	margin-top: -5px;
	background: url(../images/content_bg.png) 100% 0 repeat-y;
	font-size: .7em
}

#sub-page #content-wrap { background-image: url(../images/content_bg2.png) }

#content {
	float: left;
	display: inline;
	width: 636px;
	margin: 0 0px 2em 0;

}

#sidebar {
	float: right;
	display: inline;
	width: 210px;
	padding: 1em 10px;
}

#text {
	position: relative;
	z-index: 100;
	float: right;
	width: 455px;
	margin-top: -5.5em
}

#sidebar2 {
	float: left;
	width: 165px;
	min-height: 350px;
	padding-top: 2em;
	background: url(../images/left_sidebar_bg.png) 0 50px no-repeat
}
	

/*------ general styles ------*/
a { text-decoration: none; color: #CD8A2A; font-weight: bold; }
a:visited { color: #CD8A2A }
a:hover, a:focus, a:active { color: #990000; text-decoration: underline }
h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em; 
	line-height: 1.2;
	color: #666
}
h3, h4, h5 { color: #333 }
h3 { 
	margin-top: 1.5em; 
	font-size: 1.2em; 
}
h4 { font-size: 1.1em }
h5 { font-size: 1em }
h6 { font-size: .9em }
p { margin-bottom: 1em; line-height: 1.5 }
img { border: 0 }
abbr { border-bottom: 1px dotted }
abbr:hover { cursor: help }
blockquote, q { quotes: none }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong, em, .em { font-weight: bold }
em { font-style: normal }
.no-margin { margin-top: 0 }

.clear { 	
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}

.offset { 
	position: absolute;
  left: -999em;
  overflow: hidden;
}

/*------ header ------*/
#header { 
	width: 100%;
	background: url(../images/header_bg2.jpg) repeat-x 
}

#header .wrap { 
	position: relative;
	padding-top: 1px;
	height: 99px;	
	background: url(../images/header_bg.jpg) 50% 0 no-repeat
}

#logo {
	float: left;
	width: 200px;
	margin: 19px 0 0 0
}

#header input {
	width: 155px;
	padding: 1px;
	background: #FCFCFA url(../images/input_bg_hdr.png) 0 100% repeat-x;
	border: 1px solid #C5C4A8;
	color: #7E834B;
	font-size: 10px;
	vertical-align: middle
}

#header .btn {
	width: auto;
	padding: 0;
	background: none;
	border: 0
}

#aux-nav { 
	float: right;
	margin-top: 10px;
	padding: .5em 10px .5em 0;
	font-size: .9em;
/*	background: url(../../assets/images/en.gif) 100% 50% no-repeat */
	}
#aux-nav li { display: inline; margin-left: 10px }
#aux-nav a { color: #FFF; font-weight: normal }
#aux-nav .print {
	padding-left: 18px;
	background: url(../images/icon_print.png) 0 50% no-repeat
}

#fr-nav { 
	float: right;
	margin-top: 10px;
	padding: .5em 10px .5em 0;
	font-size: .9em;
/*	background: url(../images/france.png) 100% 50% no-repeat */
	}
#fr-nav li { display: inline; margin-left: 10px }
#fr-nav a { color: #FFF; font-weight: normal }
#fr-nav .print {
	padding-left: 18px;
	background: url(../images/icon_print.png) 0 50% no-repeat
}

#header form {
	position: absolute;
	top: 65px;
	right: 0;
}

.menu {
	position: relative;
	z-index: 100;
	width: 100%;
	background: url(../images/menu_bg.png) 0 100% repeat-x;
	font-size: .65em
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	position: relative;
	z-index: 100;
	width: 886px;
	margin: 0 auto;
	display: table;
	background: url(../images/menu_divider.png) no-repeat
}

#nav a {
	display: block;
	width: 145px;
	padding: 8px 0 14px;
	color: #7E834B;
	font-weight: normal
}

#nav a:hover, #nav a:focus, #nav a:active, #nav a.active { 
	background: url(../images/nav_bg.png) repeat-x;
	text-decoration: none 
} 

#nav li {
	position: relative;
	float: left;
	width: 147px;
	text-align: center;
	background: url(../images/menu_divider.png) 100% 0 no-repeat
}

#nav li:hover, #nav li.hover { min-height: 0 }

#nav li ul {
	position: absolute;
	z-index: 100;
	background: #EEEFE1;
	width: 145px;
	margin-top: -7px;
	left: -999em
}

#nav li li { float: none; background: url(../images/subnav_bdr.png) repeat-x }
#nav li li a {
	width: 145px;
	padding: .8em 0;	
}
#nav li li a:hover { background: #DCDCC7 url(../images/subnav_bg.png) 0 100% repeat-x }
#nav li:hover ul, #nav li.sfhover ul { left: 0 }

/*------ content ------*/

/* home page */
#index-page .item {
	float: left;
	width: 190px;
	margin-right: 28px
}

#index-page .last { margin-right: 0 }

#index-page .item h2 { font-size: 1.28em }
#index-page .item h2 a { color: #B06F32 }
#index-page .item img { border: 1px solid #D8DABB }

/* other pages */
#content ul, #content ol { padding-left: 1.5em; margin: 0 0 1em 1.5em }
#content li, #content li { margin-bottom: .5em }
#content ul { list-style: disc }
#content ul ul { list-style: circle }
#content ol { list-style: decimal }

.overlay {
	margin-bottom: 2em;
	font-size: 1.2em;
	color: #FFF
}
.overlay span {
	display: block;
	font-size: 1.5em
}

.adobe {
	padding: .2em 0 .2em 20px;
	background: url(../images/adobe_reader.png) 0 50% no-repeat
}

table {
	width: 100%;
	border-collapse: collapse;
	background: #DCDCC7
}

td, th { 
	padding: .5em 5px;
	text-align: left;
	border: 2px solid #FFF;
}

th { background: #BFBF99 }

/*------ sidebars ------*/
#sidebar h2 {
	margin: 0;
	font-size: 1.2em
}

#sidebar h2 a, #sidebar form {
	display: block;
	width: 181px;
	margin: 0 auto 1em;
	padding: .5em 10px;
	color: #FFF;
	border: 2px solid #FFF;
	font-weight: normal
}
#sidebar h2 a span { font-weight: bold }

.SEA a { background: url(../images/sidebar_box1.png) no-repeat }
#sidebar h2.feedback a { 
	width: 171px;
	padding-right: 20px; 
	background: url(../images/sidebar_box2.png) no-repeat 
}
.SEA img { float: right }


#sidebar form { 
	width: 191px;
	padding: .5em 5px;
	background: url(../images/sidebar_box3.png) no-repeat 
}
#sidebar fieldset {
	position: relative;
	border: 0;
	padding: 0
}

#sidebar legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF
}

#sidebar input {
	display: inline;
	margin-bottom: 4px;
	padding: 2px;
	color: #858A55;
	background: #FCFCFA url(../images/input_bg_hdr.png) 0 100% repeat-x;
	border: 1px solid #BEBD9E;
	font-size: 10px;
	vertical-align: middle
}

#first-name { margin-right: 3px }
#sidebar .name { width: 85px; float: left }
#sidebar .org { width: 179px }
#sidebar .email { width: 137px }

#sidebar .btn {
	padding: 0;
	background: none;
	border: 0
}

#sidebar h3 {
	margin: 2em 15px .5em;
	color: #777C42;
	font-size: 1.4em
}

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

#sidebar li { 
	padding-bottom: .7em;
	margin-bottom: .7em;
	background: url(../images/sidebar_divider.png) 0 100% repeat-x
}
#sidebar ul p { margin: 0 }

/* left sidebar */
#sidebar2 ul {
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

#sidebar2 li { 
	margin: 0; 
	background: url(../images/sidebar_divider.png) 0 100% repeat-x 
}
#sidebar2 a {
	display: block;
	width: 115px;
	padding: .5em 10px;
	color: #777C42;
	font-weight:normal;
}

.LCOS_current {
	display: block;
	width: 115px;
	padding: .5em 10px;
	color: #777C42;
	background: #DCDCC7 url(../images/sidebar2_bg.png) 0 100% repeat-x;
	font-weight:bold;
}

#sidebar2 a:hover, #sidebar2 a:focus, #sidebar2 a:active { background: #DCDCC7 url(../images/sidebar2_bg.png) 0 100% repeat-x }

/*------ footer ------*/

#footer {
	clear: both;
	width: 100%;
	padding: 1em 0;
	background: #787D42 url(../images/footer_bg.png) repeat-x;
	color: #FFF;
	font-size: .8em;
	line-height: 33px
}

#footer a { color: #FFF }

#footer p { 

}
#logos { 
	float: right;
	width: 354px;
	margin: 1em 0;
	padding: 0;
	list-style: none
}

#logos li { display: inline; margin-left: 5px }
#logos img { vertical-align: middle }