/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #CCCCCC;*/
}
.hiddenPic {display:none;}
/** FORMS */
form {
	margin:10px 15px; padding: 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}
/*
form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 271px;
	padding: 3px 5px;
	background: #FFFFFF url(images/homepage16.gif) repeat-x left top;
	border: 1px solid #CCCCCC;
}

#subpage1 .input1 {
	width: 131px;
}

.input2 {
	width: 67px;
	height: 21px;
	background: url(images/homepage17.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
*/
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana;
	font-size: 13px;
	color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 20px;
}

.text1 {
/*	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #555555;*/
	margin-bottom: 15px;
	font-family: Georgia,"Times New Roman",Times,serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 17px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #222222;
letter-spacing: 1px;
}

.tinylocale {
	font-size: 10px;
	/*letter-spacing: -1px;*/
	color: #555555;
	font-family: "Trebuchet MS";
}

.tinylocale a:link {text-decoration: none}
.tinylocale a:visited {text-decoration: none}
.tinylocale a:active {text-decoration: none}
.tinylocale a:hover {text-decoration: underline; color: red;}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #B36B6E;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage10.gif) no-repeat left center;
}

.list2 {
	margin:10px;
}

/** LINKS */

a {
	color: #932C31;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #D87A7E;
}

a.textlnk {
	color: #932C31;
	text-decoration: none;
}

a.textlnk:hover {
	border-bottom-color:#CC0000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	color: #D87A7E;
}

a.keynote {
	color: #666666;
	text-decoration: none;
}

a.keynote:hover {
	text-decoration: none;
	color: #FF9900;
}

a.cirque {
	color: #FFFFFF;
}

a.cirque:hover {
	color: #FFCC00;
}

.link1 {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 15px 12px 0px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	background: url(images/homepage05.gif) repeat-x left top;
	color: #932C31;
}

.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #D8BDBF;
}

