body {
	background: #FFF url('/images/back_breadcrumb.gif') repeat-x 0% 170px;
	font: normal 11px Verdana, Geneva, sans-serif;
	line-height: 1.4;
	color: #372924;
	margin: 0px;
	padding: 0px;
}

.wide {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

a img {
	border-width: 0px;
}

a {
	color: #444;
}

p, ul, blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul ul, ul ol, ol ul, ol ol {
	margin: 5px 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

*, *: active, *: focus {
	outline: 0;
	outline-style: none;
	outline-width: 0px;
	-moz-outline-width: 0px;
}
h4 {
	margin: 0 0 10px 0;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aRight {
	text-align: right;
}
.aRight a {
	color: #999;
	font-size: 10px;
}

.error {
	color: #F90;
	font-weight: bold;
}
#left_column form {
	display: block;
	margin: 20px 0;
}
input, select {
	font: normal 13px 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #444;
}

select {
	border: solid 1px #bbb;
}

input.text_field, textarea {
	border: solid 1px #bbb;
	padding: 7px;
	font: normal 13px 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #222;
	background: #fff url('/images/input_bg.gif') repeat-x top;
	outline: 0;
	margin: 0px;
	border: solid 1px #bbb;
}

input.text_field: disabled, textarea: disabled {
	background: #f5f5f5;
}

input.text_field.big {
	font-size: 24px;
}

input.text_field.huge {
	border-color: #bbbbbb;
	font: normal 50px Georgia;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

input.text_field.huge: focus {
	background: #F3FAFF url('/images/input_highlight_bg.png') top repeat-x;
	border-color: #B7C7D3;
}

h1 {
	font: bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #48878f;
	margin: 30px 0;
	padding: 0px;
}

h1 a {
	color: #3E4752;
}

h2 {
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 30px 0 10px 0;
	color: #48878f;
}
h2 a {
	color: #48878f;
}

h2 small {
	color: #9ba6b3;
	font-style: italic;
	font-size: 10px;
}
#right_column h1 {
	margin-left: 15px;
}
#right_column ul.list {
	margin: 0 20px 15px 10px;
	padding: 0;
	list-style: none
}
#right_column ul.list li {
	background:  url('/images/puce.gif') no-repeat 0% 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#right_column ul.list li a {
	text-decoration: none;
	color: #48878F;
}
#right_column ul.list li a:hover {
	text-decoration: underline;
}
#left_column .aRight {
	text-align: right;
}
#left_column .aRight a {
	color: #999;
	font-size: 10px;
}

#container {
	width: 1000px;
	margin: auto;
	padding: 0px;
}

#header {
	height: 190px;
	position: relative;
	z-index: 80;
	background: url('/images/back_header.gif') no-repeat 0% 0%;
}

h1#logo {
	float: left;
	width: 250px;
	height: 110px;
	margin: 0 25px;
}
h1#logo a {
	display: block;
	height: 110px;
	margin-left: 2px;
}
#nav {
	float: left;
	z-index: 90;
	white-space: nowrap;
	margin-top: 63px;
}
#nav .nav_item {
	position: relative;
	/*background: url('/images/back_nav.gif') no-repeat 0% 0%;
	border-right: 1px solid #FFF;
	padding: 3px 12px 2px 12px; */
	margin-left: 5px;
	/* font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* color: #5bd1de;
	text-decoration: none; */
	cursor: pointer;
}
/* #nav .nav_item:hover {
	color: #FFF;
}
#nav .nav_item.active {
	background: url('/images/back_nav-active.gif') no-repeat 0% 0%;
	border-bottom: 3px solid #5fcbd7;
	border-right: none;
	color: #FFF;
} */


#nav .nav_menu {
	position: absolute;
	width: 105px;
	left: 0px;
	top: 27px;
	background-color: #1f354c;
	z-index: 100;
	/* border-bottom: solid 1px #0f1e31;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	*/ border-bottom: solid 2px #1B2B42;
}

#nav .nav_menu a {
	display: block;
	color: #93a2b3;
	font-size: 13px;
	text-decoration: none;
	border-top: solid 1px #182e45;
	padding: 5px 8px;
	cursor: pointer;
}

#nav .nav_menu a: first-child {
	border-width: 0px !important;
}

#nav .nav_menu a: hover {
	color: #C1CDDB;
}

#site_notice {
	height: 50px;
	text-align: center;
	background: #31546f url('/images/site_notice_bg.png') bottom repeat-x;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-shadow: #213342 1px 1px 5px;
}

#site_notice a {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #5E809C;
}

