@charset "utf-8";
/* CSS Document */

body {
	

	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	
}
#test {
	margin:0 auto;
}
#nav {
	margin:auto;
	height:180px;
	background-image:url(/images/header_02.png);
	background-position:top center;
	background-repeat:no-repeat;
	position: relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
}
#carrousel {
	height:500px;
	background-image: url(/images/header-conference.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position: relative;
	z-index:1;
	margin-top:-82px;
}
#wrap {
	height:500px;	
	position: relative;
	z-index:1;
	margin-top:-100px;
}
.hide {
	display:none;
}
#content {
	position:absolute;
	z-index:999;
	width:100%;
	height:400px;
	margin-top:-240px;
	
}

#text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}
#text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}	

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f5f3c7;}
h2{
	padding:0px;
	margin:0px;
	font-size:14px;}	

.jcarousel-control {
	position:relative;
	
	
	z-index:10003;	
	height:28px;
	margin:0 auto;
	text-align:center;
	
	width:350px;
	font-size:14px;
}
.jcarousel-control a {
	font-size: 75%;
	text-decoration: none;
	padding: 0 5px;
	color: #eee;
	font-weight: bold;
}
.jcarousel-control a:hover {
	color: #CCC;
}
.jcarousel-control a:focus, .jcarousel-control a:active {
	outline: none;
	color:#999;
}
.jcarousel-scroll {
	margin-top: 10px;
	text-align: center;
}
.jcarousel-scroll form {
	margin: 0;
	padding: 0;
}
.jcarousel-scroll select {
	font-size: 75%;
}
#mycarousel-next, #mycarousel-prev {
	cursor: pointer;
	margin-bottom: -10px;
	text-decoration: underline;
	font-size: 11px;
}


#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;}
	



a:link{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}	

a:hover{
	color:#999;
	text-decoration:none;
	}
table{
	text-align:left;}	
	
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:999;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:999;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
	