body
{
	font: 13px "Trebuchet MS", Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	background-color: #ededed;
	margin: 0 auto 0 auto;
	color: #2e2e2e;
}

/* HEADER */
#header
{
	width: 945px;
	height: 333px;
	margin: 0 auto 0 auto;
	background-image: url('images/design/header.jpg');
	background-repeat: no-repeat;
}

/* FOOTER */
#footer
{
	width: 945px;
	height: 117px;
	background-image: url('images/design/footer.gif');
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	font-size: 11px;
}

/* MENU DU HAUT */
#menu_haut
{
	padding-top: 252px;
	padding-left: 120px;
	text-align: center;
	word-spacing: 10px;
}

#menu_haut a
{
	color: #e6e5e5;
	text-decoration: none;
	text-transform: uppercase;
	font: 11px Verdana, Arial;
	font-weight: bold;
	padding: 8px;
}

#menu_haut a:hover
{
	background-image: url('images/design/test.png');
}

/* GLOBAL */
#global
{
	width: 945px;
	min-height: 500px;	
	margin: 0 auto 0 auto;	
	background-image: url('images/design/fond.gif');
	background-repeat: repeat-y;
}

#pilier_gauche
{
	width: 128px;
	height: 430px;
	float: right;
	background-image: url('images/design/pilier_gauche.gif');
	background-repeat: no-repeat;
}

#pilier_droite
{
	width: 101px;
	height: 385px;
	float: right;
	background-image: url('images/design/pilier_droite.gif');
	background-repeat: no-repeat;
}

/* MENU DE GAUCHE */
#menu_gauche
{
	width: 264px;
	min-height: 500px;
	float: left;
}

#menu_gauche a
{
	color: #ffffff;
	text-decoration: none;
	font: 12px Verdana, Arial;
}

#menu_gauche ul
{
	padding: 0;
	margin-left: 15px;
	list-style: none;
	text-indent: 35px;
}

#menu_gauche li
{
	display: block ;
	height: 23px;
	background-image: url('images/design/menu_hover1.jpg');
	background-repeat: no-repeat;
}

#menu_gauche li:hover
{
	background-image: url('images/design/menu_hover2.jpg');
	background-repeat: no-repeat;
}

#menu_gauche h1
{
	color: #cacaca;
	text-indent: 25px;	
	font: 9px Verdana, Arial;
}

.pub
{
	margin-left: 25px;
	border: 0;
}

.pub_google
{
	margin-left: 30px;
}

/* CORPS */
#corps
{
	margin-left: 264px;
	padding-top: 10px;
	width: 580px;
}

/* DIVERS */
p
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 13px;
	padding: 0;
	margin: 0;
}

input, select, textarea
{
	padding: 3px;
}

img
{
	border: 0;
}

.clear
{
	clear: both;
}

a.normal
{
	text-decoration: none;
	color: #597d31;
}

a.normal:hover
{
	text-decoration: underline;	
}

.bas 
{
	text-align: center;
}

.bas a
{
	text-decoration: none;
	color: #597d31;	
}

.bas a:hover
{
	text-decoration: underline;
}

#alerte_erreur, #alerte_infos {
	margin: 0 auto 0 auto;
	margin-top: 20px;
	width: 95%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#alerte_erreur {
	border: 1px solid #e08889;	
	background-color: #ffcccc;
	color: #ba3434;
}

#alerte_infos {
	border: 1px solid #87d17b;	
	background-color: #ccffd1;
	color: #25a115;
}

a 
{
	text-decoration: none;
	color: #597d31;
}

a:hover
{
	text-decoration: underline;
}

.petit
{
	font-size: 11px;
}

