#alpha_fermee
{
	border-top:solid 6px #bd2c04;
}

#header_alpha_fermee
{
	height: auto;
    margin: auto;
    padding:20px;
    width: 960px;
	text-align:center;
}

.underline
{
	text-decoration:underline;
}

#alpha_fermee #corps
{
	padding-top: 64px;
}

#alpha_fermee #inscrit {
	padding-bottom:60px;
}

#alpha_fermee #inscrit h3 {
    font-size:14px;
	font-weight:bold;
	color:#007281;
	font-family: arial,verdana,tahoma;
	padding-bottom:10px;
}

#alpha_fermee #inscrit p {
    line-height: 22px;
    text-align: left;
}

#alpha_fermee #inscrit .center {
    text-align: center;
}

#alpha_fermee #inscrit p {
    border: none;
	padding: 0;
	width:auto;
	font-size:16px;
}

#alpha_fermee #inscrit p.cadre, #alpha_fermee #inscrit .cadre  p {
    line-height: 24px;
}

#alpha_fermee #inscrit .cadre {
    background: none repeat scroll 0 0 #152327;
    border: 1px solid #28505d;
    color: #007182;
    margin: auto;
    padding: 28px;
    width: 420px;
}

#alpha_fermee #inscrit form.cadre {
    width: 640px;
}

#alpha_fermee label
{
	display:block;
	color:#FFF;
	font-size:14px;
	margin-left:64px;
	margin-top:20px;
	margin-bottom: 6px;
}

#alpha_fermee input.texte {
    background-color: #111A1C;
    border-color: #070d0f #262f30 #262f30 #070d0f;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #aab8bc;
    display: block;
    font-size: 12px;
    height: 34px;
    padding-left: 10px;
    width: 330px;
	display:inline-block;
	margin-left:64px;
}

#alpha_fermee input.texte:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111a1c;
}

#alpha_fermee input.valider {
    background: linear-gradient(to bottom, #2e5b69 0%, #234650 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2e5b69;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 34px;
    padding: 0 24px;
	display:inline-block;
	margin-left:30px;
	margin-bottom:30px;
	width: 140px;
}

#alpha_fermee input.valider:hover {
    background: #2e5b69;
}

#alpha_fermee input.valider:focus {
    background: #2e5b69;
	border: 1px solid #19333a;
}

#alpha_fermee input.texte.feedback_negatif {
    background-image: url("../images/profil/feedback_negatif.png");
    background-position: 312px 6px;
    background-repeat: no-repeat;
}

#alpha_fermee #inscrit p.feedback {
    color: #9a2106;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}

#alpha_fermee #inscrit .input_mdp
{
	display:inline-block;
	width:406px
}