input[type=button],
input[type=submit] {
	color: #464646;
	background-color: #EAEAEA;
	border: 1px solid #BBBBBB;
	cursor: pointer;
	padding: 3px 8px;

	-moz-border-radius: 12px;
}
input[type=button]:hover,
input[type=submit]:hover {
	color: #000000;
	border: 1px solid #839483;
}

.anti_float {
	clear: both;
	height: 0;
	width: 0;
}
.lien {
	cursor: pointer;
}
.lien:hover {
	text-decoration: underline;
}
.gras {
	font-weight: bold;
}
.uppercase {
	text-transform:uppercase;
}
.italic {
	font-style: italic;
}
.souligne {
	text-decoration: underline;
}
.gris {
	color: #A7A7A7;
}
.rouge {
	color: red;
}
.vert {
	color: green;
}
.up {
	color: green;
	font-size: 14px;
	font-weight: bold;
}
.down {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.erreur404 {
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	margin-top: 50px;
	width: 500px;
}
div#filter {
	background-color: #595959;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0%;
	opacity: 0.5;
	position: fixed;
	top: 0%;
	width: 100%;
	z-index: 10;
}
div#aide_connexion {
	background: #EAEAEA;
	color: #A19D9A;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: -125px;
	position: fixed;
	top: 50%;
	width: 250px;
	z-index: 11;
}
#connexion {
	background-color: #C0C6C0;
	border: 1px solid #839483;
	font-weight: bold;
	padding: 10px;
}
#connexion div {
	padding-left: 30px;
}
#connexion .libelle {
	color: #3E3530;
}
/*#connexion*/ .erreur {
	color: #FF0000;
	font-family: Verdana;
	padding: 0;
	text-align: center;
}
#connexion input {
	width: 120px;
}
#connexion button[type=submit] {
	height: 22px;
	margin-top: 10px;
	padding-top: 2px;
	width: 120px;
}

#identification {
	background-color: #EAEAEA;
	border: 1px solid #839483;
	font-size: 10px;
	height: 14px;
	padding: 0 10px;
}
#identification div {
	float: left;
}
#identification .libelle {
	color: #9A9A9A;
	margin-right: 5px;
}
#identification .valeur {
	color: #3C3230;
	margin-right: 25px;
}
#identification #deconnexion {
	color: #3C3230;
	float: right;
	font-size: 9px;
	margin-left: 50px;
	padding-top: 2px;
}
#identification #contacts {
	color: #3C3230;
	float: right;
	font-size: 9px;
	margin-left: 50px;
	padding-top: 2px;
}
#identification #connexion_buzzerbeater {
	float: right;
}
#identification #connexion_buzzerbeater .rapide {
	color: #00A651;
}
#identification #connexion_buzzerbeater .moyenne {
	color: #F7941D;
	font-weight: bold;
}
#identification #connexion_buzzerbeater .lente {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
#identification #connexion_buzzerbeater .tres_lente {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: blink;
}
#identification a {
	cursor: pointer;
}
#identification a:hover span {
	text-decoration: underline;
}
#identification img {
	margin-left:5px;
}

/*===== BANDEAU DE MISE A JOUR =====*/
.bandeau_maj {
	background-color: #FFFFFF;
	border: 1px solid #839483;
	color: #5C443A;
	font-size: 12px;
	padding: 10px;
	height: 26px;
}
.bandeau_maj .bloc_maj {
	float: left;
}
.bandeau_maj img {
	position: relative;
	margin-right: 5px;
	top: 3px;
}
.bandeau_maj #message_maj {
	margin-left: 10px;
}
.bandeau_maj .selection_saison {
	float: right;
}
.bandeau_maj .selection_saison select {
	font-size: 16px;
}
/*===== BANDEAU D'AIDE =====*/
.bandeau_aide {
	background-color: #FFFFFF;
	background-image: url(../img/aide_grand.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #839483;
	border-left: 1px solid #839483;
	border-right: 1px solid #839483;
	color: #5C443A;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
}

button {
	background-color: #CDCDCD;
	border: 1px solid #3C3230;
	color: #565656;
	cursor: pointer;
	padding: 4px 10px 4px 7px;
}

button:hover {
	background-color: #EAEAEA;
	border-color: #3C3230;
	color: #3C3230;
}

/* FILTRE JOUEUR SALAIRE */
#filtre_joueur_salaire {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #839483;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/* CONTRIBUTTION */
#contribution {
	color: #4F4440;
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding-right: 475px;
}
#contribution:hover {
	text-decoration: underline;
}

.contribution {
	height: 600px;
}

.contribution h1 {
	font-size: 16px;
	font-weight: bold;
}
.contribution h2 {
	font-size: 16px;
}

.contribution > div {
	border: 1px solid #839483;
	margin-bottom: 20px;
	width: 728px;
}

.contribution .message {
	background-color: #FFFFFF;
	color: #4F4440;
	float: right;
	height: 200px;
	padding: 10px;
	text-align: justify;
	width: 160px;
}
.contribution .message div {
	margin-bottom: 10px;
}
.contribution .message .informations_legales {
	font-weight: bold;
	text-decoration: underline;
}
.contribution .description {
	background-color: #C0C6C0;
	border-bottom: 1px solid #839483; 
	color: #4F4440;
	font-weight: bold;
	padding: 5px 10px;
}
.contribution .date {
	float: right;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.contribution .banniere {
	height: 90px;
}

.contacts_traducteur {
	color: black;
	background-color: white;
	border: 1px solid #839483;
	padding: 5px;
}

.alerte_draft {
	color: black;
	background-color: white;
	border: 1px solid #839483;
	padding: 5px;
}

.conseil_hebergement_image {
	color: black;
	background-color: white;
	border: 1px solid #839483;
	padding: 5px;
}

.conseil_hebergement_image > a {
	text-decoration: underline;
}

/* RECHERCHE EQUIPE */
.recherche_equipe_res {
	background-color: #FFFFFF;
	border: 1px solid #839483;
	color: #5C443A;
	font-size: 12px;
	padding: 10px;
	width:706px; 
  height:100%; 
  margin-top:10px;
}
.recherche_equipe_res_team {
  display: inline-block;
  min-width:233px;
  max-width:233px;
  margin-bottom:7px;
}
.recherche_equipe_res_team > a {
  text-decoration: underline;
}
.afficher_plus {
	background-color: #FFFFFF;
	border: 1px solid #839483;
  border-top: 0px;
	color: #5C443A;
	font-size: 12px;
	padding: 5px;
	width:716px;
  height:100%;
  cursor: pointer;
  text-align:center;
}

/* Userscript */
.aide_userscript {
	color: black;
	background-color: white;
	border: 1px solid #839483;
    padding: 10px 0px 10px 0px;
    padding-left: 20px;
}

.aide_userscript a {
	text-decoration: underline;
}

.aide_userscript > h3 {
    margin: 25px 0px 10px 0px;
}

#userscript_desc td {
    padding: 2px;
}
#userscript_desc img {
    width: 400px;
}
#userscript_desc .img {
    border:solid 1px black;
}
.aide_userscript .desc {
    text-align: center;
}