.admin{
	margin:0;
	margin-left:10px;
	padding:0;
	border:0;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
}
#menu li.separateur_marge span.admin{
	padding-top:4px;
}
#entete_admin{
	background-color:#564f47;
	height:200px;
	margin-left:243px;
}
	#entete_admin h2{
		margin:0;
		padding:0;
		font-weight:normal;
		padding-top:0px;
		display:block;
		margin-left:10px;
		color:#fff;
	}
	#contact_carrefoot{
		float:right;
		margin-right:20px;
		margin-top:10px;
		color:#fff;
		background:url('../image/contact_carrefoot_admin.png') top left no-repeat;
		padding-left:25px;
	}
	#contact_carrefoot a{
		color:#fff;
	}
	#menu_gestion{
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
		margin-left:15px;
		margin-top:7px;
		width:140px;
	}
	#menu_gestion h2{
		margin:0;
		padding:0;
		background:url('../image/admin_gestion.png') top left no-repeat;
		padding-left:34px;
		padding-top:14px;
		color:#fff;
		font-size:1.2em;
		border-bottom:1px dashed #fff;
		margin-bottom:5px;
	}
	#menu_gestion li a{
		color:#fff;
		text-decoration:none;
		padding-left:13px;
	}
	#menu_gestion li a.graphisme{
		background:url('../image/icone_graphisme.png') center left no-repeat;
	}
	#menu_gestion li a.rempli_site{
		background:url('../image/icone_rempli_site.png') center left no-repeat;
	}
	#menu_gestion li a.adversaire{
		background:url('../image/icone_adversaire.png') center left no-repeat;
	}
	#menu_gestion li a.effectif{
		background:url('../image/icone_effectif.png') center left no-repeat;
	}
	#menu_gestion li a.profil{
		background:url('../image/icone_profil.png') center left no-repeat;
	}
	#menu_gestion li a.home{
		background:url('../image/icone_home.png') center left no-repeat;
	}
	#menu_gestion li a:hover{
		text-decoration:underline;
	}
	#menu_gestion li ul{
		margin:0;
		padding:0;
		list-style-type:none;
		margin-left:20px;
	}
	#menu_gestion li ul li a{
		background:url('../image/fleche_blanche.png') center left no-repeat;
	}
	#menu_diff_module{
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
		width:260px;
		margin-left:15px;
		margin-top:7px;
	}
	#menu_diff_module li.libelle_module{
		float:left;
		width:130px;
	}
	#menu_diff_module h2{
	margin:0;
	padding:0;
	background:url('../image/admin_module.png') top left no-repeat;
	padding-left:34px;
	padding-top:14px;
	color:#fff;
	font-size:1.2em;
	border-bottom:1px dashed #fff;
	margin-bottom:5px;
	}
	#menu_diff_module li a{
		color:#fff;
		text-decoration:none;
		background:url('../image/fleche_blanche.png') center left no-repeat;
		padding-left:13px;
	}
	#menu_diff_module li a:hover{
		text-decoration:underline;
	}
	#menu_credit{
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
		margin-left:15px;
		margin-top:7px;
		width:180px;
	}
	#menu_credit h2{
		margin:0;
		padding:0;
		background:url('../image/admin_credit.png') top left no-repeat;
		padding-left:34px;
		padding-top:14px;
		color:#fff;
		font-size:1.2em;
		border-bottom:1px dashed #fff;
		margin-bottom:5px;
	}
	#menu_credit li.info_compte{
		color:#fff;
		font-weight:bold;
		font-size:0.8em;
	}
	#menu_credit li.info_compte span.credit_restant{
		color:#28bd00;
	}
	#menu_credit li.info_compte span.date_echeance{
		color:#c40000;
	}
	#menu_credit li a{
		color:#fff;
		text-decoration:none;
		background:url('../image/icone_credit.png') center left no-repeat;
		padding-left:13px;
		font-weight:normal;
	}
	#menu_credit li a.gestion_utilisateur{
		background:url('../image/gestion_utilisateur.png') center left no-repeat;
		padding-left:25px;
	}
	#menu_credit li a:hover{
		text-decoration:underline;
	}
.lien_menu{
	padding-right:60px;
	overflow:hidden;	
}
.del_separateur{
	font-weight:bold;
}
#menu li.admin_separateur{
	margin:0;
	padding:0;
	background-color:#009de1;
	padding:4px;
	color:#fff;
	font-weight:bold;
	position:relative;
	margin-right:0;
	padding-right:60px;
	overflow:hidden;
}
#menu li.admin_non_separateur{
	width:100%;
}
#menu li.admin_non_separateur a{
	margin:0;
	padding:0;
	color:#666;
	text-decoration:none;
}
#menu li.admin_non_separateur a.lien_menu{
	padding-right:100px;
	overflow:hidden;
}
#menu li.admin_non_separateur a:hover{
	text-decoration:underline;
}
#accueil{
	list-style-type:none;
	margin:0;
	padding:0;
}
#accueil li{
	float:left;
	width:100px;
	text-align:center;
}
#accueil li a{
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
form.form_edit input.texte,form.form_tableau input.texte,form.form_admin input.texte,form.form_edit textarea,iframe#editeur{
	margin:0;
	padding:2px;
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
iframe#editeur,textarea#mon_html{
	width:500px;
	height:250px;
}
iframe#editeur{
/*	display:none;*/
}

