/************************************************************ 
	HTML TAGS  
*************************************************************/
html, body {
	height: 100%;
	width: 965px;
	padding: 0;
	margin: 0;
	}
body {
	background-image: none;
	background-repeat: repeat-y;
}
p, td, div, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
h1 {
	font-size: 13px;
	margin-bottom: 14px;
	}
h2, h3 {
	padding: 0;
	margin: 0;
	}

h2.underline {
	border-bottom: 1px solid #236177;
	color: #236177;
	margin-bottom: 3px;
	}	
	
ul {
	margin-left:10px;
	padding-left:4px;
	margin-top:2px;
	list-style-position: inherit;
	list-style-type: disc;
	line-height: 180%;
	}
img {
	border: none;
	}
form {
	padding: 0;
	margin: 0 ;
}


/************************************************************ 
	STRUCTURE
*************************************************************/
#leftcolumn {
	float: left ;
	padding: 0;
	margin: 0;
	width: 226px;
	height: 100%;
	background-color: #fff;
	color: #236177;
	}
#centercolumn {
	float: left ;	
	padding: 0;
	margin: 0;
	margin-left: 6px;
	width: 560px;
	height: 100%;
	background-color: #fff;
	}
#rightcolumn {
	float: left ;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	background-color: #fff;
	width: 162px;
	height: 100%;
	font-size: 10px;
	color: #236177;
	}
	
	
/************************************************************ 
	HEADER
*************************************************************/
#header {
	padding: 0;
	margin: 0;
	background-color: #94b5ac;
	font-size: 10px;
	color: #fff;
	height: 43px;
	}
#header ul {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-left: 15px;
	line-height: 10px;
	list-style-type: none;
	}
#header li {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	}
#header li.last {
	width: 100px;
	margin-top: -1px;
	}
#headerpict {
	margin-top: 6px;
	border-bottom: none;
	}
#header .on {
	font-weight: bold ;
	}	
#header a:link, #header a:visited {	
	color: #fff;
	text-decoration: none;
	}
#header a:hover {	
	color: #236177;
	text-decoration: none;
	}
.button {
	font-size: 9px;
	float: left;
	border: 1px solid white;
	width: 11px;
	line-height: 100%;
	margin: 0 5px 3px 0;
	}
.button a:link, .button a:visited {
	padding: 1px;
	display: block;
	}
.button a:hover {
	color: #236177;
	background-color: #fff;
	text-decoration: none;
	}
#claim {
    display: none;
    position:absolute;
    top: 110px;
    left: 22px;
    font-weight: bold;
    color: #444444;
}
	
/************************************************************ 
	CONTENT
*************************************************************/
#content {
	margin-top: -23px;
	padding: 0 40px 40px 40px;
	line-height: 140%;
	}	
#contenthome {
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 6px;
	line-height: 140%;
	background-image: url(../interface/bkg_homecontent.jpg);
	color: #fff;
	height: 616px;
	}
#contenthome p {
	margin: -10px 0 0 42px;
	padding: 0;
	margin-bottom: 30px;
	color: #236177;
	}
#homelogo {
    position: absolute;
    top: 525px;
    left: 400px;
}
#homedates {
    height: 500px;
}
#alpha {
	letter-spacing: -1px;
	color: #236177;
	text-transform: inherit;
	}
#alpha a:link, #alpha a:visited {
	color: #000;
	}
#alpha .on {
	font-weight: bold;
	}
#content #pictures img {
	border-left: 10px solid #DAE6E7;
}
#back {
	font-size: 10px;
	margin-top: 40px;
}
.mini {
	font-size: 10px;
	color: #999;
	}


/* table */
#tablelist thead {
	background-color: #67948C;
	color: #fff;
	}
#tablelist thead a:link, #tablelist thead a:visited {
	color: #fff;
	font-weight: bold;
	}
#tablelist thead .on {
	text-decoration: underline;
	}	
#tablelist tbody tr {
	background-color: #E3EDEB;
	color: #000;
	}
#tablelist td {
	padding: 2px 4px;
	margin: 0;
	border-bottom: 2px solid #fff;	
	}
tfoot td {
	padding: 0;
	font-size: 10px;
	}

#tabledetail {
	margin-top: 15px;
	}
#tabledetail td {
	padding: 3px 0px;
	}
th {
	border-bottom: 1px solid #236177;
	color: #236177;
	}


/* lists */
#listing {
	margin: 0;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	line-height: 24px;
}
#listing li {
	margin: 0;
	/* margin-bottom: 10px; */
	padding: 0;
	}

#listing h3 {
	display: inline;
	}
	
#listing h2 {
	font-size: 11px;
	font-weight: bold;
	}	

.stat {
	font-weight: bold;
	}

div .sublist ul {
	margin-top: -2px; 
	margin-bottom: 10px;
	list-style-position: inherit;
	list-style-type: none;
	line-height: 14px;
	}
