/* BLOCS PRINCIPAUX */

.principaux
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* entête */

#bandeau
{
	background-color: black;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#bandeau img
{
	width: 100%;
}

.barre_menu, .element_menu
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.element_menu
{
	list-style-type: none;
}

/* corps */

#corps
{
	
}

/* pied */

/* bloc */
#pied
{
	background-color: black;
	margin-top: 20px;
	padding: 2px;
	clear: both;
}

/* contenu */
.pied, .pied a, .pied a:visited
{
	text-align: center;
	color: #f87d00;
	font-size: medium;
	text-indent: 0;
}

/* PIED */

/* FIN BLOCS PRINCIPAUX */

.pagination
{
	text-align: center;
}

.pagination a
{
	color: black;
}

.pagination a:visited
{
	color: gray;
}

p
{
	text-align: justify;
	text-indent: 1cm;
	font-size: small;
	margin-top: 3px;
	margin-bottom: 3px;
}

a img
{
	border: none;
}

#formulaire_login
{
	font: small sans-serif;
	margin-top: 10px;
}

.spip-admin-float
{
	position: absolute;
	width: 7%;
}

.spip-admin-boutons
{
	display: block;
	width: 100%;
}

.bugajaxie
{
	display: none;
}