#site_notice a.hide {
	border-width: 0px;
	font: normal 11px 'Lucida Grande', Verdana;
	position: absolute;
	right: 20px;
	top: 21px;
	z-index: 10;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#site_notice a.hide: hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#search_box {
	clear: both;
}
#search_box form {
	float: left;
}
#search_box input {
	float: left;
	width: 450px;
	border: none;
	background: none;
	margin: 17px 0 0 20px;
	font: 16px Verdana, Geneva, sans-serif;
	color: #372924;	
}
#search_box input#search {
	width: 32px;
	height: 40px;
	background: url(/images/submit_search.gif) no-repeat 0% 0%;
	margin: 9px 0 0 3px;
	cursor: pointer;
}
#search_box .more {
	float: right;
	width: 470px;
	color: #FFF;
}
#search_box .more h5,
#redirectPage h5 {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
}
#search_box .more ul {
	margin: 0;
	padding: 0;
	
}
#search_box .more ul li {
	display: inline;
	margin: 0 5px 0 0;
}
#search_box .more ul li a {
	color: #FFF;
}

#header .breadcrumb {
	clear: both;
	position: absolute;
	bottom: 5px;
	left: 10px;
	font: 10px Verdana, Geneva, sans-serif
}



#search_box #search_controls {
	width: 183px;
	background-color: #fff;
	position: absolute;
	left: -14px;
	top: 37px;
	z-index: 150;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-left: solid 1px #E1E4E9;
	border-bottom: solid 1px #E1E4E9;
	border-right: solid 1px #E1E4E9;
}

#search_box #search_controls img.arrow {
	position: absolute;
	top: -6px;
	left: 24px;
	width: 11px;
	height: 6px;
}

#search_box #search_controls a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-decoration: none;
	color: #455666;
	border-bottom: solid 1px #e6e9ee;
	position: relative;
}

#search_box #search_controls a img {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 14px;
	height: 13px;
}

#search_box #search_controls a: hover {
	background-color: #d2dadd;
	border-top: solid 1px #99a4aa !important;
	border-bottom: solid 1px #99a4aa;
	height: 29px;
	line-height: 29px;
}

#search_box #search_controls a: hover img {
	top: 7px;
}

#search_box #search_controls a.first {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#search_box #search_controls a.first: hover {
	border-top: 0px !important;
	height: 30px;
	line-height: 30px;
}

#search_box #search_controls a.first: hover img {
	top: 8px;
}

#search_box #search_controls a.last {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-width: 0px;
}

#search_box #search_controls a.last: hover {
	border-bottom: 0px;
}

#content {
	background:  url('/images/back_colright.gif') repeat-y 100% 0%;
	margin: 15px auto 0 auto;
}

img#content_top, img#content_bottom {
	width: 900px;
	height: 25px;
}

table {
	border-collapse: collapse;
	border-width: 0px;
}

table th, table td {
	padding: 0px;
	border-width: 0px;
}

ul.errors {
	list-style-type: none;
	margin: 30px 0px;
	padding: 0px;
	color: #c00;
	font-weight: bold;
	font-size: 18px;
}

ul.errors li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

#footer {
	height: 25px;
	background: url('/images/back_footer.gif') no-repeat 0% 0%;
	margin: 0;
	padding-top: 25px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer .left {
	width: 400px;
	margin-left: 25px;
}
#footer .right {
	width: 490px;
	margin-right: 25px;
	text-align: right;
}
#footer a {
	margin-left: 15px;
	color: #FFF;
	white-space: nowrap;
}

.bubble {
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px;
	border-bottom: solid 1px #ccc;
	color: #444444;
}

.bubble a {
	color: #444444;
}

.bubble h2 {
	font-family: Arial, Helvetica;
	font-size: 22px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 15px 0px;
}

.bubble p {
	color: #777777;
	font: 11px 'Lucida Grande', Verdana;
	line-height: 15px;
	margin: 10px 0px;
}

.bubble p a {
	color: #777777;
}

img#loading {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: -3px;
}

.positive_notice, .negative_notice {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	margin: 30px 0px;
}

.positive_notice {
	background-color: #D5EEAA;
	border: solid 3px #B2DB6B;
	color: #4F940F;
}

.positive_notice a {
	color: #4F940F;
}

.negative_notice {
	background-color: #FFD3D3;
	border: solid 3px #FFAFAF;
	color: #c00;
}

.negative_notice a {
	color: #c00;
}

.notice {
	text-align: center;
	background: #456179 url('/images/tip_fold.png') top right no-repeat;
	padding: 12px 15px;
	color: #a8bccb;
	font-size: 13px;
}

.notice a {
	color: #fff;
}

