html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: .8em;
	line-height: 1.4;
	color: black;
	background: white url(images/body.jpg) repeat-x top;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	padding-top: 15px;
}

#header {
	overflow: hidden;
	background: url(images/header-home.png) no-repeat right top;
	min-height: 80px;
	padding: 280px 120px 0 30px;;
}

body.employeurs #header {
	background: url(images/header-travailleurs.png) no-repeat right top;
}

body.werkgevers #header {
	background: url(images/header-werkgevers.png) no-repeat right top;
}

body.ouvriers #header {
	background: url(images/header-ouvriers.png) no-repeat right top;
}

body.arbeiders #header {
	background: url(images/header-arbeiders.png) no-repeat right top;
}

#header h1 {
	display: none;
}

#main, #footer {
	margin: 0 30px;
}

p {
	margin: .75em 0;
}

p.center {
	text-align: center;
}

address {
	margin: .75em 0;
	font-style: normal;
}
 
a {
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:focus, a:active{
	color: #007243;
}

a:active {
	outline: none;
}

a img {
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
 
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, button, select {
	vertical-align: middle;
}

textarea {
	width: 100%;
}
 
table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table td, table th {
	padding: 4px;
	vertical-align: top;
}


table#main th {
	background: #97D398;
	color: white;
	border-top: 1px solid #007243;
	border-bottom: 1px solid #007243;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
}

table#main td.left {
	border-bottom: 1px solid #007243;
	border-right: 1px solid #007243;
	color: #1C307E;
	font-weight: bold;
}

table#main td.right {
	border-bottom: 1px solid #007243;
	border-left: 1px solid #007243;
}

table#footer {
	font-size: .8em;
}

table#footer p.cnac {
	color: #007243;
	font-weight: bold;
}
