/*******************************/
/* le bandeau dans general.css */
/*******************************/

#nom-site-spip {
	text-align: center;
	width: 100%;
	padding-right: 20px;
	padding-bottom : 20px;
}

#titrepage {
	float: left;
	width: 100%;
}

#slogan-site-spip {
	text-align: center;
	width: 95%;
	font-style: italic;
	padding-right: 20px;
	padding-top: 5px;
}
#descriptif-site-spip {
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
}

/***********************************/
/* article a la une dans alaune.css*/
/***********************************/


.fragment.art-exergue {
    padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: #cccccc;
}

.fragment.art-exergue:hover{
    padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: #cccccc;
}

.laune ul.anchors li , .cadre-rubrique-accueil {
	padding: 10px;
	flex-grow:1;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: #cccccc;
}