/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This is DoTParking, a theme for DotClear.
# Adaptation / Modification pour Dotclear 2 par 1loup ( http://1loup.net )
# Origine : Laurence Jacquet pour Dotclear 1
#
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK ------------------------------------
*/

body {
	margin : 5px 0 5px 0;
	background : none;
	width: 100%;
}

#page {
	margin : 0 5px 0 5px;
}

#top h1 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

#main {
	margin : 0;
	float : none;
}

#content {
	margin : 0 5px 0 5px;
}

#sidebar {
	margin : 0 auto;
	float : none;
}

img {
	max-width : 225px;
}

object, iframe, embed {
	max-width : 225px;
}

pre {
	max-width : 225px;
	overflow:auto;
}

.post-info {
	font-size:0.4em;
}


/* Formulaire
-------------------------------------------------------- */

.field {
	margin-left : -10px;
}

textarea {
	width : 20em;
}
