@charset "utf-8";
/* CSS Document */

@import url(layout.css);
@import url(commentaires.css);

#gauche h1,
#gauche h3 {
	clear: both;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 12px 0px 24px;
}

#informations {
	margin: 8px auto 20px auto;
	padding: 8px;
	width: 500px;
	border: 1px solid #d40050;
	font-size: 10px;
	position: relative;
}

#informations li {
	padding: 3px 0px 3px 120px;
	position: relative;
}

#informations li h2 {
	width: 120px;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#informations li a {
	color: #666;
}

#informations li a:hover {
	color: #d40050;
}

#informations #statistique {
	background: url(../../img/layout/statistiques.gif) top left no-repeat;
	height: 16px;
	line-height: 16px;
	padding: 0px 0px 0px 19px;
	display: inline-block;
}

#informations li#vignette,
#informations li#jaime,
#informations li#partager,
#informations li#modifier {
	position: absolute;
	right: 3px;
}

#informations li#vignette {
	top: 1px;
}

#informations li#jaime {
	bottom: 23px;
}

#informations li#partager {
	bottom: 4px;
}

#informations li#modifier {
	bottom: 53px;
	background: url(../../img/layout/modifier.png) top left no-repeat;
	height: 16px;
	line-height: 16px;
	padding: 0px 0px 0px 19px;
	font-weight: bold;
}

/* AUTRE */

#gauche div#recevoir {
	margin: 0px 0px 0px 0px;
	background: url(../../img/layout/recevoir-par-mail.png) top left no-repeat;
	line-height: 32px;
	height: 32px;
	width: 300px;
	padding: 0px 0px 0px 40px;
	margin: 25px auto 25px auto;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#voter {
	margin: 8px auto 8px auto;
	width: 464px;
	font-size: 15px;
	height: 130px;
}

#voter li {
	float: left;
	text-align: center;
	line-height: 20px;
}

#voter li#evaluez {
	width: 350px;
}

#voter li#mauvais {
	color: #c60052;
}

#voter li#bon {
	color: #97be0d;
}

#voter li#jaime {
	text-align: center;
	margin: 20px 0px 0px 0px;
}


#voter li a {
	display: block;
	width: 57px;
	height: 77px;
	margin: 5px 0px 0px 0px;
	background: url(../../img/layout/pouce_rouge.png) top left no-repeat;
}

#voter li#bon a {
	background-image: url(../../img/layout/pouce_vert.png);
}

#voter li a:hover {
	background-position: bottom left;
}

#voter li a span {
	display: none;
}

#voter li a#telecharger {
	background: url(../../img/layout/bouton_gris.png) top left no-repeat;
	width: 314px;
	height: 77px;
	line-height: 78px;
	margin: 15px auto 0px auto;
	color: #ccc;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#voter li a#telecharger:hover {
	color: #fff;
	background-image: url(../../img/layout/bouton_vert.png);
}
