a {
	font-family: Verdana;
	font-size: 10px;
	color: #66CCFF;
	text-decoration:none;
}
a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #66CCFF;
	text-decoration: line-through;
}
a:hover {
	font-size: 10px;
	color: #66CCFF;
	text-decoration: line-through;
}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #66CCFF;
	text-decoration: none;

}

/* Page entière */
body {
	text-align:center;
	margin: 0; padding: 0;
}

/** BANNIERE **/
/* Calque contenant la bannière */
div#banniere {
	width:763px;
	margin-left: auto;
	margin-right: auto;
}
/* Bannière (image) */
#img_banniere {
	border:0px;
}

/** MAIN **/
/* Style général du site */
div#corps {
	width:763px;
	margin-left:auto;
	margin-right:auto;
	padding-left:1px;

	background-image:url(./img/fond.jpg);
	background-repeat:repeat-y;
	background-position:1px 0px;

	font-family:verdana;
	font-size:10px;
	text-align:left;
	color:#6666FF;
}

/* Colonne de gauche */
div#gauche {
	float:left;
	width:140px;
	margin:0px 5px 0px 5px;
	text-align:center;
}
/* Colonne de droite */
div#droite {
	float:right;
	width:151px;
	margin:0px 3px 0px 3px;
	text-align:center;
}
/* Colonne du centre */
div#centre {
	margin-left:155px;
	margin-right:160px;
	padding:0px 5px 0px 5px;
}
/* Footer */
div#pied {
	width:763px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	background-color:#3A596E;
	font-family:verdana;
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
}

/** NEWS **/
/* Titre des news */
.titre_news {
	color: #003333;
	font-weight:bold;
	margin-bottom:10px;
}
/* Infos des news (date, auteur) */
.infos_news {
	color: #003333;
	font-weight:bold;
	margin-bottom:10px;
}
/* Corps des news (juste sous le titre) */
.corps_news {
	margin-bottom:20px;
}

.screenshot {
	border:0;
	padding: 5px 5px 9px 5px
  	background: white url(./img/shad_bottom.png) repeat-x bottom left;
}

/** AVANCEE PVE **/
/* Titre des donjons pour l'avancée PvE */
.titre_pve {
	font-weight:bold;
}
/* Listes des boss */
.liste_boss {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
/* Boss pas encore down */
.boss_up {

}
/* Boss down */
.boss_down {
	text-decoration:line-through;
}

/** SECTION MEMBRES **/
/* Titre de classe */
.titre_classe {
	font-weight:bold;
	color: #003333;
}
/* Image de classe */
.img_classe {

}
/* Liste des membres */
.liste_membres {
	list-style-type:none;
}
/* Style officier */
.membre_officier {
	color: #003333;

}
/* Style panda */
.membre_panda {

}
/* Style bambou */
.membre_bambou {
	font-style: italic;

}

/** Planning Raids **/
/* Date du raid */
.date_raid {
	font-style: italic;
	cursor:pointer;
}
/* Titre du raid */
.titre_raid {
	font-weight:bold;
	color: #003333;
	cursor:pointer;
}
/* Nombre de présents le jour du raid */
.presents_raid {
	font-weight:bold;
	font-style: italic;
	margin-bottom:10px;
}
.titre_pool_raid {
	font-weight:bold;
}
.nosignup_raid {
	color: red;
	font-weight: bold;
}
.pool_raid {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.ligne_raid {
	width:90%;
	border:solid 1px #6666FF;
}
#img_recrutement {
	border:0px;
}
#titre_recrutement {
	font-weight:bold;
}
#liste_recrutement {
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}