.utilisateur {
	display: block;
	position: relative;
	height: 43px;
	text-decoration: none;
	color: black;
	border-bottom: 1px inset #CCC;
}

a.utilisateur:hover {
	background: #EEE;
}

li.last a.utilisateur{
	border: none;
}

a.utilisateur.last {
	border: none;
}

.utilisateur span {
	display: block;
	margin-left: 54px;
	padding-top: 3px;
}

.utilisateur .nickname {
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 5px;
	height:16px;
}

.utilisateur .identity {
	color: #999;
	font-size: 0.7em;
}

.utilisateur img {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 36px;
	width: 36px;
}

#userNotLogged p {
	color: #666;
	font-size: 0.8em;
}

p.none {
	padding: 10px;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

p.nocomment {
	padding: 10px;
	text-align: center;
	font-size: 0.7em;
}

p.cantComment {
	padding: 10px;
	text-align: center;
}

p.cantComment a {
	color: #e12017;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

p.cantComment a:hover {
	color: #666;
}

div.adresse h4 a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div.adresse h4 a:hover {
	color: #666;
}

a.note {
	display: block;
	height: 16px;
	width: 80px;
	text-decoration: none;
	background: url(../img/icons/small-star-gray.png);
}
a.note span {
	display: block;
	height: 16px;
	background: url(../img/icons/small-star.png);
}

.block.detail {
	width:663px;
	min-height:260px;
	height: auto;
}

.detail p {
	font-size: 0.75em;
}
.detail .content {
	position: relative;
}
.detail .libelle {
	color: black;
	font-size: 1.6em;
	font-weight: bold;
}

.detail .presentation p {
	font-size: 0.7em;
	padding: 2px 0 4px 0;
}

.block.detail > .content { 
	margin: 0;
}

.detail .sidebar {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 0.7em;
	width: 160px;
}

.detail .sidebar .label {
	font-weight: bold;
	color: black;
}

.detail .sidebar a {
	color: gray;
	text-decoration: none;
}

.detail .sidebar a:hover {
	text-decoration: underline;
}

.detail .infos {
	margin-left: 170px;
	margin-bottom: 20px;
	min-height:210px;
	
	padding: 10px;
}
.detail img.vignette {
	width: 150px;
}

.detail .date {
	color: #e12017;
	font-size: 0.7em;
	margin-bottom: 4px;
}

.detail .date-edition {
	color: #CCC;
	font-style: italic;
	margin-bottom: 20px;
}

.error {
	color: #FF0000;
}

.spinner {
	padding: 4px;
	height:16px;
}

.spinner img {
	height: 16px;
	width: 16px;
}

.textinput + .spinner {
	display: none;
	position: absolute;
	margin-left: -22px;
}

.bullet {
	padding: 8px;
	line-height: 16px;
	height: 16px;
	text-indent: 16px;
	background: #AAAAFF;
	border: 1px solid #6666FF;
}

.form.classic .bullet img {
	height: 16px;
	width: 16px;
	margin-top: 2px;
	position: absolute;
}

