@charset "utf-8";
/* CSS Document */

body
{  width: 740px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   background-color:#F3F3F3;
   font-family:Georgia, "Times New Roman", Times, serif;
   padding:0px;
}

p
{
	font:Georgia, "Times New Roman", Times, serif;
	color:#666;
	text-indent:35px;
}

legend
{
	font:Georgia, "Times New Roman", Times, serif;
	background:url(../images/France.png);
	background-repeat:no-repeat;
	color:#333;
	text-indent:30px;
}

fieldset
{
	background-color: #FFF;
	margin-bottom: 5px;
}
	
.important
{
	font-weight:bold;
	text-decoration:underline;
}