button.positive, button.negative, button.generic, input.generic {
	margin: 0px;
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	font: Normal 15px Helvetica, Arial, sans-serif;
	color: #565656;
	cursor: pointer;
	line-height: 36px;
	height: 36px;
	padding: 0px 14px 0px 12px;
	width: 1px;
	overflow: visible;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button.positive[class], button.negative[class], button.generic[class], input.generic[class] {
	width: auto;
}

button.positive img, button.negative img {
	vertical-align: -3px;
	border-width: 0px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
}

button.negative {
	color: #d12f19;
}

button.negative: hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

button.positive {
	color: #529214;
	margin-right: 10px;
}

button.positive: hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

button.generic, input.generic {
	color: #777;
	margin-right: 10px;
}

button.generic: hover, input.generic: hover {
	background-color: #C2DAF0;
	border: 1px solid #9BBAE2;
	color: #145591;
}

.big_button {
	margin: 0px;
	border: solid 1px #ccc;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	line-height: 42px;
	height: 42px;
	padding: 0px 15px;
	overflow: visible;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #87b500 url('/images/big_button_bg.png') top repeat-x;
	border-width: 0px;
	border-right: solid 1px #689300;
	border-bottom: solid 1px #689300;
	text-shadow: #719e03 1px 1px;
}

.big_button: active {
	background: #87b500;
	color: #ECF5DE;
	line-height: 44px;
}

.big_button.red {
	border-top: solid 1px #cc293c;
	border-left: solid 1px #cc293c;
	background: #bc2133 url('/images/big_red_button_bg.png') top repeat-x;
	border-right: solid 1px #570710;
	border-bottom: solid 1px #570710;
	text-shadow: #a61727 1px 1px;
}

.big_button.red: active {
	background: #bc2133;
	color: #F5DFDF;
	line-height: 44px;
}

button.giant_blue_button {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}

button.giant_blue_button div.giant_blue_button_left {
	float: left;
	height: 62px;
	width: 30px;
	background: url('/images/giant_blue_button_sprite.png') 0 0;
}

button.giant_blue_button div.giant_blue_button_center {
	float: left;
	padding: 19px 0 0 0;
	font: bold 20px Helvetica, Arial, sans-serif;
	color: #173e59;
	height: 43px;
	background: url('/images/giant_blue_button_sprite.png') -30px 0;
}

button.giant_blue_button div.giant_blue_button_right {
	float: left;
	height: 62px;
	width: 30px;
	background: url('/images/giant_blue_button_sprite.png') -960px 0;
}

button.giant_blue_button: hover div.giant_blue_button_left {
	background-position: 0 -100px;
}

button.giant_blue_button: hover div.giant_blue_button_center {
	background-position: -30px -100px;
}

button.giant_blue_button: hover div.giant_blue_button_right {
	background-position: -960px -100px;
}

button.giant_blue_button: active div.giant_blue_button_left {
	background-position: 0 -200px;
}

button.giant_blue_button: active div.giant_blue_button_center {
	background-position: -30px -200px;
	padding-top: 20px;
	height: 42px;
}

button.giant_blue_button: active div.giant_blue_button_right {
	background-position: -960px -200px;
}


.blue_note.big {
	font-size: 16px;
	padding: 15px 20px;
}

.narrow_tumblelog_list {
	list-style-type: none;
	margin: 0px 0px 0px 70px;
	padding: 0px;
}

.narrow_tumblelog_list li {
	background-color: #eee;
	border-bottom: solid 1px #a3a3a3;
	padding: 7px 10px 0px 10px;
	height: 62px;
	position: relative;
}

.narrow_tumblelog_list li a.avatar {
	display: block;
	text-decoration: none;
	width: 70px;
	height: 70px;
	position: absolute;
	left: -70px;
	top: 0px;
}

.narrow_tumblelog_list li: first-child {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.narrow_tumblelog_list li: first-child .avatar {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.narrow_tumblelog_list li: last-child {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	height: 63px;
}

.narrow_tumblelog_list li: last-child .avatar {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom: solid 1px #a3a3a3;
}

.narrow_tumblelog_list li: nth-child(even) {
	background-color: #e4e4e4;
}

.narrow_tumblelog_list li a.username {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}

.narrow_tumblelog_list li a.username: hover {
	text-decoration: underline;
}

.narrow_tumblelog_list li .title {
	font: 11px 'Lucida Grande', Verdana;
	color: #888;
	white-space: nowrap;
	margin-bottom: 5px;
}

.narrow_tumblelog_list li .follow {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.narrow_tumblelog_list li .follow: hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.account_form {
	display: block;
	width: 600px;
}

.account_form label {
	font-size: 20px;
	padding: 0px;
	margin: 30px 0px 7px 0px;
	color: #323C42;
	display: block;
}

#explore_tumblelogs {
	background: #eeeeee url('/images/index_box_top_border.png') top repeat-x;
	margin-top: 35px;
	position: relative;
}

#explore_tumblelogs h2 {
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	font-size: 11px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #dadada;
}

#explore_tumblelogs ul {
	margin: 3px 0px 0px 15px;
	padding: 0px;
	width: 170px;
	float: left;
}

#explore_tumblelogs ul li {
	color: #ccc;
	margin-top: 10px;
}

