body{
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#parent{
	margin: 0 auto auto auto;
	width: 957px;
}
#target{
	margin: 0 auto auto auto;
	width: 957px;
	height: 640px;
	background: url(images/voyage_02.jpg) no-repeat;	
}
#droite{
	float: right;
	width: 430px;
}
.intro {
	font-size: 14px;
	font-weight: bold;
	color: #5e79b1;
	margin: 20px 0px 0px 0px;
}
.input {
	margin: 0;
	padding: 0;
	width: 190px;
	height: 15px;
	border: none;
	background-image: url(images/input_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.inputSmall {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 15px;
	border: none;
	background-image: url(images/input_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.champs {
	margin: 10px 0px 10px 0px;
}
.label {
	float: left;
	width: 100px;
}
.label2 {
	float: left;
	width: 240px;
}
.outro {
	font-size: 14px;
	font-weight: bold;
	color: #5e79b1;
	margin: 50px 0px 0px 0px;
	text-align: center;
	line-height: 18px;
}
a:link {
	color: #b8455c;
}
a:visited {
	color: #b8455c;
}
a:hover {
	color: #000;
}
a:active {
	color: #b8455c;
}