/********************************************
 * Personnalisation du thème html5up_alpha
 *
 *Seuil des responsives
* - 1680px
* - 1280px
* - 980px
* - 840px
* - 736px
* - 480px
*
 **********************************************/


/* Correctif html5up_alpha - SPIP
-----------------------------------------------*/

a:focus, a:hover, a:active {background-color:transparent;color:inherit}


/*
	tricky: si aucun slogan h2 défini, ne pas afficher une bordure grise sur l'intro
*/
header.major p {
	border-color:#fff !important;
}

header.major h2 + div  p {
	border-color:#e5e5e5 !important;
}

/* barre admin spip  */
#spip-admin {
    bottom: 0;
    top: auto;
}

/* Les documents
-----------------------------------------------*/

/* Le portfolio */
#documents_portfolio a {
	margin:0;
	padding:0;
	border:0 !important;
	box-shadow:none;
}

/* Les documents joints */
.documents_joints ul {
	list-style:disc;
}

.documents_joints a {
	border:0;
}

.documents_joints a:focus, .documents_joints a:hover, .documents_joints a:active {
    background-color:transparent;
    color:inherit;
    text-decoration: underline;
}

/* Divers
-----------------------------------------------*/
body {
	text-align: left;
	background:#ffffff;
}

.perso_active {
	background-color : #c85000 ;
}

.image.featured img {
	float:none;
	margin:0;
}

.formulaire_spip ul {
	margin:0;
	padding:0;
	list-style:none;
}

.formulaire_spip ul li {
	padding:0;
}

/* Fix tiny typo */
.box {
	border:0;
}