.btn_validate {
	display: inline-block;
	float:right;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: red;
  font-size: 12px;
  width:8em;
  text-align: center;
  background: #4daff0;
  padding: 5px;
  margin-left: 10px;
  text-decoration: none;
}

.btn_validate_pas_ok{
	display: inline-block;
	float:right;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  width:8em;
  text-align: center;
  background: #4daff0;
  padding: 5px;
  margin-left: 10px;
  text-decoration: none;
}

.btn_validate_ok{
	display: inline-block;
	float:right;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  width:8em;
  text-align: center;
  background: #10854d;
  padding: 5px;
  margin-left: 10px;
  text-decoration: none;
}

.btn_validate:hover {
  background: #10854d;
  text-decoration: none;
}

/* === Style pour le tableau=== */
.testgrid a { color: #000; text-decoration: none; font-variant: small-caps;}
.testgrid { border-collapse: collapse; border: 1px solid #CCB; width: 674px; }
.testgrid td, .testgrid th { padding: 5px; border: 1px solid #E0E0E0;}
.testgrid th { color: #444;border-bottom: 1px solid #444;text-shadow: 1px 1px 1px #FFF;background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(31%, rgba(219,219,219,1)), color-stop(58%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );}
.testgrid td:first-child {font-weight:bold;text-align:right;color: #000;border-bottom: 1px solid #444;text-shadow: 1px 1px 1px #FFF;background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(31%, rgba(219,219,219,1)), color-stop(58%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 31%, rgba(209,209,209,1) 58%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );}
.invalid { background: red; color: #FDFDFD; }

.table_print {color:#333333;border-width: 1px;border-color: #666666;border-collapse: collapse; width:100%;}
.table_print th {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #dedede;text-align: center;}
.table_print td:first-child{font-weight:bold;border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #dedede;text-align: right;}
.table_print td {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #ffffff;text-align: center;}


/* === =============== === */
body
{
	font-family: arial;
	color: #444444;
	background: #EFF4F8 url("img/live_preview_img/aspp_background.png") repeat-x;
}

a img {
border: none;
} 

.page
{
	width: 100%;
	margin-bottom: 30px;
}
a
{
	text-decoration: none;
	
}
fieldset
{
	border: none;
}
.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
/* === live preview style === */

/* === step process panel === */
.panel
{
	background-color: #ffffff;
	border: 1px solid #dbe6ee;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:20px;
	width:974px;
	margin-left:auto;
	margin-right:auto;
}
/* === steps === */
.step
{
	float: left;
	position: relative;
	margin-left: -20px;
	width: 351px;
	height: 43px;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url("img/sprite_with_icons.png");
	background-repeat: no-repeat;
	outline: none;
}
/* === default step classes (attached automatically to every step) === */

.step1
{
	width: 118px; /* set some custom width */
}

.step2, .step3, .step4, .step5, .step6, .step7
{
	width: 118px; /* set some custom width */
}



/* === steps labels === */
.stepLabel
{
	position: absolute;
	top: 19px;
	right: 30px;
}
.stepLabelLast
{
	position: absolute;
	top: 19px;
	right: 25px;
}
/* === contents === */
.content
{
	clear: both;
	padding: 10px;
	line-height: 150%;
}
/* === nextPrevButtons === */
.nextPrevButtons
{
	clear: both;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nextPrevButtons .button:first-child
{
	margin-right: 10px;
}
.nextPrevButtons .button
{
	float: left;
	display: block;
	width: 150px;
	height: 34px;
	padding-top: 12px;
	text-align: center;
	background-image: url("img/sprite_buttons.png");
	/**background-image: url("img/sprite_with_icons.png");*/
	background-repeat: no-repeat;
	cursor: pointer;
}
.nextPrevButtons .inactiveButton
{
	background-position: -10px -310px;
	color: #ffffff;
}
/* === boxStart === */
.boxStart
{
	float: left;
	width: 6px;
	height: 60px;
	background: url("img/sprite_with_icons.png") no-repeat;
}
/* === submit === */
.submit
{
	clear: both;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.submit .submitbutton
{
	margin-left: auto;
	margin-right: auto;
	float: left;
	display: block;
	width: 152px;
	height: 48px;
	padding-top: 0;
	text-align: center;
	background-image: url("img/sprite_buttons.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
.submit .submit-green-orange
{
	color: #ffffff;
	background-position: -10px -250px;
}

.submit .submit-green-orange:hover
{
	background-position: -10px -70px;
}

.alert{
	clear: both;
	border: 1px solid #c83348;
	background-color: #ec7f7f;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 20px #ec7f7f;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 20px #ec7f7f;
	border-radius: 10px;
	box-shadow: 3px 3px 20px #ec7f7f;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}/*
#graph{
	min-width: 310px;
	height: 600px; 
	max-width: 800px; 
	margin: 0 auto
}*/
