/*Feuille de style commune a tout le site kankanSpace, y compris le forum et la doc*/

body
{
	background-color: black;/*Black-Out*/
	margin-top: 20px;
	margin-bottom: 20px;
}

/*En-Tête*/
#en_tete
{
	margin-left: 20px;
	margin-right: 20px;
	height: 100px;
	padding: 5px;

	text-align: left;
	color: black;
	background-color: #AEC2FF;

	border: 2px solid #7797FF;
	margin-bottom: 10px;
}

#en_tete .nom_site
{
	color: black;
	font-size:xx-large;
	text-align: center;
	font-variant:small-caps;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#en_tete .description_site
{
	color: black;
	font-size:large;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/*Barre de liens : uniquement site et doc*/
#barre_liens
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 1px;

	text-align: left;
	color: black;
	font-weight: bold;
	background-color: #7797FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	/*border-bottom: 2px solid #7797FF;*/
	
	margin-bottom: 0px;
	margin-top: 0px;
}

#barre_liens a
{
	text-decoration: none;
	color: black;
}

#barre_liens a:hover
{
	text-decoration: underline;
}

#barre_liens li
{
	display: inline;
	/*height: 0;*/
	margin-right: 12px
}

#barre_infos
{
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;

	text-align: left;
	color: black;
	background-color: #AEC2FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	border-left: 2px solid #7797FF;
	border-right: 2px solid #7797FF;
	border-bottom: 2px solid #7797FF;
}

/*empalcement texte*/
.droite
{
	text-align: right;
}

.gauche
{
	text-align: left;
}

/*Logos*/
#logos
{
	text-align: center;
}

#logos img
{
	border: none;
}

#tf_logo
{
}
