/* -------------- rest css ------------- */
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;
	background: transparent;
}
body {
	line-height: 1;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------ */
body {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color:#000;
	text-align:left;
}

h1 {
	text-align:center;
	margin:10px 0 30px 0;
}

p {
	font-size:14px;
	margin:10px;
}
.copyright {
	position:absolute;
	bottom:10px;
	font-size:10px;
	width:100%;
	display:block;
	text-align:center;
}
#ppComm {
	margin:20px;
	padding:5px;
	
	text-align:left;
	
	width:300px;
	border:1px solid #aaa;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	
	font-size:14px;
}

#commentaire_bullet {
	display:block;
	overflow:hidden;
	margin-bottom:4px;
}

#ppComm .bullet {
	display:block;
	width:10px;
	height:10px;
	float:right;
	margin:0 4px 0 0;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
	cursor:pointer;
	overflow:hidden;
}

#ppComm p {
	magin:0;
}
#ppComm .bullet span {
	margin:20px;
}

#ppComm cite {
	display:block;
	text-align:right;
	margin-bottom:15px;
}

/* ------------------------------------------- */


	