/* CSS Document */body{	background-color:#093128;	width:100%;	height:100%;	padding:0;	margin:0;	font-family: Arial, Helvetica, Geneva,  sans-serif;	font-size: 12px;	color: #666666;	text-align: center; /* pour corriger le bug de centrage IE */}/*	BLOCS  *//*	=====  *//*Conteneur*/#container{	position:relative;	margin-left:auto;	margin-right:auto;	width:960px;	height:100%;	background: url('IMG/bg_page.jpg') white left repeat-y;	text-align: left;}/*Bandeau d'entête*/#entete{	position:relative;	top:0;	background: url('IMG/bg_entete.jpg') top no-repeat;	height:148px;	width:960px;}/*Menu*/#menu{	 position:absolute;	 left:0;	 height:543px;	 width:190px;	 background: url('IMG/bg_menu.jpg') left no-repeat;}/*Contenu de la page*/#texte{	position:absolute;		width:770px;	_width:960px;	float:right;	padding:0;	top:148px;	background: white;	padding-left:190px;	padding-bottom:100px;	background: url('IMG/bg_contenu.jpg') left repeat-y white;}/*  MISE EN PAGE  *//*  ============  *//*Titres*/h1 {	font-family: Arial, Helvetica, Geneva, sans-serif;	font-size: 24px;	font-weight: bold;	color: #093229;	padding: 10px;	padding-left: 0;}h2 {	font-family: Arial, Helvetica, Geneva, sans-serif;	font-size: 18px;	font-weight: bold;	color: #126f5c;	padding: 10px;	padding-left: 0;}h3 {	font-family: Arial, Helvetica, Geneva, sans-serif;	font-size: 16px;	font-weight: bold;	color: #0C241F;	padding: 10px;	padding-left: 0;}h4 {	font-family: Arial, Helvetica, Geneva, sans-serif;	font-size: 12px;	font-weight: bold;	color: #0C241F;	padding: 10px;	padding-left: 0;}h5 {	font-family: Arial, Helvetica, Geneva, sans-serif;	font-size: 18px;	font-weight: bold;	color: #f77d31;	padding: 10px;	padding-left: 0;}/*Liens*/a {   font-weight: bold;   color: #239280; }a:visited {	color: #239280;}  a:hover {	text-decoration: none;	color: #239280;}#entete a.FAID{	display:block;	width:180px;	height:57px;	top:0;	left:0;	padding:0;	margin:0;}/*Menu*/#menu ul{	padding:0;	margin:0;}#menu li{	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 16px;	list-style-type:none;	text-align:left;	margin-bottom:25px;	margin-left: 35px;}#menu li a{	font-weight:lighter;	color:white;	text-decoration:none;}#menu li a:hover{	color:#ffc13a;}a.speakerpres{	display:block;	height:55px;	width:190px;	background:url('IMG/btn_speakersPres.jpg') no-repeat;	text-decoration :none;}a:hover.speakerpres{	background:url('IMG/btn_speakersPres_r.jpg') no-repeat;}a.francescience{	display:block;	margin-top:40px;	margin-left:10px;	height:66px;	width:156px;	background:url('IMG/btn_francescience.jpg') no-repeat;	text-decoration :none;}a:hover.francescience{	background:url('IMG/btn_francescience_r.jpg') no-repeat;}a.inserm{	display:block;	margin-top:40px;	margin-left:10px;	height:66px;	width:156px;	background:url('IMG/btn_curie.jpg') no-repeat;	text-decoration :none;}a:hover.inserm{	background:url('IMG/btn_curie_r.jpg') no-repeat;}a.bwh{	display:block;	margin-top:40px;	margin-left:10px;	height:66px;	width:156px;	background:url('IMG/btn_bwh.jpg') no-repeat;	text-decoration :none;}a:hover.bwh{	background:url('IMG/btn_bwh_r.jpg') no-repeat;}a.pim{	display:block;	margin-top:40px;	margin-left:10px;	height:66px;	width:156px;	background:url('IMG/btn_pim.jpg') no-repeat;	text-decoration :none;}a:hover.pim{	background:url('IMG/btn_pim_r.jpg') no-repeat;}/*Table*/table{	font-size:12px;}/*Mises en forme spéciales*/.texte_rouge {	color: #f89733;}/* mise en forme program */#texte li {	font-size: 12px;}.texte_nom {	color: #000000;	font-weight:bold;}.texte_heure {	color: #2572ee;	font-weight:bold;	font-size:14px;}