/* CSS Document */
<style type="text/css">
/*-------------------------------------BLOCS-----------------------------------*/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:80%;
	color:#333;
}
#main {
	position:absolute;
	bottom:2%;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
#logo {
	width:100%;
	height:640px;
	padding:20px 0 20px 0;
	background:#fff url("images/pron_logo.gif") center center no-repeat;	
	
}
#visuel {
	width:100%;
	height:648px;
	padding:40px 0 0px 0;
	background:#000 url("images/pron.jpg") bottom center no-repeat;	
}
#launch {
	width:460px;
	margin:0 auto;
	padding:200px 0 0 0;
	text-align:right;
}
.espace {
	display:block;
	width:460px;
	height:260px;
	margin:0 auto;
}
#newsletter {
	width:460px;
	margin:0 auto;
	padding:40px 0 40px 0;
	text-align:right;
}
#invitations {
	text-align:right;
}
.rouge {
	color:#F00;
}
.alerte {
	color:#F00;
}
/*----------------------------------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
	text-align:right;
}
fieldset.guestlist {
	width:460px;
	border:none;/*solid 1px #CCC;*/
	color:#333;
	font-size:12px;
	padding:0;/* 0 6px 6px 6px;*/
	margin:0;
}
legend.guestlist {
	display:none;
}

input.saisie {
	border:#666 1px solid;
	margin:2px 0 2px 0;
	font-size:x-small;
	width:380px;
}
input.saisie_guest {
	padding: 0 0 0 2px;
	margin:0;
	font-size:x-small;
	width:456px;
	border:#666 1px solid;
}
input.bouton {
	font-size:x-small;
	background-color:#333;
	border:none;/*#666 1px solid;*/
	color:#FFF;
	margin: 2px 0px 2px 2px;
	cursor:pointer;
}

table {
	font-size:smaller;
	background-color: #fff;
	width:100%;
	padding:0;
}


</style>