#explore_tumblelogs ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #777;
}

.user_menu_info {
	width: 16px;
	height: 17px;
	z-index: 20;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
}

.user_menu {
	width: 85px;
	z-index: 1337;
}

.user_menu ol.user_menu_list {
	margin: 0;
	padding: 0;
}

.user_menu .user_menu_list a {
	color: #fff;
	text-decoration: none;
}

.user_menu .user_menu_list a .user_menu_list_item {
	background: url('/images/black_75.png');
	padding: 6px 8px 8px 8px;
	margin: 0;
	height: 12px;
	font: normal 10px Helvetica, sans-serif;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255,255,255, 0.18);
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.user_menu .user_menu_list a: hover .user_menu_list_item {
	background: url('/images/black_90.png');
}

.user_menu .user_menu_list a: first-child .user_menu_list_item {
	padding-top: 8px;
	border-top: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.user_menu .user_menu_list a: last-child .user_menu_list_item {
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.user_menu .user_menu_list a .user_menu_list_item img {
	margin-right: 4px;
	vertical-align: -3px;
}

#left_column {
    float: left;
    width: 725px;
}
#left_column p {
	margin: 0 0 15px 0;
	font-size: 12px;
	text-align: justify;
}
#left_column p.small {
	font-size: 10px;
	text-align: left;
	color: #888;
}
#left_column p.small a {
	color: #888;
}
#content #left_column h3 {
	height: 25px;
	
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 0 5px 0 0;
	margin: 0;
}
#content #left_column h3 img {
	vertical-align: top;
}
#content #left_column h3 span,
#content #left_column .colsmall h3 span {
	/*background: url('/images/h3_right.gif') no-repeat 0% 0%;*/
	background: url('/images/h3_left.gif') no-repeat 0% 0%;
	height: 25px;
	display: inline-block;
	padding: 4px 5px 0 10px;
}
#right_column {
	float: right;
	width: 265px;
	background: url('/images/back_colright_top.gif') no-repeat 0% 0%;
	margin: 0;
}

#right_column h2 {
	background: #e3ecee url('/images/back_h2.gif') no-repeat 0% 100%;
	margin: 25px 0 0 0;
	padding-bottom: 13px;
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #372924;
}
#right_column .green h2,
#content #right_column .green li a {
	color: #48878f;
	margin-top: 10px;
}
#right_column .blue_note {
	background: url('/images/back_bluenote.gif') no-repeat 10px 100%;
	padding: 0 20px 10px 10px;
    margin-bottom: 10px;
	color: #3c332c;
}
#right_column .blue_note p {
	margin: 0;
	text-align: right;
	font: 10px Verdana, Geneva, sans-serif;
}
#right_column .blue_note p a {
	background:  url('/images/arrow.gif') no-repeat 0% 50%;
	padding: 0 0 0 8px;
	color: #48878f;
}
#right_column .blue_note ul {
	border-left: 2px solid #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
}
#right_column .blue_note ul li {
	/*background:  url('/images/puce.gif') no-repeat 10px 50%;*/
	margin: 0 5px 10px 0;
	padding: 0 0 0 10px;
}
#right_column .blue_note li a {
	color: #3c332c;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#right_column .blue_note li a:hover {
	text-decoration: underline;
}

#right_column .blue_noteSpe {
	padding: 0 2px 5px 10px;
    margin-bottom: 10px;
	color: #3c332c;
}
#right_column .blue_noteSpe h2 {
	background: none;
	display: block;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}
#right_column .blue_noteSpe ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right_column .blue_noteSpe ul li {
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}
#right_column .blue_noteSpe ul li a {
	display: block;
	height: 62px;
	margin: 0 0 5px 0;
	padding: 0;
}
/* --- BOUTONS VERSION [FR] --- */
#right_column .blue_noteSpe ul li.facebook_fr a {
	background: url('/images/fr/btn_facebook.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.twitter_fr a {
	background: url('/images/fr/btn_twitter.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.email_fr a {
	background: url('/images/fr/btn_email.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.rss_fr a {
	background: url('/images/fr/btn_rss.gif') no-repeat 100% 0%;
}
/* --- BOUTONS VERSION [EN] --- */
#right_column .blue_noteSpe ul li.facebook_en a {
	background: url('/images/en/btn_facebook.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.twitter_en a {
	background: url('/images/en/btn_twitter.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.email_en a {
	background: url('/images/en/btn_email.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.rss_en a {
	background: url('/images/en/btn_rss.gif') no-repeat 100% 0%;
}
#right_column .blue_noteSpe ul li.facebook_fr a:hover,
#right_column .blue_noteSpe ul li.twitter_fr a:hover,
#right_column .blue_noteSpe ul li.email_fr a:hover,
#right_column .blue_noteSpe ul li.rss_fr a:hover,
#right_column .blue_noteSpe ul li.facebook_en a:hover,
#right_column .blue_noteSpe ul li.twitter_en a:hover,
#right_column .blue_noteSpe ul li.email_en a:hover,
#right_column .blue_noteSpe ul li.rss_en a:hover {
	background-position: 100% 100%;
}
#right_column .blue_noteSpe ul li a span {
	display: block;
	text-indent: -5000px;
}

#right_column .blue_noteSpe ul li.rssMerchant a {
	height: 41px;
	background: url('/images/btn_rss_empty.gif') no-repeat 100% 0%;
	padding: 21px 42px 0 0;
	font: 17px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #48878f;
	text-decoration: none;
	text-align: right;
}
#right_column .blue_noteSpe ul li.rssMerchant a:hover {
	color: #584c45;
}
#right_column .heart {
	position: absolute;
	left: -12px;
	top: -12px;
	z-index: 10;
	width: 40px;
	height: 38px;
}

