.edito_header {
	display: flow-root;
	background: #eee;
	border-radius:5px;
}

.edito_warning {
	display: flow-root;
	border:1px solid #c0c0c0;
	margin-top:20px;
	border-radius:10px;
	padding:5px;
	font-size:10px;
	font-style:sans;
	text-align: center;
}

#accueil {
	width: 300px;
}

@media all and (max-width: 400px) {
	#accueil {
	}
}

