/*===========================
 * Projet Asterion Online
 * Page : style.css
 * Description : CSS complet
 *=========================*/

* {
		margin: 0px;
		padding: 0px;
	}

/* General */
html, body { 
		background: #1f1f1f;
		font-family: Tahoma, Geneva, sans-serif;
		}

.both { 
		clear: both;
		}

::-moz-selection  { 
		background: #ff8000;
		color: #ffffff; /* Firefox */ 
		}


/* Bandeau */
#bandeau {
		width: 1000px;
		height: 50px;
		background-image: url(images/footer.png);
		background-repeat: repeat-x;
		float: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
}

#bandeau_table {
		color: #cecece;
		font-weight: bold;
		font-size: 16px;
}

#bandeau_table a p {
		text-decoration: none;
		color: #cecece;
		font-weight: bold;
}
#bandeau_table a:hover p:hover {
		text-decoration: none;
		color: #999;
}
#bandeau_table_droite {
		font-size: 12px;
		color: #cecece;
}

#bandeau_menu {
		color: #cecece;
		font-size: 30px;
		padding-bottom: 4px;
}
#bandeau_menu a {
		text-decoration: none;
		color: #cecece;
}
#bandeau_menu a:hover {
		text-decoration: none;
		color: #999;
}

#logincharmap {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: left
}

#joueurs_co {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	text-align: right;
}


/* Body */
#body  {
		width: 1000px;
		height: 100%;
		margin: auto;
}


#menugauche_contenu {
		padding-left: 20px;
}

#decal_centre {
		margin-top: -22px;
}

/* Header */
#ban { 
		width: 1000px;
		height: 300px;
		background-image: url(images/ban/ban2.png);
		background-repeat: no-repeat;
		float: left;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}
#logo {
		margin-top: 90px;	
}

/*Modules*/

.content {
		font-size: 14px;
		padding-top: 30px;
		padding-left: 70px;
		padding-right: 30px;
}

.content p{
		padding-left: -10px;
}
.content a {
		text-decoration: none;
		color: #000000;
}
.content li {
		margin-bottom: 7px;
}

.content a:hover {
		color: #ff8000;
}
/************************/
#content_decal {
		margin-left: 0px
}
#content_barre_titre {
		width: 700px;
		height: 30px;
		background-image: url(images/barretitre.png);
		background-repeat: no-repeat;
}
#content_barre_titre_staff {
		padding-left: 27px;
		font-size: 16px;
		font-weight: bold;
}
#content_barre_titre_rules {
		padding-top: 5px;
		padding-left: 27px;
		font-size: 16px;
		font-weight: bold;
}

#content_tableau {
		font-size: 14px;
		font-weight: bold;
}
/* Contenu du menu de gauche */
#imagemenu1 {
		margin-top: -21px;
		margin-bottom: 15px;
		padding-left: 21px;
		font-weight: bold;
		font-size: 10px;
		color: #333;
}
#imagemenu1 a{
		text-decoration: none;
		color: #333;
}
#imagemenu1 a:hover{
		text-decoration: none;
		color: #333;
}
#imagemenu2 {
		width: 70px;
		height: 30px;
}
#imagemenu_saut {
		height: 8px;
}


/* Footer */
#footer { 
		width: 1000px;
		height: 50px;
		background-image: url(images/footer.png);
		background-repeat: repeat-x;
		float: left;
		margin-left: auto;
		margin-right: auto;
		color: #cecece;
		text-align: center;
		font-size: 12px;
}

#footer a {
		text-decoration: none;
		color: #cecece;
}

#footer a:hover {
		color:#999;
		text-decoration: underline;
}

