* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #666;
}

img {
	border: 0 none;
}

body {
	background: #fff;
	color: #666;
	font-size: .7em;
	-moz-opacity: .9999;
	text-align: center;
}

.hid, #tease h1 a span, #tease h2, .cl span {
	display: none;
}

.cl {
	clear: both;
}

#envie {
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	text-align: left;
	width: 700px;
}

#tease {
	display: block;
	padding-top: 60px;
}

#tease h1, #tease h1 a {
	display: block;
	height: 61px;
	width: 180px;
}

#tease h1 {
	position: absolute;
	right: 0;
	top: 20px;
}

#tease h1 a {
	background: transparent url('../../img/envie.jpg') left top no-repeat;
}

.entry {
	display: block;
	padding-bottom: 40px;
}

.entry .descr {
	display: block;
	padding-bottom: 10px;
}

.hili {
	background: #c8ca2b;
	color: #fff;
	padding: 2px 5px;
}

.entry .descr strong {
	font-size: 1.1em;
	margin-right: 3px;
}

.entry .images .tease {
	display: block;
	float: left;
	padding: 5px 0;
	width: 300px;
}

.entry .images .more {
	display: block;
	margin-left: 315px;
	padding-top: 6px;
	width: 385px;
}

.entry .images .more .im {
	background: transparent url('../img/plus.gif') 0 0 no-repeat;
	display: block;
	float: left;
	height: 8px;
	padding: 5px;
	width: 8px;
}

.entry .images .more .im:hover {
	background-position: 0 -18px;
}

.entry .images .more .im img {
	display: none;
}