<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* REINIT */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {   outline: none; color:#000; }

/* Selection */

::selection {    background: #5A946A; color:#fff;    }
::-moz-selection {    background: #5A946A; color:#fff;}

/* FontFace */
@font-face {
    font-family: 'pt_mono';
    src: url('../fonts/pt_mono.eot');
    src: url('../fonts/pt_mono.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_mono.woff') format('woff'),
         url('../fonts/pt_mono.ttf') format('truetype'),
         url('../fonts/pt_mono.svg#pt_mono') format('svg');
}
@font-face {
    font-family: 'pt_mono_bold';
    src: url('../fonts/pt_mono_bold.eot');
    src: url('../fonts/pt_mono_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_mono_bold.woff') format('woff'),
         url('../fonts/pt_mono_bold.ttf') format('truetype'),
         url('../fonts/pt_mono_bold.svg#pt_mono_bold') format('svg');
}
@font-face {
    font-family: 'pt_serif_regular';
    src: url('../fonts/pt_serif_regular.eot');
    src: url('../fonts/pt_serif_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_serif_regular.woff') format('woff'),
         url('../fonts/pt_serif_regular.ttf') format('truetype'),
         url('../fonts/pt_serif_regular.svg#pt_serif_regular') format('svg');
}
@font-face {
    font-family: 'pt_serif_italic';
    src: url('../fonts/pt_serif_italic.eot');
    src: url('../fonts/pt_serif_italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_serif_italic.woff') format('woff'),
         url('../fonts/pt_serif_italic.ttf') format('truetype'),
         url('../fonts/pt_serif_italic.svg#pt_serif_italic') format('svg');
}
@font-face {
    font-family: 'pt_serif_bold';
    src: url('../fonts/pt_serif_bold.eot');
    src: url('../fonts/pt_serif_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_serif_bold.woff') format('woff'),
         url('../fonts/pt_serif_bold.ttf') format('truetype'),
         url('../fonts/pt_serif_bold.svg#pt_serif_bold') format('svg');
}

#loader-wrapper
{
	display:none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #5a946a;
    background: #fff;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
	transition: all 0.3s 0.3s ease-out;
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
	transition: all 0.3s 0.3s ease-out;
    right: 0;
}

@keyframes mymove {
	0% {
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes mymove {
	0% {
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
} 
#loader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-animation: 2s linear 0s normal none infinite running mymove;
    -o-animation: 2s linear 0s normal none infinite running mymove;
    -webkit-animation: 2s linear 0s normal none infinite running mymove;
    animation: 2s linear 0s normal none infinite running mymove;
    border-color: #5a946a transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 150px;
    left: 50%;
    margin: -75px 0 0 -75px;
    position: fixed;
    top: 50%;
    width: 150px;
    z-index: 1001;
}
#loader::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-animation: 3s linear 0s normal none infinite running mymove;
    -o-animation: 3s linear 0s normal none infinite running mymove;
    -webkit-animation: 3s linear 0s normal none infinite running mymove;
    animation: 3s linear 0s normal none infinite running mymove;
    border-color: #5a946a transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 3px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#loader::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-animation: 1.5s linear 0s normal none infinite running mymove;
    -webkit-animation: 1.5s linear 0s normal none infinite running mymove;
    animation: 1.5s linear 0s normal none infinite running mymove;
    border-color: #5a946a transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 3px;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
	left:-2000px;
    -webkit-transition: all 0s ease-out; 
            transition: all 0s ease-out;
}

span.highlight
{
	background:#FFFF00;
}


html, body
{
	margin:0;
	padding:0;
	font-family: 'pt_serif_regular', Verdana, sans-serif;
	font-size:16px;
	line-height:1.35em;
	color:#000;
}

div#fix_bg
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:-10;
	left:50%;
	top:33%;
	/*opacity:0.75;*/
	background-repeat:no-repeat;
	background-size:50%;
	background-attachment: fixed;
	background-position:bottom right;
	background-image:url('../imgs/xtra_pics/bg_1.jpg');
}

strong
{
	font-family: 'pt_serif_bold', Verdana, sans-serif;
	font-weight: normal;
}
em
{
	font-family: 'pt_serif_italic', Verdana, sans-serif;
	font-style: normal;
}
a
{
	outline:none;
	text-decoration:none;
}
a img
{
	border:none;
}
ul
{
	margin: 10px 0 10px 40px;
}
li
{
	list-style-position: outside;
	margin:0 0 10px 0;
}

a.classic
{
	color:#3c613f;
	border-bottom:1px solid #3c613f;
	transition: all 0.2s linear 0s;		
}
a.classic:hover
{
	color:#000;
	border-bottom:1px solid #000;
}

hr
{
	margin:0;
	border:none;
	color:#000;
	background:#000;
	height:1px;
}

div.clear
{
	clear:both;
}

div.wrapper_1128, span.wrapper_1128
{
	max-width:1128px;
	margin:0 auto;
	display: block;
}
div.wrapper_h_80
{
	min-height:80px;
}

h1.titre_page
{
	font:50px/50px "pt_mono_bold",Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 0 188px;
}

a.souligne
{
	cursor:pointer;
	display:inline-block;
	padding:5px 25px 5px 0;
	color:#000;
	font:15px "pt_mono",Verdana,sans-serif;
	border-bottom: 3px solid #000;
}

a.souligne_img
{
	cursor:pointer;
	display:inline-block;
	width:52px;
	height:28px;
	border-bottom: 3px solid #000;
	margin:0 16px 0 0;
}

a.souligne:hover, a.souligne_img:hover
{
	text-decoration:line-through;
}

	a#prev
	{
		background:url("../imgs/sprite_bie2015.png") no-repeat scroll center -168px;
		float: left;
		margin: 0 10px 0 0;
	}
	a#next
	{
		background:url("../imgs/sprite_bie2015.png") no-repeat scroll center -84px;
		float: right;
		margin: 0;
	}
	a#vignets
	{
		background:url("../imgs/sprite_bie2015.png") no-repeat scroll right -140px;
	}

	div#navi_item
	{
		float:right;
	}
	span#msg
	{
		display: inline-block;
		font: 15px "pt_mono",Verdana,sans-serif;
		position: absolute;
		right: 0;
		top: -45px;
		text-transform:uppercase;
	}
	
div#dock_interface
{
	visibility:hidden;
	position:fixed;
	width:100%;
	top:0;
	z-index:1;
}
	a#close_gallery
	{
		background:url("../imgs/sprite_bie2015.png") no-repeat scroll center -224px #000;
	}

a#page_locker
{
	display:block;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.75;
}

div#flap_left
{
	color:#000;
	background:#5a946a;
	height:100%;
	position:fixed;
	width:50%;
	right:150%;
	z-index: 2;
}
	a#close
	{
		background:url('../imgs/sprite_bie2015.png') no-repeat right -27px;
		margin:62px 0 0 20px;
	}

	ul.flap_ul
	{
		margin:30px 20px 0;
	}
	
	li.dock_li
	{
		border-bottom:3px solid #000;
		display: inline;
		padding:0 0 5px;
	}
	
	span.intermenu
	{
		display:block;
		height: 18px;
	}
	
	a.flap_a, a.flap_a_sel
	{
		color:#000;
		font:18px 'pt_mono';
		display:inline;
		padding: 0 0 5px;
	}
	a.flap_a:hover, a.flap_a_sel:hover
	{
		text-decoration:line-through;
	}
div#flap_right
{
	color:#000;
	background:#5a946a;
	height:100%;
	position:fixed;
	width:50%;
	left:100%;
	z-index: 2;
}
	div#flap_right_wrapper
	{
		height:100%;
		overflow-y:scroll;
	}
		div#in_flap_right
		{
			padding:70px 53px 106px 53px;
		}

div#page
{
	text-align:left;
	width:100%;
	padding:53px 0 0;
	width:100%;
}

	div.page_transform_out
	{
		margin-right:0;
		transition: all 0.2s ease-out 0s;
	}
	div.page_transform_in
	{
		/*margin-left:50px;*/
		transition: all 0.2s ease-out 0s;
	}

div#main
{
	font-size:0.9em;
}

	div#menu
	{
		margin:0;
		position:relative;
		z-index:2;
		width:100%;
		background:#000;
	}
		div#in_menu
		{
			max-width:1316px;
			margin:0 auto;
			text-align:left;
		}
		
		div#centercol
		{
			margin: 0;
			padding: 0;
		}

div#leftmenu
{
	float:left;
	display:none;
}
div#rightmenu
{
	position:absolute;
	right:0;
	display:none;
}
ul#global_menu
{
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
}

/* Dock */

div#dock
{
	width:100%;
	position:fixed;
	z-index:3;
}
	div#in_dock
	{
		max-width:1128px;
		margin:0 auto;
		position:relative;
	}
		div#fix_menu
		{
			margin:0 0 0 188px;
		}
		a.black_bt
		{
			height: 25px;
			display:block;
			float:left;
			font:20px 'pt_mono', Verdana, sans-serif;
			color:#fff;
			background:#000;
			padding:6px 10px;
			margin:0 1px 0 0;
		}
		a#search
		{
			background:url('../imgs/sprite_bie2015.png') no-repeat #000 8px -248px;
			cursor:pointer;
			width:18px;
		}
		input#search_input
		{
			border:solid 1px #000;
			height:33px;
			padding:1px 10px;
			position:relative;
			top: -100px;
			display:block;
		}
		div#results
		{
			font-size:18px;
			line-height:26px;
			background:#eee;
		}
			div#in_results
			{
				padding:25px 150px 75px;
			}
			a.result
			{
				display:inline-block;
				margin:0 0 5px;
				border-bottom:transparent solid 1px;
				transition:all 0.2s linear 0s;
			}
			a.result:hover
			{
				border-bottom:solid #000 1px;
			}
a#sign
{
    display: none;
    margin: 0 0 0 10px;
}

/* EN COURS... */

a#showmenu
{
	height:35px;
	width:30px;
	display:block;
	float:left;
	background:url('../imgs/showmenu.png') no-repeat #000 0 0;
	text-decoration:none;
	margin:0;
	cursor:pointer;
}
a#showmenumob
{
	height:35px;
	width:30px;
	display:none;
	float:left;
	background:url('../imgs/showmenu.png') no-repeat #00a3de 0 0;
	text-decoration:none;
	margin:0 2px 0 0;
	cursor:pointer;
}

a#homemob
{
	height:35px;
	width:30px;
	display:none;
	float:left;
	background:url('../imgs/home_white.png') no-repeat #00a3de 0 0;
	text-decoration:none;
	margin:0 2px 0 0;
	cursor:pointer;
}

/* Footer Article */
div#footer_article
{
	color:#484848;
	font-size:11px;
	padding:30px 0px;
	margin:0;
}
	
	
/* SEARCH... */
div#searchbox
{
	display:none;
	padding:10px;
	margin:0 0 55px;
}

	
	
input#words
{
	height:24px;
	border:none;
	padding:2px 4px;
	float:right;
	width:200px;
	color:#aaa;
}

input#gosearch
{
	display:block;
	float:right;
	height:28px;
	width:22px;
	margin-left:2px;
	background:url("../imgs/gosearch.png") no-repeat 0 0 #484848;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
input#gosearch:hover
{
	background:url("../imgs/gosearch.png") no-repeat 0 0 #00a3de;
}

/* SHAREX... */
div#sharex_home
{
	display:none;
	height:50px;
	margin:12px 0 0 25px;
	float:left;
}
div#sharex
{
	height:50px;
}
	a.share
	{
		display:block;
		width:50px;
		height:50px;
		float:left;	
	}
	a#sharex_facebook, a#footer_facebook
	{
		background:url('../imgs/fb.png') no-repeat center center #000;
		transition:all 0.2s linear 0s;
		margin:5px 5px 0 -8px;
	}
	a#sharex_facebook:hover, a#footer_facebook:hover
	{
		background:url('../imgs/fb.png') no-repeat center center #5a946a;	
	}
	a#sharex_twitter, a#footer_twitter
	{
		background:url('../imgs/tw.png') no-repeat center center #000;
		transition:all 0.2s linear 0s;
		margin:5px 0 0;
	}
	a#sharex_twitter:hover, a#footer_twitter:hover
	{
		background:url('../imgs/tw.png') no-repeat center center #5a946a;	
	}

a#footer_sign
{
	float:left;
}
div#networks_links
{
	float:left;
	margin: 15px 40px 0 30px;
}

a.footer_link
{
	display:block;
	color:#000;
	font:14px/18px "pt_mono",Verdana,sans-serif;
	text-decoration:none;
	margin: 0 0 5px;
	transition:all 0.2s linear 0s;
}
a.footer_link:hover
{
	color:#5a946a;
	text-decoration:line-through;
}
	a.marged
	{
		margin:13px 0 0;
	}

div#partners
{
    background: none repeat scroll 0 0 #fff;
    padding: 10px 0;
}
a.partner
{
	display:block;
	float:left;
	width:14%;
	text-align:center;
}
	a.partner img
	{
		transition:all 0.2s linear 0s;
		height:75px;
	}
	
	a.partner:hover img
	{
		height:72px;
	}

/* PAGE EXPO */

div.box_antic
{
	padding:0 0 107px;
}
	div#infos_top
	{
		max-width:1128px;
		margin:9px auto 31px;
		position:relative;
	}
	
	h2#page_title
	{
		font: 45px "pt_mono_bold", Verdana, sans-serif;
		margin: 0 0 50px 188px;
		letter-spacing: 0;
		color:#000;
	}
	
	a#back, a#back_open_calendar
	{
		background:url('../imgs/sprite_bie2015.png') no-repeat right 2px;
		margin: 0 0 0 188px;
	}
	
	a#reload
	{
		background:url('../imgs/sprite_bie2015.png') no-repeat right -55px;
		margin: 0 0 0 188px;
	}
	
	a#filter
	{
		background:url('../imgs/sprite_bie2015.png') no-repeat right -112px;
		margin: 0 0 0 188px;
	}
	
	a#filter_remove
	{
		background:url('../imgs/sprite_bie2015.png') no-repeat right -27px;
		margin: 0 0 0 188px;
	}

div#header_pic
{
    margin: 0 auto;
	width: 100%;
    max-width: 1128px;
    position: relative;
	line-height: 0;
	height: 634px;
}
	img#antic_pic
	{
		display:none;
		width:100%;
	}
	img#antic_pic_big
	{
		position:absolute;
		display:none;
		width:100%;
		-moz-transform: rotate(0);
		transform: rotate(0);
		border: 1px solid transparent;
	}
	
	img#shar_pic
	{
		position:fixed;
		display:block;
		top:-10000px;
	}

	h1#antic
	{
		position:absolute;
		top:14px;
		left:376px;
		font:68px 'pt_mono_bold';
		text-transform:uppercase;
		margin:0;
		padding: 0;
		display:none;
		line-height:68px;
	}

div.antic
{
	margin:0;
	padding: 0 0 75px;
	width: 100%;
	position:relative;
}

div#content_global
{
    max-width: 1128px;
}
	div.with_gallery
	{
		margin:69px auto 0;
	}
	div.without_gallery
	{
		margin:100px auto 0;
	}
	div.lite
	{
		margin:53px auto 0;
	}

	div#infos_left
	{
		width:300px;
		padding:0;
		float:left;
		margin:0;
		font:15px/22px 'pt_mono';
	}
	
		span.cat_pt_mono
		{
			border-bottom: 3px solid #000;
			display: inline-block;
			margin: 10px 0 5px;
		}
	
	div#content_right
	{
		float:right;
		max-width:752px;
		margin:0;
		font-size: 18px;
		line-height:26px;
		width: 100%;
	}
	
		h1.antic
		{
			font:55px/50px 'pt_mono_bold';
			text-transform:uppercase;
			padding:0;
			margin:0 0 16px 0;
			display: block;
		}
	
		h4.antic
		{
			font:22px/22px 'pt_mono_bold';
			text-transform:uppercase;
			padding:0;
			margin:0 0 16px 0;
			display: block;
		}
		h4.h4_no_margin
		{
			margin:0 0 6px 0;
		}
		
		h5.antic
		{
			font:22px/22px 'pt_mono_bold';
			text-transform:uppercase;
		}
		
		div.page_inc
		{
			margin:0;
		}
		
		div.pic_off
		{
			margin:53px 0 0;
			max-width:564px;
		}
			img.pic_off
			{
				width:100%;
			}
div.bros_wrapper
{
	margin:53px 0 0;
}
	div.bros_single
	{
		margin:20px 0 0;
	}
	
	img.bros_img
	{
		float:left;
		margin:8px 5px 0 0;
		height:79px;
	}
	
a h5
{
    color: #fff;
    display: inline-block;
    font: 20px/25px "pt_mono",Verdana,sans-serif;
    height: 25px;
    max-width: 564px;
    min-width: 188px;
    overflow: hidden;
    padding: 4px 10px;
    transition: all 0.2s linear 0s;
    width: auto;
}

	h5, h5.bros_spe
	{
		display:inline-block;
		font: 18px/26px "pt_mono_bold";
		padding: 0;
		color:#000;
		margin: 0 0 8px;
	}
	h5.h5_in, h5.h5_off
	{
		margin:0;
	}

a h5.h5_off
{
    background: #3c83ae;
}
a:hover h5.h5_off
{
    background: #4ba1d2;
	text-decoration:line-through;
}
a h5.h5_in
{
    background: #5a946a;
}
a:hover h5.h5_in
{
    background: #6fb57f;
	text-decoration:line-through;
}

h6
{
	display:inline-block;
	font: 18px/26px "pt_mono";
	margin:0;
	padding: 0;
}
	
div#filters
{
	background:#eee;
	display: none;
	margin-bottom: 53px;
}
	div.filters_box
	{
		padding:20px;
	}
	div.col
	{
		-webkit-columns: 4;
		-moz-columns: 4;
		columns: 4;	
	}
		span.filter_cat
		{
			display:block;
			font:13px "pt_mono_bold",Verdana,sans-serif;
			margin:0 5px;
			text-transform:uppercase;
		}
		ul.filter
		{
			margin:0 20px 0 0;
			float:left;
		}
		li.filter
		{
			display: inline;
		}
		li.filter:after
		{
			content: "/";
		}
		li.filter:last-child:after {
			display: none;
		}
			a.filter_bt
			{
				display:inline-block;
				font:13px "pt_mono",Verdana,sans-serif;
				padding:0;
				margin:0 5px;
				border-bottom: 1px solid transparent;
				transition: all 0.2s linear 0s;
				letter-spacing: -0.05em;
			}
			a.filter_bt:hover
			{
				border-bottom: 1px solid #000;
			}
		ul.col
		{
			margin:0 15px 0 0;
			float:left;
		}
			li.filter_col
			{
				display:block;
				margin:0 0 2px;
			}
		
a.menu_antic_special
{
    color: #000;
    display: block;
    margin: 0;
    text-decoration: none;
	border-top:solid 1px #000;
	position:relative;
	transition: all 0.2s linear 0s;
	overflow: hidden;
}
a.menu_antic_special:hover
{
	text-decoration:none;
	color:#fff;
}
a.menu_antic_special:hover span.flat_a_minor_strong_calendar
{
	padding:4px 6px 4px 0;
}
a.menu_antic_in
{
	height:106px;
}
a.menu_antic_in:hover
{
	background:#5A946A;
}
a.menu_antic_off
{
	height:80px;
}
a.menu_antic_off:hover
{
	background:#3c83ae;
}
a.menu_antic_event_in, a.menu_antic_event_off
{
	height:90px;
}
a.menu_antic_event_in:hover
{
	background:#5A946A;
}
a.menu_antic_event_off:hover
{
	background:#3c83ae;
}
div.flat_a_txt_in
{
    display: block;
    margin-left: 198px;
    position: absolute;
	top:8px;
}
div.flat_a_txt_off
{
    display: block;
    margin-left: 155px;
    position: absolute;
	top:8px;
}
div.flat_a_txt_calendar
{
    display: block;
    margin-left: 0;
    position: absolute;
	top:0px;
}
	span.flat_a_title
	{
		font: 30px/30px "pt_mono_bold",Verdana,sans-serif;
		text-transform: uppercase;
	}
	span.flat_a_title_off
	{
		font:22px/22px "pt_mono_bold",Verdana,sans-serif;
	}
	span.flat_a_title_event_in, span.flat_a_title_event_off
	{
		font:22px/22px "pt_mono_bold",Verdana,sans-serif;
		text-transform:unset;
	}

	span.flat_a_infos
	{
		float:left;
	}

	span.flat_a_minor
	{
		font:15px "pt_mono",Verdana,sans-serif;
	}
	span.flat_a_minor_strong
	{
		font:16px "pt_mono_bold",Verdana,sans-serif;
		text-transform:uppercase;
	}
	span.flat_a_minor_strong_calendar
	{
		color: #fff;
		display: inline-block;
		font: 16px/16px "pt_mono_bold",Verdana,sans-serif;
		margin: 0 0 5px;
		padding: 4px 6px 4px 6px;
		text-transform: uppercase;
		transition: all 0.2s linear 0s;
	}

	img.img_antic
	{
		float:left;
	}
	img.img_antic_off
	{
		height:80px;
	}
	img.img_antic_calendar
	{
		height:80px;
		float:right;
	}
	span.antic_special
	{
		display: block;
		margin: 0 auto;

		position:relative;
		height: 100%;
	}



tr,td
{
	padding:10px;
}

div#gotop_wrapper
{
	display: none;
	position: fixed;
	bottom: 20px;
	left:0;
	height:37px;
	width: 100%;
}
	a#gotop
	{
		background: url("../imgs/sprite_bt_color.png") no-repeat scroll center -27px #000;
		cursor: pointer;
		display: none;
		float: left;
		height: 37px;
		transition: all 0.2s ease 0s;
		width: 40px;
		margin:0 1px 0 0;
	}
	a#gotop:hover
	{
		background:url('../imgs/sprite_bt_color.png') no-repeat center -29px #000;
	}


/* GOOGLEMAP */
div#googleMap_wrapper
{
	margin:107px auto 0;
	position:relative;
}
div#googleMap
{
	/*max-width:1128px;*/
	width:100%;
	height:400px;
}
div#googleMapMask
{
	background:transparent;
	width:100%;
	height:400px;
	position:absolute;
	top:0;
	cursor:crosshair;
}
div#bg_reti {
    font: 1em/30px "pt_mono";
    position: fixed;
	left:-1000px;
	background:#fff;
	padding:5px;
}


div#infoWindow
{
	text-align:center;
	min-width: 250px;
	min-height:50px;
	border-radius:10px;
	color:#000;
}
a.infoWindow
{
	color:#000;
	font-size:15px;
	font-family:"pt_mono",Verdana,sans-serif;
}

div#map_legend
{
	float:right;
	margin:8px 0 0;
}

a#see_map {
	float:right;
	background: url("../imgs/sprite_bie2015.png") no-repeat scroll right -280px rgba(0, 0, 0, 0);
	margin: 5px 0 0 53px;
}

/* GALLERY */
div#gallery_interface
{
	float:left;
	width:50%;
	background:#ff0000;
}
div.box_galerie
{
	visibility:hidden;
	position:fixed;
	bottom:10000px;
	margin:0 0 150px 0;
}
div.pic_wrapper
{
	position:relative;
	width:auto;
	margin:10px 10px 50px 10px;
	line-height:0
}
	div.img_wrapper
	{
		display:inline-block;
		position:relative;
		line-height:0
	}
		img.gallery_pic
		{
			width:100%;
			cursor: pointer;
		}
		img.sizeatload
		{
			background:url('../imgs/ajax-loader_black.gif') no-repeat center center;
		}
	span.legend
	{
		display:block;
		width:180px;
		line-height:1.2em;
	}
		span.f_l
		{
			float:left;
			text-align:right;
			padding:0 20px 0 0;
		}
		span.f_r
		{
			float:right;
			text-align:left;
			padding:0 0 0 20px;
		}

/* NEWSER IN */
div#newser_in
{
	width:100%;
	border-top: 1px solid #000;
	margin: 0;
	height:424px;
	overflow:hidden;
}
	div#col_bt
	{
		width:376px;
		float:left;
	}
		a.bt_newser
		{
			display:block;
			height:105px;
			border-bottom:solid 1px #000;
			overflow:hidden;
			vertical-align:middle;
			width:100%;
			transition: all 0.2s linear 0s;
		}
			a.bt_newser_hover
			{
				background:#5a946a;
				color:#fff;
			}
			span.titre_bt
			{
				display:table-cell;
				height:106px;
				font:20px/26px 'pt_mono_bold', Verdana, sans-serif;
				vertical-align:middle;
				padding:0 10px;
				text-transform: uppercase;
			}
			span.desc_bt
			{
				display:none;
				vertical-align:middle;
				height:106px;
				font:15px/18px 'pt_serif_regular', Verdana, sans-serif;
				color:#fff;
				padding:0 10px;
			}
		a.bt_newser:hover
		{
			background:#5A946A;
		}
			a.bt_newser:hover span.titre_bt
			{
				display:none;
			}
			a.bt_newser:hover span.desc_bt
			{
				display:table-cell;
			}

			
	div#col_pic
	{
		background:#fff;
		line-height: 0;
	}
		span.titre_bt_mobile
		{
			display:none;
			font:18px/26px "pt_mono_bold",Verdana,sans-serif;
			padding:10px;
		}
		img.newser_big
		{
			width:100%;
		}
		div.col_pic_wrapper
		{
			overflow:hidden;
			position:relative;
			border-bottom: 1px solid #000;
		}
		div.dis
		{
			display:block;
		}
		div.no_dis
		{
			display:none;
		}
		
		a.bt_newser_lit
		{
			display:block;
			width:188px;
			height:280px;
			float:left;
			transition: all 0.2s linear 0s;
		}
		a.bt_newser_lit_hover
		{
			background:#3c83ae;
			color:#fff;
			transition: all 0.4s linear 0s;
		}
		a.bt_newser_lit_hover img
		{
			transform:scale(1.04);
		}
			span.infos_bt_lit
			{
				display:block;
				padding:2px 15px 0 5px;
			}
				span.titre_bt_lit {
					display: block;
					font: 16px/18px "pt_mono",Verdana,sans-serif;
					margin-top: 5px;
					text-transform: uppercase;
				}
				span.lieu_bt_lit {
					display: block;
					font: 15px/18px "pt_mono",Verdana,sans-serif;
					margin-top: 5px;
				}
				span.desc_bt_lit
				{
					padding:4px 0 0 5px;
					display:none;
					font:15px/18px 'pt_serif_regular', Verdana, sans-serif;
				}
		a.bt_newser_lit:hover
		{
			background:#3c83ae;
		}
			a.bt_newser_lit:hover span.titre_bt_lit, a.bt_newser_lit:hover span.lieu_bt_lit
			{
				display:none;
			}
			a.bt_newser_lit:hover span.infos_bt_lit span.desc_bt_lit
			{
				display:table-cell;
				color:#fff;
			}
			
		span.bt_pic_wrapper
		{
			display:block;
			height:106px;
			overflow:hidden;
		}
			
		a.bt_newser_lit img
		{
			transition:0.4s all;
		}
		a.bt_newser_lit:hover img
		{
			transform:scale(1.04);
		}
		
		
a.bt_color
{
	display:inline-block;
	font: 20px "pt_mono",Verdana,sans-serif;
	padding:6px 52px 6px 24px;
	min-width:188px;
	width:auto;
	color:#fff;
	transition: all 0.2s linear 0s;
}
a.bt_color:hover
{
	text-decoration:line-through;
}
a#see_all_in
{
	background:url('../imgs/sprite_bt_color.png') no-repeat right 4px #5a946a;
	margin:53px 0 0 376px;
}
a#see_all_in:hover
{
	background:url('../imgs/sprite_bt_color.png') no-repeat right 4px #6fb57f;
}
a#see_all_off
{
	background:url('../imgs/sprite_bt_color.png') no-repeat right 4px #3c83ae;
	margin:53px 0 0 376px;
}
a#see_all_off:hover
{
	background:url('../imgs/sprite_bt_color.png') no-repeat right 4px #4ba1d2;
}
	span.cat_see_all
	{
		font-family:"pt_serif_regular",Verdana,sans-serif;
		text-transform:uppercase;
	}

/* CALENDAR */
div#calendar_interface
{
	margin:0;
	height:135px;
}
span#today
{
	display:inline-block;
	width:440px;
	text-align:center;
	font:30px/30px 'pt_mono_bold', Verdana, sans-serif;
	vertical-align:middle;
	text-transform:uppercase;
}
a#next_day
{
	height:30px;
	width:36px;
	display:inline-block;
	cursor:pointer;
	background:url('../imgs/sprite_bt_color.png') no-repeat right -59px;
	vertical-align:middle;
}
a#prev_day
{
	height:30px;
	width:36px;
	display:inline-block;
	cursor:pointer;
	background:url('../imgs/sprite_bt_color.png') no-repeat right -87px;
	vertical-align:middle;
}
span#yesterday_ghost
{
	height:30px;
	width:36px;
	display:inline-block;
	cursor:pointer;
	margin:0;
	vertical-align:middle;
}
div#picker_wrapper
{
	margin-top:40px;
}
a#pickdate
{
	background:url("../imgs/sprite_bie2015.png") no-repeat right -196px;
}

table#cal
{
	width:100%;
}
td.ghost
{
	border:none;
	padding:0;
}
td.case_cal
{
	text-align:center;
	vertical-align:center;
	border:solid 1px #000;
	padding:0;
}

a.a_cal
{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	transition:all 0.2s linear 0s;
	padding: 5px 0;
	font-family: "pt_mono";
}
a.a_cal:hover
{
	background:#6fb57f;
	text-decoration:line-through;
}

a.calendar, span.calendar
{
    border-top: 1px solid #000;
    color: #000;
    display: block;
    margin: 0;
	padding:12px 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
	min-height: 66px;
}
a.calendar:hover
{
	color:#fff;
}
	span.cal_titre
	{
		display:block;
		font:26px/26px 'pt_mono_bold', Verdana, sans-serif;
	}
	span.cal_sous_titre
	{
		display:block;
		font:15px/15px 'pt_mono', Verdana, sans-serif;
		margin:8px 0 0;
	}
	span.cal_lieu
	{
		display:block;
		font:15px/15px 'pt_mono', Verdana, sans-serif;
		margin:4px 0 0;
	}
	span.cal_hour
	{
		display:block;
		font:16px/16px 'pt_mono_bold', Verdana, sans-serif;
		margin:8px 0 0;
		text-transform:uppercase;
	}
	
/* RANDOM EXPOS */
div#random_expos
{
    display: block;
    margin: 0 auto;
    max-width: 1128px;
	background:#eeeeee;
	height:211px;
	overflow:hidden;
}
	span#title_random_expos
	{
		border-bottom: 3px solid #000;
		display: inline-block;
		font: 15px "pt_mono",Verdana,sans-serif;
		margin:107px 0 20px 10px;
	}
	a.bt_random_expos
	{
		display:block;
		float:left;
		width:168px;
		margin:10px;
		min-height:191px;
	}
		a.bt_random_expos:hover span.titre_random_expos
		{
			text-decoration:line-through;
		}
		
	span.titre_random_expos
	{
		display:inline-block;
		padding:0 10px 10px 10px;
		font:15px/20px 'pt_mono', Verdana, sans-serif;
		text-transform:uppercase;
	}
	img.pic_random_expos
	{
		width:168px;
	}

	

div.wrapper_256
{
	max-width:256px;
	float:left;
	overflow:hidden;
}

	div#fix_sous_menu
	{
		width:auto;
		position:fixed;
		top:110px;
	}
	
	a.sous_menu_color
	{
		background: #5a946a;
		color: #fff;
		display: block;
		font: 16px/25px "pt_mono",Verdana,sans-serif;
		margin: 0 0 1px;
		min-height: 25px;
		padding: 6px 10px;
		transition: all 0.2s linear 0s;
	}
	a.sous_menu_color:hover
	{
		background: #6fb57f;
		text-decoration:line-through;
	}

div.wrapper_752
{
	max-width:752px;
	float:left;
	margin:0 0 0 188px;
}
	
/* BOX TITRE */
.box_titre
{
	max-width:1128px;
	margin:0 auto 16px;
}
	h1.h1_normal
	{
		font:50px/50px 'pt_mono_bold';
		text-transform:uppercase;
		padding:0;
		margin:0 0 16px 0;
		display: block;
	}
	h2.h2_normal
	{
		font:22px/22px 'pt_mono_bold';
		text-transform:uppercase;
		padding:0;
		margin:0;
		display: block;
	}

/* BOX GENERIQUE */	
.box_generique_large
{
	max-width:1128px;
	margin:16px auto 32px;
	font-size: 18px;
    line-height: 26px;
}
	.grey
	{
		font: 14px/20px 'pt_mono', Verdana, sans-serif;
		background:#eee;
		padding:32px 16px;
		max-width:1108px;
	}
	h2.titre_box
	{
		display:inline-block;
		font: 18px/26px "pt_mono_bold";
		padding: 0;	
	}

	span.note
	{
		display: inline-block;
		font: 16px/18px "pt_serif_italic",Verdana,sans-serif;
	}
	
div.space
{
	height:53px;
}

/* BOX VIDEO */
#player
{
	display:block;
	margin:40px auto 0;
}

.box_video
{
	width:100%;
	margin:-1px 0 0;
	font-size: 18px;
    line-height: 26px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.box_video img 
{
	width: 178px;
}

a.box_video_a
{
	cursor:pointer;
	display:block;
	transition: all 0.2s linear 0s;
	background:#fff;
	overflow: hidden;
    position: relative;
    text-decoration: none;
	height:100px;
}
a.box_video_a:hover
{
/*	background:#5a946a;*/
	background:#000;
	color:#fff;
}
	
span.box_video_infos
{
    display: block;
    margin-left: 187px;
    position: absolute;
    top: 8px;
}
	span.titre_box_video
	{
	    font: 20px/20px "pt_mono_bold",Verdana,sans-serif;
		text-transform: uppercase;
	}
	span.sous_titre_box_video
	{
		display: block;
		font: 15px/21px "pt_mono",Verdana,sans-serif;
	}
	
a#close_video
{
	background:url("../imgs/sprite_bie2015.png") no-repeat scroll right -224px #000;
	color:#fff;
}

/* Box_image */
.box_image {
    max-width: 100%;
}

#Fullscreen {
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
}
	
/* XTRA */
div#skip_wrapper
{
	display:none;
	position:absolute;
	top:0;
	width:100%;
}
a#skip
{
	background:url('../imgs/sprite_bie2015.png') no-repeat scroll right -306px transparent;
	display:inline-block;
}

div#home_sign
{
	position:absolute;
	bottom:20px;
	width:100%;
}

div#wrapper_img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:help;
}
	img#xtra_pic
	{
		display:none;
	}
	
div#wrapper_words
{
	position:absolute;
	top:33%;
	left:0;
}
	a.word
	{
		display:block;
		font:20px/20px 'pt_mono',Verdana,sans-serif;
		padding: 4px 0;
		cursor:pointer;
		text-transform:uppercase;
		text-decoration:none;
		cursor:help;
	}
	a.word:hover
	{
		text-decoration:line-through;
	}

div#game_result
{
	display:none;
	max-width: 1128px;
	margin:40px auto 0;
	height: 428px;
	top:0;
}
div.game_result
{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin: -1px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
	background: none repeat scroll 0 0 #f0f5f0;
}
div.pourcent
{
	width:0;
	background: none repeat scroll 0 0 #5a946a;
	position:absolute;
	top:0;
	height:100%;
}
span.txt_result
{
	display:table-cell;
	height:100%;
	font:20px/26px 'pt_mono', Verdana, sans-serif;
	vertical-align:middle;
	padding:0 10px;
	position:absolute;
	text-transform:uppercase;
}

/* BOX FICHE */
div.box_fiche
{
	margin:0 0 106px 0;
}
div.rail_fiche
{
	display:none;
}
div.menu_fiche_e_large, div.menu_fiche_e
{
	margin:53px 0 0;
}
div#bg_fiche_overlay
{
	top:0;left:0;
	position:fixed;
	width:100%;
	height:100%;
	background:url('../imgs/ajax-loader_black.gif') no-repeat center center transparent;
}
div#content_fiche
{
	padding:20px;
	background:#fff;
	opacity:0;
	box-shadow:#999 -4px 4px 16px;
	overflow:auto;
}
a.bt_fiche_e
{
    border: 1px solid #000;
    display: block;
    float: left;
    height: 106px;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 186px;
	cursor:pointer;
}
a.bt_fiche_e h2.fiche_e
{
	color:#000;
	display:inline-block;
	position: absolute;
	top:106px;
	width:100%;
	height:100%;
	transition: all 0.2s linear 0s;
	text-align:center;
	vertical-align:middle;
	font: 18px/18px "pt_mono",Verdana,sans-serif;
}
a.bt_fiche_e img
{
	position: absolute;
	top:0;
	transition: all 0.2s linear 0s;		
}
	a.bt_fiche_e:hover img
	{
		top:-106px;
	}
	a.bt_fiche_e:hover h2.fiche_e
	{
		top:20px;
	}
	
div.hidden_fiche_text
{
	display:none;
}
	
div#bot
{
	width:100%;
}

/* TABLE SPECIAL */
table.special_tab tr,td
{
	text-align:center;
	border:solid 1px #000;
}
td.left_align
{
	text-align:left;
	width:33%;
}
	
@media screen and (max-width:1300px){
	div.wrapper_256
	{
		max-width:168px;
	}
	
	a.sous_menu_color {
		font: 14px/20px "pt_mono",Verdana,sans-serif;
	}
}

@media screen and (max-width:1024px){

	h1#antic
	{
		left:10px;
	}

	div#content_global
	{
		width:96%;
		padding:0 2%;
	}
	
	div#infos_left
	{
		padding: 0;
	}
	
	div#content_right {
		float: left;
		margin: 53px 0;
		max-width: 100%;
	}
	
	div.wrapper_1128, span.wrapper_1128
	{
		max-width:1024px;
	}
	
	a#vignets {
		background: url("../imgs/sprite_bie2015.png") no-repeat scroll right -140px rgba(0, 0, 0, 0);
		margin: 0 0 0 20px;
	}

	div#newser_in
	{
		height:auto;
	}	
	div#col_bt
	{
		width:40%;
		float:left;
	}
	div#col_pic {
		float:right;
		width:60%;
	}
	a#see_all_in, a#see_all_off {
		display: block;
		margin: 20px auto;
		text-align: center;
		width: auto;
		font:18px "pt_mono",Verdana,sans-serif;
		background-image:none;
	}
	a#see_all_in:hover, a#see_all_off:hover {
		background-image:none;	
	}
	
	a.bt_newser, span.titre_bt
	{
		height:86px;
		font-size:18px;
	}
	span.desc_bt
	{
		font-size:14px;
		line-height:16px;
		height:86px;
	}
	
	a.bt_newser_lit
	{
		width:16.66%;
	}	
}

