
.idee_last_link
	{
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	color:#333 !important;
	}

.idee_last_link:hover
	{
	text-decoration: underline;
	color:#348FD1 !important;
	}

.idee_last_contener
	{
	margin-bottom:5px;
	background:#EBEBEB;
	padding:3px;
	box-shadow: 1px 1px 2px #ccc;
	}

.idee_last_contener table tr td
	{
	padding:4px;
	vertical-align:middle;
	}

.idee_last_positif, .idee_last_negatif
	{
	width:70px;
	padding:0px;
	padding-top:7px !important;
	cursor: pointer;
	}

.idee_last_positif div, .idee_last_negatif div, .idee_voir_positif_vote, .idee_voir_negatif_vote
	{
	width:100px;
	height:45px;
	color:#348FD1;
	font-weight:bold;
	font-size:25px;
	padding-top:9px;
	padding-left:50px;
	text-align:center;
	padding-right: 10px;
	}

 .idee_last_negatif div, .idee_voir_negatif_vote
	{
	color:#cc0000;
	}

.idee_last_positif div, .idee_voir_positif_vote
	{
	background-image: url('/img/icpa/like_32.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	width:100px !important;
	margin:0px auto;
	}

.idee_last_negatif div, .idee_voir_negatif_vote
	{
	background-image: url('/img/icpa/unlikered_32.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	width:100px !important;
	margin:0px auto;
	}

.idee_positif_petit
	{
	width:35px;
	background: rgb(146,232,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(146,232,0,1) 0%, rgba(97,157,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,232,0,1)), color-stop(100%,rgba(97,157,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(146,232,0,1) 0%,rgba(97,157,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(146,232,0,1) 0%,rgba(97,157,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(146,232,0,1) 0%,rgba(97,157,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(146,232,0,1) 0%,rgba(97,157,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e800', endColorstr='#619d00',GradientType=0 ); /* IE6-9 */
	padding:3px;
	color:#fff;
	border-radius: 3px;
	font-weight:bold;
	}

.idee_negatif_petit
	{
	width:35px;
	background: rgb(173,21,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,21,22,1) 0%, rgba(99,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,21,22,1)), color-stop(100%,rgba(99,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(173,21,22,1) 0%,rgba(99,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(173,21,22,1) 0%,rgba(99,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(173,21,22,1) 0%,rgba(99,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(173,21,22,1) 0%,rgba(99,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1516', endColorstr='#630e0e',GradientType=0 ); /* IE6-9 */
	padding:3px;
	color:#fff;
	border-radius: 3px;
	font-weight:bold;
	}

.idee_positif_petit a, .idee_negatif_petit a
	{
	color:#fff !important;
	text-decoration: none;
	}

.idee_positif_contener_tag
	{
	width:40px;
	}

/* PAGE VOIR */
.idee_voir_idee_cell
	{
	vertical-align: top;
	padding:5px;
	}

.idee_voir_idee_pub300
	{
	width:300px;
	}

.idee_voir_idee_pub300_ombre
	{
	box-shadow: 1px 1px 3px #555;
	}

.idee_voir_idee_hr
	{
	color: red;
	background-color: #fff;
	height: 3px;
	border: 0;
	}

.idee_voir_positif_container
	{
	background:#b7e5ff !important;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-right:10px;
	width:100px;
	}

.idee_voir_positif_container:hover, .idee_voir_negatif_container:hover
	{
	box-shadow: 1px 1px 1px #999;
	}

.idee_voir_positif_link
	{
	display: block;
	margin-top:3px;
	font-weight:bold;
	color:#fff;
	background: #348FD1;
	padding:5px;
	border-radius: 0px 0px 5px 5px;
	}

.idee_voir_negatif_container
	{
	background:#eeb0b0 !important;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-right:10px;
	width:100px;
	}

.idee_voir_negatif_link
	{
	display: block;
	margin-top:3px;
	font-weight:bold;
	color:#fff;
	background: #cc0000;
	padding:5px;
	border-radius: 0px 0px 5px 5px;
	}

#idee_doublon_box
	{
	background:#fff;
	padding:5px;
	border-radius: 5px;
	height:75px;
	overflow:auto;
	}

.idee_positif_ils_aiment span
	{
	color:#639f00  !important;
	font-size:10px;
	}

.idee_positif_ils_aiment_pas span
	{
	color:#cc0000  !important;
	font-size:10px;
	}

.idee_texte_box
	{
	background: #fff;
	padding:8px 20px;
	border-radius: 5px;
	}

.idee_texte_box img
	{
	max-width: 520px;
	}

.idee_select
	{
	font-size:14px;
	width:200px;
	}

.idee_texte_box_iphone img
	{
        max-width:200px;
	}

#idee_texte_box_title
	{
	font-family: QlassikMediumRegular, sans-serif;
	color:#999;
	font-style: italic ;
	font-size:30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	}

#idee_texte_box_title img:first-child
	{
	vertical-align: 10px;
	}

#idee_texte_box_title img:last-child
	{
	vertical-align: -8px;
	}

@media (max-width:930px)
	{
	/* TABLETTES */
	.idee_voir_positif_vote, .idee_voir_negatif_vote
		{
		width:100%;
		}