


ul.portail-selections {
	list-style-type: none;
	border-top: 1px solid #888;
	border-bottom: 1px solid #b6b6b6;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px 0 4px 4px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: auto;
	background-color: #fff;
}

ul.portail-selections.loading {
	background-color: #eee;
}

ul.portail-selections li {
	float: left;
	margin: 1px 4px 1px 0;
}

ul.portail-selections li.portail-selection-item div {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ef', endColorstr='#a1b0cc',GradientType=0 );
	padding: 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

ul.portail-selections li.portail-selection-item {
	color: #2b3840;
	font-size: 12px;
	font-family: "Lucida Grande", arial, sans-serif;
	text-shadow: 0 1px 1px #fff;

	/* To mask IE gradient with round corners. */
	overflow:hidden;

	border: 1px solid #acc3ec;
	border-top-color: #c0d9e9;

	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;

	box-shadow: 0 1px 1px #e4edf2;
	-webkit-box-shadow: 0 1px 1px #e4edf2;
	-moz-box-shadow: 0 1px 1px #e4edf2;

	background: #e6e9ef;
	background: -moz-linear-gradient(top, #e6e9ef 0%, #a1b0cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e9ef), color-stop(100%,#a1b0cc));
	background: -webkit-linear-gradient(top, #e6e9ef 0%,#a1b0cc 100%);
	background: -o-linear-gradient(top, #e6e9ef 0%,#a1b0cc 100%);
	background: -ms-linear-gradient(top, #e6e9ef 0%,#a1b0cc 100%);
	background: linear-gradient(top, #e6e9ef 0%,#a1b0cc 100%);
}

ul.portail-selections li.portail-selection-item em {

	font-style: normal;
	color:white;
	text-shadow: none;

	background: #606c88;
	background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
	background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
	background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
	background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
	background: linear-gradient(top, #606c88 0%,#3f4c6b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
	display: inline-block; /* for filter to work... */

	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;

	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;

	padding: 3px;
	margin-left: 0px;
	padding-left:5px;
}

ul.portail-selections li.portail-selection-item span {
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline-block;
}

ul.portail-selections li.portail-selection-item a.portail-close {
	margin: 0;
	padding: 0 8px;
	cursor: pointer;
	color: #5491be;
	font-family: "Helvetica", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	-webkit-transition: color .1s ease-in;
}
/*
ul.portail-selections li.portail-selection-item.blur {
	color: #666666;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
	border-color: #bbb;
	border-top-color: #ccc;
	box-shadow: 0 1px 1px #e9e9e9;
	-webkit-box-shadow: 0 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 1px #e9e9e9;
}*/

ul.portail-selections li.portail-selection-item.blur a.portail-close {
	color: #999;
}

ul.portail-selections li:hover.portail-selection-item {
	color: #2b3840;
	background-color: #bbd4f1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
	border-color: #6da0e0;
	border-top-color: #8bb7ed;
}

ul.portail-selections li:hover.portail-selection-item a.portail-close {
	color: #4d70b0;
}

ul.portail-selections li.portail-selection-item.selected div {
	border-color: #4f5387;

	text-shadow: none;
	color:#eee;

	background: #606c88;
background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
background: linear-gradient(top, #606c88 0%,#3f4c6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
}


ul.portail-selections li.portail-selection-item.selected em {
	color:#aaa;
}

ul.portail-selections li.portail-selection-item.selected a.portail-close {
	color: #cccccc
}

ul.portail-selections li.portail-selection-item a:hover.portail-close {
	color: #1b3c65;
}

ul.portail-selections li.portail-selection-item a:active.portail-close {
	color: #4d70b0;
}

ul.portail-selections li.portail-original {
	margin-left: 0;
}

ul.portail-selections li.portail-original input {
	border:none;
	border:0;
	border-color: transparent;
	outline: none;
	font-size: 13px;
	width: 120px;
	height: 18px;
	padding-top: 3px;
}

ul.portail-list {
	position: absolute;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "Lucida Grande", arial, sans-serif;
	background: #fff;
	background: rgba(255,255,255,0.95);
	z-index: 2;
	box-shadow: 0 2px 12px #222;
	-webkit-box-shadow: 0 2px 12px #222;
	-moz-box-shadow: 0 2px 12px #222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

li.portail-result-item, li.portail-message {
	margin: 0 0 0 0;
	padding: 5px 12px;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	font-size: 12px;
}

li:first-child.portail-result-item {
	margin: 0;
}

li.portail-message {
	margin: 0;
	cursor: default;
}

li.portail-result-item.active {
	background-color: #3668d9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
	border-color: #3342e8;
	color: #fff;
	text-shadow: 0 1px 2px #122042;
}

li.portail-result-item em {
	font-style: normal;
	background: #ddd;
	padding: 0 2px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
li.portail-result-item.active em {
	background: #253f7a;
	color: #fff;
}

li.portail-result-item em.type {
	font-style: normal;
	background: #aaa;
	padding: 0 2px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
}
li.portail-result-item.active em.type {
	background: #253f7a;
	color: #fff;
}


/* Webkit Hacks  */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.portail-selections {
		border-top-width: 2px;
	}
	ul.portail-selections li.portail-selection-item {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	ul.portail-selections li.portail-selection-item a.portail-close {
		margin-top: -1px;
	}
	ul.portail-selections li.portail-original input {
		height: 19px;
	}
}
*/
/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.portail-list {
		border: 1px solid #888;
	}
	ul.portail-selections li.portail-selection-item a.portail-close {
		margin-left: 4px;
		margin-top: 0;
	}
}

/* IE Hacks  */
ul.portail-list {
	border: 1px solid #888\9;
}
ul.portail-selections li.portail-selection-item a.portail-close {
	margin-left: 4px\9;
	margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.portail-list,  x:-moz-any-link, x:default {
	border: 1px solid #888;
}
BODY:first-of-type ul.portail-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
	border: none;
}


#facebook_btn, #newsletter_btn {float:right;padding-right:10px;}