/* ----- BASE DESIGN ------  */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked
{
  	position: absolute;
  	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label 
{
	position: relative; 
	padding-left: 26px; 
	padding-top: 1px;
	cursor: pointer;
	font-family: Arial;
	font-size: 0.8em;
	color: #373737; 
}
#menu_search [type="checkbox"]:not(:checked) + label,
#menu_search [type="checkbox"]:checked + label 
{
	color: #f3f3f3; 
}
input[type="checkbox"] + label::before
{
    content: '';
    position: absolute;
	left: 0; 
	top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
	border-radius: 3px;
    background: url("../images/ico_check_rad.png") no-repeat left top;
	background-size: 32px;
	opacity: 0.8;
	font-family: Arial;
}
input[type="checkbox"]:checked + label::before
{
    background: url("../images/ico_check_rad.png") no-repeat left bottom;
	background-size: 32px;
	opacity: 0.8;
}
input[type="checkbox"] + label:hover::before
{
	opacity: 1;
}
[type="radio"]:not(:checked),
[type="radio"]:checked
{
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label 
{
  position: relative; 
  padding-left: 26px; 
  padding-right: 8px;
  padding-top: 0px;
  cursor: pointer; 
}
input[type="radio"] + label::before
{
    content: '';
    position: absolute;
	left:0; 
	top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
	border-radius: 3px;
    background: url("../images/ico_check_rad.png") no-repeat -16px top;
	background-size: 32px;
	opacity: 0.7;
}
input[type="radio"]:checked + label::before
{
    background: url("../images/ico_check_rad.png") no-repeat -16px bottom;
	background-size: 32px;
	opacity: 0.7;
}
input[type="radio"] + label:hover::before
{
	opacity: 1;
}
html
{
	height: 0%;
}
body 
{
	width: 100%;
	margin: auto;
	padding: 0;
	height: 100%;
}
p 
{
    margin: 0;
}
img 
{
    border: 0;
}
li 
{
   list-style-type: none;
}
ul
{
   margin: 0;
   padding: 0;
}
h1
{
	clear: both;
	float: left;
	margin: 20px 0 15px 13px;
	font-family: Arial, sans-serif;
	font-size : 1.1em;
}
h3
{
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size : 1em;
}
label
{
	float: left;
}
input,
textarea
{
	-webkit-appearance:none;
    -moz-appearance:none;
}

/* ----- BASE STYLE ------  */

#dir_msg
{
	clear: both; 
	float: left; 
	padding: 20px 20px; 
	background: #EEE; 
	border: 4px solid  #f88100; 
	margin: 5px 5px 10px 5px;
}
.tahoma
{
	font-family: Arial, sans-serif;
}
.bold
{
	font-weight: bold;
}
.first_color
{
	color: #FF9900;
}
.second_color
{
	color: #002f9b;
}
.purple
{
	color: #002f9b;
}
.error
{
	font-family: Arial, sans-serif;
	color: #E60004;
	font-size: 0.85em;
}
.p_error
{
	clear: both;
	float: left;
	margin: -20px 0 20px 0;
	font-family: Arial;
	color: #E60004;
	font-size: 0.85em;
}
.txt_info
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: #373737;
}
.p_txt_info
{
	clear: both;
	float: left;
	margin: -20px 0 20px 0;
	font-family: Arial; 
	font-size: 0.8em; 
	color: #373737;
}
.uppercase
{
	text-transform: uppercase;
}
.orange
{
	color: #FF8100;
}
.yellow_color
{
	color: #FBBA1A;
}
.red_color
{
	color: #F54D4D;
}
.flashy_green
{
	color: #62BE0A;
}
.video_span_listing
{
	color: #002f9b;
}

/* ----- COOKIES -----  */

#valid_cookies
{
	position: fixed;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #eee;
	font-size: 0.8em;
	bottom: 0;
	background: #002f9b;
	padding: 15px 2%;
	width: 96%;
	z-index: 100000;
}
@media (min-width: 768px)
{
	#valid_cookies
	{
		line-height: 10px;
	}
}
#cookie_accept
{
	color: #555555;
	letter-spacing: 1px;
	background: #FFFFFF;
	padding: 1px 3px;
	text-decoration: none;
	margin-left: 10px;
	font-size: 0.9em;
}
#cookie_infos
{
	color: #FFFFFF;
}

/* ----- TOP HEADER DESIGN -----  */

#background
{
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	z-index: -1;
	top: 0;
}
#p_background
{
	height: 170px;
}
@media (max-width: 768px)
{
	#background
	{
		display: none;
	}
	#p_background
	{
		display: none;
	}
}
#top_header
{
	width: 100%;
	min-height: 85px;
	background: #f7f7f7;
	position: relative;
}
#top_header_adm
{
	width: 100%;
	min-height: 130px;
	background: #f7f7f7;
	position: relative;
}
#menu_top_header
{
	clear: both;
	float: left;
	width: 100%;
}
#left_top_header_wrap
{
	clear: both; 
	float: right;
	width: 100%;
	background: #002f9b;
	height: 45px;
}
#left_top_header_wrap_adm
{
	clear: both; 
	float: right;
	width: 100%;
	background: #002f9b;
	height: 45px;
}
@media (min-width: 720px)
{
	#left_top_header_wrap_adm
	{
		height: 90px;
	}
}
#left_top_header
{
	width: 100%;
}
#left_top_header nav
{
	width: 100%;
	position: absolute;
	text-align: center;
	margin-top: 45px;
	z-index: 2;
}
@media (min-width: 720px)
{
	#left_top_header nav
	{		
		width: auto;
		float: right;
		position: relative;
		margin: auto;
		text-align: right;
	}
	#left_top_header
	{
		width: 100%;
		margin: auto;
	}
}
@media (min-width: 1024px)
{
	#left_top_header
	{
		width: 950px;
	}
}
#right_top_header
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 40px;
	margin-top: 40px;
	text-align: right;
	background: #f7f7f7;
}
#right_top_header nav
{
	float: left;
	width: 100%;
}
#right_top_header ul
{
	display: block;
	clear: both;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
@media (min-width: 720px)
{	
	#right_top_header
	{
		float: none;		
		height: 75px;
		background: #f7f7f7;
	}
}
@media (min-width: 768px)
{
	#right_top_header nav
	{
		float: right;
		width: auto;
	}
	#right_top_header
	{
		width: 97%;
		height: 40px;
		margin: 0 0 0 1.5%;
		padding: 0;
	}
}
@media (min-width: 1024px)
{
	#right_top_header
	{
		width: 950px;
		margin: auto;
	}
}
#right_top_flags
{
	position: absolute;
	right: 5px;
	padding: 7px 7px 0 0;
	text-align: right;
	height: 27px;
	overflow: hidden;
	z-index: 3;
}
@media (min-width: 720px)
{
	#right_top_flags
	{
		float: right;
		right: inherit;
		position: relative;
		width: 5%;		
		padding: 6px 10px 0 0;
	}
}
@media (min-width: 1024px)
{
	#right_top_flags
	{	
		width: 4.5%;
		padding: 6px 0 0 0;		
	}
}
#right_top_flags:hover
{
	height: auto;
}
#right_top_flags input
{
	width: 20px;
	border: solid 1px #FFFFFF;
}
#right_top_flags li
{
	float: right;
	clear: both;
	margin: 0 2% 0 2%;
	padding: 9px 6px 3px 6px;
	z-index: 644444;
}
.right_top_flags_over li
{
	background: #F4F4F4;
	background: rgba(250, 250, 250, 0.8);
}

/* ----- TOP HEADER STYLE -----  */

.li_top_header
{   
	display: inline;
	font-family: Arial, sans-serif;
	color: #A1A1A1;
	overflow: hidden;
	padding: 4px 2px;
	text-align: center;
	font-size: 0.8em;
	line-height: 30px;
}
.li_top_header img
{
	display: none;
}
.li_top_header a,
.li_top_header span
{	
	line-height: 22px;
	font-family: Arial, sans-serif;
	color: #A1A1A1;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
}
.li_top_header a,
.li_top_header span
{
	font-family: Arial, sans-serif;
	color: #616161;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
.li_top_header a:hover
{   
	text-decoration: underline;
}
#p_top_header
{   
	display: none;
}
@media (min-width: 768px)
{
	#p_top_header
	{
		display: block;
		float: left;
		font-family: Arial, sans-serif;
		font-size:  0.8em;
		color: #616161;
		line-height: 40px;
	}
	#p_top_header span
	{
		font-family: Arial, sans-serif;
		color: #616161;
	}
}
@media (min-width: 768px)
{	
	.li_top_header
	{
		float: left;
		margin: 0;
		padding: 0 2px;
		border: none;
		width: auto;
		text-align: left;
		line-height: 30px;
	}
	.li_top_header a,
	.li_top_header span
	{
		float: left;
		margin: 0;
		line-height: 30px;
	}
	.li_top_header img
	{
		float: left;
		margin: 0 5px 0 20px;
	}
}

/*  ----- BACKGROUND WESITE -----  */

#background_site_1
{
	margin: auto;
	width: 100%;
	padding: 5px 0 0 0;
	background: #FFF;
}
@media (min-width: 720px)
{
	#background_site_1
	{
		
	}
}
@media (min-width: 1024px)
{
	#background_site_1
	{
		width: 1000px;
		padding: 5px 10px 0 10px;
	}
}
#background_site_2
{
	margin: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	overflow: hidden;
}
@media (min-width: 1024px)
{
	#background_site_2
	{
		width: 1000px;
	}
}

/*  ----- TOP WEBSITE -----  */

#top_site
{   
    clear: both;
	width: 100%;
}
@media (min-width: 1024px)
{
	#top_site
	{
		width: 950px;
		margin: auto;
	}
}
#top_site_logo
{   
    float: left;
    width: 97%;
	margin: 8px 0 0 1.5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
@media (min-width: 720px)
{
	#top_site_logo
	{
		width: 10%;
		max-width: 222px;
		margin: 16px 0 0 5px;
	}
}
@media (min-width: 768px)
{
	#top_site_logo
	{
		width: 16%;
		margin: 10px 0 0 5px;
	}
}
@media (min-width: 1024px)
{
	#top_site_logo
	{
		width: 163px;
		margin: 8px 0 0 0;
	}
}
#top_site_logo a
{
	display: block;
	overflow: hidden;
}
#top_site_logo p a img
{   
    max-width: 163px;
}
@media (min-width: 720px)
{
	#top_site_logo p a img
	{
		width: 100%;
		margin-top: 0;
	}
}
#top_site_adv
{
	float: left;
    width: 96%;
	margin: 5px 2% 0 2%;
	text-align: center;
	overflow: hidden;
}
@media (min-width: 768px)
{
	#top_site_adv
	{
		float: none;
		width: 100%;
		margin: 0 auto 0 0;
		background: #FFF;
		padding-top: 10px;
	}
}
@media (min-width: 1024px)
{
	#top_site_adv
	{
		width: 1000px;
		margin: 0 auto 0 auto;
		padding: 10px 10px 0 10px;
	}
}
#top_site_adv p a img
{   
	width: 100%;
	max-width: 728px;
}

/*  ----- LINKS BAR DESIGN -----  */

#bar_links_backgroud,
#bar_links_backgroud_adm
{   
	float: right;
    width: 100%;
}
@media (min-width: 768px)
{
	#bar_links_backgroud
	{
		clear: both;
		width: auto;
		margin: 0;
		overflow: hidden;
		text-align: center;
	}
}
@media (min-width: 900px)
{
	#bar_links_backgroud,
	#bar_links_backgroud_adm
	{
		clear: none;
		width: 70%;
		width: auto;
		margin: 0 auto 7px auto;
	}
}
#bar_links
{   
	float: right;
    width: 100%;	
}
@media (min-width: 768px)
{
	#bar_links_background_adm #bar_links
	{

	}
}
@media (min-width: 1024px)
{
	#bar_links
	{
		margin: auto;
	}
}
#bar_links_deposit
{   
	float: right;
    width: 100%;
}
#bar_links_deposit a
{   
	float: right;
    width: 100%;
    height: 34px;
    line-height: 38px;
	background: #ffcc00;	
	color: #002f9b;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
@media (min-width: 768px)
{
	#bar_links_deposit
	{   
	    width: auto;	    
	    margin: 6px 0 0 20px;
	}
	#bar_links_deposit a
	{
		width: 190px;
		height: 26px;
		line-height: 28px;
		border-radius: 3px;
		z-index: 3;
	}	
}
@media (min-width: 1024px)
{
	#bar_links_deposit a
	{

	}
}
#bar_links_deposit a:hover
{ 
	background: #ffd11c;
}

/* ----- LINKS BAR STYLE -----  */

.ul_bar,
.ul_bar_adm
{   
	margin: 0 0 0 0;
}
@media (min-width: 720px)
{
	.ul_bar
	{   
		margin: 0 0 0 0;
	}
	.ul_bar_adm
	{   
		float: right;
		padding: 0 4px 0 4px;
		margin: 0 1% 10px 0;
		background: #ffffff;
		border-radius: 3px;
	}
}
.li_bar
{   
	display: block;
	float: left;
	width: 100%
}
@media (min-width: 720px)
{
	.li_bar
	{   
		width: auto;
		display: inline;
		padding-left: 0;
		border: none;
	}
}
.li_bar a
{   
	display: block;
	height: 29px;
	font-family: Arial, sans-serif;
	font-size: 0.95em;
	color: #DDDDDD;
	text-decoration: none;
	text-align: center;
	border-top: solid 1px #888888;
	background: #002f9b;
	padding-top: 12px;
}
@media (min-width: 720px)
{
	.li_bar a
	{
		float: right;
		height: 45px;
		line-height: 45px;
		padding: 0 8px 0 8px;
		font-size: 0.9em;
		background: none;
		border:none;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.ul_bar_adm .li_bar a
	{
		padding-top: 0;
		height: 30px;
		line-height: 30px;
	}
	.ul_bar_adm .li_bar a
	{
		font-size: 0.8em;
		color: #939393;
		font-weight: normal;
	}
	.ul_bar_adm .li_bar a:hover
	{
		color: #1547bc;
		text-decoration: underline;
	}
	.li_bar a:hover
	{   
		color: #FFFFFF;
	}
}
@media (min-width: 1024px)
{
	.li_bar a
	{
		font-size: 0.95em;		
	}
}
#li_bar_button
{
	display:none;
}
@media (max-width: 720px)
{
	#li_bar_button
	{
		display: block;
		position: absolute;
		left: 10px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		padding-top: 2px;
	}
	.li_bar
	{
		display: none;
	}
	.ul_bar li.li_bar:nth-child(2)
	{
		display: block;
	}
	.li_bar a:hover
	{
		background: #1547bc;
	}
}

/*  ----- ADS & SHOPS PREMIUM DESIGN -----  */

#menu_ads_shops_premium,
#menu_ads_shops_similar
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 15px 0;
}
#menu_ads_shops_premium_home
{
	clear: both;
	float: left;
	width: 100%;
	margin: 30px 0 15px 0;
}
#menu_ads_shops_premium h1
{
	display: none;
}
#menu_ads_shops_premium_home h1
{
	color: #002f9b;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	width: 97%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 1.5%;
	letter-spacing: 1px;
}
@media (min-width: 768px)
{
	#menu_ads_shops_premium
	{
		float: left;
	}
	#menu_ads_shops_premium_home
	{
		float: right;
		width: 40%;
	}
}
@media (min-width: 900px)
{
	#menu_ads_shops_premium_home
	{
		float: right;
		width: 55%;
	}
}
@media (min-width: 1024px)
{
	#menu_ads_shops_premium
	{
	    width: 950px;
	    margin: 10px 0 0 25px;
	}
	#menu_ads_shops_premium_home
	{
		width: 54%;
	}
	#menu_ads_shops_similar
	{
		width: 950px;
	    margin: 10px 0 0 25px;
	}
}
.menu_ads_shops_similar_title
{
	float: left;
	clear: both;
	font-family : Tahoma;
    font-size : 0.9em;
    font-weight: bold;
	margin: 15px 0 30px 2%;
}
@media (min-width: 768px)
{
	.menu_ads_shops_similar_title
	{
	    margin: 30px 0 15px 2%;
	}
}
.background_ads_premium,
.background_shops_premium
{
    float: left;
    width: 96%;
	padding: 7px 0 7px 2%;
	border-top: solid 1px #F1F1F1;
}
.background_premium_home
{
	float: left;
    width: 96%;
	padding: 7px 0 7px 2%;
}
@media (min-width: 768px)
{
	.background_ads_premium,
	.background_shops_premium
	{
	    width: 11.4%;
	    height: auto;	    
		margin: 0 0 15px 1%;
		padding: 0;
		border:none;
	}
	.background_premium_home .background_ads_premium,
	.background_premium_home .background_shops_premium
	{
	    width: 47%;
	    height: auto;	    
		margin: 0 0 15px 1.5%;
		padding: 0;
	}
	.background_premium_home
	{
		width: 47%;
	    height: auto;	    
		margin: 0 0 15px 1.5%;
		padding: 0;
	}
}
@media (min-width: 900px)
{
	.background_premium_home .background_ads_premium,
	.background_premium_home .background_shops_premium
	{
	    height: 70px;
	}
	.background_premium_home
	{
		height: 70px;
	}
}

/*  ----- ADS & SHOPS PREMIUM STYLE -----  */

.p_disc_ads
{
	float: left;
	width: 100%;
	padding: 0;
	color: #777777;
	font-size: 0.75em;
	text-align: center;
	overflow: hidden;
}
@media (min-width: 768px)
{
	.background_premium_home .p_disc_ads
	{
		text-align: left;
	}
}
@media (min-width: 900px)
{
	.background_premium_home .p_disc_ads
	{
		width: 50%;
		text-align: left;
	}
}
.bloc_photo_premium
{
	float: left;
	text-align: center;
	width: 105px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
}
@media (min-width: 768px)
{
	.bloc_photo_premium
	{		
		width: 100%;
		height: auto;
	}
	.background_premium_home .bloc_photo_premium
	{
		width: 105px;
		height: 70px;
	}	
}
@media (min-width: 1024px)
{
	.bloc_photo_premium
	{
		width: 105px;
		height: 70px;
	}	
}
.bloc_photo_premium a
{
	max-width: 100%;
	max-height: 70px;
	text-align: center;
}
.bloc_photo_premium a img
{
	max-width: 100%;
	border-radius: 8px;
}
.bloc_title_premium
{	
	float: left;
	padding: 10px 0 0 10px;
	clear: none;
}
.bloc_title_premium p
{
	width: 100%;
}
@media (min-width: 768px)
{
	.bloc_title_premium
	{
		clear: both;
		padding: 5px 0 0 0;
		text-align: center;
		width: 100%;
	}
	.background_premium_home .bloc_title_premium
	{
		text-align: left;
		width: auto;
	}
}
@media (min-width: 900px)
{
	.background_premium_home .bloc_title_premium
	{
		clear: none;
		padding: 5px 0 0 10px;
	}
}
.link_title_premium
{
	font-family: Arial, sans-serif; 
	font-size: 0.85em; 
	color: #555555;
	text-decoration: none;
}
.txt_info_premium
{
	display: block;
	font-family: Arial, sans-serif; 
	font-size: 0.75em; 
	color: #002f9b;
	margin-top: -2px;
}
.price_premium
{
	display: block;
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: #666666;
	font-weight: bold;
	margin-top: 2px;
}
.p_no_premium
{
	float: left;
	font-family: Arial, sans-serif; 
	font-size: 0.75em;
	color: #ffcc00;
	background: #002f9b;
	margin: auto;
	height: 50px;
	padding: 20px 0 0 0;
	max-width: 105px;
	border-radius: 8px;
	text-align: center;
}
.link_more_premium
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #002f9b;
	text-decoration: none;
	display: block;	
}
.link_more_premium:hover
{
	text-decoration: underline;
}
@media (min-width: 900px)
{
	.background_premium_home .link_more_premium
	{
		margin-top: 22px;
	}
}
.button_maj_premium
{
	display: block;
	width: 28%;
	height: 25px;
	background: #5393d4;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 30px 0 0 0;
}
@media (min-width: 768px)
{
	.background_premium_home .button_maj_premium
	{
		float: left;
		margin: 0;
	}
}
@media (min-width: 900px)
{
	.background_premium_home .button_maj_premium
	{
		width: 40%;
		margin: 20px 0 0 4%;
	}
}
.button_maj_listing
{
	float: left;
	width: 28%;
	height: 23px;
	background: #5393d4;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
}
@media (min-width: 768px)
{
	.button_maj_premium
	{
		float: none;
		width: 80%;
		margin: 0 0 0 10%;
	}
}

/*  ----- INFO BAR DESIGN -----  */

.bar_info
{   
	clear: both;
	float: left;
	margin: auto;
    width: 99%;
	margin: 10px 0 0 1%;
}
.bar_info_home
{
	width: 97%;
	margin: 10px 1.5% 0 0;
}
@media (min-width: 768px)
{
	.bar_info_home
	{
		position: absolute;
		margin: 10px 0 0 0;
	}
}
@media (min-width: 1024px)
{
	.bar_info
	{ 
		width: 950px;
		margin: 10px 0 0 25px;
	}
	.bar_info_home
	{
		margin: 0 0 0 25px;
	}
}
.bloc_networks
{
	margin-left: 1%;
	text-align: center;
	min-height: 26px;
}
.bloc_networks_top
{
	width: auto;
	margin: auto;	
}
@media (min-width: 720px)
{
	.bloc_networks_top
	{
		float:left;
		padding-top: 5px;
	}
	.bloc_networks
	{		
		text-align: right;
		margin-left: 0;	
	}
}
@media (min-width: 1024px)
{
	.bloc_networks
	{ 
		
	}
}
#bloc_info_left
{
	float: left;
	width: 97%;
	margin: 10px 0 0 1.5%;
}
#bloc_info_right
{
   float: left;
   width: 97%;
   margin: 15px 0 0 1.5%;
   padding-top: 4px;
   background: #F1F1F1;   
}
#bloc_info_right a,
#bloc_info_right div
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
}
@media (min-width: 768px)
{
	#bloc_info_left
	{
		width: 60%;
		text-align: right;
	}
	#bloc_info_right
	{
		width: 35%;
		text-align: left;
		background: none;
	}
	#bloc_info_right a,
	#bloc_info_right div
	{
		margin: 0 0 0 7px;
	}
}
@media (min-width: 1024px)
{
	#bloc_info_left
	{
		width: 565px;
		margin: 10px 0 0 25px;
	}
	#bloc_info_right
	{
		width: 360px;
		margin: 10px 0 0 0;
	}
}
#body_info_ads
{   
	clear: both;
	float: left;
    width: 98%;
	margin-left: 1%;
	padding-top: 7px;
	text-align: center;
	border-bottom: 1px solid #002f9b;
}
@media (min-width: 768px)
{
	#body_info_ads
	{
		width: 70.5%;
		overflow: hidden;
	}	
}
@media (min-width: 1024px)
{
	#body_info_ads
	{   
		float: none;
		margin-left: 25px;
		width: 705px;
	}
}

/*  ----- INFO BAR STYLE -----  */

.p_bar_info_left					
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: #490976;
}
.p_bar_info_left a
{
	display: block;
	float: left;
	line-height: 19px;
	font-size: 0.95em; 
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #666666;
    margin: 1px 5px 3px 0;
    background: #F5F5F5;
	border: solid 1px #EEEEEE;
	box-sizing: border-box;
	border-radius: 6px;
}
.p_bar_info_left a:hover
{
	background: #555555;
	border: solid 1px #555555;
	color: #FFFFFF;
}
a.p_barre_info_right
{
	display: block;
	clear: both;
	line-height: 20px;
	float: left;		
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
a.p_barre_info_right:hover				
{
	text-decoration: underline;
}
@media (min-width: 768px)
{
	a.p_barre_info_right
	{
		clear: none;
		float: right;
		display: inline;
		line-height: 15px;
		margin-top: 7px;
		margin-right: 20px;
		padding-right: 25px;
		background: url("../images/bt_selection.png") no-repeat right top;
		background-size: 18px 30px;
	}
	a.p_barre_info_right:hover				
	{
		text-decoration: none;
		color: #444444;
		background: url("../images/bt_selection.png") no-repeat right bottom;
		background-size: 18px 30px;
	}
}
.bt_alert
{	
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: #666666;
	text-decoration: none;
	display: block;
	line-height: 30px;
	float: left;
}
.bt_alert:hover
{
	text-decoration: underline;
}
@media (min-width: 768px)
{
	.bt_alert
	{
		float: right;
		display: inline;
		line-height: 15px;
		margin-right: 20px;
		margin-top: 7px;
		padding: 0 25px 0 0;
		background: url("../images/bt_alert.png") no-repeat right top;
		background-size: 18px 30px;
	}
	.bt_alert:hover
	{
		text-decoration: none;
		color: #444444;
		background: url("../images/bt_alert.png") no-repeat right bottom;
		background-size: 18px 30px;
	}
}
.txt_info_nb_ads
{
	clear: both;
	display: block;
	font-family: Arial, sans-serif;
}
.link_info_ads_sel
{
    font-family: Arial, sans-serif; 
	font-size: 0.7em;    
    text-decoration: none;
	font-weight: bold;
	padding: 5px 0;
	color: #FFFFFF;
    background: #002f9b;
    border: solid 1px #002f9b;
    border-bottom: none;
    box-sizing: border-box;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.link_info_ads
{
    font-family: Arial, sans-serif; 
	font-size: 0.7em; 
    text-decoration: none;
	font-weight: bold;
	padding: 5px 0;
	color: #002f9b;
    background: #f5f5f5;
    border: solid 1px #e6e5e5;
    border-bottom: none;
    box-sizing: border-box;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#body_info_ads a
{
	display: block;
	float: left;
	width: 100%;
	
}
#body_info_ads a:first-child
{
	margin-left: 0;
}
a.link_info_ads:hover
{
	background: #002f9b;
	border: solid 1px #002f9b;
	border-bottom: none;
    color: #FFFFFF;
}
@media (min-width: 768px)
{
	#body_info_ads a
	{
		
		width: 32.6%;
		margin-left: 1.1%;
	}
}

/*  ----- FRAMEWORK CENTER -----  */

.bloc_center
{
	clear: both;
	float: left;
	width: 100%;
}
@media (min-width: 1024px)
{
	.bloc_center
	{
		float: none;
		margin: auto;
		width: 950px;
	}
}
.bloc_center_home
{
	clear: none;
	float: left;
	width: 94%;
	margin: 10px 0 0 3%;
	position: relative;
	z-index: 5;
}
.middle_bloc_center
{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
@media (min-width: 768px)
{
	.bloc_center_home
	{
		
		margin: 10px 0 10px 25px;
	}
}
@media (min-width: 1024px)
{
	.bloc_center_home
	{
		
	}
	.middle_bloc_center
	{
		float: left;
		width: 100%;
	}
}

/*  ----- SEARCH DESIGN -----  */

#body_search
{   
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
}
#body_search_shop
{   
	float: right;
	width: 100%;
	margin: 10px 0 20px 0;
}
@media (min-width: 768px)
{
	#body_search
	{   
		width: 26%;
		margin: 0 1% 0 1%;
	}
	#body_search_shop
	{
		width: 24%;
		margin: 0 1% 20px 0;
	}
}
@media (min-width: 1024px)
{
	#body_search
	{   
		width: 218px;
		margin: 0 0 0 10px;
	}
	#body_search_shop
	{   
		width: 218px;
		margin: 0 0 20px 0;
	}
}
#menu_search
{
	float: left;
	width: 100%;
	background: #002f9b;
	border: solid 1px #EEEEEE;	
	padding-top: 15px;
	box-sizing: border-box;
}
#body_search_shop #menu_search
{
	margin-bottom: 15px;
}
@media (min-width: 768px)
{
	#menu_search
	{
		width: 100%;
		margin-left: 0;
	}
	#body_search_shop #menu_search
	{
		border-radius: 8px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1024px)
{
	#menu_search
	{
		border-radius: 8px;
	}
	#body_search_shop #menu_search
	{
		margin-bottom: 10px;
	}
	#body_search #menu_search
	{
		width: 950px;
		margin-left: 25px;
		padding-right: 0;
		margin-bottom: 0;
	}
}
#get_options
{
	clear: both;
	overflow: hidden;
}
.get_options_p
{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.menu_search_inv
{
	float: left;
	width: 100%;
	border: 1px solid #e7e7e7;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px)
{
	.menu_search_inv
	{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-radius: 8px;
	}
	.get_options_p
	{
		width: 18.8%;
		margin: 0 0 0 1%;
	}
}
@media (min-width: 1024px)
{
	.menu_search_inv
	{
		padding-right: 0;
	}
}
.title_checkbox
{
	clear: both;
	float: left;
	margin: 4px 0 8px 5%;
}
#left_checkbox_search
{
	clear: both;
	float: left;
	margin: 4px 0 0 5%;
}
@media (min-width: 768px)
{
	.title_checkbox
	{
		margin: 4px 0 8px 2%;
	}
	#left_checkbox_search
	{
		margin: 4px 0 0 2%;
	}
}
#body_search_index #left_checkbox_search
{
	clear: both;
	margin: 12px 0 0 5%;
}
.form_home_check
{
	float: left;
	margin: 3px 13px 4px 0;
	font-size: 1em;
}
#right_checkbox_search
{
	float: left;
	width: 90px;
	margin: 12px 0 0 0;
}
#cal_search_wrap
{
	display: none;
}

/*  ----- SEARCH STYLE -----  */

.input_search					
{
	margin: 0 0 14px 4%;
	width: 91%;
	height: 34px;
	font-family: Tahoma, sans-serif; 
	font-size: 0.85em; 
	color: #777777;
	border: 1px solid #EEEEEE;
	padding-left: 5px;
	border-radius: 6px;
}
.select_search
{
	margin: 0 0 14px 4%;
	width: 93%;
	height: 38px;
	padding: 4px;
	font-family: Tahoma, sans-serif; 
	font-size: 0.85em; 
	color: #777777;
	border: 1px solid #EEEEEE;
	padding-left: 3px;
	border-radius: 6px;
}
#body_search_shop .input_search
{
	width: 92%;
}
@media (min-width: 768px)
{
	.input_search
	{
		width: 90%;
	}
	#menu_search .input_search
	{
		float: left;
		width: 18%;
		margin: 0 0 10px 1%;
	}
	#menu_search .select_search
	{
		float: left;
		width: 18.7%;
		margin: 0 0 10px 1%;
	}
	#body_search_shop .input_search
	{
		width: 91%;
		margin: 0 0 10px 3%;
	}
	#body_search_shop .select_search
	{
		width: 94.5%;
		margin: 0 0 10px 3%;
	}
	#get_options .select_search
	{
		width: 100%;
		margin: 0 0 10px 0;
	}
}
.button_search
{
	clear: both;
	float: left;
	width: 100%;
	height: 37px;
	background: #ffcc00;	
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #002f9b;
	cursor: pointer;
	margin: 30px 0 0 0;
	border: none;
	border-top: solid 1px #ffcc00;
	border-bottom: solid 1px #ffcc00;
}
.button_search:hover
{
	background: #ffd11c;
}
#menu_search .button_search
{
	font-size: 1.1em;
	height: 37px;
	margin: 15px 0 0 0;	
}
#body_search_shop .button_search
{
	background: #002f9b;
}
@media (min-width: 768px)
{
	#body_search_shop .button_search
	{
		border-radius: 0;
		border: none;
		border-top: solid 1px #ffcc00;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;	
	}
}
@media (min-width: 1024px)
{
	.button_search
	{
		border: solid 1px #ffcc00;	
		border-radius: 6px;
	}
	#menu_search .button_search
	{
		clear: none;
		float: right;
		font-size: 0.85em;
		width: 20%;
		height: 30px;
		margin: 0 7px 7px 0;
	}
	#body_search_shop .button_search
	{
		width: 100%;
		margin: 10px 0 0 0;
		border-radius: 0;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;	
	}
}
.background_select_cat			
{
	color: #ffd11c;
	background-color: #002f9b;;
}
.p_checkbox_search
{
	float: left;
	padding: 0 0 7px 0;
	font-family: Tahoma, sans-serif; 
	font-size: 1em;
	color: #f3f3f3;
	margin-right: 10px;
}
.p_search_only
{
	display: block;
	float: left;
	padding: 3px 0 3px 0;
	font-family: Arial, sans-serif; 
	font-size: 0.75em;
	color: #f3f3f3;
	font-weight: bold;
}
.p_dashboard_inv
{
	width: 100%;
	text-align: center;
	padding-bottom: 2px;
}
@media (min-width: 1024px)
{
	.p_dashboard_inv
	{
		width: 208px;		
	}
}
.p_dashboard_inv a
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
}
.p_dashboard_inv a:hover
{
	text-decoration: underline;
}
.p_pack_rest
{
	width: 100%;
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #4C4C4C;
	text-align: center;
	padding-bottom: 2px;
}
@media (min-width: 1024px)
{
	.p_pack_rest
	{
		width: 208px;
	}
}
.p_acc_credit
{
	width: 100%;
	float: left;
	font-family: Tahoma, sans-serif; 
	font-size: 0.8em;
	color: #5C5C5C;
	text-align: center;
	padding-bottom: 0;
}
@media (min-width: 768px)
{
	.p_acc_credit
	{
		padding-bottom: 0;
	}
}
@media (min-width: 1024px)
{
	.p_acc_credit
	{
		width: 208px;
	}
}

/*  ----- LINKS CATEGORIES DESIGN -----  */

#bloc_categories_1
{
	display: none;
}
@media (min-width: 768px)
{
	#bloc_categories_1
	{
		display: block;
		clear: both;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 5;
		background: #002f9b;
		border-top: solid 1px #DDDDDD;
	}
}
#bloc_categories_2
{
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
	padding-top: 10px;
	overflow: hidden;
	border-bottom: solid 1px #E3E3E3;
}
@media (min-width: 1024px)
{
	#bloc_categories_2	
	{
		float: none;
		margin: 0px auto;
		padding-bottom: 20px;
		width: 950px;
	}
}

/*  ----- LINKS CATEGORIES STYLE -----  */

.li_title_categories
{
	display: block;
	width: 160px;
	height: 18px;
	font-family : Arial;
	font-size : 0.9em;
	color: #ffcc00;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin: 0 0 3px 0;
}
.li_title_categories_2
{
	display: block;
	width: 160px;
	height: 18px;
	font-family : Arial;
	font-size : 0.9em;
	color: #ffcc00;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin: 0 0 3px 0;
}
.ul_categories
{
	float: left;
	padding-top: 5px;
	width: 17.5%;
	margin-left: 2.5%;
}
.li_categories
{   
	padding-left: 2px;
}
.li_categories a
{   
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #DDDDDD;
	text-decoration: none;
}
.li_categories a:hover
{   
	text-decoration: underline;
}

/*  ----- FOOTER DESIGN -----  */

#bloc_footer_1
{   
	clear: both;
	margin: auto;
    width: 100%;
    background: #002f9b;
    border-top: solid 1px #F4F4F4;
    border-bottom: solid 1px #EEEEEE;
    overflow: hidden;
}
#bloc_footer_2
{   
	float: left;
    width: 100%;	
	overflow: hidden;
}
#left_footer
{   
	float: left;
	width: 100%;
	text-align: center;
}
#right_footer
{   
	float: left;
	width: 100%;
	text-align: center;
}
@media (min-width: 768px)
{
	#bloc_footer_2
	{   
		float: none;
		margin: 0 auto 5px auto;
	}
}

/*  ----- FOOTER STYLE -----  */

#p_footer_left				
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #ffcc00;
	letter-spacing: 1px;
}
#p_footer_left a		
{ 
	color: #ffcc00;
	text-decoration: none;
	line-height: 37px;
}
#p_footer_left a:hover	
{
	text-decoration: underline;
}
#p_footer_right			
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #DDDDDD;
}
#p_footer_right a
{   
	color: #DDDDDD;
	text-decoration: none;
	line-height: 37px;
	letter-spacing: 1px;
}
#p_footer_right a:hover
{   
	text-decoration: underline;
}

/*  ----- PAGE TEXT -----  */

.p_center
{
	padding: 15px 2% 15px 2%;
}
@media (min-width: 768px)
{
	.p_center
	{
		padding: 15px 1.5% 15px 1.5%;
	}
}
@media (min-width: 1024px)
{
	.p_center
	{
		padding: 15px 0 15px 0;
	}
}

/*  ----- LISTING ADS DESIGN -----  */

#body_listing
{   
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
@media (min-width: 768px)
{
	#body_listing
	{   
		width: 70.5%;
		margin: 0 1.5% 0 0;
	}
}
@media (min-width: 1024px)
{
	#body_listing
	{   
		width: 705px;
		margin: 0 15px 0 0;
	}
}
.bloc_pagination
{
	float: left;
	width: 98%;
	padding: 0 0 6px 1.5%;
}
@media (min-width: 768px)
{
	.bloc_pagination
	{
		width: 98%;
		padding: 0 0 6px 1.5%;
	}
}
@media (min-width: 1024px)
{
	.bloc_pagination
	{
		width: 705px;
		padding: 0 0 6px 0;
	}
}
.bloc_right_manag
{
	clear: both;
	float: right; 
	height: 17px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 3px 0 3px 3px;
	background: #f5f5f5;
}
@media (min-width: 510px)
{
	.bloc_right_manag
	{
		margin-right: 7px;
	}
}
@media (min-width: 768px)
{
	.bloc_right_manag
	{
		margin-right: 0px;
	}
}
.bloc_left_manag
{
	float: right; 
	margin-bottom: 2px;
}
.ico_manag
{
	display: block;
	float: left;
	height: 25px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 0 5px 0 2px;
	padding: 0 8px 0 8px;
	opacity: 0.7;
	cursor: pointer;
	font-family: Tahoma, sans-serif; 
	font-size: 0.7em;
	color: #4b4b4b;
}
.ico_manag:hover
{
	opacity: 1;
}
.background_ads_listing_1
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}
@media (min-width: 768px)
{
	.background_ads_listing_1
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_ads_listing_1
	{
		width: 705px;
	}
}
.bloc_link_listing_1
{
    display: block;
	width: 100%;
	height: 145px;
    font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #002f9b;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_1:hover
{
    width: 100%;
    color: #4d72c9;
	background: #f5f5f5;
	position: relative;
}
a.bloc_link_listing_1:visited
{ 
    color: #0a78ae;
}
.background_ads_listing_2
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #F1F1F1;
	box-sizing: border-box;
}
@media (min-width: 768px)
{
	.background_ads_listing_2
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_ads_listing_2
	{
		width: 705px;
	}
}
.bloc_link_listing_2
{
	display: block;
	width: 100%;
	height: 145px;
    font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #002f9b;
    text-decoration: none;
	font-weight: bold;
	position: relative;
	border: 1px solid #CCC;
	position: relative;
}
a.bloc_link_listing_2:hover
{
    color: #4d72c9;
	background: #ececec;
	position: relative;
}
a.bloc_link_listing_2:visited
{ 
    color: #0a78ae;
}
.p_title_listing
{
	padding: 10px 0 0 200px;
}
.bloc_address_listing
{
	position: absolute;
	margin: 5px 0 0 200px;
}
.bloc_logo_urgent
{
	position: absolute;
	margin: 50px 0 0 81%;
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media (min-width: 510px)
{
	.bloc_logo_urgent
	{
		margin: 70px 0 0 80%;
		-ms-transform: none; 
		-webkit-transform: none;
		transform: none;
	}
}
@media (min-width: 768px)
{
	.bloc_logo_urgent
	{
		margin: 70px 0 0 78%;
	}
}
@media (min-width: 1024px)
{
	.bloc_logo_urgent
	{
		margin: 70px 0 0 82%;
	}
}
.logo_urgent
{
	width: 88px;
	height: 23px;
	line-height: 23px;
	background: url("../../template/images/logo_urgent.png") no-repeat;
	background-size: 88px 23px;
	font-family: Arial, sans-serif;
	color: #C6222F;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
}
.bloc_categorie_listing
{
	display: inherit;
	position: absolute;
	margin: 62px 0 0 153px;
}
@media (min-width: 510px)
{
	.bloc_categorie_listing
	{
		margin: 42px 0 0 200px;
	}
}
@media (min-width: 1024px)
{
	.bloc_categorie_listing
	{
		margin: 25px 0 0 370px;
	}
}
.bloc_photo_listing
{
    position: absolute;
    width: 129px;
    text-align: center;
	margin: 0px 0 0 10px;	
}
.bloc_photo_listing img
{
	max-width: 129px;
	max-height: 90px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media (min-width: 510px)
{
	.bloc_photo_listing
	{
		margin: -15px 0 0 10px;
		width: 179px;
	}
	.bloc_photo_listing img
	{
		max-width: 179px;
		max-height: 123px;
	}
}
.bloc_date_listing
{
	width: 50%;
	margin: 65px 0 0 200px;
}
.bloc_price_listing
{
	float: right;
    width: 100px;
    text-align: right;
	margin: 25px 30px 0 0;
}
@media (min-width: 768px)
{
	.bloc_date_listing
	{
		width: 70%;
		margin: 65px 0 0 200px;
	}
	.bloc_price_listing
	{
		margin: 25px 30px 0 0;
	}
}
@media (min-width: 1024px)
{
	.bloc_date_listing
	{
		margin: 65px 0 0 200px;
	}
}
@media (max-width: 510px)
{
	.p_title_listing
	{
		height: 17px;
		padding: 10px 0 0 153px;
		overflow: hidden;
	}
	.bloc_address_listing
	{
		margin: 0 0 0 153px;
	}
	.bloc_date_listing
	{
		display: none;
	}
	.bloc_price_listing
	{
		position: absolute;
		width: auto;
		margin: 37px 0 0 153px;
	}
}
.listing_date2
{
	margin-left: 5px;
	color: #999999;
}
.check_all_ads
{
	position: absolute;
	margin-top: -17px;
	margin-left: 92%;
}
@media (min-width: 510px)
{
	.check_all_ads
	{
		margin-top: -80px;
		margin-left: 95%;
	}
}
@media (min-width: 768px)
{
	.check_all_ads
	{
		margin-top: -80px;
		margin-left: 95%;
	}
}
@media (min-width: 1024px)
{
	.check_all_ads
	{
		margin-top: -80px;
		margin-left: 680px;
	}
}
.icon_listing_sel
{
	display: block;
	position: relative;
	float: right;
	background: url("../images/heart_selection.png") no-repeat center top;
	background-size: 20px 36px;
	width: 20px;
	height: 18px;
	margin: 10px 10px 0 0;
	z-index: 1;
}
.icon_listing_sel_selected
{
	display: block;
	background: url("../images/heart_selection.png") no-repeat center bottom;
	background-size: 20px 36px;
	width: 20px;
	height: 18px;
}

/*  ----- LISTING ADS STYLE -----  */

.link_pagination
{
	display: block;
	float: left;
	margin-right: 4px;
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
    color: #777777;
    text-decoration: none;
    margin-top: 6px;
}
.link_pagination_sel
{
	display: block;
	float: left;
	margin-right: 4px;
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
    color: #555555;
    text-decoration: none;
	font-weight: bold;
    margin-top: 6px;
}
.link_display
{
	display: block;
	float: right;
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
    color: #777777;
    text-decoration: none; 
    margin-top: 6px;
}
.link_pagination,
.link_pagination_sel,
.link_display
{
    line-height: 20px;
    padding: 0 3px;
}
.link_pagination:hover,
.link_pagination_sel:hover,
.link_display:hover
{
	color: #002f9b;
	text-decoration: none;
}
.p_address_listing
{
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
	font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}
.p_price_listing
{
	font-family: Tahoma, sans-serif;
	font-size : 0.9em;
	color: #4A4A4A;
	font-weight: bold;
}
.p_categorie_listing
{
	font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}
@media (min-width: 768px)
{
	.p_categorie_listing
	{
		
	}	
}
@media (min-width: 1024px)
{
	.p_categorie_listing
	{
		width: auto;
	}
}
.p_date_listing
{
    font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #5B5B5B;
	font-weight: normal;
}
.p_date_listing_span
{
   	width: 75px;
    clear: both;
    float: left;
    background: #b4b4b4;
    border-radius: 3px;
    line-height: 15px;
    padding: 0 6px 0 6px;
    margin: 29px 0 3px 0px;
    font-family : Arial;
    font-size : 0.9em;
	color: #f5f5f5;
	font-weight: normal;
	text-align: center;
}
@media (min-width: 1024px)
{
	.p_date_listing_span
	{
		margin: 0 0 0 0;
		line-height: 27px;
		font-size : 1em;
	}
}

/*  ----- LISTING SHOPS DESIGN -----  */

.background_shops_listing_1
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}
@media (min-width: 768px)
{
	.background_shops_listing_1
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_shops_listing_1
	{
		width: 705px;
	}
}
.bloc_link_listing_3
{
	display: block;
	width: 100%;
	height: 145px;	
    font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #002f9b;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_3:hover
{ 
    width: 100%;
    color: #4d72c9;
	background: #f5f5f5;
	position: relative;
}
a.bloc_link_listing_3:visited
{ 
    color: #0a78ae;
}
.background_shops_listing_2
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #F1F1F1;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
@media (min-width: 768px)
{
	.background_shops_listing_2
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_shops_listing_2
	{
		width: 705px;
	}
}
.bloc_link_listing_4
{
	display: block;
	width: 100%;
	height: 145px;
    font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #002f9b;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_4:hover
{ 
    color: #4d72c9;
	background: #ececec;
	position: relative;
}
a.bloc_link_listing_4:visited
{ 
    color: #0a78ae;
}
.bloc_title_listing_shop 
{
	position: absolute;
	margin: 5px 0 0 160px;
}
@media (min-width: 510px)
{
	.bloc_title_listing_shop
	{
		margin: 20px 0 0 210px;
	}
}
.bloc_region_listing_shop
{
	position: absolute;
	margin: 65px 0 0 160px;
}
@media (min-width: 510px)
{
	.bloc_region_listing_shop
	{
		margin: 20px 0 0 390px;
	}
}
@media (min-width: 1024px)
{
	.bloc_region_listing_shop
	{
		margin: 25px 0 0 480px;
	}
}
.bloc_photo_listing_shop
{
    position: absolute;
	margin: -15px 0 0 12px;
	width: 123px;
	text-align: center;
}
.bloc_photo_listing_shop img
{
	max-width: 129px;
	max-height: 90px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media (min-width: 510px)
{
	.bloc_photo_listing_shop
	{
		width: 179px;
	}
	.bloc_photo_listing_shop img
	{
		max-width: 179px;
		max-height: 123px;
	}
}

/*  ----- LISTING SHOPS SYLE -----  */

.p_title_listing_shop
{
	padding: 10px 0 0 159px;
}
@media (min-width: 510px)
{
	.p_title_listing_shop
	{
		padding: 10px 0 0 209px;
	}
}
.p_title_listing2_shop
{
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}
.p_region_listing_shop
{
	font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}

/*  ----- PUB DESIGN -----  */

#bloc_adv
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
@media (min-width: 768px)
{
	#bloc_adv
	{
		float: none;
		width: 234px;
		padding: 20px 0;
		margin: 0 auto;
	}
}
.bloc_adv_text_listing
{   
	clear: both;
	float: left;
    width: 100%;
	height: 65px;
	background: #f0f0f0;
	border: 1px solid #d5d5d5;
	border-left: none;
	border-right: none;
	border-radius: none;
	margin: 0 0 10px 0;
}
@media (min-width: 768px)
{
	.bloc_adv_text_listing
	{  
		width: 99%;
	}
}
@media (min-width: 768px)
{
	.bloc_adv_text_listing
	{  
		border-left: 1px solid #d5d5d5;
		border-right: 1px solid #d5d5d5;
		border-radius: 6px;
	}
}
@media (min-width: 1024px)
{
	.bloc_adv_text_listing
	{  
		width: 216px;
	}
}
.bloc_adv_logo
{   
	max-width: 100%;
    text-align: center;
    margin: auto;
}
@media (min-width: 1024px)
{
	.bloc_adv_logo
	{   
		width: 218px;
	}
}
.logo_adv_text_listing
{   
	float: left;
    width: 60px;
	margin: 8px 0 0 10px;
}
.p_adv_text_listing
{
	float: left;
	width: 220px;
	padding: 3px 0 0 0;
}
@media (min-width: 768px)
{	
	.logo_adv_text_listing
	{   
		float: left;
	    width: 34%;
		margin: 8px 0 0 10px;
	}
	.p_adv_text_listing
	{
		float: left;
		width: 58%;
		padding: 3px 0 0 0;
	}
}
.space_adv
{
	height: 8px;
}
.adv_script,
.adv_script_listing
{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}
@media (min-width: 1024px)
{
	.adv_script
	{
		width: 218px;
	}
}
.adv_script_listing
{
	margin: 10px 0 10px 0;
}
.img_adv_list
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.img_adv_list img
{
	max-width: 100%;
}

/*  ----- PUB STYLE -----  */

.p_adv_text_listing a
{   
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
	color: #373737;
	text-decoration: none;
}
.p_adv_text_listing a:hover
{   
	text-decoration: underline;
}

/*  ----- LISTING SELECTIONS -----  */

#body_listing_selection
{   
	clear: both;
	float: left;
	width: 100%;
	margin: 15px 0 20px 0;
}
@media (min-width: 768px)
{
	#body_listing_selection
	{   
		width: 70.5%;
		margin: 10px 0 40px 1.5%;
	}
}
@media (min-width: 1024px)
{
	#body_listing_selection
	{   
		width: 705px;
		margin: 10px 15px 40px 0;
	}
}
.delete_selection
{
	position: absolute;
	margin-top: -138px;
	margin-left: 92%;
}
@media (min-width: 510px)
{
	.delete_selection
	{
		margin-top: -135px;
		margin-left: 94%;
	}
}
@media (min-width: 768px)
{
	.delete_selection
	{
		margin-left: 67%;
		margin-top: -135px;
	}
}
@media (min-width: 1024px)
{
	.delete_selection
	{
		margin-left: 670px;
		margin-top: -135px;
	}
}

/*  ----- AD PAGE DESIGN -----  */

#bloc_title_ad
{   
	clear: both;
	float: left;
	width: 98%;
	margin: 10px 0 0 1.5%;
}
@media (min-width: 768px)
{
	#bloc_title_ad
	{   
		width: 48%;
	}
}
@media (min-width: 1024px)
{
	#bloc_title_ad
	{   
		margin: 10px 0 0 0;
	}
}
#bloc_deposit_ad
{   
	float: right;
	width: 98%;
	margin: 10px 1.5% 0 0;
	text-align: left;
}
@media (min-width: 768px)
{
	#bloc_deposit_ad
	{
		width: 42%;
		text-align: right;
	}
}
@media (min-width: 1024px)
{
	#bloc_deposit_ad
	{
		margin: 10px 0 0 0;
	}
}
#bloc_photo_wrap
{
	float: right;
	width: 100%;
	margin-top: 20px;
}
@media (min-width: 768px)
{
	#bloc_photo_wrap
	{
		width: 60.5%;
		margin-right: 1.5%;
	}
}
@media (min-width: 1024px)
{
	#bloc_photo_wrap
	{
		width: 62%;
		margin-right: 0;
	}
}
#ad_thumbnail_bloc
{
	float: left;
	width: 100%;
	margin: 0;
}
.ad_thumbnail_bloc
{
	float: left;
	height: 70px;
	margin: 0 10px 7px 0;
	padding-top: 0;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
#bloc_photo_ad
{
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
	border-left: none;
	border-right: none;
	text-align: center;
}
@media (min-width: 768px)
{
	#bloc_photo_ad
	{
		text-align: left;
		margin-left: 0;
	}
}
@media (min-width: 1025px)
{
	#bloc_photo_ad
	{
		text-align: center;
		margin-left: 0;
	}
}
#bloc_photo_ad_no
{
	height: 30px;
}
.ad_thumbnail_bloc img
{
	max-width: 100%;	
	border-radius: 4px;
}
#bloc_photo_ad img
{
	max-width: 100%;
	max-height: 450px;	
}
@media (min-width: 768px)
{
	#bloc_photo_ad img
	{
		border-radius: 8px;
	}
}
#bloc_video
{
	float: left;
	clear: both;
	width: 100%;
	border: none;
	background: #f5f5f5;
	border-radius: none;
	margin: 0 0 0 0;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
#bloc_photo_ad iframe
{
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 768px)
{
	#bloc_video
	{
		margin: 10px 0 0 0;
		border-radius: 8px;
	}
}
#video iframe
{
	width: 100%;
	margin-top: 10px;		
}
#bloc_infos_ad
{
	clear: both;
	float: right;
	width: 100%;
	margin: 20px 0 0 0;
}
@media (min-width: 768px)
{
	#bloc_infos_ad
	{
		clear: none;
		width: 60.5%;
		margin-right: 1.5%;
	}
}
@media (min-width: 1024px)
{
	#bloc_infos_ad
	{
		clear: none;	
		width: 62%;
		margin-right: 0;
	}
}
#bloc_info_ad_left
{
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 10px;
}
@media (min-width: 768px)
{
	#bloc_info_ad_left
	{
		width: 40%;
		margin-right: 2%;
		margin-left: 0;
		border-right: solid 1px #DDDDDD;
	}
}
@media (min-width: 1024px)
{
	#bloc_info_ad_left
	{

	}
}
#bloc_info_ad_right
{
	float: left;
	width: 96%;
	margin-top: 20px;
	margin-left: 2%;
}
#bloc_info_ad_right2
{
	clear: both;
	float: left;
	width: 96%;
	margin-left: 2%;
}
@media (min-width: 768px)
{
	#bloc_info_ad_right
	{
		width: 56%;
		margin-top: 0;
		margin-left: 0;
	}
	#bloc_info_ad_right2
	{
		clear: both;
		float: left;
		width: 100%;
		margin-left: 0;
	}
}
#bloc_contact_ad
{
	float: left;
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
	border-radius: 8px;
	background: linear-gradient(#f9f9f9, #f5f5f5);
}
@media (min-width: 768px)
{
	#bloc_contact_ad
	{
		margin-top: 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_contact_ad
	{
		width: 100%;
		margin-left: 0;
	}
}
.bloc_ad_top
{
	clear: both;
	width: 100%;
	float: left;	
}
.ad_page_h1
{
	width: 97%;
	margin: 0 0 20px 1.5%;
}
@media (min-width: 768px)
{
	.bloc_ad_top
	{
		width: 30%;
		margin-top: 20px;
		margin-left: 1.5%
	}
}
@media (min-width: 1024px)
{	
	.bloc_ad_top
	{
		margin-left: 0
	}
	.ad_page_h1
	{
		width: 100%;
		margin: 0 0 20px 0;
	}
}
.bloc_ad_wrap
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.bloc_ad_wrap0
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.bloc_contact_ad
{
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}
#bloc_bottom_shop_right .bloc_contact_ad
{
	clear: none;
	margin-top: 5px;
}
@media (min-width: 768px)
{
	#bloc_bottom_shop_right .bloc_contact_ad
	{
		clear: none;
		width:auto;
	}
}
#bloc_bottom_shop_right .bloc_contact_ad img
{
	margin: 0 5px 0 0;
}
#bloc_bottom_shop_right .bloc_contact_ad a
{
	margin: 0 5px 0 0;
}
#img_ann_tel
{
	margin: 0;
}
.bloc_contact_ad span
{
	display: block;
	float: left;
	line-height: 20px;
}
.bloc_contact_ad2
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 20px;
}
.bloc_adv_ad
{   
	clear: both;
	float: left;
    width: 100%;
	height: 65px;
	background: linear-gradient(#f0f0f0, #e5e5e5);
	border: 1px solid #d5d5d5;
	border-left: none;
	border-right: none;
	border-radius: none;
	margin: 10px 0 10px 0;
}
@media (min-width: 768px)
{
	.bloc_adv_ad
	{  
		border-left: 1px solid #d5d5d5;
		border-right: 1px solid #d5d5d5;
		border-radius: 6px;
	}
}
@media (min-width: 1024px)
{
	.bloc_adv_ad
	{
		float: none;
		width: 234px;
		margin: auto;
	}
}
.p_adv_ad_img
{   
	float: left;
    width: 60px;
	padding: 8px 0 0 10px;
	text-align: left;
}
.p_adv_ad_txt
{   
	float: left;
    width: 150px;
	margin: 4px 0 10px 0;
	text-align: left;
}
#bloc_envoye_ann
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 20px 0 0  0;
	padding: 10px 0;
	text-align: center;
	background: #f5f5f5;
	border-radius: 8px;
	border: none;
	box-sizing: padding-box;
}
#bloc_envoye_ann input
{
	display: block;
	clear: both;
	margin: 0 0 0 2%;
}
@media (min-width: 768px)
{
	#bloc_envoye_ann
	{
		text-align: left;
	}
}
@media (min-width: 1024px)
{
	#bloc_envoye_ann
	{
		width: 100%;
		margin: 20px 0 0 0;		
	}
}
#bloc_envoye_ann .bouton_left
{
	width: 94%;
	margin-left: 3%;
	box-sizing: padding-box;
}
#bloc_envoye_ann .bouton_left input
{
	width:70%;
	margin: 7px 10%;
	
}
@media (min-width: 728px)
{
	#bloc_envoye_ann .bouton_left input,
	#bloc_envoye_ann .bouton_left span
	{
		clear: none;
		display: block;
		float: left;
		width: 25%;
		margin: 0 0 0 1%;
	}
	#bloc_envoye_ann .bouton_left input.bouton_env_ami
	{
		width: auto;
		padding: 0 5px;		
	}
	#bloc_envoye_ann .bouton_left span
	{
		width: auto;
		margin: 0;
		line-height: 24px;
	}
}
.select_envoye_ann_short					
{
	width: 70px;
	height: 18px;
	padding: 2px;
	font-family: Arial, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 3px;
}
.select_envoye_ann_long					
{
	width: 120px;
	height: 18px;
	padding: 2px;
	font-family: Arial, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 3px;
}
#bloc_action_ad
{
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}
@media (min-width: 768px)
{
	#bloc_action_ad
	{
		margin: 20px 0 20px 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_action_ad
	{
		margin: 20px 0 20px 0;
	}
}
.bloc_action_ad
{
	float: left;
	width: 100%;
	min-height: 28px;
}
@media (min-width: 768px)
{
	.bloc_action_ad
	{
		width: 33%;
		text-align: center;
	}
}
@media (max-width: 768px)
{
	.bloc_action_ad img
	{
		margin-left: 1%;
	}
}
.button_maj_ad
{
	float: left;
	width: 28%;
	height: 23px;
	background: #5393d4;
	border-radius: 6px;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 10px 0;
	border: none;
}
@media (min-width: 768px)
{
	.button_maj_ad
	{
		width: 18%;
	}
}

/*  ----- Ad slideshow -----  */

#photo
{
	cursor: pointer;
}
#slideshow
{
	display: none;
	position: fixed;
	z-index: 10;
	padding-top: 40px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-content
{
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
}
#modal_nav_wrap
{
	position: absolute;
	bottom: 50px;
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 999999;
}
#modal_nav
{
	overflow: inherit;
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
.close
{
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover,
.close:focus
{
	color: #CCCCCC;
	text-decoration: none;
}
.mySlides
{
	display: none;
	text-align: center;
}
.mySlides img
{
	max-width: 100%;
	max-height: 630px;
}
.thumbnail
{
	float: left;
	max-width: 66px;
	height: auto;
	max-height: 18px;
	margin: 28px 3px 0 3px;
	opacity: 0.6;
	cursor: pointer;
}
@media (min-width: 768px)
{
	.thumbnail
	{
		max-width: 80px;
		max-height: 44px;
		margin: 15px 4px 0 4px;
	}
}
.active,
.thumbnail:hover
{
	opacity: 1;
}
.prev,
.next
{
	display: none;
	color: #FFFFFF;
	opacity: 0.8;
	float: left;
	font-size: 2em;
	line-height: 55px;
	cursor: pointer;
	margin-top: 10px;
	width: 27px;
	display: inline-block;
}
.prev
{
	margin-right: 10px;
}
.next
{
	margin-left: 10px;
}
@media (min-width: 768px)
{
	.prev,
	.next
	{
		display: block;
	}
}
.prev:hover,
.next:hover
{
	opacity: 1;
}
#thumb_container 
{
	float: left;
	position: relative;
	display: block;
	width: calc(100% - 74px);
	height: 55px;
	overflow: hidden;
}
#thumb_container .thumb_list
{
	display: inline-block;
	width: 9999px;
	overflow: hidden;
}
#thumb_container .thumb_list li
{
	float: left;
}

/*  ----- AD PAGE STYLE -----  */

#return
{
	float: left;
	margin-right: 10px;
	width: 160px;
	text-align: center;
}
#return a
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 0.85em; 
	text-decoration: none;
	padding-top: 3px;
	color: #646464;
    text-decoration: none;
    background: #fbfbfb;
	border:solid 1px #dddddd;
	color: #777777;
    line-height: 18px;
    padding: 0 5px;
    line-height: 23px;
}
#return a:hover
{
	background: #F4F4F4;
	text-decoration: none;
}
.p_disc
{
	padding: 35px 6% 0 2%;
}
.p_video
{
	font-family: Arial, sans-serif; 
	font-size: 0.85em; 
	color: #595959;
	padding: 15px 0 15px 0;
}
.p_video a
{
	text-decoration: none;
	color: #51b0df;
}
.p_video a:hover
{
	text-decoration: underline;
}
.p_info_line
{
	font-family: Arial, sans-serif;
	font-size : 0.75em;
	color: #373737;
	padding-top: 7px;
}
.p_info_line a
{
	text-decoration: none;
	font-weight: bold;
	color: #373737;
	font-weight: bold;
}
.bloc_option_ann a
{
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #191919;
	text-decoration: none;
}
.bloc_option_ann a:hover
{
	text-decoration: underline;
}
.bloc_contact_ad a
{
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #191919;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 20px;
}
.bloc_contact_ad a:hover,
.bloc_contact_ad2 a:hover
{
	text-decoration: underline;
}
.bloc_contact_ad2 a,
.bloc_contact_ad2 span
{
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #96726a;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 43px;
}
.bloc_contact_ad2 span
{
	margin-left: 0;
}
.p_adv_ad_txt a
{   
	font-family : Arial;
    font-size : 0.7em;
	color: #473330;
	text-decoration: none;
}
.p_adv_ad_txt a:hover
{   
	text-decoration: underline;
}
.p_top_info_ad
{
	clear: both;
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    font-weight: bold;
	color: #444444;
	margin: 10px 0 10px 0;
}
@media (min-width: 768px)
{
	.p_top_info_ad
	{
		margin: 10px 0 10px 0;
	}
}
#bloc_info_ad_right .p_top_info_ad
{
	margin: 0 0 10px 0;
}
.p_manage_info_ad
{
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 0.85em;
	width: 100%;
    text-decoration: none;
	padding: 5px 7px;
	margin: 0 0 5px 0;
	color: #FFFFFF;
    background: #002f9b;
    border: none;	
	letter-spacing: 1px;
	box-sizing: padding-box;
}
@media (min-width: 768px)
{
	.p_manage_info_ad
	{
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;	
	}
}
.txt_info_ami
{
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
	color: #191919;
	text-decoration: none;
}
.bouton_env_ami
{
	float: left;
	height: 24px;
	background: linear-gradient(#1fa4e5, #002f9b);
	border:none;
	border-radius: 6px;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 1px 0 10px 4px;
	padding: 0 2px 0 2px;	
}
.p_price_info_ad
{
	clear: both;
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #444444;
    font-weight: bold;
    margin-bottom: 15px;
}
.p_middle_info_ad
{
	display: block;
	float: left;
	width: 100%;
	margin-right: 0;
	padding: 3px 0;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #444444;
}
.p_middle_info_ad span
{
	color: #878b99;
}
.p_ad_info_ad
{
	clear: both;
	float: left;
	padding-bottom: 15px;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #444444;
	padding-right: 35px;
}
.p_geo_google
{
	clear: both;
	float: left;
	width: 95%;
	margin: 10px 0 0 2.5%;
}
#bloc_infos_ad .p_geo_google
{
	width: 100%;
	margin: 10px 0 0 0;
}
.p_geo_google iframe
{
	width: 100%;
	height: 220px;
	background: #f5f5f5;
	border-radius: none;
	border: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px)
{
	.p_geo_google iframe
	{
		border-radius: 8px;
	}
}
.bloc_action_ad a,
.bloc_action_ad img
{
	display: block;
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #191919;
	text-decoration: none;
	margin-right: 4px;
	line-height: 20px;	
}
@media (min-width: 768px)
{
	.bloc_action_ad img,
	.bloc_action_ad a
	{
		float: none;
		margin:auto;
		margin-top: 5px;
	}
}
@media (min-width: 1024px)
{
	.bloc_action_ad img,
	.bloc_action_ad a
	{
		float: left;
		margin:0;
		margin-right: 4px;
	}
}
.bloc_contact_ad img
{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
@media (max-width: 768px)
{
	.bloc_contact_ad img
	{
		margin-left: 3%;
	}
}
.bloc_action_ad a:hover
{
	text-decoration: underline;
}
.ad_comment
{
	clear: both;
	float: left;
	width: 97%;
	font-family : Arial;    
    color: #191919;
	background: #F4F4F4;
	margin: 2px 0 0 0;
	padding: 2px 0 10px 3%;
}
.ad_comment p
{
	clear: both;
	float: left;
	padding: 2px 0 3px 0;
	font-size : 0.8em;
}
.ad_comment .comment_title
{
	font-weight: bold;
}
.ad_comment .comment_pseudo
{
	color: #777777;
}
.ad_comment .comment_date
{
	color: #777777;
}
.ad_comment .comment_text
{
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 0.8em;
	color: #575757;
	padding-top: 8px;
}
#ad_comment_form
{
	clear: both;
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-bottom: 5px;
	margin-top: 2px;
}
#ad_comment_form textarea,
#ad_comment_form input,
#ad_comment_form span
{
	clear: both;
	float: left;
	margin: 0 3% 8px 0;
}
#ad_comment_form .rating
{
	margin: 10px 3% 8px 0;
}
#ad_comment_form .ad_comment_button
{
	display:block; 
	font-family: Arial;
	background: #484848; 
	color: #fff; 
	line-height: 25px;
	margin: 5px 0 0 0; 
	width: 90%;
	max-width: 150px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.85em;
	cursor: pointer;
}
#ad_comment_form .textarea
{
	width: 91%;
	height: 60px;
}
#comment_show_button
{
	display: block;
	font-family: Tahoma;
	background: #555; 
	color: #fff; 
	line-height: 25px;
	margin: 10px auto; 
	width: 90%;
	max-width: 250px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.85em;
	text-align: center;
	text-decoration: none;
}
#comments_show
{
	display: none;
}
.ad_files
{
	display: block;
	width: auto;
	float: left;
	font-family : Tahoma;
	font-size: 0.9em;
	color: #191919;
	margin-right: 10px;
}

/*  -----  Rating styles -----  */

.rating
{
	clear: both;
	float: left;
	min-width: 85px;
	margin: 10px 0 10px 0;
	font-size: 20px;
	overflow:hidden;
	font-size: 17px;
}
.rating span,
.rating a
{
	display: block;
	float: right;
	background: url("../images/star_rating.png") no-repeat center top;
	background-size: 17px 34px;
	width: 17px;
	height: 17px;
	margin-right: 3px;
	text-decoration: none;
}
.rating span.actif,
.rating a.actif
{
	background: url("../images/star_rating.png") no-repeat center bottom;
	background-size: 17px 34px;
}
.rating_form a:hover,
.rating_form a:focus
{
	cursor: pointer;
}
.rating
{
	direction: rtl;
}
#page_ad_com_form_err,
#page_ad_com_form_err2,
#page_ad_com_form_valid
{
	clear: both;
	float: left;
	display: none;
	padding: 2px 5px 0 0;
}
#page_ad_com_msg_valid
{
	padding: 7px 10px 0 0;
}
.rating_listing
{
	float: left;
	width: auto;
	margin: 5px 0 0 0;
	font-size: 13px;
}
.rating_listing span.comment_total
{
	line-height: 13px;
	font-size: 0.9em;
	color: #878787;
	font-weight: normal;
	margin-left: 4px;
	background: none;
}
.rating_listing span,
.rating_listing a
{
	display: block;
	float: right;
	background: url("../images/star_rating.png") no-repeat center top;
	background-size: 13px 26px;
	width: 13px;
	height: 13px;
	margin-right: 4px;
	text-decoration: none;
}
.rating_listing span.actif,
.rating_listing a.actif
{
	background: url("../images/star_rating.png") no-repeat center bottom;
	background-size: 13px 26px;
}

/*  ----- SHOP PAGE DESIGN -----  */

#bloc_top_shop
{   
	float: left;
	width: 96%;
	margin: 10px 0 0 2%;
}
@media (min-width: 768px)
{
	#bloc_top_shop
	{   
		width: 42%;
		margin: 10px 0 0 1.5%;
	}
}
@media (min-width: 1024px)
{
	#bloc_top_shop
	{   
		width: 42%;
		margin: 10px 0 0 0;
	}
}
#bloc_logo_shop
{
	float: left;
	width: 100%;
	text-align: center;
}
@media (min-width: 768px)
{
	#bloc_logo_shop
	{   
		width: 220px;
		text-align: left;
	}
}
@media (min-width: 1024px)
{
	#bloc_logo_shop
	{   
		margin-left: 0;
	}
}
.h1_shop
{
	clear: both;
	margin: 7px 0;
	padding: 0;
	width: 100%;
	line-height: 22px;
}
#bloc_address_shop
{
	clear: both;
	float: left;
	background: #f5f5f5;
	border-radius: 8px;
	width: 96%;
    margin: 10px 0 7px 2%;
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px)
{
	#bloc_address_shop
	{   
		clear: none;
		float: right;
		width: 53%;
		margin: 10px 2% 7px 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_address_shop
	{   
		width: 55%;
		margin: 10px 0 7px 0;
	}
}
#bloc_open_shop
{
	float: left;
	width: 50%;
	margin: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#bloc_open_shop
	{   
		width: 26%;
		margin: 0 0 0 0;
	}
}
#bloc_website_shop
{
	float: left;
	width: 50%;
	margin: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#bloc_website_shop
	{   
		width: 21%;
		margin: 0 0 0 0;
	}
}
#bloc_space_shop
{
	float: left;
	width: 100%;
	height: 1px;
	margin: 15px 0 0 0;
	background-color: #E3E3E3;
}
@media (min-width: 768px)
{
	#bloc_space_shop
	{
		width: 928px;
		margin: 15px 0 0 10px;
	}
}
#bloc_bottom_shop
{   
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
@media (min-width: 768px)
{
	#bloc_bottom_shop
	{
		width: 100%;
		margin: 0 0 0 0;
	}
}
#bloc_bottom_shop_right
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
	background: #f5f5f5;
	border-radius: 8px;
}
@media (min-width: 768px)
{
	#bloc_bottom_shop_right
	{
		margin: 20px 0 10px 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_bottom_shop_right
	{
		margin: 20px 0 10px 0;
	}
}
#bloc_bottom_shop_right2
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	background: #f5f5f5;
	border-radius: 8px;
}

/*  ----- SHOP PAGE STYLE -----  */

.txt_info_shop
{
	float: left;
	width: 92%;
	margin: 5px 4%;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #191919;
}
@media (min-width: 768px)
{
	.txt_info_shop
	{
		width: 45%;
		margin: 10px 2.5%;
	}
}
.txt_info_shop a
{
	font-family: Arial;
	font-size: 1em;
	color: #191919;
	text-decoration: none;
}
.txt_info_shop a:hover
{
	text-decoration: underline;
}
#p_desc_shop
{
	padding-top: 20px;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #191919;
	padding-right: 20px;
}
.link_website_shop
{
	font-family: Tahoma, sans-serif;
    color: #191919;
	text-decoration: none;
}
a.link_website_shop:hover
{
    color: #191919;
	text-decoration: underline;
}
.link_rss_shop
{
	background: url("../images/rss.png") no-repeat;
	background-size: 15px 15px;
	font-family : Tahoma;
    color: #191919;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
}
a.link_rss_shop:hover
{
    color: #191919;
	text-decoration: underline;
}
#shop_comment_form
{
	clear: both;
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-bottom: 5px;
	margin-top: 2px;
}
#shop_comment_form textarea,
#shop_comment_form input,
#shop_comment_form span
{
	clear: both;
	float: left;
	margin: 0 3% 8px 0;
}
#shop_comment_form .rating
{
	margin: 10px 3% 8px 0;
}
#shop_comment_form .shop_comment_button
{
	display:block; 
	font-family: Arial;
	background:#484848; 
	color:#fff; 
	line-height: 25px;
	margin: 5px 0 0 0;
	width: 90%;
	max-width: 150px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.85em;
	cursor: pointer;
}
#shop_comment_form .textarea
{
	width: 91%;
	height: 60px;
}
.shop_comment
{
	clear: both;
	float: left;
	width: 100%;
	font-family : Arial;    
    color: #191919;
	background: #F4F4F4;
	margin: 2px 0 0 0;
	padding: 3px 0 9px 3%;
}
.shop_comment p
{
	clear: both;
	float: left;
	padding: 2px 0 3px 0;
	font-size : 0.8em;
}
.shop_comment .comment_title
{
	font-weight: bold;
}
.shop_comment .comment_pseudo
{
	color: #777777;
}
.shop_comment .comment_date
{
	color: #777777;
}
.shop_comment .comment_text
{
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 0.8em;
	color: #575757;
	padding-top: 8px;
}
.p_shop_info_ad_comments
{
	width: 100%;
	overflow: hidden;
}
@media (min-width: 768px)
{
	.p_shop_info_ad_comments
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.p_shop_info_ad_comments
	{
		width: 100%;
	}
}
#page_shop_com_form_err,
#page_shop_com_form_err2,
#page_shop_com_form_valid
{
	clear: both;
	float: left;
	display: none;
	padding: 2px 10px 0 0;
}
#page_shop_com_msg_valid
{
	padding: 7px 10px 0 0;
}

/*  ----- PAYMENT -----  */

#body_payment
{   
	clear: both;
	float: left;
    width: 100%;
	padding: 15px 0 20px 0;
}
@media (min-width: 1024px)
{
	#body_payment
	{   
	    width: 950px;
	}
}
#body_payment p
{   
	padding: 10px 0 0 3%;
}
#body_payment div
{   
	padding: 0 0 0 3%;
}

/*  ----- FORMS DESIGN -----  */

#body_form
{   
	clear: both;
	float: left;
    width: 100%;
	padding: 30px 0 20px 0;
}
@media (min-width: 1024px)
{
	#body_form
	{   
	    width: 950px;
		padding: 30px 0 20px 0;
	}
}
#body_form p
{
	clear: both;
	width: 92%;
	padding: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#body_form p
	{
		width: auto;
		padding: 10px 0 0 150px;
	}
}
#uploadForm,
#uploadFileForm,
#uploadForm_logo_shop
{   
	clear: both;
	float: left;
    width: 100%;
	margin: 10px 0 0 0;
}
@media (min-width: 1024px)
{
	#uploadForm,
	#uploadFileForm,
	#uploadForm_logo_shop
	{   
	    width: 950px;
	    margin: 15px 0 0 0;
	}
}
#uploadForm p,
#uploadFileForm p,
#uploadForm_logo_shop p
{
	padding: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#uploadForm p
	{   
	   padding: 10px 0 0 150px;
	}
}
#upload p
{   
	padding: 10px 0 0 0;
}
#uploadForm div,
#uploadFileForm div,
#uploadForm_logo_shop div
{
	padding: 10px 0 0 4%;
	overflow: hidden;
}
@media (min-width: 768px)
{
	#uploadForm p,
	#uploadForm div,
	#uploadFileForm p,
	#uploadFileForm div,
	#uploadForm_logo_shop p,
	#uploadForm_logo_shop div
	{   
	   padding: 10px 0 0 150px;
	}
}
#upload > div,
#uploadFile > div
{   
	padding: 10px 0 0 0;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}
#upload div span,
#uploadFile div span
{
	display: block;
	font-family : Tahoma;
    font-size : 0.9em;
    color: #FFFFFF;
    font-weight: bold;
	float: right;
	background: #D4D4D4;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: -30px;
	padding: 0 0 5px 5px;
	position: relative;
	z-index: 100;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
#uploadFileForm .bar_form,
#uploadForm .bar_form
{
	padding-left: 2%;
}
#ad_photo_pack_button
{
	max-width: 130px;
	cursor: pointer;
}
#ad_photo_pack_button p
{
	width: 130px;
	height: 36px;
	font-family : Tahoma;
    font-size : 0.9em;
    color: #FFFFFF;
	position: absolute;
	padding: 5px 0;
	margin: -52px 0 0 0;
	max-width: 130px;
	background:#002f9b;
	text-align: center;
}
#upload #ad_photo_pack_button span
{
	background: #002f9b;
}
#upload a,
#uploadFile a
{   
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("../images/ico_delete.png") no-repeat;
	background-size: 18px 18px;
}
#upload p.loading,
#uploadFile p.loading
{
	position: absolute;
	width: 100%;
    max-width: 130px;
    height: 100%;
    max-height: 80px;
    opacity: 0.6;
    z-index: 50;
    background: #242424;
    padding: 5px 0 0 0;
    margin: 0;
    text-align: center;
    display: none;
}
.upload_delete_link
{
	display: none;
}
#err_depot_1, #err_depot_2, #err_depot_3, #err_depot_4,
#err_depot_5, #err_depot_6, #err_depot_7, #err_depot_8
{
	display: none;
}
.uploaded_file
{
	cursor: pointer;
}

/*  ----- FORMS STYLE -----  */

.bar_form
{
	clear: both;
	float: left;
	width: 98%;
	height: 27px;
	background: #002f9b;
	padding: 10px 0 0 2%;
	font-family: Arial;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	margin: 25px 0 20px 0;
}
@media (min-width: 1024px)
{
	.bar_form
	{
		width: 929px;
	}
}
.first_bar_form
{
	margin-top: 0;
}
.link_forgot_pass
{
    font-family: Tahoma, sans-serif; 
	font-size: 0.7em; 
    color: #555555;
    text-decoration: none;
	font-weight: bold;
}
a.link_forgot_pass:hover
{
    color: #002f9b;
}
.select_form					
{
	width: 230px;
	height: 36px;
	padding: 2px;
	font-family: Tahoma, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 3px;
}
.av_input					
{
	width: 220px;
	height: 34px;
	font-family: Tahoma, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 5px;
}
.input_file
{
	position: absolute;
	opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100%;
    max-width: 130px;
    height: 100%;
    z-index: 200;
    max-height: 85px;
}
#uploadFile .input_file
{
	max-width: 70px;
}
.textarea
{
	width: 95%;
	font-family: Tahoma, sans-serif; 
	font-size: 0.8em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 5px;
	padding-top: 5px;
}
@media (min-width: 768px)
{
	.textarea	
	{
		width: 60%;
	}
}
.form_error
{
	border: 1px solid #E60004;
	border-radius: 6px;
}
.button_fb
{
	display: block;
	width: 178px;
	height: 21px;
	background: url("../images/bt_facebook.png") no-repeat;
	background-size: 188px 27px;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 0 0 30px;
}
.button_form
{
	float: left;
	width: 70%;
	max-width: 228px;	
	border: none;
	border-radius: none;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 0 10px 0;
	border-radius: 6px;
	line-height: 35px;	
	background: #002f9b;	
	color: #FFFFFF;
}
.button_form:hover
{
	background: #259dde;
}
@media (min-width: 768px)
{
	.button_form	
	{
		width: 18%;
	}
}
.button_dep_up
{
	margin-top: 15px;
}	
.conteneurRadio 
{
	margin-bottom: 25px;
}
#conteneurRadio1 
{
	margin-bottom: 0;
}
#form_file_err1,
#form_file_err2
{
	display: none;
	padding-top: 5px;
}

.button_dep_up
{
	margin-top: 15px;
}	
.conteneurRadio 
{
	margin-bottom: 25px;
}
#conteneurRadio1 
{
	margin-bottom: 0;
}
#form_file_err1,
#form_file_err2
{
	display: none;
	padding-top: 5px;
}

/*  ----- CALENDAR FORM-----  */

#cal_wrap
{
	float: left;
	overflow: hidden;
	clear: both;
	width: 90%;
	padding: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#cal_wrap
	{
		padding: 10px 0 0 150px;
	}
}
#cal_wrap p
{
	padding: 0;
}
#cal_wrap ul
{
	clear: none;
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
	clear: both;
	overflow: hidden;	
}
#cal_wrap ul li
{
	clear: both;
	width: 278px;
	float: left;
	font-family: Tahoma, sans-serif;
	padding-bottom: 10px; 
}
@media (min-width: 632px)
{
	#cal_wrap ul li
	{
		clear: none;
		width: auto;
		padding-bottom: 0;
	}
}
#cal_wrap .css_price
{
	font-family: Tahoma, sans-serif;
	font-size: 0.8em; 
}
.cal_wrap_show
{
	display:block;
}
.cal_wrap_hide
{
	display:none;
}
#cal_period_add
{
	clear: both;
	width: 100%;
	overflow: hidden;
}
#cal_wrap li.cal_col1
{
	margin-right: -10px;
}
#cal_wrap input
{
	width: 80%;
}
#cal_wrap .cal_insert_period
{
	display: block;
	float: left;
	background: #444444;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	width: 34px;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 1em;
	margin-left: 0;
	margin-right: 10px;
}
@media (min-width: 632px)
{
	#cal_wrap .cal_insert_period
	{
		margin-left: 15px;
	}
}
#cal_wrap .cal_period_update,
#cal_wrap .cal_period_remove,
#cal_wrap .cal_eff_period
{
	display: block;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	color: #555555;
	text-decoration: none;
	margin-left: 0;
	border-radius: 4px;
	border: solid 1px #cccccc;
	line-height: 34px;
	padding: 0 4px;
}
@media (min-width: 632px)
{
	#cal_wrap .cal_period_update,
	#cal_wrap .cal_period_remove,
	#cal_wrap .cal_eff_period
	{
		margin-left: 10px;
	}
}
#cal_wrap .cal_period_update:hover
{
	color: #FFFFFF;
	background: #8fbe31;
	border: solid 1px #8fbe31;
}
#cal_wrap .cal_period_remove:hover
{
	color: #FFFFFF;
	background: #c90c0f;
	border: solid 1px #c90c0f;
}
#cal_wrap .cal_eff_period:hover
{
	color: #FFFFFF;
	background: #c90c0f;
	border: solid 1px #c90c0f;
}
#cal_wrap .hide
{
	display: none;	
}
#cal_wrap .cal_msg_error
{
	display: none;
	clear: both;
	color:#C00;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	padding: 10px 0 0 0;
}
.cal_available
{
	display: block;
	clear: both;
	border-left: solid 30px #6EA602;
	line-height: 20px;
	padding-left: 7px;
	margin: 10px 0 4px 0;
	width: 90px;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	float: left;
}
.cal_not_available
{
	border-left: solid 30px #999999;
	line-height: 20px;
	padding-left: 7px;
	margin: 10px 0 4px 0;
	width: 120px;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	float: left;
}
.p_ad_info_ad_cal,
.p_ad_info_ad_comments
{
	width: 100%;
	overflow: hidden;
}
.p_ad_info_ad_cal
{
	padding-bottom: 15px;
}
@media (min-width: 768px)
{
	.p_ad_info_ad_cal,
	.p_ad_info_ad_comments
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.p_ad_info_ad_cal,
	.p_ad_info_ad_comments
	{
		width: 100%;
	}
}
#cal_show_periodes
{
	clear: both;
	float: left;
	margin-bottom: 20px;
}
#cal_show_periodes p
{
	line-height: 25px;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
}
#cal_show
{
	float:left;
	clear: both;
	font-size: 0.9em;
}
#cal_show .date_available a
{
	background-color : #6EA602 !important;
	background-image :none !important;
	color: White !important;
	font-weight:bold !important;
	cursor: default;
}
#cal_show .ui-state-default
{
	background-image :none !important;
	background-color : #999999 !important;
	color: White !important;
	cursor: default;
}
#ui-datepicker-div
{
	font-size: 0.8em;
	z-index: 88888;
}
#ui-datepicker-div td
{
	z-index: 88888;
}
#ui-datepicker-div .ui-dialog
{
	font-size: 1em;
}
#ui-datepicker-div .ui-widget-header
{
	background: #777777;
}
#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year
{
	color: #FFFFFF;	
}
.ui-state-active, 
.ui-widget-content 
.ui-state-active, 
.ui-widget-header 
.ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover
{
	border: 1px solid #c5c5c5;
	background: none;
	font-weight: inherit;
	box-sizing: border-box;
}

/*  ----- GOOGLE MAP FORM-----  */

#form_geoloc_wrap
{
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#geolocation
{
	float: left;
	width: 94%;
}
#geolocation_left
{
	float: left;
	width: 95%;
}
#geolocation_left p
{
	overflow: hidden;
}
#geolocation_right
{
	float: left;
	width: 92%;
	height: 100%;
	min-height: 250px;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	box-sizing: border-box;
	margin: 5px 0 10px 4%;
}
@media (min-width: 768px)
{
	#geolocation
	{
		width: 83%;
	}
	#geolocation_left
	{
		width: 50%;
	}
	#geolocation_right
	{
		float: right;
		width: 35%;
		max-width: 400px;
		margin-bottom: 0;
		margin: 10px 14% 0 0;
	}
}
@media (min-width: 1024px)
{
	#geolocation_left
	{
		width: 40%;
	}
	#geolocation_right
	{
		float: right;
		width: 50%;
		margin-bottom: 0;
		margin: 10px 13% 0 0;
	}
}
#geoloc_error,
#geoloc_error2,
#geoloc_error3,
#geoloc_info
{
	clear: both;
	display: block;
	float: left;
	width: 92%;
	background: #CC0000;
	color: #FFFFFF;
	padding: 5px 10px 5px 2%;
	margin: 10px 0;
	font-size: 0.8em;
}
@media (min-width: 768px)
{
	#geoloc_error,
	#geoloc_error2,
	#geoloc_error3,
	#geoloc_info
	{
		width: 81%;
	}
}
#geoloc_info
{
	background: #8cb921;
}
#geoloc_button
{
	clear: both;
	float: left;
	display: block;
	margin: 0;
	cursor: pointer;
	margin: 10px 0 10px 0;
	text-decoration: none;
}
#geoloc_button img
{
	width: 100%;
	height: 100%;
}

/*  ----- GEOLOCATION SEARCH-----  */

#search_geoloc
{
	background: #def2ba;
}
#search_geoloc_err
{
	margin: 0 0 14px 4%;
	padding: 0 10px 0 3px;
}

/*  ----- PLUS PAGES-----  */

#more_body
{
	background: #FFFFFF;
	border-top: solid 70px #002f9b;
	padding: 0 0 0 0;
}
#more_body div
{
	width: 90%;
	padding: 0 20px 0 20px;
	margin-top: -55px;
}

/*  ----- ACCOUNT CREDIT -----  */

#body_credit
{   
	clear: both;
	float: left;
	width: 97%;
	margin: 17px 0 20px 3%;
}
#acc_credit_wrap
{
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 100%;
}
.acc_credit_button
{
	display:block; 
	background: #646464; 
	color:#fff; 
	padding: 4px 3px; 
	margin:0 0 0 5%; 
	width: 88%; 
	cursor:pointer; 
	text-decoration:none; 
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.price_link
{
	display: block;
	float: left;
	text-align: center;
	font-size: 0.8em;
	font-family: Tahoma, Arial;
	color: #333;
	background: #DDDDDD;
	width:100px;
	line-height: 34px;
	margin:0 12px 0 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}
.price_link
{
	width: 15%;
	margin:0 1% 10px 0;
}
.price_link:hover,
.price_link_selected
{
	color: #FFF;
	background:#555555;
}
.acc_credit_txt
{
	display: block;
	float: left;
	font-size: 0.9em;
	padding: 5px 0;
	margin-right: 10px;
	font-family: Tahoma, Arial;
	color: #333;	
	line-height: 20px;
}
.acc_credit_txt_credit
{
	float: left;
	overflow: hidden;
}
#body_form p.acc_credit_tit
{
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #596164;
	color: #596164;
}
#body_payment div.payment_credit_bloc
{   
	margin: 5px 30px 15px 3%;
	padding:7px;
	border:solid 1px #cccccc;
	width:240px;
	background:#f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
@media(min-width: 1024px)
{
	#body_payment div.payment_credit_bloc
	{
		margin-left: 27px;
	}
}
.payment_credit_bloc input
{
	display:block;
	background:#555;
	color:#fff;
	padding:3px 40px;
	margin-left:13px;
	width:200px;
	cursor:pointer;
	text-decoration:none;
	border: none;
	font-size:1em;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media(max-width: 768px)
{
	.price_link
	{
		width: 48%;
		margin-right: 1.5%;
	}
}
.acc_credit_info
{
	clear: both;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	margin: 0 0 5px 0;
}
.acc_credit_info_last
{
	margin: 0 0 25px 0;
}

/* ----- POPUP -----  */

.ui-draggable .ui-dialog-titlebar
{
	display: none;
}
.ui-dialog
{
	padding: 0;
}
#popup_msg
{
	margin: 0;
	padding: 0;
}
#popup_msg p
{
	text-align: center;
	margin: 0;
	padding: 0;
}
#popup_msg p.active
{
	line-height: 52px;
	color: #555555;
	font-size: 0.9em;
	background: #F4F4F4;
	border-bottom: solid 1px #DDDDDD;
	font-weight: bold;
}
#popup_msg .ui-button
{
	font-size: 0.8em;
}
.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.4;
    z-index: 1040;    
}
.ui-widget .ui-widget
{
	font-size: 0.9em;
}
.ui-dialog .ui-dialog-buttonpane
{
	border: none;
	margin-top: 0 !important;
	padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
	width: 100%;
	float: none;
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child
{
	color: #51841F;
	border: solid 1px #51841F;
	background: #FFFFFF !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child
{
	color: #D40000;
	border: solid 1px #D40000;
	background: #FFFFFF !important;
	margin: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button
{
	border: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child:hover
{
	color: #FFFFFF;
	background: #51841F !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child:hover
{
	color: #FFFFFF;
	background: #D40000 !important;
}
.popup_txt
{
	display: none;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
    padding: 7px;
    margin: 20px 0 0 -10px;
    opacity: 0.9;
    letter-spacing: 1px;
    z-index: 500;
}

/* ----- INVOICES DESIGN -----  */

#body_inv
{   
	clear: both;
	float: left;
    width: 100%;
    margin: 10px 0 0 0;
	padding: 15px 0 20px 0;
}
#bloc_inv_title
{
	clear: both;
	float: left;
	width: 96%;
	height: 40px;
	margin-left: 2%;
	border: 1px solid #cbcbcb;
	background: #efefef;
}
.bloc_inv
{
	clear: both;
	float: left;
	width: 96%;
	height: 40px;
	margin-left: 2%;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
@media(min-width: 1024px)
{
	#bloc_inv_title
	{
		width: 948px;
		margin: auto;
	}
	.bloc_inv
	{
		width: 948px;
		margin: auto;
	}
}
#bloc_inv_title p, .bloc_inv p
{
	float: left;
	line-height: 40px;
	width: 20%;
	font-family: Tahoma;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
#bloc_inv_title p
{
	font-size: 0.8em;
	font-weight: bold;
}
.bloc_inv a
{
	color: #555555;
}