/**
 * CSS reservée aux styles propres à SPIP (générés par l'éditeur de texte du CMS)
 * par baptistegmt pour GMT Editions
 */
 
.chapo {
	font-style: italic;
}
 
ul.spip {
	color: #828282;
	margin-left: 20px;
	list-style-type: circle;
	line-height: 1.4em;
	margin-bottom: 10px;
}


.spip_documents_left,
.spip_documents_right,
.spip_documents_center {
	display: block;
}

.spip_documents_left,
.spip_documents_right {
	margin-top: 8px;
}
.spip_documents_left {
	margin-right: 20px;
}

.spip_documents_right {
	margin-left: 20px;
}

.spip_documents_center {
	text-align: center;
	margin: 0 auto; 
}


.spip_documents {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Pagination générée par spip */

strong.on,
a.lien_pagination {
	display: block;
	float: left;
	padding: 3px 5px 2px 6px;
	margin-right: 3px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

a.lien_pagination {
	background-color: #C2E4F2;
	color: #5CAACE;
}

a:hover.lien_pagination {
	color: #ffffff;
}

strong.on {
	background-color: #5CAACE;
	color: #C2E4F2;
}

.separateur,
.pagination_label {
	display: none;
}

/* Légende des documents */

dd.spip_doc_titre {
	background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
    color: #A0A0A0;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
    width: 350px;
    width: 100% !important;
}

.spip_doc_titre {
	display: none;
}

.reponse_formulaire_ok {
	background-color: #8cc267;
	color: white;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0 30px;
}