@import url(/style.css);
body { 
	font-family: 'Bitstream Vera Serif', Georgia, Garamond, Times, serif;
	font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin: 0em; padding: 0em; 
	background: #fff; color: #333;
	font-size: medium;
}
.invisible {
	display: none; 
}
#navigation {
	position: fixed; width: 24%; margin-left: 2%; margin-right: 2%;
}
#main {
	position: absolute; left: 28%; right: 2%;
}
#path {
	font-size: smaller;
}
#content {
	padding-top: 1em; 
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #333;
}
/* LINKS */
.logo a {
	text-decoration: none; background: #fff;
}
.fake-a {
	text-decoration: underline;
}
/* COLORS */
.uo { color: red; }
.ateliers,
.ateliers_ressources { color: green; } 
.conferences { color: blue; }
