body {
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	background-image: url(../_img/bg.jpg);
}

table.head {
	width: 750px;
	height: 10%;
	border-collapse: collapse;
	border-right: 1px solid black;
}

table.main {
	width: 750px;
	height: 90%;
	border-collapse: collapse;
}

table.carrefour {
	width: 750px;
	border-collapse: collapse;
}

table.carrefour td {
	text-align: center;
}

#header {
	font-size: 32px;
}

#content {
	width: 680px;
	height: 100%;
//	overflow: scroll;
	vertical-align: top;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
}

#left_tabs {
	width: 60px;
	height: 100%;
	border-collapse: collapse;
}

td.left {
	height: 60px;
	text-align: center;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #ddd;
}

td.left_selected {
	height: 60px;
	text-align: center;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

td.left_last {
	height: 100%;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

td.left_first {
	border-right: 1px solid black;
}

#top_tabs {
	width: 100%;
	height: 60px;
	border-collapse: collapse;
}

td.top {
	width: 100px;
	text-align: center;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	background-color: #ddd;
}

td.top_selected {
	width: 100px;
	text-align: center;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding: 10px;
}

td.top_first {
	width: 50%;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.column1p:first-letter {
	font-size: 1.5em;
}

.small {
	font-size: 14px;
}

.column1img {
	float: right;
}

.column2title {
	padding: 3px;
	font-weight: bold;
	background-color: #ff9;
}

ul.agenda {
}

li.agenda {
	margin-bottom: 8px;
	list-style-type: square;
}

li.agenda:first-line {
	font-weight: bold;
}

ul.contact {
}

li.contact {
	margin-bottom: 8px;
	list-style-type: square;
}

li.contact:first-line {
	font-weight: bold;
}