#crushes {
	position: relative;
}

#crushes a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	text-decoration: none;
}

#crushes a .count {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px;
	background: url('/images/black_60.png');
}

#crush_1 {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#crush_3 {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#crush_7 {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#crush_9, #crush_9 .count {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#crush_7, #crush_8, #crush_9 {
	border-bottom: solid 1px #222;
}

.follower {
	width: 419px;
	height: 52px;
	background-color: #f4f4f4;
	margin-top: 1px;
	margin-right: 1px;
	position: relative;
}

.follower.alt {
	background-color: #ececec;
}

.follower img.avatar {
	position: absolute;
	left: 10px;
	top: 8px;
	padding: 2px;
	margin-right: 4px;
	background-color: #fff;
	border: solid 1px #c7c7c7;
	width: 30px;
	height: 30px;
}

.follower .info {
	position: absolute;
	top: 8px;
	left: 55px;
	overflow: hidden;
	white-space: nowrap;
	right: 10px;
}

.follower .info .name {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 3px;
}

.follower .info .name .last_updated {
	color: #656565;
	font: normal 10px 'Lucida Grande', Verdana;
}

.follower .info .name a {
	text-decoration: none;
}

.follower .info .description {
	color: #888;
	font: normal 10px 'Lucida Grande', Verdana;
}

.follower .controls {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 20px;
}

.follower .controls .button img {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.follower .controls .button img: hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#pagination {
	padding-top: 25px;
}

#pagination a {
	background-color: #cad1d8;
	color: #363c41;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
	border-bottom: solid 1px #969ca3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#pagination a: hover {
	background-color: #bac1c8;
}

#invite_someone {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #eeeeee;
	border-bottom: solid 1px #dddddd;
	padding: 20px;
	margin: 0px 0px 10px 0px;
}

.help_portal_bubble {
  -moz-border-radius-topleft:0px;
  -moz-border-radius-topright:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  padding:15px 20px;
  font-size:14px;
}

.help_portal_header {
  background-color:#999;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-width:0px;
  font:bold 20px Arial, Helvetica;
  padding:10px 20px;
  color:#fff;
  margin:40px 0px 0px 0px;
  position:relative;
}

.help_portal_header a {
  color:#fff;
  text-decoration:none;
}

.help_portal_header a:hover {
  text-decoration:underline;
}

.help_portal_header img{
  position:absolute;
  right:15px;
}

.alpha ul {
	list-style-type: none;
	margin: 10px 0px 20px;
	padding: 0px;
	color: #c00;
	font-weight: bold;
	font-size: 15px;
}

.alpha li {
    display: inline;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

#left_column .merchants_logo ul {
	background-color: #f6f9fa;
	border: 1px solid #CCC;
	-moz-border-radius: 0 5px 5px 5px / 0 5px 5px 5px;  
    -webkit-border-radius: 0 5px 0 0 / 0 5px 5px 5px;  
    -khtml-border-radius: 0 5px  5px 5px / 0 5px 5px 5px;  
    border-radius: 0 5px  5px 5px / 0 5px  5px 5px;
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

#left_column .merchants_logo li {
    position: relative;
    float: left;
    width: 144px;
    height: 90px;
	margin-bottom: 10px;
	font: 14px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}
#left_column .merchants_logo li a {
	color: #4b8991;
	text-decoration: none;
}
#left_column .merchants_logo li a img {
	width: 120px;
	height: 60px;
	border: 1px solid #CCC;
}
#left_column .merchants_logo span {
    display: block;
	margin-top: 3px;
}

.category_list ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#left_column .category_list li {
    position: relative;
    float: left;
    width: 340px;
    height: 150px;
    margin-right: 20px;
}
#left_column .category_list li a {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #372924;
}
#left_column .category_list span {
    display: block;
	font: 11px Verdana, Geneva, sans-serif;
}
#left_column .category_list li p {
	font: 11px Verdana, Geneva, sans-serif;
}