@media screen and (max-width:768px){

	div#page
	{
		padding:53px 0 0;
	}
	
	div.box_antic
	{
		padding:0;
	}
	
	h1.titre_page
	{
		margin: 0 0 0 10px;
	}

	h1#antic
	{
		font:40px/40px "pt_mono_bold";
	}
	
	div#fix_menu, a#back, a#back_open_calendar, a#reload, a#filter, a#filter_remove
	{
		margin: 0 0 0 10px;
	}
	
	div.wrapper_1128, span.wrapper_1128
	{
		max-width:768px;
	}
	
	a#vignets {
		background: url("../imgs/sprite_bie2015.png") no-repeat scroll right -140px rgba(0, 0, 0, 0);
		margin: 0 0 0 20px;
	}
	
	a.bt_newser_lit
	{
		width:188px;
	}
	
	div#fix_sous_menu
	{
		margin-left: 10px;
		position: static;
		top: 0;
		width: 90%;
	}
	div.wrapper_256
	{
		float: none;
		margin: 0 0 53px;
		max-width: 320px;
	}
	div.wrapper_752 {
		float: none;
		margin: 0 0 0 10px;
		max-width: none;
	}
	a.partner img {
		height: 60px;
		transition: all 0.2s linear 0s;
	}
	a.partner:hover img
	{
		height: 57px;
	}
	
	div.col
	{
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;	
	}

	div#in_results {
		padding: 25px 50px 75px;
	}
	
	a.bt_newser, span.titre_bt
	{
		height:64px;
		font-size:18px;
	}
	span.desc_bt
	{
		font-size:14px;
		line-height:16px;
		height:64px;
	}
	a#footer_sign {
		margin-left:25px;
	}
	div#networks_links
	{
		width:100%;
	}
}


