.creationclass {
	float: left;
	clear: both;
	width: 700px;
	text-align: justify;
	list-style-image: url('/images/puce.gif');
}

#javascriptok {
	display: none;
}


#menu li a#btn_cre {
	height: 35px;
	margin-top: -5px;
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 17px;
	font-variant: small-caps;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#block_presentation 
{
	margin-left: 125px;
	display: none;
}

#block_presentation p {
margin-top:10px;
}

#commencer 
{
	float: left;
	margin-top: 25px;
	line-height: 30px;
	text-align:center;
	width: 200px;
	margin-left: 375px;
	margin-bottom: 10px;
}

#conteneurEtape {
	float: left;
	clear: both;
	text-align: center;
	width: 948px;
	display: none;
}

#etape 
{
	list-style-type: none;
	float: left;
	padding: 0;
}
#etape li 
{
	float:left;
	margin:0pt;
	padding:0pt;
}
#etape .etape 
{
	border:1px solid #000000;
	line-height:30px;
	margin:auto;
	text-align:center;
	width:90px;
	float: left;
}
#etape .fleche 
{
	line-height:50px;
	margin:5px;
	text-align:center;
	width:50px;
	float: left;
}

.titre
{
	font-weight: bold;
}


#divObscur {
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 1;
	background-color: #eee;
	z-index: 200;
	display: none;
}

#divProg {
	top: 50%;
	margin-top: -50px;
	height: 100px;

	left: 50%;
	margin-left: -200px;
	width: 400px;

	position: absolute;
	background-color: white;
	border: 1px solid black;
	z-index: 300;
	display: none;
}

#block_rapide {
	margin-top: 20px;
}