#left_column .offers_by_column ul {
    overflow: hidden;
	background-color: #f6f9fa;
	border: 1px solid #5bd1de;
	-moz-border-radius: 5px / 5px;  
    -webkit-border-radius: 5px / 5px;  
    -khtml-border-radius: 5px / 5px;  
    border-radius: 5px / 5px;
    margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
	list-style: none;
}

#left_column .offers_by_column li {
    position: relative;
    float: left;
    width: 160px;
	min-height: 25px;
/*	background:  url('/images/puce2.gif') no-repeat 10px 5px; */
	padding: 0 0 0 20px;
    margin: 0 0 5px 0;
	font: 11px/12px Verdana, Geneva, sans-serif;
}

#left_column ul.list {
    overflow: hidden;
	background-color: #f6f9fa;
	border: 1px solid #630;
	-moz-border-radius: 5px / 5px;  
    -webkit-border-radius: 5px / 5px;  
    -khtml-border-radius: 5px / 5px;  
    border-radius: 5px / 5px;
    margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
	list-style: none;
}

#left_column .list li {
    float: left;
    width: 215px;
	min-height: 25px;
/*	background:  url('/images/puce2.gif') no-repeat 10px 5px; */
	padding: 0 0 0 20px;
    margin: 0 0 5px 0;
	font: 11px/12px Verdana, Geneva, sans-serif;
}

#left_column .faq li {
    width: 340px;
	min-height: 25px;
}

#left_column .faq ul {
	margin-top: 35px;
}

#left_column .offers_by_column ul.big {
	-moz-border-radius: 0 5px 5px 5px / 0 5px 5px 5px;  
    -webkit-border-radius: 0 5px 5px 5px / 0 5px 5px 5px;  
    -khtml-border-radius: 0 5px 5px 5px / 0 5px 5px 5px;  
    border-radius: 0 5px 5px 5px / 0 5px 5px 5px;
}
#left_column .offers_by_column ul.big li {
	width: 215px;
	min-height: 35px;
	font: 15px/14px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#left_column .offers_by_column li a {
	color: #4B8991;
	text-decoration: none;
}
#left_column .offers_by_column li a:hover {
	text-decoration: underline;
}


#left_column .medium_offers_by_column {
    list-style: none;
    margin: 0 auto;
    padding: 0;
	text-align: center;
	color: #FFF;
}

#left_column .medium_offers_by_column li {
    float: left;
    width: 160px;
    margin: 15px 10px;
}
#left_column .medium_offers_by_column a img {
	width: 120px;
	height: 60px;
	border:1px solid #CCC;
}

#left_column .medium_offers_by_column span {
    display: block;
}

#left_column #paginationControl {
	clear: both;
	background-color: #F6F9FA;
	border: 1px solid #5BD1DE;
	-moz-border-radius: 5px / 5px;  
    -webkit-border-radius: 5px / 5px;  
    -khtml-border-radius: 5px / 5px;  
    border-radius: 5px / 5px;
	padding: 5px 0;
	text-align: center;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left_column #paginationControl a {
	border: 2px solid #f0f0f0;
	padding: 2px 7px;
	margin: 0 2px;
	color: #3C332C;
	text-decoration: none;
}
#left_column #paginationControl a:hover,
#left_column #listAlpha li:hover {
	border: 2px solid #5BD1DE;
}
#left_column #paginationControl span.current {
	background-color: #5BD1DE;
	padding: 2px 7px;
	border:2px solid #f0f0f0;
	color: #FFF;
	font-weight:bold;
}
#loading {
	display: none
}
#left_column .merchant_logo {
	float: left;
	width: 120px;
	height: 60px;
	border:1px solid #CCC;
    margin: 0pt 1em 1em 0pt; 
}
#left_column .coupon,
#left_column .deal {
	position: relative;
	margin-bottom: 25px;
}
#left_column .validity_fr,
#left_column .validity_en {
	position: absolute;
	top: -7px;
	left: 140px;
	z-index: 10;
	width: 60px;
	height: 60px;
}
#left_column .validity_fr span,
#left_column .validity_en span {
	display: none;
}

