@charset "ISO-8859-1"; 

body {
	margin: 1em;
	background: #ddd;
}

.barre {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #777;
}

.barre a {
	float: left;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

.barre a:hover {
	color: #f6d71c;
	background: #1415dd;
}

.header {
	overflow: auto;
	color: #1b1b1b;
	/* font-weight: bold; */
	text-align: center;
	font-size: 110%;
}

.header img {
	float: left;
	margin: 10px 10px 10px 10px;
}

.header h3 {
	color: #cf0149;
}

p.news {
	text-align: center;
	width: 75%;
	margin: auto; /* center it in page */
	border: 4px solid red;
	background-color: #cceecc;
	padding: 1em;
}

.wip img {
	float: left;
	margin: 10px 10px 10px 10px;
}

span.highlight {
	background-color: #f6d71c;
}

h1, h2, h3 {
	color: black;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

div.release {
	background: #eee;
	border: 2px solid gray;
	width: 75%;
	text-align: justify;
	height: 10em;
	overflow: auto; /* scroll if needed */
	margin: auto; /* center in page */
	padding: 1em;
}

div.content {
	background: white;
	text-align: justify;	
	margin: 1em 2em 1em 2em;
	padding: 1em;
	border-style: solid;
	border-color: #ccc #aaa #999 #aaa;
}

dt {
	background: #e0e0e0;
	margin: 1em 3em 0.5em 3em;
}

dd {
	margin: 0.5em 3em 0.5em 3em;
}

table.releases {
	margin: 2em 2em 2em 2em;
}

table.documentation {
	margin: 2em 2em 2em 2em;
}

table.schedule {
	border: solid;
	margin: 2em 2em 2em 2em;
}

table.schedule td {border: thin solid;}
thead {background: #cccccc;}
th {text-align: center;}
td {padding: 0.5ex;}

div.address {
	text-align: center;
}

span.email {
	color: blue;
}

/* images */
img.alignleft {
	margin: 1em 1em 1em 0;
	display: inline;
}