form.form_admin label{
	display:block;
	float:left;
	width:130px;
	font-weight:bold;
	padding-right:15px;
	text-align:right;
	height:20px;
	line-height:25px;
}
form.form_admin input.submit{
	background:url('../picto/page_tick.gif') top left no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
}
form.form_tableau{
	float:left;/* evite que le formulaire prenne toute la largeur et empeche le lien annuler/retour d'etre cliquable */
	position:relative;
	padding-bottom:25px;
}
form.form_tableau input.enregistrer{
	position:absolute;
	bottom:0;
	left:0;
}
div.paragraphe{
	position:relative;
	margin-bottom:15px;
	overflow:auto;
	/*min-height:150px;*/
	background-color:#eee;
}

input.editeur{
	padding:1px;
	border:0;
	padding:0;
	width:22px;
	height:22px;
	margin:2px 0;
}
input#editeur_raz{
	background:url('../picto/edit-clear.png') top left no-repeat;
}
input#editeur_gras{
	background:url('../picto/format-text-bold.png') top left no-repeat;
}
input#editeur_italic{
	background:url('../picto/format-text-italic.png') top left no-repeat;
}
input#editeur_souligne{
	background:url('../picto/format-text-underline.png') top left no-repeat;
}
input#editeur_couleur_noir{
	background:url('../picto/couleur-text-noir.png') top left no-repeat;
}
input#editeur_couleur_gris{
	background:url('../picto/couleur-text-gris.png') top left no-repeat;
}
input#editeur_couleur_bleu{
	background:url('../picto/couleur-text-bleu.png') top left no-repeat;
}
input#editeur_couleur_rouge{
	background:url('../picto/couleur-text-rouge.png') top left no-repeat;
}
input#editeur_couleur_orange{
	background:url('../picto/couleur-text-orange.png') top left no-repeat;
}
input#editeur_couleur_vert{
	background:url('../picto/couleur-text-vert.png') top left no-repeat;
}
input#editeur_couleur_vert_fonce{
	background:url('../picto/couleur-text-vert_fonce.png') top left no-repeat;
}
input#editeur_couleur_bleu{
	background:url('../picto/couleur-text-bleu2.png') top left no-repeat;
}
input#editeur_petit{
	background:url('../picto/format-text-small.png') top left no-repeat;
}
input#editeur_moyen{
	background:url('../picto/format-text-normal.png') top left no-repeat;
}
input#editeur_grand{
	background:url('../picto/format-text-big.png') top left no-repeat;
}
input#editeur_gauche{
	background:url('../picto/format-justify-left.png') top left no-repeat;
}
input#editeur_centre{
	background:url('../picto/format-justify-center.png') top left no-repeat;
}
input#editeur_droite{
	background:url('../picto/format-justify-right.png') top left no-repeat;
}
input#editeur_full{
	background:url('../picto/format-justify-full.png') top left no-repeat;
}
input#editeur_indent_plus{
	background:url('../picto/format-indent-more.png') top left no-repeat;
}
input#editeur_indent_moins{
	background:url('../picto/format-indent-less.png') top left no-repeat;
}
input#editeur_ol{
	background:url('../picto/format-ol.png') top left no-repeat;
}
input#editeur_ul{
	background:url('../picto/format-ul.png') top left no-repeat;
}

.form_edit input.texte{
	width:500px;
}
.form_edit textarea{
	display:block;/* force le select de style à passer en dessous */
	float:none;
}
.form_liens label,.form_images label,.form_documents label{
	display:block;
	float:left;
	clear:left;
	width:240px;
	font-weight:bold;
	padding-right:15px;
	text-align:right;
	height:25px;
	line-height:25px;
}
.form_liens input.texte,.form_images input.texte,.form_documents input.texte{
	padding:0;
	height:19px;
	margin:2px 0;
}
.form_documents a{
	color:#000;
}
input.enregistrer,a.confirmer,a.annuler,a.supprimer,a.ajouter,a.ajouter_tableau,a.ajouter_simple{
	border:0;
	padding:0;
	padding-left:30px;
	height:22px;
	line-height:22px;
	margin:2px;
	float:left;
	color:#000;
	display:block;
	text-decoration:none;
	text-align:left;
}
input.enregistrer{
	background:url('../picto/document-save.png') top left no-repeat;
}
a.confirmer{
	background:url('../picto/applications-multimedia.png') top left no-repeat;
}
a.annuler{
	background:url('../picto/edit-undo.png') top left no-repeat;
}
a.supprimer{
	background:url('../picto/user-trash.png') top left no-repeat;
}
a.ajouter{
	background:url('../picto/document-new.png') top left no-repeat;
}
a.ajouter_tableau{
	background:url('../picto/x-office-tableau.png') top left no-repeat;
}
input.moins,input.plus{
	border:0;
	padding:0;
	height:22px;
	width:22px;
	margin:2px;
	float:left;
}
input.moins{
	background:url('../picto/list-remove.png') top left no-repeat;
}
input.plus{
	background:url('../picto/list-add.png') top left no-repeat;
}

