body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#conteneur {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	font-size: 30px;
	color: #3F4C6B;
	text-align: center;
	font-weight: bold;
}

#contenu {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	position: relative;
	text-align: center;
}

#footer a {
	color: #000000;
}

a {
	color: #3F4C6B;
}

.titre {
	background-color: #3F4C6B;
	color: #ffffff;
	font-weight: bold;
}

.fond1 {
	background-color: #EEEEEE;
}

.fond2 {
	background-color: #F9F7ED;
}

img {
	vertical-align: middle;
}

input, select, textarea {
	font-size: 12px;
	font-family: Verdana;
}

input.submit {
	background-color: #3F4C6B;
	border: 1px #ffffff solid;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}

.msg {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}