body {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	background: #000000;
	padding: 0;
	margin: 0;
	height:100%;
}

a {
	color: #ca4100;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fca500;
}

#header {
	background: #000000;
	width: 100%;
	height: 60px;
}

#footer {
	background: #000000;
	width: 100%;
	height: 60px;
}

#page {
	background: #e5e5e5;
	width: 99%;
/*	height: 690px; Adapte a la resolution par detection */
	padding: 10px;
	margin-left: -10px;
	overflow: auto;
}

#content {
	width: 980px;
	text-align: left;
}

.title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

.column {
	float: left;
	width: 460px;
	margin-left: 4px;
	margin-right: 4px;
}

.iconColumn {
	float: left;
	width: 120px;
	margin-left: 4px;
	margin-right: 4px;
}

.narrowColumn {
	float: left;
	width: 412px;
	margin-left: 4px;
	margin-right: 4px;
}

.wideColumn {
	float: left;
	width: 820px;
	margin-left: 4px;
	margin-right: 4px;
}

.block {
	background: #ffffff;
	max-width: 762px;
	padding: 32px;
	margin-bottom: 8px;
	border: solid 1px #cccccc;
}

.text {
	text-align: justify;
}

.note {
	text-align: justify;
	font-size: 0.8em;
}

.picto {
	margin-right: 4px;
	border: none;
}

.catbutton {
	margin-bottom: 10px;
}

.bottomline {
	text-align: center;
}