fieldset.images,fieldset.documents,fieldset.liens{
	margin-top:10px;
	float:none;
	border:1px solid #444;
	float:left;
	clear:left;
	width:95%;
}
#contenu table.tableau{
	margin-left:5px;
}
ul#admin_news{
	padding-top:20px;
	margin-left:10px;
}
#admin_menu li,#admin_news li{
	position:relative;
	width:350px;
}
.element_rouge_droite{
	background:url('image/element_rouge_droite.png') bottom left no-repeat;
	padding-bottom:23px;
	margin-top:10px;
	width:220px;
	float:right;
	position:relative;
}				
.element_rouge_droite ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:20px;
	background-color:#f13700;
}
.element_rouge_droite ul li{
	display:block;
	padding:2px;
}
.element_rouge_droite ul li a{
	text-decoration:none;
	color:#000;
	background:url('image/fleche_menu_trans.png') center left no-repeat;
	padding-left:14px;
}
.element_rouge_droite ul li a:hover{
	text-decoration:underline;
}
#formule{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:20px;
	margin-top:10px;
}
#formule li{
	margin-bottom:20px;
}
#formule li span{
	font-weight:bold;
}
#formule li a{
	text-decoration:none;
}
fieldset{
	margin-bottom:10px;
}
/*.detail_site{
	width:120px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:15px;
}*/
.form_credit label{
	display:block;
	float:left;
	width:195px;
	font-weight:bold;
	padding-right:15px;
	text-align:right;
	height:20px;
	line-height:25px;
}
.form_credit span{
	width:195px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:15px;
}
table tr.entete{
	background-color:#999;
}
#stat span{
	font-weight:bold;
}
/*----------------------------------
				TABLEAU
----------------------------------*/
table.tableau_admin{
	border-collapse:collapse;
	margin-left:0;
	width:100%;
}
table.tableau_admin th{
	background-color:#b1ca00;
	font-weight:bold;
	color:#fff;
}
table.tableau_admin td,table.tableau_admin th{
	padding:10px 0;
}
table.tableau_admin td{
	border:1px solid #fff;
}
table.tableau_admin td.prix{
	text-align:right;
}
table.tableau_admin th.premier{
	background:url('../image/tableau_coin_hg.png') top left no-repeat #b1ca00;
}
table.tableau_admin th.dernier{
	background:url('../image/tableau_coin_hd.png') top right no-repeat #b1ca00;
}
table.tableau_admin tr.pair{
	background-color:#d8d8d8;
}
table.tableau_admin tr.impair{
	background-color:#fff;
}
table.tableau_admin tr.pied_tableau{
	background-color:#d8d8d8;
	height:5px;
}
/*-------------------------------
			AJOUTER UN MODULE
--------------------------------*/
.add_module label{
	width:290px;
	float:left;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#fff;
}
.add_module input.enregistrer{
	color:#fff;
}
.aff_page_module{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:10px;
}
.aff_page_module li{
	position:relative;
	padding:5px;
}
.aff_page_module li a{
	text-decoration:none;
}
.aff_page_module li.pair{
	background-color:#999;
}
.aff_page_module li.impair{
	background-color:#fff;
}
.admin_page{
	position:absolute;
	top:5px;
	right:0;
}
.admin_page_supp{
	position:absolute;
	top:5px;
	right:55px;
}
.admin_affiche_mod{
	background-color:#252d50;
	padding:10px;
	margin-top:10px;
}
.admin_affiche_mod form{
	margin-bottom:10px;
}
.admin_affiche_mod form label{
	color:#fff;
}
div.admin_affiche_mod #admin_titre_page,div.admin_affiche_mod #admin_titre_mod{
	color:#fff;
	padding-bottom:5px;
}
#admin_msg_err{
	color:#fff;
	display:block;
	margin-bottom:10px;
}
#admin_msg_err_noir{
	color:#000;
	display:block;
	padding-top:20px;
	margin-left:10px;
}
#admin_msg_err_int{
	padding-top:20px;
	padding-left:10px;
	display:block;
}
#texte_blanc{
	color:#fff;
}
.add_photo label{
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
}
.form_choix_joueur{
	padding-top:20px;
	margin-left:10px;
}
.form_choix_joueur label{
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
}
.form_choix_equipe,.form_graphisme{
	padding-top:20px;
}
.label_form_graphisme{
	float:left;
	clear:left;
	width:120px;
	text-align:right;
	margin-right:5px;
}
.form_choix_photo label{
	float:left;
	clear:left;
	width:140px;
	text-align:right;
	margin-right:5px;
}
.form_sponsors label{
	float:left;
	clear:left;
	width:220px;
	text-align:right;
	margin-right:5px;
}
.choix_mon_equipe label,.choix_mon_equipe select{
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.choix_mon_equipe input{
	margin-top:10px;
	color:#fff;
}
.form_sondage label{
	float:left;
	display:block;
	text-align:right;
	margin-right:10px;
	width:260px;
}
