/* CSS for Conference on Computational Complexity web site */
/* Theme colors: maroon, darkblue */
/* Body text font: Georgia */
/* Sans-serif fonts: Impact (main headers only), Arial */
body {font-family: Georgia}
#navorganization {position: absolute; top: 1em; left: 1em; width: 5em}
#navnextmeeting {position: absolute; top: 14em; left: 1em; width: 5em}
div
{
	overflow:auto  /* Débordement des cadres */
}
.title {background-image:url('stairs.jpg');
background-repeat: no-repeat;
/* background-size:2%; */
height:200px;
}

.navmenu {
	font-family: Arial
	float:left;
	width:160px;
	padding-right:20px; 
}

.navmenu ul {
	margin: 0 0 0 1em; 
	padding: 0; 
	border-width: 0px;}

.navmenu li {
	margin: 0; 
	padding: 0; 
	font-size: 12pt;}

.navmenu{float:left;}

/*#content {position: absolute; top: 2em; left: 8em; width: 50em}*/
.title h1 {
	font-family: Impact; 
	text-align: center; 
	color: darkblue}
.title h2 {color: maroon}
.title h3 {color:blue}

a:link {
	text-decoration: none; 
	color: maroon}
a:visited {text-decoration: none; color: maroon}
a:hover {text-decoration: none; color: red}
a:active {text-decoration: none; color: darkblue}
