/*	Style des notation smiley	*/

.smiley .img{
	background-color:#D7D7D7;
	border-radius:20px;
	cursor:pointer;
	display:inline-block;
	height:65px;
	text-align:center;
	vertical-align:middle;
	width:65px;
	line-height:37px;
}

.smiley .smileytexte{
	cursor:pointer;
}
input[type=radio]:checked + .smiley1 .smileytexte,
input[type=radio]:checked + .smiley2 .smileytexte,
input[type=radio]:checked + .smiley3 .smileytexte,
input[type=radio]:checked + .smiley4 .smileytexte,
input[type=radio]:checked + .smiley5 .smileytexte{
	/*background-size: 100%;
	background-color:#0878C1;
	border-radius:20px;*/
	text-decoration: underline #0878C1;
}

.smiley1 .img{
	background:url(../../images/smiley/1.png) no-repeat;
	background-size: 100%;
}
input[type=radio]:checked + .smiley1  .img{
	background:url(../../images/smiley/1b.png) no-repeat;
	background-size: 100%;
	background-color:#0878C1;
}

.smiley2 .img{
	background:url(../../images/smiley/2.png) no-repeat;
	background-size: 100%;
}
input[type=radio]:checked + .smiley2  .img{
	background:url(../../images/smiley/2b.png) no-repeat;
	background-size: 100%;
	background-color:#0878C1;
}

.smiley3 .img{
	background:url(../../images/smiley/3.png) no-repeat;
	background-size: 100%;
}
input[type=radio]:checked + .smiley3  .img{
	background:url(../../images/smiley/3b.png) no-repeat;
	background-size: 100%;
	background-color:#0878C1;
}

.smiley4 .img{
	background:url(../../images/smiley/4.png) no-repeat;
	background-size: 100%;
}
input[type=radio]:checked + .smiley4  .img{
	background:url(../../images/smiley/4b.png) no-repeat;
	background-size: 100%;
	background-color:#0878C1;
}

.smiley5 .img{
	background:url(../../images/smiley/5.png) no-repeat;
	background-size: 100%;
}
input[type=radio]:checked + .smiley5 .img{
	background:url(../../images/smiley/5b.png) no-repeat;
	background-size: 100%;
	background-color:#0878C1;
}

input[type=radio] + .smiley .texte{
	display: none;
	position:relative;
}

input[type=radio]:checked + .smiley .texte{
	display : inline;
	background-size: 100%;
	background:none;
	top: 60px;
	text-align:center;
}

input[type=radio]:checked + .smiley .img:after,
input[type=radio]:checked + .smiley .texte:after{
	box-shadow:0;
	height:0px;
	width:0px
}

.unsmiley{
	display : inline-block;
	width : 19%;
	vertical-align: top;
	text-align: center;
}
