#se_connecter,
#creer,
#mdp_oublie,
#envoyer
{
	display:block;
	border:0px;
	text-decoration:none;
	cursor:pointer;
	text-decoration:none;
	color:#000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	float:right;
	
	padding-top:7px;
	text-align:center;
	height:19px;
}

#envoyer
{
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	height:26px;
}

#se_connecter,
#envoyer
{
width:81px;
background:url(../img/commun/interface/background_bouton_standard.gif) top left no-repeat;

}

#creer,
#mdp_oublie
{
width:150px;
background:url(../img/commun/interface/background_bouton_grand.gif) top left no-repeat;
}

.input_texte
{
	color:#FFF;
	font-family:arial;
	font-size:12px;
	background:#2A2A2A;
	border:solid 1px #7D7D7D;
	width:200px;
}

.td_label label
{
	color:#FFF;
	font-family:arial;
	font-size:12px;
}

#tab_choix
{
	margin:50px auto 0px auto;
	width:60%;
	background:#555555;
}

#tab_choix tr td
{
	width:33%;
	padding:20px;
	border:solid 1px #FFF;
	text-align:center;
}

.choix_mon_compte
{
	display:block;
	height:80px;
	width:100%;
	text-decoration:none;
}

.choix_mon_compte img
{
	border:0px;
}

.choix_mon_compte p
{
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}

.choix_mon_compte p:hover
{
	text-decoration:underline;
}


#message_form{
	background-color:#4F2222;
	width:650px;
	padding:10px;
	border:1px solid #9F5959;
	border-left:0;
	border-right:0;
	margin:39px auto;
	text-align:center;
	color:#FFF;
}

