@charset "utf-8";

.erreur{
    color:red;
}
.creationClasse{
    float:left;
}
.creationClasse .champ{
    width:400px;
    float:right;
    margin:5px;
}
.creationClasse .formTxt{
    float:right;
    margin:5px;
}
.creationClasse .select{
    float:right;
	border:1px solid;
    width:405px;
    margin-right:5px;
    margin-left:3px;
}
.right410right{
	margin-right:410px;
	float:right;
}

.enConstruction{
    position:absolute;
    left:40%;
    top : 20%;
    font-weight: bold;
}
.enConstruction .alerte{
	font-weight: bold;
	font-size:20px;
    color: #FF3600;
    text-decoration: blink;
}
.enConstruction .retour{
    margin-top:20px;
    margin-left:50px;
    color: #000000;
}