div .sitemap_sublist ul {
	margin-top: -2px; 
	margin-bottom: 10px;
	list-style-position: inherit;
	list-style-type: none;
	line-height: 14px;
	font-size: 10px;
	}
.sublist {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	}
.sitemap_sublist {
	margin: 0;
	padding: 0;
	margin-left: -14px;
	}

.sitemap_sublist a:link, .sitemap_sublist a:visited {
	color: #000;
	}

	
#listing_horiz ul {
	margin: 0;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	line-height: 24px;
	}
#listing_horiz li {
	float:left;
	width:150px;
	margin: 0;
	padding: 0;
	}

#listing_vert  {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	line-height: 32px;
	}
#listing_vert li {
	clear: both;
	margin: 0;
	padding: 0;
	}
div #gallery {
	padding: 10px;
	margin-top: 20px;
	background-color: #F1F6F3;
	height: 320px;
	}
#gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inherit;
	list-style-type: none;
	}
#gallery li {
	float:left;
	width:120px;
	height: 120px;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 16px;
	}
.counter {
	float: right;
}
#alignleft {
	float: left;
	}	
#alignright {
	float: right;
	}

div #login {
	background-color: #F1F6F3;
	margin-top: 20px;
	padding: 20px;
	font-size: 10px;
}


/************************************************************ 
	NAVIG
*************************************************************/
#leftcolumn ul {
	margin: 0;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	}
#leftcolumn li {
	background-color: #DAE6E7;
	border-bottom: 3px #fff solid;
	}
#leftcolumn li a {
	display: block;
	min-height: 19px;
	padding: 7px 0 7px 20px;
	text-decoration: none;
	}

/*************************************************** info > nav */
#navig_info {
	margin-top: 4px;
	}
#navig_info ul {
	margin-bottom: -3px;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	}
#navig_info ul li {
	font-size: 13px;
	}
#navig_info li a:hover {
	background-color: #67948c;
	color: #fff;
	}
#navig_info li.on {
	background-color: #67948c;
	color: #fff;
	}
#navig_info .on a:link, #navig_info .on a:visited{
	color: #fff;
	}
#navig_info .on a:hover {
	color: #fff;
	}
/* info > sub */	
#navig_info #subnavig ul {
	margin-bottom: -3px;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	border-top: 3px #fff solid;
	}
#navig_info #subnavig li {
	font-size: 10px;
	}
#navig_info #subnavig li a {
	background-color: #ecf2f2;
	color: #236177;
	}	
#navig_info #subnavig li.on a {
	background-color: #DAE6E7;
	font-weight: bold;
	}	

#navig_info #subnavig a:link, #navig_info #subnavig a:visited {
	
	}
#navig_info #subnavig a:hover {
	background-color: #DAE6E7;
	}
#navig_info #subnavig .subnavlast, #navig_info #subnavig .onsubnavlast {
	}
#navig_info #subnavig .onsubnavlast a {
	background-color: #DAE6E7;
	font-weight: bold;
	}
	
/*************************************************** exhibitors > nav */
#navig_exhibitor ul {
	margin: 0;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	border-top: 3px #fff solid;	
	}
#navig_exhibitor li {
	font-size: 13px;	
	}
#navig_exhibitor li a {
	background-color: #DAE6E7;
	color: #236177;
	}
#navig_exhibitor li a:hover {
	background-color: #67948c;
	color: #fff;
	}
#navig_exhibitor .on a {
	background-color: #67948c;
	color: #fff;
	}
#navig_exhibitor .on a:link, #navig_exhibitor .on a:visited{
	color: #fff;
	}
#navig_exhibitor .on a:hover {
	color: #fff;
	}
/* sub */	
#navig_exhibitor #subnavig ul {
	margin-bottom: -3px;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	border-top: 3px #fff solid;
	}
#navig_exhibitor #subnavig li {
	font-size: 10px;
	}
#navig_exhibitor #subnavig li a {
	background-color: #ecf2f2;
	color: #236177;
	}			
#navig_exhibitor #subnavig li.on a {
	background-color: #DAE6E7;
	font-weight: bold;
	color: #236177;
	}		
#navig_exhibitor #subnavig a:link, #navig_exhibitor #subnavig a:visited {
	}
#navig_exhibitor #subnavig a:hover {
	background-color: #DAE6E7;
	color: #236177;
	}
#navig_exhibitor #subnavig .subnavlast, #navig_exhibitor #subnavig .onsubnavlast {
	}
#navig_exhibitor #subnavig .onsubnavlast a {
	background-color: #DAE6E7;
	font-weight: bold;
	color: #236177;
	}

/*************************************************** inscription > nav */
#navig_inscription ul {
	margin: 0;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	}
#navig_inscription li {
	font-size: 13px;		
	}
#navig_inscription li a {
	background-color: #DAE6E7;
	color: #236177;
	}	