.petiti
{
	font-size: 11px;
	font-style: italic;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.pagination
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagination a
{
	text-decoration: none;
	color: #597d31;
}

.pagination a:hover
{
	text-decoration: underline;
}

.indefini
{
	font-style: italic;
	color: #908e8e;
}

fieldset
{
	margin: 0 auto 0 auto;
	width: 250px;
	text-align: left;
	border: 1px solid #9c9c9c;
	background-color: #f7f7f7;
}

legend
{	
	font-weight: bold;
	background-color: #e9e9e9;
	border: 1px solid #9c9c9c;
	padding: 3px;
}

.vert
{
	background-color: #00cc33;
	width: 20px;
}
.orange
{
	background-color: #ff6600;
	width: 20px;
}
.rouge
{
	background-color: #ff0000;
	width: 20px;
}

.indent
{
	text-indent: 10px;
}

.border
{
	border: 1px solid #9c9c9c;
}

/* BBCODES */
.bb_quote, .bb_code {
	margin: 0 auto 0 auto;
	border: 1px dashed #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #f6f6f6;
	width: 95%;
	text-align: left; 
	/*height: 300px;
	overflow: auto;*/
}

.bb_quote {
	font-style: italic;
	max-height: 200px;
	overflow: auto;
}

.bb_code {
	font-family: Courier;
}

.bb_legende {
	width: 100%;
	background-color: #edecec;
	font-size: 11px;
	border: 1px solid #9c9c9c;
	color: #676767;
}

.bb_legende div {
	margin: 5px;
}

/* NEWS */
.news_titre
{
	width: 98%;
	height: 30px;
	border: 1px solid #9c9c9c;
	margin: 0 auto 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #efefef;
	background-image: url('images/design/news_fond.gif');
	background-repeat: repeat-x;
}

.news_titre h1
{
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-indent: 5px;
	font-size: 14px;
}

.news_titre h1:first-letter, .page_titre h1:first-letter
{
	color: #527925;
}

.news_icone
{
	float: right;
	margin-right: 5px;
}

.news_logo
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

p.news_desc
{
	font-size: 11px;
	color: #767676;
	margin-left: 15px;
	margin-top: 2px;
}

p.news_desc a
{
	text-decoration: none;
	color: #597d31;
}

p.news_desc a:hover
{
	text-decoration: underline;
}

p.news_source
{
	font-size: 11px;
	font-style: italic;
	color: #767676;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_contenu 
{
	text-align: center;
	margin-top: 10px;
}

.news_contenu a
{
	text-decoration: none;
	color: #2e2e2e;
	font-weight: bold;
}

.news_contenu a:hover
{
	text-decoration: underline;
	color: #a71d1d;
}

/* ARCHIVES */
#form_archive
{
	text-align: center;
	margin-top: 10px;
}

.archives_liste
{
	margin: 0 auto 0 auto;
	width: 95%;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
}

.archives_liste_titre
{
	text-align: center;
	font-weight: bold;
	height: 25px;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

.archives_liste td
{
	height: 25px;
	text-indent: 10px;
}

.archives_liste a 
{
	text-decoration: none;
	color: #2e2e2e;
}

.archives_liste a:hover
{
	text-decoration: underline;
}

/* FICHIERS */
.fichier_icone
{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fichier_icone:hover
{
	border: 1px solid #527925;
}

.fichier_icone img
{
	margin-top: 5px;
	width: 90px;
	height: 90px;
}

.fichiers_tab
{
	margin: 0 auto 0 auto;
}

.fichiers_tab td
{
	width: 110px;
	height: 140px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

.fichiers_last
{
	margin: 0 auto 0 auto;
	width: 400px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
}

.fichiers_last_titre
{
	text-align: center;
	font-weight: bold;
	height: 25px;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

.fichiers_last td
{
	height: 25px;
	text-indent: 10px;
}

.fichiers_last a 
{
	text-decoration: none;
	color: #2e2e2e;
}

.fichiers_last a:hover
{
	text-decoration: underline;
}

.fichiers
{
	margin: 0 auto 0 auto;
	width: 500px;
	height: 100px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 10px;
	font-size: 11px;
}

.fichiers a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #2e2e2e;
}

.fichiers a:hover
{
	color: #a71d1d;
}

.fichiers_img
{
	width: 95px;
	text-align: center;
	border-right: 1px solid #9c9c9c;
}

.fichiers_desc
{
	padding-left: 5px;
}

.fichiers_dl
{
	height: 25px;
	text-align: right;
	padding-right: 5px;
}

.fichiers_taille
{
	text-align: right;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	padding-right: 5px;
}

.fichiers_titre
{
	font-size: 13px;	
	font-weight: bold;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	text-indent: 10px;
	height: 30px;
}

/* GALERIE */
.galerie_last
{
	margin: 0 auto 0 auto;
	width: 300px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
	text-align: center;
}

.galerie_last img
{
	margin: 5px;
}

.galerie
{
	margin: 0 auto 0 auto;
	text-align: center;
}

.galerie td
{
	height: 110px;
	width: 150px;
}

/* LIENS WEB */
.liens
{
	margin: 0 auto 0 auto;
}

.liens_titre
{
	border-right: 1px solid #707070;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
}

.liens_titre:first-letter
{
	color: #527925;
}

/* LIVREOR */
.livreor_form
{
	margin: 0 auto 0 auto;
	text-align: center;
	border: 1px solid #9c9c9c;
	background-color: #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	width: 95%;
}

.livreor_form img
{
	vertical-align: middle;
}

.livreor_message
{
	margin: 0 auto 0 auto;
	width: 91.5%;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
	margin-bottom: 8px;
	min-height: 60px;
	padding: 10px;
}

.livreor_message_titre
{
	margin: 0 auto 0 auto;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-indent: 10px;
	width: 95%;
}

/* SERVEURS */
.serveur1
{
	float: right;
	margin-top: 100px;
	margin-right: 70px;
	padding: 5px;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.serveur2
{
	width: 160px;
	margin: 0 auto 0 auto;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

/*
	margin: 0 auto 0 auto;
	width: 160px;
	padding: 5px;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/	
}

.serveur2-img
{
	margin: 0 auto 0 auto;
	width: 164px;
	height: 135px;
	background-image: url('images/serveur/ecran.png');
	background-repeat: no-repeat;
}

.serveur2-img img
{
	margin-left: 7px;
	margin-top: 8px;
}

.infos_serveur2
{
	margin: 0 auto 0 auto;
}

.serveur_arma
{
	margin-left: 80px;
}

/* PROJETS */
.projets
{
	margin: 0 auto 0 auto;
	width: 400px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
}

.projets_titre
{
	text-align: center;
	font-weight: bold;
	height: 25px;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

.projets_plus
{
	width: 30px;
	text-align: center;
}	

.projets_nom
{
	font-weight: bold;
	height: 30px;
}

.projets_img
{
	width: 120px;
}

.projets_desc
{
	padding: 10px;
	font-size: 12px;
}

/* EQUIPES */
.equipes
{
	margin: 0 auto 0 auto;
	width: 310px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
}

.equipes a
{
	font-weight: bold;
	text-decoration: none;
	color: #2e2e2e;
}

.equipes_titre
{
	text-align: center;
	font-weight: bold;
	height: 25px;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

.equipes_flag
{
	width: 30px;
	text-align: center;
}

.equipes_jeux
{
	width: 50px;
}

.equipes_grade
{
	width: 35px;
	height: 40px;
	text-align: center;
}

.equipes_sp
{
	width: 80px;
}

.equipes_sp img
{
	width: 40px;
	height: 40px;
}

.profil
{
	margin: 0 auto 0 auto;
	width: 400px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
}

.profil td
{
	padding-left: 5px;
}

.infos
{
	margin: 0 auto 0 auto;
	width: 350px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
	padding: 10px;
}

.trombi
{
	text-align: center;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
	width:100px;
	height:120px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding: 1px;
}

.trombi img
{
	float: right;
	width:20px;
	height:20px;
}

.trombi div
{
	margin-top: 100px;
	height:20px;
	line-height:20px;
}

/* Informations sur l'uniforme */

.uniforme
{
	background-image: url('images/uniformes/uniforme.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 385px;
	vertical-align: 0;
}

.unif_pseudo
{
	font-size: 9px;
	position: absolute;
	margin-top: 136px;
	margin-left: 85px;
	width: 60px;
	color: #ffffff;
	text-align: center;
}

.unif_sp
{
	position: absolute;
	margin-top: 95px;
	margin-left: 96px;
}

.unif_sp img
{
	width: 40px;
	height: 40px;
}

.unif_medailles1
{
	vertical-align: 0;
	position: absolute;
	margin-top: 154px;
	margin-left: 241px; /* 215 */
	z-index: 3; 
}

.unif_medailles2
{
	vertical-align: 0;
	position: absolute;
	margin-top: 170px;
	margin-left: 249px;
	z-index: 2; 
}

.unif_medailles3
{
	vertical-align: 0;
	position: absolute;
	margin-top: 186px;
	margin-left: 257px;
	z-index: 1; 
}

.unif_medailles1 img, .unif_medailles2 img, .unif_medailles3 img
{
	float: left;
	margin-left: -4px;
}

.medailles_off img
{
	float: left;
}

.unif_rubans
{
	position: absolute;
	margin-top: 114px;
	margin-left: 240px;
	width: 60px;
	height: 20px;
	text-align: center;
	vertical-align: 0;
}

.unif_rubans img
{
	float: left;
}

/* DECORATIONS */
.deco
{
	text-align: center;
}

.deco_lien
{
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 5px;
	background-image: url('images/design/news_fond.gif');
	background-repeat: repeat-x;
}

.deco_lien:hover
{
	border-color: #597d31;
}

.deco_lien a
{
	text-decoration: none;
	color: #2e2e2e;
	font-weight: bold;
}

.deco_sp
{
	padding-left: 10px;
	padding-top: 10px;
}

.deco_sp2
{
	padding-bottom: 10px;
	padding-left: 10px;
}

.deco_tab
{
	margin: 0 auto 0 auto;
	width: 100%;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.deco_tab a
{
	text-decoration: none;
	color: #597d31;
}

.deco_tab a:hover
{
	text-decoration: underline;
}

/* HISTOIRE */
.histoire a
{
	text-decoration: none;
	color: #597d31;
}

.histoire a:hover
{
	text-decoration: underline;
}

/* TOURNOIS */
.tournois
{
	margin: 0 auto 0 auto;
}

.tournois thead
{
	text-align: center;
	font-weight: bold;
	height: 50px;
	vertical-align: top;
}

.tn_missions
{
	font-size: 10px;
}

.tn_team
{
	height: 20px;
	width: 100px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
	text-indent: 5px;
}

.tn_barre
{
	background-color: #9c9c9c;
}

.listes_equipes
{
	margin: 0 auto 0 auto;
	width: 350px;
	border: 1px solid #9c9c9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
	text-align: center;
}

.listes_equipes thead
{
	font-weight: bold;
	height: 25px;
	background-image: url('images/design/fichier_fond.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

.listes_equipes tfoot td
{
	border-top: 1px solid #9c9c9c;
	font-size: 11px;
}

.listes_equipes tbody tr
{
	height: 25px;
}

.listes_equipes_nom
{
	text-indent: 10px;
	font-weight: bold;
	width: 120px;
	text-align: left;
}


a.listes_equipes_joueurs
{
	position:relative;
	z-index:24;
	text-decoration:none
}

a.listes_equipes_joueurs:hover
{
	z-index:25;
	cursor: help;
}

a.listes_equipes_joueurs span
{
	display: none;
	color: #2e2e2e;
	font-weight: normal;
}

a.listes_equipes_joueurs:hover span
{
	display:block;
	position:absolute;
	top:2em; left:2em; width:15em;
	border:1px solid #9c9c9c;
	background-color:#FFF;
	text-align: justify;
	font-weight:none;
	padding:5px;
}