/* --- PICTO [FR] --- */
#left_column .coupon .validity_fr {
	background: url('/images/picto_validity.png') no-repeat 0% 0%;
}
#left_column .deal .validity_fr {
	background: url('/images/picto_validity.png') no-repeat 0% 100%;
}
#left_column .expired .validity_fr {
	background: url('/images/picto_validity.png') no-repeat 0% 50%;
}
/* --- PICTO [EN] --- */
#left_column .coupon .validity_en {
	background: url('/images/en/picto_validity.png') no-repeat 0% 0%;
}
#left_column .deal .validity_en {
	background: url('/images/en/picto_validity.png') no-repeat 0% 100%;
}
#left_column .expired .validity_en {
	background: url('/images/en/picto_validity.png') no-repeat 0% 50%;
}
#left_column .couponDetails {
	/*min-height: 125px;*/
	background-color: #f6f9fa;
	border: 1px solid #5BD5E2;
	/*padding-top: 10px;
	margin-right: 15px;*/
}
#left_column .couponDetails .couponValue {
	float: left;
	width: 160px;
	text-align: center;
	color: #FFF;
}
#left_column .couponDetails .couponValue .offer {
	background: url('/images/back_offer.gif') no-repeat 100% 100%;
	padding: 11px;
	font: bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left_column .medium_offers_by_column .offer {
	background: url('/images/back_offer.gif') no-repeat 100% 100%;
	padding: 10px 0;
	font: 19px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left_column .couponDetails .couponValue .date,
#left_column .medium_offers_by_column .date {
	background: url('/images/back_date.gif') no-repeat 100% 100%;
}
#left_column .couponDetails .couponValue a.btn {
	display: block;
	margin: 10px 0 0 0;
	text-decoration: none;
}
#left_column .couponDetails .couponValue a.btn img {
	margin-right: 5px;
	vertical-align: middle;
}
#left_column .couponDetails .couponDesc {
	float: right;
	width: 515px;
	margin: 5px 5px 0 0;
	/*min-height: 150px;*/
}
#left_column .couponDetails .couponDesc p {
	/*margin-right: 30px;*/
}
#left_column .couponDetails .offerEval {
	clear: both;
	margin: 0 0 15px 0;
	/*text-align: center;
	position: absolute;
	bottom: 1px;
	width: 530px;*/
}
#left_column .offer_vote {
	float: right;
	width: 230px;
	font-size: 12px;
	color: #372924;
	text-align: right;
}
#left_column .offer_vote img {
	vertical-align: middle;
}
#left_column .offer_vote .nbvote_for {
	font-weight: bold;
	color: #86a911;
}
#left_column .offer_vote .nbvote_against {
	font-weight: bold;
	color: #df6614;
}
#left_column .offer_vote a.margeLeft {
	margin-left: 5px;
}
#left_column a#link_descCont {
	float: right;
	background: #5bd5e2 url('/images/back_more.gif') no-repeat 100% 100%;
	padding: 4px 15px 5px 0;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#left_column a#link_descCont {
	margin: 0 0 15px 0;
	padding: 2px 15px 2px 0;
}
#left_column a#link_descCont span {
	background: url(/images/picto_bt_more_txt.png) no-repeat 0% 0%;
	padding: 3px 15px 4px 21px;
}
#left_column .couponDetails a.more {
	/*float: right;*/
	background: #5bd5e2 url('/images/back_more.gif') no-repeat 100% 100%;
	padding: 3px 15px 3px 0;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
