@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #59deff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/* IE PNG Fix */
div {
	behavior:url(js/iepngfix/iepngfix.htc);
}

div#content {
	width:410px;
	height: auto;
	margin: 0px auto;
}

div#titre {
	width: 340px;
	height: 83px;
	margin: 19px auto 10px auto;
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
}

div#titre h1 {
	display:block;
	text-indent:-10000px;
	margin:0;
	padding:0;
	width: 340px;
	height: 83px;
	overflow:hidden;
}

div#formFFF {
	margin: 16px 0px 0px 0px;
	padding: 0;
}

div#formFFF h2 {
	width: 292px;
	height: 20px;
	margin: 0px 0px 0px 15px;
	padding:0;
	background-image: url(../images/intitule_personne.png);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
}
div#formFFF div#formElements {
	width: 410px;
	height: 35px;
	margin: 0;
	padding: 7px 0px 0px 15px;
	background-image: url(../images/bloc_personne.png);
	background-repeat: no-repeat;
}
div#formFFF div#formElements input#name {
	width: 150px;
	margin: 0;
	margin-right: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005b7d;
}
div#formFFF div#formElements label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005b7d;
	margin: 0;
	margin-right: 20px;
}
div#formFFF div#formButton {
	width: 340px;
	height: 24px;
	margin: 0px auto 0px auto;
	padding: 0;
}
div#formFFF div#formButton a {
	width: 340px;
	height: 24px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bt_envoi.png);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
}
div#formFFF div#formButton a:hover {
	background-image: url(../images/bt_envoi_roll.png);
	background-repeat: no-repeat;
}

div#result {
	width:410px;
	margin: 24px 0px 0px 0px;
	padding: 0;
}
div#result h2 {
	width: 182px;
	height: 15px;
	margin: 0px 0px 0px 15px;
	padding:0;
	background-image: url(../images/intitule_fff.png);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
}
div#result div#contentFFF {
	width: 410px;
	height: 89px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bloc_fff.png);
	background-repeat: no-repeat;
}
div#result div#contentFFF p {
	margin: 0px 15px 0px 15px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005b7d;
}
div#result div#buttonFFF {
	width: 316px;
	height: 24px;
	margin: -12px 0px 0px 35px;
	padding: 0;
}
div#result div#buttonFFF a {
	width: 316px;
	height: 24px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bt_twitter.png);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
}
div#result div#buttonFFF a:hover {
	background-image: url(../images/bt_twitter_roll.png);
	background-repeat: no-repeat;
}

div#footer {
	width:410px;
	margin:0;
	margin-top:40px;
	text-align:center;
}
div#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:1px 0px 0px 0px;
	color: #005b7d;
}
div#footer p a {
	text-decoration:none;
	font-weight:bold;
	color: #005b7d;
}

