body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
img{
	border:0;
}
#conteneur {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #F8FAFC;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 215px;
}
#menu {
	background-color: #12243D;
	height: 35px;
}
#menu_gauche {
	width: 260px;
	position: absolute;
	visibility: visible;
	margin-top: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 28px;
}

#menu_gauche p.sstitre_logo{
	padding:0 0 0 20px;
	margin:0;
	text-align:left;
}


#contenu {
	width: 640px;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #F8FAFC;
	background-position: top;
	text-align: justify;
	padding-left: 280px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 1700px;
	height: auto !important;
	height: 1100px;

}

#contenu1,#contenu2 {
	display:block;
	float:left;
	width: 900px;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #F8FAFC;
	background-position: top;
	text-align: justify;
	padding-right: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;

}
#contenu1 .gauche{
	display:block;
	float:left;
	width:340px;
	text-align:right;
	padding-top:5px;
}
#contenu1 .droite{
	display:block;
	float:left;
	width:560px;
	padding-bottom:5px;
}

#contenu2 .gauche{
	display:block;
	float:left;
	width:240px;
	text-align:right;
	padding-top:5px;
}
#contenu2 .droite{
	display:block;
	float:left;
	width:660px;
	padding-bottom:5px;
}
#contenu2 .droite input[type=text]{
	width:530px;
}
#contenu h1 {
	font-size: 15px;
	font-weight: bold;
	color: #f7931d;
}
#contenu h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7931D;
	font-weight: bold;
}

#conteneur h2 {
	font-size: 12px;
	color: #F7931D;
	font-weight: normal;
}
#conteneur h3 {
	font-size: 12px;
	font-weight: bold;
}

#contenu a,#contenu1 a ,#contenu2 a{
	font-weight: bold;
	color: #f7931d;
	text-decoration: none;
}


#baspage {
	background-color: #12243D;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#baspage a {
	text-decoration: none;
	color: #ACACAC;
}






.navigation {
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
      }
	  
.navigation a {
	display: block;
	color:#999999;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 28px;
      }
.navigation a:hover {
	color: #FF9900;
}


.subMenuItem{
	font-size: 11px;
	background-color: #F8FAFC;
}
.subMenuItem a:hover {
	color: #FF9900;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}

.toggleSubMenu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
      }
.oneLevel{
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }	 

#contenu1 table{
	margin-left:150px;
}
/* css pour programme */

#contenu th,#contenu1 th {
	font-weight: bold;
}
#contenu .th1,#contenu1 .th1 {
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
	background-color:#8BB1D8;
	border: 1px solid #35345D;
}
#contenu .th2,#contenu1 .th2 {
	font-size: 14px;
	font-weight: bold;
}
#contenu .th3,#contenu1 .th3 {
	font-size: 12px;
	color: #35345D;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35345D;
}

#contenu input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
}
#contenu input.b1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	font-weight: bold;
}
#contenu select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	}

table.s01 {
	border: none;
}
table.s01 th {
	font-weight: bold;
	color: #EA5A00;
	margin-top: 30px;
	background-color: #FAF0EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1B9A6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2E1D9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1B9A6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F2E1D9;
}

table.s01 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.clr {
	clear: both;
}
.b1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.b2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.b3 {
	border: 1px solid #CCCCCC;
}
.b4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.b5 {
	border: 1px solid #CCCCCC;
	padding-bottom: 0.5em;
	margin-top: 1em;
	padding-right: 1em;
}
.bg1 {
	background-color: #73301D;
	color: #FFFFFF;
	padding: 0.5em;
}
.annonce1 {
	padding-top: 0em;
	padding-right: 3px;
	padding-bottom: 0em;
	padding-left: 3px;
	border: 1px solid #9FD0D0;
	background-color: #E8F4F4;
}
.symposalle {
	background-color: #DC251D;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.sympojour {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DC251D;
}


