/**/
	html{
	}
	
	body {
	background-color:#CDCDCD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	font-size:0.75em;*/
	
	margin:0;
	padding:0;
	font-size:0.90em;
	}
	
	#conteneur {
	background-color:#fafafa;
/*	margin:1em 10%;*/
/*	min-width:60em;*/
	position:absolute;
/*	width:80%;*/
	
	margin-top:25px;
	margin-left:25px;
	width:90%;
	}
	
	#header {
	background-color:#3882C7;
	border:1px solid #fafafa;
	color:#fafafa;
/*	font-size:2em;*/
/*	height:2.5em;*/
/*	padding-left:2em;*/
/*	padding-top:1em;*/

	background-image:url('images/bmvc2011_logo_small.gif');
	background-repeat:no-repeat;
/*	background-position:right*/
	height:160px;
	}

/**/
	#headerText {
	height:125px;
	padding-left:150px;
	vertical-align:middle;
	}

/**/
	#headerText a {
	color:#fafafa;
	}
	#headerText a:hover {
	color:#FF0;
	}

	#haut {
	background-color:#202020;
	height:2.4em;
/*
max-height:2.4em;
*/
	
width: 100%;
float: left;
	}
	
	.menuhaut {
	font-size:1em;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
	.menuhaut li {
	border-right:1px solid #fff;
	display:inline;
	float:left;
	margin:0;
padding: 0;
/*
	padding:0.4em 6px;
*/
	}
	
	.menuhaut a {
	color:#fafafa;
	margin:0 0.4em;
	text-decoration:none;
	}
	
	.menuhaut a:hover {
	color:#FF0;
	text-decoration:none;
	}
	
/**/
	#pageHome .menuhaut li#tabHome a,
	#pagePeople .menuhaut li#tabPeople a,
	#pageVenue .menuhaut li#tabVenue a,
	#pageTravel .menuhaut li#tabTravel a,
	#pageRegistration .menuhaut li#tabRegistration a,
	#pageAuthors .menuhaut li#tabAuthors a,
	#pageProgramme .menuhaut li#tabProgramme a,
	#pageKeynotes .menuhaut li#tabKeynotes a,
	#pageTutorial .menuhaut li#tabTutorial a,
	#pageWorkshop .menuhaut li#tabWorkshop a{
	color: #ff0;
	} 
 	
	#centre {
	border:1px solid #202020;
	border-bottom:0;
	border-top:0;
	color:#000;
	padding:1.5em;
	}
	
/**/
	.peopleTable {
	margin-left:1.5em;
	}
	.personInfoCell {
	width:17em;
/*	background-color:#CDCDCD;*/
/*	border:1px solid #CDCDCD;*/
	}
	.readingsTable {
	margin-left:1.5em;
	}
	.readingsTable td {
	padding:0;
	vertical-align:top;
	}
	.readingsTable p {
	margin-left:0;
	}
	.projectsTable {
	margin-left:1.5em;
	}

	#pied {
	border:1px solid #202020;
	border-top:0;
/*	padding:0.5em;*/
	text-align:right;
	
	padding:1.5em;
	}
	
	a {
	color:#000;
	text-decoration:underline;
	}
	
	h1 {
	font-size:1.6em;
	margin:0.5em 0.5em 1em 0;
	}
	
	h2 {
	font-size:1.2em;
	margin:0.8em 0.5em 0.3em 0.6em;
	}
	
	h3 {
	font-size:1.1em;
	margin:0.8em 0.5em 0.3em 0.8em;
	}
	
	h4 {
	font-size:1em;
	margin:0.7em 0.5em 0.3em 1em;
	}
	
	h5 {
	font-size:0.9em;
	margin:0.6em 0.5em 0.2em 1.5em;
	}
	
	p {
	margin:1px 0.5em 0.5em 1.5em;
	}
	
/**/
	img {
	border:none;
	}
	img.logo{
	margin-right:10px;
	margin-bottom:10px;
	}