@media screen and (max-width:480px){

	h1#antic
	{
		display:none;
	}

	div.wrapper_1128, span.wrapper_1128
	{
		max-width:480px;
	}
	div.wrapper_h_80 {
		min-height:30px;
		height:40px;
	}
	
	div#content_right
	{
		font-size: 16px;
		line-height: 23px;
	}
	
	div#infos_left {
		font: 14px/18px "pt_mono";
		width: 100%;
	}


	a#sharex_facebook, a#footer_facebook {
		margin: 5px 5px 0 0;
	}
	
	h1.titre_page
	{
		font: 26px/26px "pt_mono_bold",Verdana,sans-serif;
		margin:0 0 10px 10px;
	}

	a.menu_antic_in {
		height: 80px;
	}
	
	img.img_antic {
		height: 80px;
		width:auto;
	}	

	div.flat_a_txt_in {
		margin-left: 148px;
	}
	span.flat_a_title 
	{
		font: 18px/18px "pt_mono_bold",Verdana,sans-serif;
	}
	span.box_video_infos {
		margin-left: 150px;
		line-height:15px;
	}
	span.titre_box_video
	{
	    font: 16px/16px "pt_mono_bold",Verdana,sans-serif;
		text-transform: uppercase;
	}
	span.sous_titre_box_video
	{
		display:none;
	}
	a.box_video_a canvas
	{
		height: 80px;
		width:auto;	
	}
	div#partners
	{
		display:none;
	}
	div#footer_article {
		padding: 30px 30px;
	}

	div#in_flap_right {
		padding: 70px 10px 106px;
	}

	div#calendar_interface {
		height: auto;
	}

	span#today {
		width:auto;
		font: 18px/18px "pt_mono_bold",Verdana,sans-serif;
	}

	div#picker_wrapper {
		margin: 20px 0;
	}
	a#prev_day, a#next_day, span#yesterday_ghost, a#vignets
	{
		display:none;
	}
	span.cal_titre {
		font: 20px/20px "pt_mono_bold",Verdana,sans-serif;
	}
	td.case_cal {
		height: 50px;
	}
	div.with_gallery {
		margin: 20px auto 0;
	}


	div.img_wrapper {
		width: 100%;
	}
	img.gallery_pic {
		width: 100%;
		height:auto;
	}
	span.f_l {
		padding: 0 20px 0 0;
		text-align: left;
	}

	div#col_bt {
		display:none;
		float: none;
		width: 100%;
	}
		a.bt_newser
		{
			display:none;
		}
		a.bt_newser_hover
		{
			display:block;
			height:auto;
			background:transparent;
			top:50px;
		}
		a.bt_newser_hover span.titre_bt, a.bt_newser_hover:hover span.titre_bt
		{
			color:#000;
			display:block;
		}
	
	div#col_pic {
		width:100%;
	}
	span.titre_bt_mobile
	{
		display:block;
		text-transform:uppercase;
	}
	
	span.titre_bt
	{
		font: 18px/26px "pt_mono_bold",Verdana,sans-serif;	
		height:auto;
	}
	a.bt_newser_lit
	{
		width:50%;
	}	
	
	div#footer_article {
		padding: 10px;
	}
	
	div.col
	{
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;	
	}
	
	h1.h1_normal
	{
		font: 30px/30px "pt_mono_bold";	
	}

	h2.h2_normal {
		font:18px/18px "pt_mono_bold";
	}

	h5 {
		font: 16px/23px "pt_mono_bold";
	}	

	h6 {
		font: 16px/23px "pt_mono";
	}

	.box_generique_large {
		font-size: 16px;
		line-height: 23px;
	}
	
	a#footer_sign, a#footer_sign img
	{
		width:100%;
	}

	
	div#in_results {
		padding: 25px 0;
		font-size:15px;
		line-height:18px;
	}
	
	div#sharex_home
	{
		margin:12px 0 0 10px;
	}
	div#sharex
	{
		float:left;
	}
	a.marged
	{
		float:left;
		margin: 5px 0 0 25px;
	}
	
	img.bros_img
	{
		float:left;
		display:block;
		margin:0 100% 0 0;
		height:auto;
	}

	div#networks_links {
		margin: 15px 40px 0 10px;
	}
	
	a#footer_sign {
		margin:0;
	}
}

</pre></body></html>