/*----------------------------------------------Menu déroulant----------------------------------*/

	  
	  
	  
.plenary {
	font-size: 12px;
	color: #F7931D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCCE96;
	font-weight: bold;
}
.debates {
	color: #BAB76D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D7AE;
}
.implementing {
	color: #B27AB4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBC0DC;
}
.meet {
	color: #95CB6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCE6B9;
}
.symposia {
	color: #00A99D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00DDCC;
}
.oral {
	color: #95CB6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCE6B9;
}
.poster {
	color: #95CB6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCE6B9;
}
.business {
	color: #95CB6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCE6B9;
}
.session {
	background-color: #F3F2F4;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEBED;
	padding-left: 5px;
}
.chair {
	padding-left: 10px;
}

.satellite {
	padding: 10px;
	border: 1px solid #F28727;
}
.lecture {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F7931D;
}

/* -------------------- FORM --------------------------*/

#form_exposants_en, #form_exposants_fr {
width: 500px;
}
.form_css .gauche{
	position:relative;
	width:150px;
}
.form_css .droite{
	position:relative;
	width:350px;
}

.form_css label{
color:#F7931D;
font-weight: bold;
text-align:right;
margin : 1px;

}

.form_css input{ /*width of text boxes. IE6 does not understand this attribute*/
/*width: 200px;*/
margin : 1px 1px 5px 1px;
background:#e1e1e1;
border:1px solid #F7931D;
border-left: 5px solid #F7931D;
}

.form_css select{
width: 205px;
margin : 1px 1px 5px 1px;
background:#e1e1e1;
border:1px solid #F7931D;
border-left: 5px solid #F7931D;
}

.form_css input.form_css_pres {
width: 20px;
height: 20px;
margin:2px 0 0 50px;
padding:0;
border:0;
background:none;
float:left;
}

.form_css label.form_css_pres {
width: 420px;
height: 20px;
float:right;
text-align:left;
padding:0;
margin:2px 0 0 0;
font-weight:normal;
}

.form_css #button{
background:#F7931D;
border:none;
color:#fff;
font-size:12px;
padding:3px;
margin: 2px 2px 2px 0px;
width:100px;
}

.form_css textarea{
width: 200px;
height: 75px;
margin : 1px 1px 5px 1px;
background:#e1e1e1;
border:1px solid #314656;
border-left: 5px solid #F7931D;
}
.cadre {
	border: 1px solid #F7931D;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.oarteur {
	padding-left: 45px;
}
.satellitesymposia {
	padding: 10px;
	border: 1px solid #F7931D;
	color: #F7931D;
}
#compteur{
	background-image: url(../images/bg_countdown.png);
	display:block;
	float:left;
	width:219px;
	height:38px;
	padding-top:32px;
	text-align:center;
	color:#f7931d;
	font-weight:bold;
	font-size:21px;
	margin-bottom:15px;
	margin-left:20px;
}
.red,#contenu1 a.red{
	font-size:12px;
	color:#e2001a;
	font-weight:bold;
}
.green{
	color:#205c16;
}
#btProgPerso{
	display:block;
	float:left;
	width:178px;
	height:40px;
	padding-top:7px;
	font-weight:bold;
	text-align:center;
	background-color:#152944;
}
#btProgPerso a{
	display:block;
	float:left;
	width:178px;
	height:35px;
	text-decoration:none;
	color:#868686;
}
#btProgPerso a:hover{
	color:#F7931D;
	text-decoration:underline;
}
#submit{
	cursor:pointer;
}
#lsiteProg{
	font-size:10px;
}


/*formulaire de form_genzyme.html*/


#formulaire fieldset{
	border:1px solid #ccc;
	width:500px;

}

#formulaire label{
width:100px;
height:20px;
float:left;
margin:5px 5px 5px 100px;
text-align:right;
}

#formulaire input{
width:200px;
height:20px;
float:left;
margin:5px;
}

#formulaire input.boutonsubmit{
margin-left:210px;
}

