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

@import url(layout.css);

h3 {
	clear: both;
}

div#presentation {
	border: 1px solid #d40050;
	margin: 8px auto 15px auto;
	padding: 8px;
	width: 604px;
	overflow: auto;
	position: relative;
}

div#presentation div#vignette {
	float: left;
	margin: 0px 8px 0px 0px;
	width: 140px;
	border: 1px solid #f29d0e;
	padding: 4px;
}

div#presentation div#informations {
	float: left;
	width: 440px;
}

div#presentation h1 {
	font-weight: bold;
	font-style: italic;
	color: #d40050;
	font-size: 18px;
}

div#presentation div#depuis {
	font-size: 12px;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}

div#presentation div#contacter a {
	color: #d40050;
}

div#presentation div span {
	color: #97be0d;
}

div#presentation div a {
	color: #d40050;
}

div#presentation div.padding {
	padding: 10px 0px 0px 0px;
}

.padding span,
.padding a {
	display: block;
}

div#tous-les-soustitres {
	font-size: 12px;
	margin: 10px 0px;
	position: absolute;
	top: 0px;
	right: 10px;
	border: 1px solid #f29d0e;
	padding: 4px;
	width: 150px;
	text-align: center;
}

div#editer {
	background: url(../../img/layout/modifier.png) left top no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 55px;
	right: 10px;
}

div#editer a {
	display: block;
	width: 16px;
	height: 16px;
}

div#editer a span {
	display: none;
}

/* CLASSEMENT */
.classement {
	width: 190px;
	float: left;
	border: 1px solid #d40050;
	padding: 4px;
	margin: 10px 0px 10px 10px;
}

.classement strong {
	display: inline-block;
	float: right;
}

.ul_pour strong {
	color: #97be0d;
}

.ul_contre strong {
	color: #c60052;
}


/* STATISTIQUES */

div#barchart {
	width: 610px;
	height: 300px;
	margin: 10px auto;
}

/* SA COLLECTION / SES ALERTES */

div.liste {
	border: 1px solid #d40050;
	margin: 8px auto 20px auto;
	width: 620px;	
	overflow: auto;
}

div.liste div.fiche {
	margin: 8px;
	float: left;
}

div.liste div.fiche div.supprimer a {
	display: block;
	background: url(../../img/layout/supprimer.png) top left no-repeat;
	line-height: 15px;
	height: 15px;
	font-size: 10px;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 8px 17px;
}

/* Si j'utilise Protoflow */
/*div#collection {
	height: 370px;
	overflow: hidden;
	width: 620px;
}*/

/* LISTE */

div.miniliste {
	width: 200px;
	float: left;
	margin: 15px 15px 15px 0px;
}

div.last {
	margin: 15px 0px 0px 0px;
}

div h4 {
	background-image: url(../../img/titre/les_plus_telecharges.png);
	background-positon: top center;
	background-repeat: no-repeat;
	height: 25px;
	padding: 20px 0px 0px 50px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

div.miniliste ul {
	background: url(../../img/layout/background_bottom_gauche.png) bottom center no-repeat;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
}

div.miniliste ul li {
	background: url(../../img/layout/background_middle_gauche.png) top left repeat-y;
	padding: 0px 12px 0px 12px;
	position: relative;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	list-style: none;
}

div.miniliste ul li span {
	position: absolute;
	top: 0px;
	right: 12px;
}

div.miniliste ul li a:hover {
	color: #d40050;
}

div.miniliste ul li a.vote_0 {
	color: #c60052;
}

div.miniliste ul li a.vote_1 {
	color: #97be0d;
}

