/* CSS Document */

body{
	background-color:#2E1A4B;
	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:0px;
	height:543px;
	width:190px;
	background: url('IMG/bg_menu.jpg') left top 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: #6B265D;
	padding: 10px;
	padding-left: 0;
}

h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #802B64;
	padding: 10px;
	padding-left: 0;
}

h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #802B64;
	padding: 10px;
	padding-left: 0;
}

h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #802B64;
	padding: 10px;
	padding-left: 0;
}

h5 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #802B64;
	padding: 10px;
	padding-left: 0;
}

/*Liens*/

a {
   font-weight: bold;
   color: #AF2163; 
}

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

#entete a.FAID{
	display:block;
	width:180px;
	height:57px;
	top:0;
	left:0;
	padding:0;
	margin:0;

}

/*Menu*/

#menu ul{
	padding:0;
	margin:0;
	padding-top:75px;

}

#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:#FF8CC2;
}

a.speakerpres{
	position:absolute;
	top:310px;
	margin-top:40px;
	margin-left:0px;
	display:block;
	height:54px;
	width:189px;
	background:url('IMG/btn_speakersPres.jpg') left top no-repeat;
	text-decoration :none;
}

a:hover.speakerpres{
	background:url('IMG/btn_speakersPres_r.jpg') left no-repeat;
}

a.francescience{
	position:absolute;
	top:500px;
	margin-top:40px;
	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.inria{
	position:absolute;
	top:410px;
	margin-top:40px;
	display:block;
	margin-top:40px;
	margin-left:10px;
	height:66px;
	width:156px;
	background:url('IMG/inria.jpg') no-repeat;
	text-decoration :none;
}

a:hover.inria{
	background:url('IMG/inria_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: #2E1A4B;
	font-weight:bold;
	font-size:14px;
}