.style1 a {
	color: #D8BDBF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { width: 980px; margin-left:auto; margin-right:auto; }
.bg2 { width: 980px; background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background-color: #FFFFFF; }
.bg4 { background: url(images/homepage11.gif) repeat-y left top; }
.bg5 { background: url(images/homepage20.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {
	vertical-align: middle
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 45px;
	background: url(images/homepage09.gif) repeat-x left center;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em Verdana, 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #BB0000;
}

code.lightred {
	border-left-color: #FF9D9D;
}

code.ultralightred {
	border-left-color: #FFE3E3;
}

code.lightgrey {
	border-left-color: #FF9900;
}

plenary {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	/* white-space: pre; */
  	background: #FAFAFA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}

plenary.left {
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-color: #EAEAEA;
	border-left-color: #BB0000;		
}

plenary.right {
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-color: #BB0000;
	border-left-color: #EAEAEA;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	/*background: url(square_arrow.gif) no-repeat 0% .7em;*/
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: none;
	color: #9B0000;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	letter-spacing: 0.3em;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	/*font-weight: bold;*/
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0.1em;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	height: 18px;
	min-height: 18px;	
}
#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #BB0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BB0000;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #C04E5C;
}

.text4 {
	font-size: 14px;
	font-weight: bold;
	color: #9B0010;
	letter-spacing: 3px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.text5 {
	font-family: 'Trebuchet MS',Arial,Sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	/*font-weight: bold;*/
	color: #CA3C3F;
}


.text5 img {
	vertical-align: middle;
	margin-bottom: .25em;
}

.text6 {
	color: #CA3C3F;
}

.text7 {
	margin-bottom: 15px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #CA3C3F;
	letter-spacing: 1px;
}

.text8 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text9 {
	font-size: 20px;
	font-weight: bold;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

.text10 {
	color: white;
}

.text10b {
	font-weight: bold;
	color: white;
}

.text11 {
	color: #CA3C3F;
	font-size:24px;
}

.text11b {
	color: #666666;
	font-size:20px;
}

.text_s1, .text_s2, .text_s3, .text_s4, .text_s5, .text_s6 {
	font-size: 12px;
	font-weight: bold;
}

.text_s1 {
	color: #725924;
}

.text_s2 {
	color: #357525;
}

.text_s3 {
	color: #1f3571;
}

.text_s4 {
	color: #662571;
}

.text_s5 {
	color: #23656f;
}

.text_s6, .text_s7{
	color: #e58100;
}

a.s1 {
	color: #725924;
}

a.s1:hover {
	color: #a28d61;
}

a.s2 {
	color: #357525;
}

a.s2:hover {
	color: #659855;
}

a.s3 {
	color: #1f3571;
}

a.s3:hover {
	color: #6270a0;
}

a.s4 {
	color: #662571;
}

a.s4:hover {
	color: #9862a1;
}

a.s5 {
	color: #23656f;
}

a.s5:hover {
	color: #6298a1;
}

a.s6 {
	color: #C87300;
}

a.s6:hover {
	color: #fdc070;
}

a.w {
	color: white;
}

a.w:hover {
	color: red;
}
/* start - table */
table.symposia {
	border-collapse: collapse;
	/*margin: 10px 15px;	*/
	padding: 0;
	margin: 0;
	width: 670px;
}

table.symposia th strong {
	color: #fff;
}

table.symposia th {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	/*background-color: #E26D6D;*/
	background-image: url(images/bg_header.gif);
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #fff;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.symposia th.energy, table.symposia th.green, table.symposia th.newmat, table.symposia th.biotec, table.symposia th.other, table.symposia th.chem {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #fff;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.symposia th.energy {
	background-image: url(images/bg_header_energy.gif);
}


table.symposia th.green {
	background-image: url(images/bg_header_green.gif);
}

table.symposia th.newmat {
	background-image: url(images/bg_header_newmat.gif);
}

table.symposia th.biotec {
	background-image: url(images/bg_header_biotec.gif);
}

table.symposia th.other {
	background-image: url(images/bg_header_other.gif);
}

table.symposia th.chem {
	background-image: url(images/bg_header_chem.gif);
}

table.symposia tr {
	height: 30px;
}

table.symposia td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

table.symposia td.first,th.first {
	border-left: 0px;
}

table.symposia tr.row-a {
	background: #F8F8F8;
}

table.symposia tr.row-b {
	background: #EFEFEF;
}

table.keynote {
	border-collapse: separate;
	border-spacing: 2px;
	/*margin: 10px 15px;	*/
	padding: 0;
	margin: 0;
	width: 850px;
}

table.keynote td {
	padding-left: 5px;
	padding-right: 5px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

table.keynote td.un {
	width: 200px;
	/*background-color:#C6001E;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:white;
}

table.keynote td.deux {
	width: 450px;
	font-size:10px;
	/*background-color:#E6E6E6;*/
}

table.keynote td.trois {
	width: 200px;
	/*background-color:#F8EDEF;*/
	font-size:10px;
	text-align:left;
}

table.keynote td.quatre {
	width: 850px;
	background-color:#E6E6E6;
	padding: 5px 5px 5px 5px;
}

table.rounded {
	/*width: 200px;*/
	/*padding: 0px;
	border-spacing:0px;*/
	background-color:#ffffff;
	/*border:0px;*/
}

table.rounded tr {
	
}

table.rounded td {

}

table.online {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.online th {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	/*background-color: #E26D6D;*/
	background-image: url(images/bg_header.gif);
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.online tr {
	height: 30px;
}

table.online td {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #FFCC66;
}

table.logo {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 670px;
}

table.logo th {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #999999;
	text-align: center;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em
}

table.logo tr {
	height: 30px;
}

table.logo td {
	padding-left: 11px;
	padding-right: 11px;
}

table.registration {
	border-collapse: collapse;
	/*margin: 10px 15px;	*/
	padding: 0;
	margin: 0;
	/*margin-left:auto; margin-right:auto;*/
}

table.registration th strong {
	color: #fff;
}

table.registration th {
	height: 35px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	/*background-color: #E26D6D;*/
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #fff;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.registration tr {
	height: 30px;
}

table.registration td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	text-align:center;
}

table.registration th.first {
	border-left: 0px;
	background-image: url(images/bg_header_r.gif);
}

table.registration td.first {
	border-left: 0px;
}

table.registration th.second {
	background-image: url(images/bg_header_v.gif);
}

table.registration th.third {
	background-image: url(images/bg_header_m.gif);
}

table.registration th.fourth {
	background-image: url(images/bg_header_o.gif);
}

table.registration tr.row-a {
	background: #F8F8F8;
}

table.registration tr.row-b {
	background: #EFEFEF;
}

table.exibition {
	width: 650px;
}

table.exibition td.v {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_v.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

table.exibition td.m {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_m.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

table.exibition td.b {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_b.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

table.exibition td.o {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_o.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

table.exibition td.w {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_m.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color:white;
}

table.exibition td.w_b {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_m_b.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color:white;
}

table.exibition td.c {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-image: url(images/bg_header_c.gif);
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color:white;
}

table.plenary {
	width: 650px;
}

table.plenary td {
	border-left: 0px;
	text-align:center;
	width: 50%;
	background-color:black;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style:italic;
	color:white;
}

table.idates {
	width: 750px;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

table.idates tr.r {
	background-image: url(images/id_red.gif);
}

table.idates tr.o {
	background-image: url(images/id_ora.gif);
}

table.idates tr.b1 {
	background-image: url(images/id_blu1.gif);
}

table.idates tr.b2 {
	background-image: url(images/id_blu2.gif);
}

table.idates tr.p {
	background-image: url(images/id_pur.gif);
}

table.idates tr.g1 {
	background-image: url(images/id_gre1.gif);
}

table.idates tr.g2 {
	background-image: url(images/id_gre2.gif);
}

table.idates tr.g3 {
	background-image: url(images/id_gre3.gif);
}

table.career {
	border-collapse: collapse;
	/*margin: 10px 15px;	*/
	padding: 0;
	margin: 0;
	width: 900px;
}

table.career th strong {
	color: #fff;
}

table.career th {
	height: 35px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #fff;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.career tr {
	height: 30px;
}

table.career td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	text-align:center;
}

table.career td.first {
	border-left: 0px;
}

table.career th.first {
	background-image: url(images/bg_header_v.gif);
}

table.career th.second {
	background-image: url(images/bg_header_m.gif);
}

table.career tr.row-a {
	background: #F8F8F8;
}

table.career tr.row-b {
	background: #EFEFEF;
}

table.scroller {
	width: 170px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.scroller td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:left;
}

table.scroller tr {
	border-bottom:dashed;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
}

/* end - table */

p.blockmilieu {
	text-align: center;
}


.keynote_descabst {
	font-size: 11px;
	color: white;
	font-family: georgia;
	padding:10px;
	line-height:10px;
}

.keynote_upw

{
position: relative;
top: -15px;
left: -15px;
font-family: Verdana;
font-size: 9px;
font-weight: 100;
font-style: italic;
color: #5d5e64;
}


#cse-search-box form
{
	width: 100px;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:none;
}

#search form
{
	width: 100px;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:none;
}

#search form input {
	padding: 0px;
	border:0px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#fff;
}

p.news {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}

p.news a {
	color: #66FF33;
	text-decoration: none;
}

p.news a:hover {
	text-decoration:none;
	color: #FF9900;
	border-bottom-style:dotted;
	border-bottom-color:#FF9900;
	border-bottom-width:thin;
}

p.news .under {
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

.vert {
	color:#66ff33;
}

p.newstitre {
	background-color:#000000;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:12px;
	padding:5px;
}

p.newstitre a {
	color: #66FF33;
	text-decoration: none;
}

p.newstitre a:hover {
	text-decoration:none;
	color: #FF9900;
	border-bottom-style:dotted;
	border-bottom-color:#FF9900;
	border-bottom-width:thin;
}

table.signup td.a {
	border: thin solid #FFCC66;
}

table.signup td.b {
	border: thin solid #B900B9;
}

table.status {
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-color: #FFFFFF;
}

table.status th {
	height: 35px;
	padding-left: 11px;
	padding-right: 11px;
	color: #FF6633;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: thin solid #FF6633;
}

table.status tr {
}

table.status td {
	padding-left: 11px;
	padding-right: 11px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	border: thin solid #CCCCCC;
}