#navig_inscription li a:hover {
	background-color: #67948c;
	color: #fff;	
	}
#navig_inscription .on a {
	background-color: #67948c;
	color: #fff;	
	}
#navig_inscription .on a:link, #navig_inscription .on a:visited{
	color: #fff;	
	}
#navig_inscription .on a:hover {
	color: #fff;	
	}
/* sub */	
#navig_inscription #subnavig ul {
	margin-bottom: -3px;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	border-top: 3px #fff solid;	
	}
#navig_inscription #subnavig li {
	font-size: 10px;	
	}
#navig_inscription #subnavig li a {
	background-color: #ecf2f2;
	color: #236177;
	}
#navig_inscription #subnavig li.on a {
	background-color: #DAE6E7;
	color: #236177;	
	font-weight: bold;
	}	
#navig_inscription #subnavig a:link, #navig_media #subnavig a:visited {
	}
#navig_inscription #subnavig a:hover {
	background-color: #DAE6E7;
	color: #236177;	
	}
#navig_inscription #subnavig .subnavlast, #navig_media #subnavig .onsubnavlast {
	}
#navig_inscription #subnavig .onsubnavlast a {
	background-color: #DAE6E7;
	font-weight: bold;
	color: #236177;
	}

	
/*************************************************** media > nav */
#navig_media ul {
	margin: 0;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	}
#navig_media li {
	font-size: 13px;		
	}
#navig_media li a {
	background-color: #DAE6E7;
	color: #236177;
	}	
#navig_media li a:hover {
	background-color: #67948c;
	color: #fff;	
	}
#navig_media .on a {
	background-color: #67948c;
	color: #fff;	
	}
#navig_media .on a:link, #navig_media .on a:visited{
	color: #fff;	
	}
#navig_media .on a:hover {
	color: #fff;	
	}
/* sub */	
#navig_media #subnavig ul {
	margin-bottom: -3px;
	padding: 0;
	list-style-position: inherit;
	list-style-type: none;
	border-top: 3px #fff solid;	
	}
#navig_media #subnavig li {
	font-size: 10px;	
	}
#navig_media #subnavig li a {
	background-color: #ecf2f2;
	color: #236177;
	}
#navig_media #subnavig li.on a {
	background-color: #DAE6E7;
	color: #236177;	
	font-weight: bold;
	}	
#navig_media #subnavig a:link, #navig_media #subnavig a:visited {
	}
#navig_media #subnavig a:hover {
	background-color: #DAE6E7;
	color: #236177;	
	}
#navig_media #subnavig .subnavlast, #navig_media #subnavig .onsubnavlast {
	}
#navig_media #subnavig .onsubnavlast a {
	background-color: #DAE6E7;
	font-weight: bold;
	color: #236177;
	}

/************************************************************ 
	RIGHT COLUMN
*************************************************************/
div #search {
	font-size: 10px;
	padding: 6px 0 2px 8px;
	height: 35px;
	background-color: #DAE6E7;
	color: #254751;
	}
div #search input {
	margin-left: 4px;
	font-size: 10px;
	}
.visualkey {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	}
div #news {
	font-size: 12px;
	margin-top: 205px;
	padding: 5px 0 5px 0;
	border-top: 3px #236177 solid;
	border-bottom: 3px #236177 solid;
	}
div #event, div .liens {
	font-size: 12px;
	padding: 5px 0 5px 0;
	border-bottom: 3px #236177 solid;
	}
div #footer {
	margin-top: 158px;	
	font-size: 10px;
	}


/************************************************************ 
	FORM
*************************************************************/
div #contactform {
	padding: 15px;
	background-color: #F1F6F3;
	line-height: 18px;
	}

div #contactform td {
	font-size: 10px;
	line-height: 15px;
	padding: 3px 0;
	}

#contactform input.ef {
	width: 98%;
	}
#contactform textarea {
	width: 98%;
	height: 50px;
	}

#contactform #zip {
	width: 75px;
}
#contactform #city {
	width: 231px;
}

input {
	height: 13px;
	}

input, #contactform input, textarea {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DAE6E7;
	border-color: #fff;
	margin: 0;
	padding: 1px;
	}
#login input {
	height: 16px;
}	
	
	
#contactform #documentation, #contactform .checkbox, #contactform radio {
	width: 14px;
	border: none;
}
#contactform input.Button, #login .Button {
	padding: 2px 4px 4px 2px;
	margin-right: 4px;
	border: 1px solid #fff;
	background-color: #67948C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 70px;
	height: 20px;
	color: #fff;
	}

#search #searchfield {
	width: 100px;
	background-color: #DAE6E7;
}	
	
/************************************************************ 
	LINKS
*************************************************************/
a:link, a:visited { 
	color: #236177; 
	text-decoration: none;
	}
a:hover, a:visited:hover { 
	color: #000;
	text-decoration: underline;
	}


/************************************************************ 
	THAT'S IT !
*************************************************************/