.logo {
	max-width: 320px;
}

.logo img {
	width: 100%;
	height: auto;
}

.spip_doc_inner {
	width: 320px;
	margin: auto 0;
}

.en {
	font-style: normal;
}

.clearboth {
	clear: both;
}

li {
	list-style-type: "> ";	
}

.nav {
	position: absolute;
	top: 10px;
	right: 10px;
}

.nav li {
	list-style-type: '';	
}

/* special documents for one page */

.spip_document_left {
	float: left;
}

.spip_doc_legende {
	width: 100%;
	width: auto;
}

.spip_doc_descriptif {
	font-size: smaller;
	width: 100%;
	padding: 0 0 1em 0;
}

.forum_saisie_texte_info {
	visibility: hidden;
	height: 0px;
}

@media only screen and (max-width: 600px) {

	#formulaire_forum {
		width: 100%;
		position: relative;
	}

	#formulaire_forum textarea {
		width:80%;
		/* max-width:200px; */
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#formulaire_forum input {
		display: block;
		/* max-width:200px; */
		width: 80%;
		margin-left: 10px;
		margin-right: 10px;
	}

}
