* {
	font-family: verdana, arial, sans serif;
}
body {
	background-color: #FFFFFF;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #DDDDDD;
	margin: 0px;
}
h2 {
	font-size: 12px;
	color: #333333;
	margin: 10px 0px 6px 0px;
}
a {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #2F64AB;
	text-decoration: none;
}
a:hover {
	background-color: #2F64AB; 
	color: #FFFFFF;
}
#placeholder {
	width: 500px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -220px auto auto -300px;
	padding: 0px;
}
fieldset {
	border: 0px;
}
label {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
input {
	font-size: 10px;
}
input#subject, input#sender_name, input#sender_email {
	width: 355px;
}
textarea#mbody {
	font-size: 10px;
	width: 355px;
	height: 80px;
}
.footer {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
	font-weight: bold;
	color: #2F64AB;
	border-top: 1px #C2D2EF solid;
}
#content {
	margin-top: 20px;
	height: 300px;
}
#navBar {
	border-bottom: 1px #C2D2EF solid;
}
#navBar a {
	padding: 0px 4px;
	vertical-align: 4px;
}
li {
	font-size: 10px;
	color: #2F64AB;
	list-style: square;
}
.slogan {
	position: absolute;
	left: 300px;
	width: 200px;
	height: 300px;
	padding-top: 10px;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	color: #777777;
	margin: 0px;
	text-align: center;
	font-family: Monotype Corsiva, Times New Roman, serif;
}
fieldset#mailform {
	padding: 50px 100px 0px 0px;
	background-image: url(enveloppe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

