/* Personnalisation de la balise body */

body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  color:#330099;
}

/* Position de l’ensemble du formulaire */

.form_login {
  width: 46%;
  height:auto;
  margin-left: 25%;
  margin-top: 3px;
}

#legend_general
{
	color:#FF3300;
}

#div_double /*Div pour aligner les 2 champs */
{
	float:left;
	margin-right:10px;
	width:auto;
}

#content input[type=submit],input[type=reset]
{
	background-color:#FFFFFF;
	border-color:#CCC;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;	
	border-color:#06F;
}

#content input[type=button]
{
	background-color:#FFFFFF;
	border-color:#CCC;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;	
	border-color:#06F;
}


/* Personnalisation du div CONTENT, pour modifier l’affichage du contenu */

#content {
  margin: 0;
  padding: 3px;
}

/* Alignement des champs*/

#content label {
  width: 50%;
  text-align: left;
  line-height: 1.8em;
  color:#006;
  font-style:italic;
}

#content label:hover{
	color:#F63;
}


/* Espacement des champs */

#content input[type=text],input[type=password]{
  float:left;
  border: 1px solid #0099FF;
  background-color:#FFFFFF;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  color:#000;
}

#content textarea{
float:left;
  border: 1px solid #0099FF;
  background-color:#FFFFFF;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  color:#000;
}

#content select {
  float:left;
  border: 1px solid #0099FF;
  background-color:#FFFFFF;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  color:#000;
}

#pied
{
	width:auto;
	height:auto;
	padding-left:35%;
}

#pied input[type=submit],input[type=reset]
{
	background-color:#FFFFFF;
	border-color:#CCC;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;	
	border-color:#06F;
}

.bad_data
{
	text-align:center;
	border:1px solid #FF0000;
	background-color:#FF6699;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}


.img_aide
{
	float:inherit;
	margin-left:10px;
}

#div_bulle
{
	position: absolute;   
	visibility : hidden;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color:#FFFFCC;
}

#field_general 
{
  width:auto;
  height:auto;
  background-image:none;
  background-repeat:no-repeat;
  background-position:center;
}

#menu_joueur
{
  width: 46%;
  height:auto;
  margin-left: 25%;
  margin-top: 3px;
}

#photo
{
	float:right;
	height:auto;
	width:auto;
	margin-top:5px;
	width:120px;
	border:solid 1px;
	border-color:#CCC;
}

a
{
	text-decoration:none;
	color:#003399;
	border:none;
}

#image_delete
{
	border:none;
}

.status_paye {
	color: #3C0;
}

.status_attente {
	color:#C90;
}

.status_nonpaye {
	color:#C00;
}

.status_remboursement {
	color:#30F;
}

#choix_langue
{
	margin-left:45%;
}

.lien_drapeau
{
	text-decoration:none;
	color:#FFF;
}

.texte_rouge
{
	color:#F00;
}

.texte_rouge_etoile
{
	font-size : 20px;
	color:#F00;
}

#legende_admin_team
{
	text-align:center;
}