@charset "utf-8";
/* CSS Document */

h1{
	font-family: Helvetica, sans-serif;
	font-size: 3em;
	color: #5757B2;
	font-weight: bold;
	letter-spacing: -4px;
	text-align: left;
}

body {
	background-image:url(images/bg_03.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#title {
	position: relative;
	right: -19px;
	top: 20px;
}
#btn {
	background-color: #5757B2;
	position: relative;
	height: 20px;
	width: 100px;
	top: 50px;
	right: 18px;
	float: right;
	text-align: center;
	vertical-align: text-bottom;
}

#soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: left;
	position: relative;
	right: -22px;
	top: -5px;
	font-weight: normal;
	bottom: -20px;
}

a:link {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

a:active {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

