@import url(emilieneu.css);
@import url(formular.css);

/* -------------------------------------------------------------------------------------- */
/*	Formular LiveTest */
/* -------------------------------------------------------------------------------------- */

#cardpan
{
}

#cardpan #hd
{
	height: 10px;
	background-image: url(/images/hd4.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#cardpan #bd
{
   position: relative;
   height: 350px;
   background-image: url(/images/bd4.png);
   background-repeat: no-repeat;
   background-position: left bottom;
   overflow: hidden;
}

#cardpan #bd img#startcard
{
   position: absolute;
   left: 20px;
   top: 20px;
}

#cardpan #bd #txt
{
   position: absolute;
   right: 20px;
   top: 20px;
   width: 600px;
   background-attachment: fixed;
}

#cardpan #bd #txt h1
{
	font-size: 22px;
	font-weight: bold;
}

#cardpan #bd #txt p
{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cardpan #bd #txt ul li
{
   font-size: 20px;
   font-weight: bold;
   padding-left: 45px;
   padding-bottom: 5px;
   padding-top: 5px;
   font-style: italic;
   background-repeat: no-repeat;
   background-position: left center;
   background-image: url(/images/CheckBullit.png);
   background-size: 27px 27px;
}

#cardpan #bd #form
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 600px;
}

#cardpan #bd #form p
{
	font-size: 14px;
	margin-top: 10px;
}

#cardpan #bd #form h1
{
	font-size: 18px;
	font-weight: bold;
}

#cardpan #bd #form #form_body
{
	background-image: url(/images/Panel600x400.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 19px;
	padding-left: 19px;
	padding-right: 19px;
	height: 240px;
	overflow: hidden;
}

#cardpan #bd #form #form_button
{
	height: 40px;
	background-image: url(/images/Panel600x400.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}
