/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

body { outline:none; }

#training p {
	outline: none;
}

#accordion span, #training span, #testlive span {
	display: none;
}

#accordion {
	width:656px;
	margin-bottom:20px;
}

.boxHautPrepa { 
	background: url(../images/chapeau-prepa.gif) no-repeat;
	width:661px;
	height:43px;
	margin-left:-1px;
}
.boxHautPrepa2 { 
	background: url(../images/chapeau-prepa2.gif) no-repeat;
	width:661px;
	height:43px;
	margin-left:-1px;
}

.boxHautRemboursement { 
	background: url(../images/chapeau-remboursement.gif) no-repeat;
	width:661px;
	height:44px;
	margin-left:-1px;
	margin-top: 10px;
}

.boxHautTemoignage { 
	background: url(../images/chapeau-temoignage.gif) no-repeat;
	width:325px;
	height:36px;
	margin-left:-1px;
	margin-top: 10px;
}

.boxBas { 
	background: url(../images/bas-chapeau.gif) no-repeat;
	width:661px;
	height:15px;
	margin-left: -1px;
}

.boxCentre {
	width:635px;
	border-left: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#eeeeee;
}

.boxCentreTemoignage {
	width:300px;
	border-left: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#eeeeee;
	padding-top: 2px;
	font-size:11px;
}

.boxCentreTemoignage ul li {
	list-style-image: url(../images/puce-orbe-vert.gif);
	margin-left:12px;
	margin-top: 8px;
}

.boxBasTemoignage { 
	background: url(../images/bas-chapeau-temoignage.gif) no-repeat;
	width:325px;
	height:11px;
	margin-left: -1px;
	margin-bottom: 15px;
}

.clear {
clear:both;
display:block;
font-size:1px;
height:0;
line-height:0;
}

.ui-accordion .ui-accordion-header { position: relative; margin-top:5px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-content {  border-top: 0px; position: relative; display:block; }


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	height:29px;
	font-weight: bold; 
	color: #333333; 
	outline: none;
	cursor:pointer;
	margin-bottom:Opx;
}

#testlive .ui-state-default { background:url(../images/titreTest.gif) no-repeat top; }
#temoignage .ui-state-default { background:url(../images/titreTemoignage.gif) no-repeat top; }
#training .ui-state-default { background:url(../images/titreTraining.gif) no-repeat top; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #333333; 
	text-decoration: none; 
	outline: none; 
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	font-weight: bold;
	height:29px;
	color: #212121; 
	outline: none; 
	cursor:pointer;
}

#testlive .ui-state-hover { background-position: 0px -29px; }
#temoignage .ui-state-hover { background-position: 0px -29px; }
#training .ui-state-hover { background-position: 0px -29px; }

.ui-state-hover a, .ui-state-hover a:hover { 
	color: #212121; 
	text-decoration: none; 
	outline: none; 
}

.ui-state-active, .ui-widget-content .ui-state-active { 
	font-weight: bold;
	height:29px;
	color: #ffffff; 
	outline: none;
	margin-bottom:0px;
}

#testlive .ui-state-active { background:url(../images/titreTest.gif) no-repeat 0 -58px; }
#temoignage .ui-state-active { background:url(../images/titreTemoignage.gif) no-repeat 0 -58px; }
#training .ui-state-active { background:url(../images/titreTraining.gif) no-repeat 0 -58px; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #ffffff; 
	outline: none; 
	text-decoration: none; 
}