
.maxime {
    display : block;
    float : none;
    width : 90%;
    clear : both;
    background : #f0f0f0;
    border : 1px solid #e5e5e5;
    overflow : hidden;
}

.maxime p {
    font-style : italic;
    color : #000;
}

.maxime p.copyright {
    font-size : .8em;
    font-style : normal;
    color : #444;
}

code {
	display : block;
	width : 90%;
	background : #f0f0f0;
	border : none;
	padding : 1em;
	font-size : .9em;
}











