/* @override http://fr.freecycle.org/css/basic.css */

/* @group Zero de base */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*

 @end */

/* @group Ossature */

#conteneur {
	width: 800px;
	height: auto;
	margin: 10px auto;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
}

#tete {
	width: 800px;
	height: 130px;
	background: url(../im/os/tetePrint.png) no-repeat 30px;
}

#tete a {
	display: none;
}

#haut {
	display: none;
}

/* @group colGauche */

#colGauche {
	display: none;
}

/* @end */

/* @group contenu */

#contenu {
	font-size: 1em;
	text-align: justify;
	margin-bottom: 10px;
}

#contenu dfn {
	background-color: #fcffb3;
	padding: 2px 0;
}

#contenu p {
	margin: 10px 0;
}

#contenu a {
	text-decoration: none;
	color: #165c3b;
	border-bottom: 1px solid #f7c42f;
}


h1 {
	color: #165c3b;
	border-bottom: 2px solid #f4c52f;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	color: #165c3b;
	border-bottom: 1px solid #f3da8a;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3 {
	color: #cf6500;
	font: italic 1.05em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}
#contenu ul {
	list-style-type: square;
	margin-left: 30px;
}
#contenu ol {
	list-style-type: decimal;
	margin-left: 30px;
}

/* @end */

.blanc {
	background-color: white;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#pied {
	width: 800px;
	height: 40px;
	text-align: center;
	font: 9px/31px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7f7f7f;
	clear: left;
	border-top: 1px solid #bfbfbf;
}

/* @end */
