* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
}

#page {
	width: 720px;
	margin: 0 auto;
	background: url(images/entete.jpg) no-repeat;
	padding-top: 212px;
	text-align: left;
}


#formulaire fieldset {
	margin: 20px;
	padding: 20px 30px;
	border: 1px solid #ccc;
	background: #fff;
}

#formulaire fieldset div {
	clear: left;
	margin: 8px 0;
}

#formulaire fieldset div img {
	float: right;
	padding-top: 3px;
}

#formulaire fieldset div label {
	float: left;
	display: block;
	width: 38%;
	border-bottom: 1px dashed #ccc;
	padding-top: 6px;
	white-space: nowrap;
	font-weight: bold;
	color: #be1628;
	margin-right: 10px;
}

#formulaire fieldset div label span {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #cb4654;
}

#formulaire input, #formulaire textarea, #formulaire select {
	width: 54%;
	border: 1px solid #ccc;
	background: #eee;
	line-height: 14px;
	padding: 5px 3px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#formulaire input.oblig {
	background: #f4e0e2;
}

#formulaire input.bouton {
	color: #fff;
	font-weight: bold;
	background: #be1628;
	cursor: pointer;
}

h1 {
	margin: 10px 30px;
	color: #be1628;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}

p {
	margin: 10px 30px;
	text-align: center;
}

p span {
	font-size: 0.8em;
	font-style: italic;
	color: #cb4654;
}

h1 span {
	font-size: 0.5em;
	font-style: italic;
	color: #cb4654;
}

a, a span {
	color: blue;
	text-decoration: none;
}