html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	position: relative;
	background-image: url('../images/fondc.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

img {
	border: 0;
	margin: 0;
}


#menu {
	font-weight: bold;
	font-family: Arial, sans-serif;
	width: 175px;
	text-align: left;
	position: relative;
	font-size: smaller;
}

#menu a {
	text-decoration: none;
}

a.link {
	color: green;
	font-weight: bold;
	font-size: 10px;
	height: 10px;
	display: block;
	width: 160px;
	text-align:center;
	padding-top: 6px;
	padding-left: 10px;
}

div.orange {
	display: block;
	width: 175px;
	padding: 6px 0px;
	background-color: #f83000;
	color: white;
	font-weight: normal;
	font-size: 8pt;
	text-align:center;
}

a.orange {
	display: block;
	width: 160px;
	height: 20px;
	padding-top: 6px;
	padding-left: 15px;
	background-color: #f83000;
	color: white;
}

a.white {
	display: block;
	width: 160px;
	height: 20px;
	padding-top: 6px;
	padding-left: 15px;
	background-color: #f8f8f8;
	color: black;
}

a.orangeSelect {
	display: block;
	width: 160px;
	height: 20px;
	padding-top: 6px;
	padding-left: 15px;
	background-color: #f83000;
	color: white;
	/*background-image: url('../images/bouton-logo.gif');
	background-position: right;
	background-repeat: no-repeat;*/
}

a.whiteSelect {
	display: block;
	width: 160px;
	height: 20px;
	padding-top: 6px;
	padding-left: 15px;
	background-color: #f8f8f8;
	color: black;
	/*background-image: url('../images/bouton-logo.gif');
	background-position: right;
	background-repeat: no-repeat;*/
}

#pefcLogo {
	width: 175px;
	height: 150px;
	background-color: #f83000;
	/*padding-top: 35px; h=115*/
	background-image: url('../images/pefc24.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#content {
	width: 750px;
	float: right;
}

.green {
	color: green !important;
}

.small {
	font-size: smaller !important;
}