#left_column .couponDetails a.moreActive {
	/*float: right;
	max-width: 340px;*/
	/*height: 26px;
	line-height: 26px;*/
	background-color: #ffab28;
	padding: 7px 0 6px 0;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#left_column .couponDetails strong {
	/*float: right;*/
	height: 25px;
	background: #ffab28 url('/images/back_more-active.gif') no-repeat 100% 100%;
	padding: 1px 15px 3px 0;
	color: #FFF;
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left_column .couponDetails a.moreActiveDeal {
	/*float: right;
	max-width: 340px;*/
	background: #ffab28 url('/images/back_more-active.gif') no-repeat 100% 100%;
	padding: 7px 15px 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#left_column .couponDetails a.more img,
#left_column .couponDetails a.moreActive img,
#left_column .couponDetails a.moreActiveDeal img {
	/*vertical-align: text-bottom;*/
	width: 12px;
	height: 13px;
	/*margin-right: 5px;*/
}
#left_column .offerShare a {
	float: left;
	display: block;
	width: 32px;
	height: 24px;
	background: url('/images/links.gif') no-repeat 0% 0%;
	margin-right: 5px;
}
#left_column .offerShare a span {
	display: none;
}
#left_column .offerShare a.facebook {
	background-position: 100% 25%;
}
#left_column .offerShare a.twitter {
	background-position: 100% 100%;
}
#left_column .offerShare a.digg {
	background-position: 100% 50%;
}
#left_column .offerShare a.delicious {
	background-position: 100% 75%;
}
#left_column .offerShare a.buzz {
	background-position: 100% 0%;
}
#left_column .offerShare a.facebook:hover {
	background-position: 0% 25%;
}
#left_column .offerShare a.twitter:hover {
	background-position: 0% 100%;
}
#left_column .offerShare a.digg:hover {
	background-position: 0% 50%;
}
#left_column .offerShare a.delicious:hover {
	background-position: 0% 75%;
}
#left_column .offerShare a.buzz:hover {
	background-position: 0% 0%;
}
#right_column .share {
	margin: 25px 0 0 5px;
}
#right_column .share h3 {
	margin: 0 0 5px 5px;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #48878F;
}
#right_column .share ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right_column .share ul li {
	float: left;
	width: 125px;
}
#right_column .share a {
	display: block;
	height: 32px;
	padding: 5px 0 0 35px;
	color: #48878F;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#right_column .share a:hover {
	color: #584c45;
}
#right_column .share a.bookmark {
	background: url('/images/bookmark.png') no-repeat 0% 0%;
}
#right_column .share a.digg {
	background: url('/images/digg.png') no-repeat 0% 0%;
}
#right_column .share a.facebook {
	background: url('/images/facebook.png') no-repeat 0% 0%;
}
#right_column .share a.twitter {
	background: url('/images/twitter.png') no-repeat 0% 0%;
}
#right_column .share a.delicious {
	background: url('/images/delicious.png') no-repeat 0% 0%;
}
#right_column .share a.buzz {
	background: url('/images/google.png') no-repeat 0% 0%;
}
/*.facebook {
    background-position:0 -180px;
}

.twitter {
    background-position:0 -620px;
}

.delicious {
    background-position:0 -40px;
}

.digg {
    background-position:0 -20px;
}

.facebook, .digg, .delicious, .twitter {
    background-image:url('/images/share.gif');
    background-repeat:no-repeat;
    height:14px;
    margin-right:23px;
    padding:2px 0 2px 20px;
    white-space:nowrap;
}
*/
/* --- REDIRECT PAGE --- */
body.blankPage {
	background: none;
	text-align: center;
}
#redirectPage {
	width: 600px;
	height: 118px;
	background: url(/images/redirect_page_bckg.gif) no-repeat 0% 0%;
	margin: 150px auto 0 auto;
	padding-top: 10px;
	text-align: left;
}
#redirectPage h5 {
	margin: 0 20px 0 305px;
	color: #FFF;
} 
#redirectPage p {
	margin: 5px 20px 0 305px;
	color: #FFF;
}

/* --- LIST ALPHA --- */
#left_column #listAlpha {
	background-color: #F6F9FA;
	border: 1px solid #5BD1DE;
	-moz-border-radius: 5px / 5px;  
    -webkit-border-radius: 5px / 5px;  
    -khtml-border-radius: 5px / 5px;  
    border-radius: 5px / 5px;
	padding: 5px 0;
	text-align: center;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left_column #paginationControl a,
#left_column #listAlpha li {
	border: 2px solid #f0f0f0;
	padding: 2px;
	margin: 0 2px;
	color: #3C332C;
	text-decoration: none;
}
#left_column #listAlpha {
	list-style: none;
}
#left_column #listAlpha li {
	display: inline;
}
.colsmall {
    float: left;
    width: 233px;
	margin-bottom: 30px;
}
#left_column .mLR13 {
	margin: 0 13px;
}
#content #left_column .colsmall h3 {
	border-bottom: 1px solid #ccc;
	color: #FFF;
	font-weight: bold;
}
#content #left_column .colsmall h3 span {
	width: 100px;
}
#left_column .colsmall dt {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 5px;
}
#left_column .colsmall dt a {
	padding-left: 10px;
}
#left_column .colsmall dt.title {
	border-left: none;
	border-right: none;
	padding-bottom: 0;
}
#left_column .colsmall dt.title a {
	padding-left: 0;
}
#left_column .colsmall dt.botBlock {
	height: 10px;
	border: 1px solid #ccc;
	border-top: none;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#left_column .colsmall dl {
	margin: 0 0 15px 0;
}
/* [START] --------------------------------------------------------------------------------------------------> EMAIL ALERT */
#right_column .emailAlert {
	background: url(/images/bot_block_email.gif) no-repeat 3px 100%;
	margin: 5px 0 15px 0;
	padding: 0 0 15px 0;
}
#right_column .emailAlert h3 {
	min-height: 40px;
	background:url(/images/top_block_email.gif) no-repeat scroll 100% 0 transparent;
	margin: 0 2px 0 0;
	padding: 20px 40px 0 7px;
	color: #48878F;
	font: bold 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#right_column .emailAlert form {
	margin: 0 0 0 12px;
}
#right_column .emailAlert form input {
	float: left;
	width: 157px;
	height: 16px;
	margin: 0 5px 0 8px;
}
#right_column .emailAlert form input.submit {
	float: left;
	width: 42px;
	height: 21px;
	background: url(/images/submit_ok.gif) 0% 0%;
	margin: 0;
	border: 0;
	cursor: pointer;
}
/* [END] ---------------------------------------------------------------------------------------------------> EMAIL ALERT */
