@charset "UTF-8";

img.cotation-add {
	vertical-align: text-top;	
}
span#cotation_nb {float:right;}

span.etoile {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}

div#cotations div.date {
	padding:2px 0;
}

div#cotations div.cotation {
	margin-top: 8px;
	border-top: solid 1px #CCCCCC; 
}

div#cotations div.cotation h2 {
	width: 50%;
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

div#cotations div.etoiles {
	width:  50%;
	float: left;
	margin-right: 20px;
}

form#cotation_form span.etoiles_0,
form#cotation_form span.etoiles_1,
form#cotation_form span.etoiles_2,
form#cotation_form span.etoiles_3,
form#cotation_form span.etoiles_4 {
	float: none;
}

span.etoiles_0,
span.etoiles_1,
span.etoiles_2,
span.etoiles_3,
span.etoiles_4 {
	width: 64px;
	height: 16px;
	display: block;
	float: right;
	background-image: url(../images/stars.png);
	text-indent: -2000px;
}

span.etoiles_0 {
	background-position: -64px;
}

span.etoiles_1 {
	background-position: -48px;
}

span.etoiles_2 {
	background-position: -32px;
}

span.etoiles_3 {
	background-position: -16px;
}

span.etoiles_4 {
	background-position: 0px;
}

div#cotations div.date {
	padding-top: 10px;
	clear: left;
}

div#cotations div.ignore {
	margin-top: 5px;
	padding: 5px 25px;
	clear: left;
	background: #FFEEEE url(../images/icons/exclamation.png) no-repeat 5px 50%;
}

span.moyenne_cotations {
	font-size: 0.6em;
	width: auto;
	float: right;
	margin-top:8px;
}