/*  
 *  Site Name: Parking Gratuit
 *  Site URL: www.parkinggratuit.be
 *  Version: 1.0
 *  Author: Julien Winant
 *  Author URL: http://www.harkor.be
*/

* {
	margin:0;
	padding:0; 
	border:0;
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style-position: outside;
	list-style: none;
}

a {  
	color: #333333;  
	text-decoration: none;  
}  
  
a:hover {  
	text-decoration: underline;  
}

body {
	font-family: Helvetica, Arial;
	color: #646464;
	position: relative;
	padding-top: 43px;
	overflow-y: scroll;
	background: #fff /*url(../images/bg_content.jpg) */;
}

body.intro,
body.p404 {
	background: url(../images/bg_content.jpg);
}

body.noconnected {
	background: url(../images/bg_content.jpg);
}

.clear {
	clear: both !important;
	float: none !important;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.page.profil {
/*	margin-top: -40px;*/
}

.page #bg_logo {
	background: url(../images/bg_logo_content.png) no-repeat;
	width: 477px;
	left: 50%;
	margin-left: -235px;
	height: 410px;
	position: absolute;
	z-index: 0;
}
/* #### BANNER #### */
#banner {
	width: 100%;
	height: 79px;
	background: url(../images/bg_banner.png) repeat-x;
	position: fixed;
	top: 0;
	z-index: 99;
}

#banner h1 {
	padding-top: 15px;
	float: left;
	margin-left: 10px;
}

#banner h1 a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 27px;
	text-shadow: 0px 1px 0px #000;
	background: url(../images/logo_white.png) no-repeat;
	height: 35px;
	padding-left: 50px;
	padding-top: 15px;
}

#banner h1 a:hover {
	text-decoration: none;
}

#banner form {
	float: right;
	position: relative;
	top: 15px;
	right: 10px;
}

#banner form ul li {
	float: left; 
}

#banner form ul li.email, #banner form ul li.password {
	margin-top: 5px;
}

#banner form input[type=text], #banner form input[type=password] {
	width: 215px;
	margin-right: 10px;
	height: 20px !important;
}

#banner form input[type=password] {
	width: 155px;
}

#banner form input.redbutton {
	font-size: 14px;
}

#banner form #mdpforget {
	float: none;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dotted #aaa;
	opacity: 0.8;
	top: 5px;
	position: relative;
}

#banner form #mdpforget:hover {
	border-bottom: 1px dotted #fff;
	opacity: 1;
	text-decoration: none;
}



/* MAIN-MENU */
#banner ul#main-menu {
	position: absolute;
	bottom: 0;
	margin-left: 10px;
}

#banner ul#account-menu {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

#banner ul#main-menu li {
	float: left;
	margin-right: 15px;
}

#banner ul#main-menu li a, #banner ul#account-menu li a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 23px 25px 0;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	height: 30px;
}


#banner ul#account-menu li.myaccount {
	width: 115px;
	padding: 13px;
	margin-right: 15px;
}

#banner02 .myaccount a img, .page.account div.mini_avatar img {
	border-radius: 2px;
	-moz-border-radius: 2px;
}

#banner ul#account-menu li.myaccount, #banner ul#account-menu li.creditsbtn {
	float: left;
}

#banner ul#account-menu li.myaccount:hover {
	background: #1f366e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding-bottom: 0;
}

#banner ul#account-menu li.myaccount a {
	padding: 0;
}

#banner ul#account-menu li.myaccount a:hover {
	text-decoration: none;
}
	
	

/* #### BANNER02 #### */

#banner02 .shadow {
	background: #000;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	display: none;
	z-index: 1;
}

.nojs #banner02 {
	top: 37px;
}

#banner02 {
	width: 100%;
	height: 43px;
	background: url(../images/bg_banner02.jpg) repeat-x;
	position: fixed;
	top: 0;
	z-index: 99;
}

#banner02 h1 a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 -1px 0 #999;
	background: url(../images/banner_icon.png) left center no-repeat;
	height: 26px;
	padding-left: 27px;
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}

#banner02 h1 a:hover {
	text-decoration: none;
}

#banner02 ul#main-menu li {
	float: left;
}

#banner02 ul#main-menu li:first-child,
#banner02 ul#main-menu li.first-child {
	margin-left: 25px;
}

#banner02 ul#main-menu li a {
	color: #fff;
	font-size: 14px;
/*	font-weight: bold; */
	padding: 15px 25px 0;
	display: block;
	height: 26px;
	opacity: 0.85;
	text-shadow: 0 -1px 0 #333;
}

#banner02 ul#main-menu li a:hover, #banner02 ul#account-menu li:hover a {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

#banner02 ul#main-menu li a.active {
	background: url(../images/link_active.png) no-repeat center top;
	color: #fff;
	opacity: 1;
}

#banner02 div#account-menu {
	float: right;
	position: relative;
	margin-right: 10px;
}

#banner02 div#account-menu div.myaccount {
	padding: 10px 10px 0;
	height: 31px;
}

#banner02 div#account-menu div.myaccount:hover, #banner02 div#account-menu div.myaccount.active {
	background: url(../images/bg_opacity_white.png);
}

#banner02 div#account-menu div.myaccount a span {
	color: #fff;
	opacity: 0.85;
	margin: 0 7px;
}

#banner02 div#account-menu div.myaccount a:hover {
	text-decoration: none;
}

#banner02 div#account-menu div.myaccount a:hover span {
	opacity: 1;
	text-decoration: none;
}

#banner02 div#account-menu ul#sub-menu {
	display: none;
	position: absolute;
/*	width: 200px; */
	right: 0;
	top: 43px;
	background: #075690;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 100;
}

#banner02 div#account-menu ul#sub-menu li a {
	display: block;
	color: #fff;
	opacity: 0.85;
	padding: 10px 15px;
	font-size: 12px;
	white-space: nowrap;
}

#banner02 div#account-menu ul#sub-menu li a:hover {
	opacity: 1;
	text-decoration: none;
	background: url(../images/bg_opacity_white.png);
}

a.creditbutton {
	padding: 3px 10px;
	border-radius: 10px;
	background: #003152;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 12px;
	opacity: 0.9;
	margin-left: 15px;
	font-weight: normal;
	line-height: normal;
}

a.creditbutton:hover {
	text-decoration: none;
	opacity: 1;
}

a.creditbutton:active {
	margin-top: 13px;
}

/* ##### MINI-FOOTER ##### */

.mini_footer ul {
	overflow: hidden;
	width: 600px;
	margin: auto;
}

.mini_footer ul li {
	float: left;
	margin-left: 30px;
	font-size: 12px;
	padding-top: 15px;
}

.mini_footer ul li.mini_logo {
	position: relative;
	background: url(../images/mini_logo.png) no-repeat left top;
	padding-left: 22px;
}

/* #### FOOTER #### */
#footer {
	background: #fff;
	border-top: 1px solid #d9d8d8;
	width: 100%;
	padding: 30px 0px 20px;
	font-size: 13px;
}

#footer .col_left {
	width:460px;
	float: left;
	margin-right: 10px;
}

#footer .col_right {
	width:460px;
	float: left;
	margin: 0 10px;
}

#footer .col_left ul.menu li {
	background: url(../images/sepa_footer.png) right top no-repeat;
	display: inline;
}

#footer .col_left ul.menu li.lastchild {
	background: none;
}

#footer .col_left ul.menu li a {
	color: #999;
	font-weight: bold;
	margin: 0 14px 0 10px;
	font-size: 13px;
}

#footer .col_left ul.menu li a:hover {
	color: #333;
	text-decoration: none;
}

#footer .col_left p {
	line-height: 21px;
	margin: 15px 10px;
}

#footer .col_left a.twitterbutton {
	background: url(../images/twitter_icon.png) right center no-repeat;
	padding-right: 22px;
	font-weight: bold;
	color: #999;
	display: table-cell;
	height: 15px;
}

#footer .col_left a.twitterbutton:hover {
	color: #333;
	text-decoration: none;
}

#footer .col_right img {
	float: left;
	margin-right: 20px;
}

#footer .col_right table.stats {
	position: relative;
	top: -25px;
}

#footer .col_right table.stats td {
	vertical-align: bottom;
	line-height: 0px;
}

#footer .col_right table.stats td.blue {
	color: #01548e;
	font-size: 27px;
	font-weight: bold;
	height: 40px;
	padding-right: 12px;
}

#footer .col_right table.stats td span.red {
	color: #e53945;
}

#content {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background: url(../images/bg_content.jpg);
}

.intro #content {
	padding: 60px 0 10px;
}

.nojs #content {
	padding: 100px 0;
}

#content .intro {
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00548e;
	margin-bottom: 10px;
	text-shadow: 0px 2px 0px #fff;
	padding-top: 6px;
}

#content strong {
	color: #333;
}

#content h2 strong {
	color: #e73945;
}

#content .intro ul li {
/*	background: url(../images/puce.png) no-repeat left top !important; */
	padding-left: 25px !important;
}

.global_subscription {
	position: relative;
	width: 743px;
	margin: auto;
}

#content .intro h1 {
	width: 327px;
	height: 300px;
	background: url(../images/logo_intro.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

#content .intro h2 {
	text-transform: inherit;
	text-align: center;
	margin-bottom: 50px;
}

#content .intro .global_connexion h1 {
	width: 960px;
	background-position: center top;
}

#content .intro h1 span {
	color: #E73945;
}

#content .intro li.input_wrapper {
	position: relative;
}

#content .intro li.input_wrapper input {
	position: relative;
	z-index: 1;
}

#content .intro li.input_wrapper label {
	position: absolute;
	top: 12px;
	left: 19px;
	z-index: 2;
	font-size: 11px;
	font-style: italic;
/*	color: #000; */
}

#content #register_form {
	margin: 50px 0 25px;
}

#content #register_form ul {
	width: 743px;
	margin: auto;
}

#content #register_form ul li,
#content #login_form ul li {
	float: left;
	padding-left: 10px !important;
}

#content #register_form ul li input[type=text], #content #register_form ul li input[type=password] {
	width: 196px;
	height: 33px;
}

#content #register_form ul li input[type=submit],
#content #login_form ul li input[type=submit] {
	position: relative;
	top: 2px;
}

#content .intro ul.demo {
	position: absolute;
	right: -40px;
}

#content .intro a.loginappear,
#content .intro a.registerappear,
.faq #content a.returnindex,
.contact #content a.returnindex,
.lostpass #content a.returnindex {
	position: absolute;
	top: 0;
	right: 40px;
}

#content .intro #login_form {
	width: 743px;
	margin: 50px auto 83px;
}

#content .intro #login_form li {
	float: left;
}

#content .intro #login_form input[type=text],
#content .intro #login_form input[type=password] {
	width: 276px;
	height: 33px;
}

#content .intro #login_form a.lostpassword {
	font-size: 12px;
	position: relative;
	top: 5px;
	left: 3px;
}
	
#content #problems, #content #subscription, #content #solutions, #content #demo {
	margin: 0 10px;
	width: 460px;
	float: left;
	height: 240px;
	line-height: 21px;
	font-size: 14px;
	/*font-weight: bold;*/
	position: relative;
	z-index: 10;
}

.intro ul li strong {
	color: #00548E !important;
}

#content #googlemaps, #content #description, #content #badges {
	margin: 0 10px;
	width: 460px;
	float: left;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

#content .intro #subscription ul li {
	padding-left: 0 !important;
	background: none !important;
	height: 15px;
	margin-top: 15px;
}

#content .intro #subscription ul li label {
	padding-top: 5px;
	width: 150px;
	display: block;
	float: left;
}

#content #subscription input[type=text], #content #subscription input[type=password] {
	width: 300px;
}

#content #problems ul li, #content #solutions ul li {
	padding-bottom: 10px;
}

/* SPECIAL FICHE */

.page #description h2 {
	background: url(../images/fiche_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.page #description h2 .nr_fiche {
	position: relative;
}

.page #description h2 .nr_fiche img {
	top: -5px;
	right: -20px;
	position: absolute;
	cursor: help;
}

.page #googlemaps h2 {
	background: url(../images/carte_icon.png) no-repeat;
	padding-left: 33px;
	
	height: 20px;
}

#content .page ul li {
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
	position: relative;
}

#content .page ul li span {
	color: #00548e;
}

	/* AUTEUR */
	.page ul li.author a {
		color: #6a97b6;
	}
	
	.page ul li.author a:hover {
		color: #00548e;
		text-decoration: none;
	}
	
	/* LES COTES */
	.page ul li.cotes span {
		display: block;
		position: absolute;
		left: 55px;
		top: 0px;
		width: 100px;
		height: 21px;
		background: url(../images/cote_icons.png) no-repeat;
		text-indent: 100px;
		cursor: help;
		padding-top: 10px;
	}
	
	.page.profil ul li.cotes span {
		left: 75px;
	}
	
	.page ul li.cotes a {	
		color: #999;
		font-size: 12px;
		position: relative;
		left: 115px;
		top: 5px;
	}
	
	.page ul li.cotes a:hover {	
		color: #333;
		text-decoration: none;
	}
	
	.page ul li.cotes span.cote0 {
		background-position: right 0;
	}
	
	.page ul li.cotes span.cote1 {
		background-position: -81px 0;
	}
	
	.page ul li.cotes span.cote2 {
		background-position: -62px 0;
	}
	
	.page ul li.cotes span.cote3 {
		background-position: -41px 0;
	}
	
	.page ul li.cotes span.cote4 {
		background-position: -20px 0;
	}
	
	.page ul li.cotes span.cote5 {
		background-position: 0 0;
	}
	
	/* ICONES CARACTERISTIQUES */
	.page ul li.caract span,
	table td.caracteristiques span {
		display: block;
		height: 34px;
		text-indent: -9999px;
		float: left;
		margin-right: 15px;
		cursor: help;
	}
	
	.page ul li.caract span.gratuit,
	table td.caracteristiques span.gratuit,
	ul.results li a span.caract span.gratuit {
		background: url(../images/free_icon.png) left center no-repeat;
		width: 33px;
	}
	
	.page ul li.caract span.disque,
	table td.caracteristiques span.disque,
	ul.results li a span.caract span.disque {
		background: url(../images/disque_icon.png) left center no-repeat;
		width: 26px;
	}
	
	.page ul li.caract span.payant,
	table td.caracteristiques span.payant,
	ul.results li a span.caract span.payant {
		background: url(../images/euro_icon.png) left center no-repeat;
		width: 28px;
	}
	
	/* COMMENT AUTHOR */
	.page ul li.com_author span {
		background: #cdd9e1 !important;
		border-radius: 5px;
		-moz-border-radius: 5px;
		display: block;
		color: #646464 !important;
		font-weight: normal;
		font-style: italic;
		font-size: 14px;
		line-height: 21px;
		padding: 15px;
	}
	
	/* COMMENTS MEMBERS */
	.page ul li.com_members_label {
		margin-top: 20px;
	}
	
	.page ul li.com_members {
		background: #e3e2e2 !important;
		border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		padding: 15px 15px 0 !important;
		font-size: 12px !important;
		position: relative !important;
	}
	
	.page ul li.com_members ul li div.content_com_members {
		font-style: italic;
		font-weight: normal;
	}
	
	.page ul li.com_members ul li {
		border-top: 1px solid #e9e9e9 !important;
		border-bottom: 1px solid #cccbcb !important;
		padding-top: 15px;
		padding-bottom: 30px !important;
	}
	
	.page ul li.com_members ul li:first-child,
	.page ul li.com_members ul li.first-child {
		border-top: none !important;
		padding-top: 0 !important;
	}
	
	.page ul li.com_members ul li.lastchild {
		border-bottom: none !important;
	}
	
	.page .abus {
		float: right;
		position: absolute;
		bottom: 5px;
		right: 0;
	}
	
	.page .abus a {
		color: #E73945;
		opacity: 0.4;
	}
	
	.page .abus a:hover {
		opacity: 1;
		text-decoration: none;
	}
	
	.page ul li.com_members .title_com_members .first_part {
		float: left;
	}
	
	
	/* CARTE GOOGLE MAPS */
	.page #googlemaps #map_canevas {
		width: 459px;
		height: 424px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		background: url(../images/carte_noise.jpg);
		position: relative;
	}
	
	.page #googlemaps #map_canevas .bulle h1 {
		font-size: 16px;
	}
	
	.page #googlemaps #map_canevas .bulle {
		position: relative;
		top: 0px;
		font-size: 14px;
		line-height: 21px;
		width: 250px;
		font-weight: normal;
	}
	
	.page #googlemaps #map_canevas .address {
		margin-top: 5px;
	}
	
	.page #googlemaps #map_canevas .address span {
	display: block;
	}
	
	.page #googlemaps #map_canevas span {
		font-weight: bold;
	}
	
	/* #### ADD COMMENT #### */
	.page #googlemaps .add_comment {
		margin-top: 35px;
	}
	
	.page #googlemaps .add_comment h3 {
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.page #googlemaps .add_comment .global_comment {
		background: #e0e0e0;
		padding: 20px;
		border-radius: 5px;
	}
	
	.page #googlemaps .add_comment form#add_comment_form textarea {
		display: block;
		width: 410px;
		height: 104px;
		border-radius: 5px;
		background: #fff;
		padding: 5px;
		font-family: Helvetica;
		font-style: italic;
		font-size: 12px;
		color: #535353;
	}
	
	.page #googlemaps a.redbutton.badfiche {
		float: right;
	}
	
	
	/* PAGE ITINERAIRE */
	.itineraire h2 {
		margin-left: 10px;
	}
	
	.itineraire #choices {
		clear: both;
		margin: 0 10px 20px;
	}
	
	.itineraire #choices label {
		margin-right: 10px;
		position: relative;
		top: 3px;
	}
	
	.itineraire #choices label#arrivee_label {
		margin-left: 20px;
	}
	
	.itineraire #choices input[type=text] {
		width: 260px;
	}
	
		/* ### AUTO-COMPLETE ### */
		ul.ui-autocomplete {
			background-color: white;
			width: 250px;
			border: 1px solid #cfcfcf;
			list-style-type: none;
			padding-left: 0px;
			border-top: 1px solid #eee;
			padding: 0;
		}
		
		ul.ui-autocomplete li.ui-menu-item a {
			display: block;
			cursor: pointer;
			background: #fefefe;
			border-bottom: 1px solid #eee;
			font-size: 12px;
			padding: 5px 7px;
			margin: 0;
		}
		
		ul.ui-autocomplete li.ui-menu-item a:hover,
		ul.ui-autocomplete li a.ui-state-hover {
			background: #2C81BF;
			color: #fff;
		}
		
	.itineraire #choices input.bluebutton, .itineraire #choices .redbutton {
    	margin-left: 21px;
    	top: 0;
    }
    
    .itineraire #choices a.redbutton {
    	top: 0 !important;
    }
	
	.itineraire #map_canvas {
		width: 940px;
		height: 500px;
		margin: 0 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
	.itineraire #directionsPanel {
		width: 940px;
		margin: 20px 10px 0;
		font-size: 14px;
	}
	
	.itineraire #directionsPanel table.adp-directions {
		width: 940px;
	}
	
	.itineraire #directionsPanel table.adp-directions .adp-distance {
		text-align: right;
	}
	
	.itineraire #directionsPanel table.adp-directions tr:hover {
		background: #ddd;
	}
	
	.itineraire #directionsPanel .adp-legal {
		display: none;
	}
	
	.itineraire a.return {
		margin: 0 10px;
	}
	

/* PROFIL */

.shadow_popup_perso {
	display: none;
}

.shadow_popup_perso .title_com_members a {
	float: left;
}

#content #info_profil {
	margin: 0 10px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

#content #badges {
	margin: 20px 10px;
	width: 930px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

#content #comment_other_member {
	margin-top: 30px;
}
	
	/* INFO_PROFIL */
	#info_profil h2 {
		margin-bottom: 8px;
		
		height: 20px;
	}
	
	#info_profil h2 span {
		position: relative;
	}
	
	#info_profil h2 span img {
		top: -5px;
		right: -20px;
		position: absolute;
		cursor: help;
	}
	
	#info_profil .avatar,
	.avatar_upload .avatar,
	.identity_card .avatar {
		width: 90px;
		float: left;
		margin-right: 20px;
		border: 1px solid #ddd;
	}
	
	#info_profil .avatar img,
	.avatar_upload .avatar img,
	.identity_card .avatar img {
		border: 5px solid #fff;
		margin-bottom: -7px;
	}
	
	#info_profil .caract_profil {
		width: 800px;
/*		float: right; */
	}
	
	#info_profil .caract_profil ul {
		overflow: hidden;
	}
	
	#info_profil .caract_profil ul li {
		float: left;
		margin-right: 20px;
		padding-top: 3px;
		padding-bottom: 7px;
	}
	
	
	/* BADGES */
	
	#badges h2 {
		background: url(../images/badge_icon.png) left top no-repeat;
		padding-left: 30px;
		
		height: 20px;
	}
	
	#badges .badge_element {
		width: 310px;
		float: left;
		margin-bottom: 20px;
	}
	
	#badges .badge_element img {
		float: left;
	}
	
	#badges .badge_element .badge_description {
		font-size: 12px;
		line-height: 18px;
		width: 235px;
		float: left;
		margin-left: 10px;
		font-weight: normal;
	}
	
	#badges div.buttons {
		margin-top: 5px;
	}
	
	/* COMMENTS */
	#comment_other_member h2 {
		margin-left: 10px;
		background: url(../images/comment_icon.png) left 4px no-repeat;
		padding-left: 30px;
		
		height: 24px;
	}
	
	#comment_other_member .line {
		margin-bottom: 20px;
	}
	
	#comment_other_member .com_members {
		width: 260px;
		margin: 0 10px;
		float: left;
		position: relative;
		padding: 20px 20px 30px;
		border-radius: 5px;
		background: #E3E2E2;
		font-size: 12px;
		line-height: 18px;
	}
	
	#comment_other_member .title_com_members {
		font-weight: bold;
		height: 30px;
	}
	
	#comment_other_member .title_com_members a {
		float: left;
	}
	
	#comment_other_member .title_com_members a:hover {
		text-decoration: none;
	}
	
	#comment_other_member .com_members .title_com_members .abus {
		right: 10px;
	}

	#comment_other_member .add_comment {
		display: none;
	}
	
	#comment_other_member .addcomentbtnwithjs {
		position: relative;
		left: 10px;
	}
	
	.nojs #comment_other_member .addcomentbtnwithjs {
		display:  none;
	}
	
	.nojs #comment_other_member .add_comment {
		display: block;
		margin: 0 10px;
		padding: 20px 20px 30px;
		border-radius: 5px;
		background: #E3E2E2;
		font-size: 12px;
		width: 260px;
	}
	
	
	
	#comment_other_member .add_comment form textarea {
		width: 240px;
		height: 60px;
		font-size: 12px;
		font-style: italic;
		font-family: Helvetica;
		padding: 10px;
	}
	

	
/* PAGE RECAP BONPLANS */
	
	.myplans, .recentplans {
		padding-bottom: 30px;
	}
	
	/* MES PLANS */
	.myplans h2, .allbonsplans h2 {
		background: url(../images/ownplans_icon.png) left center no-repeat;
		height: 20px;
		padding-left: 30px;
		
	}
	
	.echangeaccept h2 {
		background: url(../images/shareaccept_icon.png) left center no-repeat;
	}
	
	.echangeother .search_bon_plan h2 {
		background: url(../images/share_search_icon.png) left center no-repeat;
	}
	
	.myplans ul {
		width: 100%;
		border-collapse: collapse;
		border-radius: 10px;
	}
		
	.myplans ul li:first-child,
	.myplans ul li.first-child {
		border-top: none;
	}
	
	
	.myplans ul li.lastchild {
		border-bottom: none !important;
	}
	
	.myplans ul li a:hover, .myplans ul li.active a {
		background-color: #eee;
		text-decoration: none;
	}
	
	.myplans ul li a span.cotes {
		display: block;
				height: 20px;
	}
	
	.myplans ul li a span.arrow_list, ul.results li a span.arrow_list {
		display: block;
		width: 28px;
		height: 16px;
		background: url(../images/arrow_list.png) no-repeat;
		float: right;
		margin-top: 2px;
	}
	
	.myplans ul li a:hover span.arrow_list, ul.results li a:hover span.arrow_list, .myplans ul li.active a span.arrow_list {
		background: url(../images/arrow_list_hover.png) no-repeat;
	}
	
	.myplans ul li a span.cotes {
		margin-top: -2px !important;
	}
	
	.myplans ul li {
		border-bottom: 1px solid #d3d3d3;
    	border-top: 1px solid #eee;
    	padding-bottom: 0 !important;
	}
	
	.myplans ul li a {
		display: block;
		height: 33px;
		text-align: left;
		background-position: 10px 12px;
		background-repeat: no-repeat;
		color: #646464 !important;
		padding-top: 12px;
	}
	
	 .myplans ul li span.ville {
	 	font-weight: bold;
	 	color: #646464 !important;
/*	 	padding-left: 35px; */
	 	padding-left: 17px;
		padding-right: 20px;
	 	width: 90px;
	 	display: block;
	 	float: left;
	 }
	
	.myplans ul li a span.rue {
		display: block;
		width: 160px;
		color: #646464 !important;
		float: left;
	}
	
	/* LAST PLANS */
	.recentplans h2 {
		background: url(../images/recentplans_icon.png) left center no-repeat;
		height: 20px;
		padding-left: 30px;
		
	}
	
	.echangeother h2 {
		background: url(../images/sharedemand_icon.png) left center no-repeat;
	}
	
	.recentplans ul {
		width: 100%;
		border-collapse: collapse;
		border-radius: 10px;
	}
		
	.recentplans ul li:first-child,
	.recentplans ul li.first-child {
		border-top: none;
	}
	
	.recentplans ul li.lastchild {
		border-bottom: none !important;
	}
	
	.recentplans ul li a:hover {
		background-color: #eee;
		text-decoration: none;
	}
	
	.recentplans ul li a span.cotes {
		display: block;
				height: 20px;
	}
	
	.recentplans ul li a span.arrow_list {
		display: block;
		width: 28px;
		height: 16px;
		background: url(../images/arrow_list.png) no-repeat;
		float: right;
		margin-top: 2px;
	}
	
	.recentplans ul li a:hover span.arrow_list {
		background: url(../images/arrow_list_hover.png) no-repeat;
	}
	
	.recentplans ul li a span.cotes {
		margin-top: -2px !important;
	}
	
	.recentplans ul li {
		border-bottom: 1px solid #d3d3d3;
    	border-top: 1px solid #eee;
    	padding-bottom: 0 !important;
	}
	
	.recentplans ul li a {
		display: block;
		height: 33px;
		text-align: left;
		background-position: 10px 12px;
		background-repeat: no-repeat;
		color: #646464 !important;
		padding-top: 12px;
	}
	
	.recentplans ul li img.ui_icon {
		position: absolute;
		left: 354px;
		top: 14px;
	}
	
	 .recentplans ul li span.ville {
	 	font-weight: bold;
	 	color: #646464 !important;
	 	padding-left: 17px;
		padding-right: 20px;
	 	width: 90px;
	 	display: block;
	 	float: left;
	 }
	
	.recentplans ul li a span.since {
		display: block;
		width: 260px;
		color: #646464 !important;
		float: left;
	}
	
	/* ADD BON PLAN */
	.add_bon_plan h2, .step01 h2, .step02 h2 {
		background: url(../images/addplans_icon.png) left center no-repeat;
		height: 20px;
		
		padding-left: 30px;
	}
	
	.add_bon_plan form label {
		margin-right: 48px;
	}
	
	.add_bon_plan form input[type=text] {
		width: 81%;
	}
	
	.add_bon_plan ul li.lastchild, {
		padding-bottom: 0 !important;
		padding-top: 5px;
	}
	
	
	/* SEARCH BON PLAN */
	.search_bon_plan h2, .searchbonsplans h2 {
		background: url(../images/search_icon.png) left center no-repeat;
		height: 20px;
		
		padding-left: 30px;
	}
	
	.search_bon_plan ul li.lastchild {
		padding-bottom: 0 !important;
		padding-top: 5px;
	}
	
	.search_bon_plan form label {
		margin-right: 20px;
	}
	
	.search_bon_plan form input[type=text] {
		width: 81%;
	}
	
	.search_bon_plan form ul li.tarif,
	.search_bon_plan form ul li.disque {
		float: left;
	}
	
	.search_bon_plan form ul li.disque {
		margin-left: 40px;
	}
	
	.search_bon_plan form ul li.submit {
		clear: both;
	}
	
	.search_bon_plan form ul li.tarif label,
	.search_bon_plan form ul li.disque label,
	.step01 form ul li.tarif label,
	.step01 form ul li.disque label,
	.step01 form ul li.disque_heure label,
	.param ul.parking_share li label,
	.param ul.mode_carte li label {
		cursor: pointer;
		padding: 7px 7px 5px;
		margin-right: 0;
		margin-left: 0;
	}
	
	.search_bon_plan form ul li label[for=search_adress]{
		padding-top: 7px !important;
	}
	
	.search_bon_plan form ul li.tarif {
		padding: 20px 0 0 !important;
	}
	
	.search_bon_plan form ul li label[for=search_adress],
	.search_bon_plan form ul li.tarif span {
		color: #646464 !important;
		display: block;
		float: left !important;
		width: 74px;
		margin-right: 0;
	}
	
	.search_bon_plan form ul li input#search_adress {
		float: left;
	}
	
	.search_bon_plan form ul li.tarif label:hover,
	.search_bon_plan form ul li.disque label:hover,
	.step01 form ul li.tarif label:hover,
	.step01 form ul li.disque label:hover,
	.step01 form ul li.disque_heure label:hover,
	.param ul.parking_share li label:hover,
	.param ul.mode_carte li label:hover {
		background: #e8e8e8;
	}
	
	.search_bon_plan form ul li.tarif label.checked,
	.search_bon_plan form ul li.disque label.checked,
	.step01 form ul li.tarif label.checked,
	.step01 form ul li.disque label.checked,
	.step01 form ul li.disque_heure label.checked,
	.param ul.parking_share li label.checked,
	.param ul.mode_carte li label.checked {
		background: #00548e;
		color: #fff !important;
	}
	
	.search_bon_plan form ul li.tarif label[for=gratuit],
	.search_bon_plan form ul li.disque label[for=disque_non],
	.step01 form ul li.tarif label[for=gratuit],
	.step01 form ul li.disque label[for=disque_non],
	.step01 form ul li.disque_heure label[for=disque_heure_01],
	.param ul.parking_share li label[for=parking_share_oui],
	.param ul.mode_carte li label[for=satellite] {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	.search_bon_plan form ul li.disque label[for=disque_non],
	.step01 form ul li.disque label[for=disque_non],
	.step01 form ul li.tarif label[for=gratuit],
	.step01 form ul li.disque_heure label[for=disque_heure_01] {
		margin-left: 10px;
	}
	
	.step01 form ul li.disque_heure label[for=disque_heure_02]{
		margin-left: -4px;
	}
	
	.search_bon_plan form ul li.tarif label[for=payant],
	.search_bon_plan form ul li.disque label[for=disque_oui],
	.step01 form ul li.tarif label[for=payant],
	.step01 form ul li.disque label[for=disque_oui],
	.step01 form ul li.disque_heure label[for=disque_heure_03],
	.param ul.parking_share li label[for=parking_share_non],
	.param ul.mode_carte li label[for=plan] {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		margin-left: -4px;
	}
	
	.search_bon_plan form ul li.tarif input[type=radio],
	.search_bon_plan form ul li.disque input[type=radio],
	.step01 form ul li.tarif input[type=radio],
	.step01 form ul li.disque input[type=radio],
	.step01 form ul li.disque_heure input[type=radio],
	.param ul.parking_share input[type=radio],
	.param ul.mode_carte input[type=radio] {
		position: absolute;
		left: -9999px;
	}
	
	.echangeresults li.result {
		width: 300px;
		float: left;
		margin-right: 20px;
	}
	
	.echangeresults li.result.last {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.echangeresults li ul li {
		float: none;
		margin-right: 0;
	}
	
	.identity_card {
		background: #f6f6f6;
		width: 274px;
		overflow: hidden;
		box-shadow: 0 3px 2px #dfdfdf;
		border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 13px;
		font-weight: bold;
		font-size: 14px !important;
	}
	
	.identity_card li {
		padding-bottom: 3px !important;
		padding-top: 0px !important;
	}
	
	.identity_card li.avatar {
		margin-right: 10px;
		padding-bottom: 0px !important;
	}
	
	.identity_card li.cote {
		padding-bottom: 10px !important;
	}
	
	.identity_card li.cote span {
		margin-left: 0px !important;
	}
	
	.identity_card li.buttons {
		padding-top: 25px !important;
	}
	
	.identity_card a.bluebutton,
	.identity_card span.disable {
		display: block !important;
		text-align: center;
	}
	
/* RECAP ECHANGES */
.demande_echange {
	margin: 30px 0;
}

.refused_echange {
	margin-top: 30px;
}

.refused_echange h2 {
	background: url(../images/share_refused_icon.png) left center no-repeat;
	height: 20px;
	padding-left: 30px;
}

.search_bon_plan ul li {
	border: none !important;
}

.search_bon_plan ul li input[type=submit]{
	margin-top: 10px;
}

/* FICHE ECHANGE */
.fiche_echange ul li {
	padding: 6px 0 !important;
}

.fiche_echange ul li:first-child,
.fiche_echange ul li.first-child {
	padding: 0 0 6px !important;
}


.fiche_echange ul li.lastchild {
	padding: 6px 0 0 !important;
}

.fiche_echange h2 {
	background: none;
	padding-left: 0;
}

.fiche_echange h2 a {
	color: #00548E;
}

.fiche_echange h2 a:hover {
	text-decoration: none;
}

.fiche_echange h2 img {
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
}


/* STEPS ADD BON PLAN */
.step01 h2,
.step02 h2 {
	margin-left: 10px;
}

.step02 #description h2, .step02 #googlemaps h2 {
	margin-left: 0;
}

ul.menu-etapes {
	margin-bottom: 30px;
	overflow: hidden;
	margin-left: 10px;
}

ul.menu-etapes li {
	float: left;
	margin-right: 20px;
}

ul.menu-etapes li {
	font-size: 14px;
	background: #aaa9a9 !important;
	color: #fff;
	border-radius: 5px;
	padding: 7px 7px 5px !important;
}

ul.menu-etapes li.active {
	background: #00548e !important;
	color: #fff;
}


	/* STEP01 ADD BON PLAN */
	
	.step01 {
		position: relative;
	}
	
	.step01 form label {
		margin-right: 20px;
		width: 30px;
		display: block;
		float: left;
		padding-top: 5px;
	}
	
	.step01 form ul li.tarif label,
	.step01 form ul li.disque label,
	.step01 form ul li.disque_heure label {
		float: none;
		clear: both;
		display: inline;
	}
	
	.step01 form ul li.comment {
		height: auto;
	}
	
	.step01 form ul li.comment label {
		display: block;
		float: none;
		width: auto;
	}
	
	.step01 form input[type=text] {
		width: 403px;
		float: left;
	}
	
	.step01 form input[type=text]#prix_heure {
		width: 50px;
		float: none;
		margin: 0 3px 0 0px;
	}
	
	.step01 form input[type=text]#nbr_place {
		width: 60px;
		float: none;
		margin: 0 3px 0 0px;
	}
	
	.step01 .attention {
		background: #e3e2e2;
		border-radius: 5px;
		font-weight: bold;
		font-size: 12px;
		line-height: 21px;
		padding: 10px 20px;
		margin-top: 20px;
	}
	
	.step01 .attention p {
		margin: 10px 0;
	}
	
	.step01 #map_canevas {
		width: 460px;
		height: 403px;
		background: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		background: url(../images/carte_noise.jpg);
		position: relative;
		font-weight: bold;
	}
	
	.step01 .verif {
		float: right;
	}
	
	.step01 .next {
/*		position: absolute;
		bottom: 0;
		right: 10px; */
	}
	
	.step01 ol {
		list-style: decimal inside;
	}
	
	/* STEP02 ADD BON PLAN */
	.step01 form textarea {
		background: none repeat scroll 0 0 #FFFFFF;
    	border-radius: 5px 5px 5px 5px;
    	color: #535353;
    	display: block;
    	font-family: Helvetica;
    	font-size: 12px;
    	font-style: italic;
    	height: 94px;
    	padding: 5px;
    	width: 450px;
	}
	
	.step01 form ul li {
		height: 35px;
	}
	
	.step01,
	.step02 {
		position: relative;
	}
	
	.step02, .step01 .col_all {
		padding-bottom: 100px;
	}
	
	.step01 .nextbtn,
	.step02 .nextbtn {
		position: absolute;
		right: 10px;
		bottom: 0;
	}
	
	.step01 .prevbtn,
	.step02 .prevbtn {
		position: absolute;
		left: 10px;
		bottom: 0;
	}

/* RESULTS BONS PLANS SEARCH AND ALL */
.allbonsplans table th,
.searchbonsplans table th {
	text-align: left;
}

ul.results li {
/*	height: 45px; */
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 0 !important;
}

ul.results li:hover {
	background-color: #ebebeb !important;
}

ul.results li a {
	padding-left: 17px;
    display: block;
    height: 26px;
    padding-top: 19px;
    padding-bottom: 10px;
}

ul.results li a:hover {
	text-decoration: none;
}

ul.results li a span {
	color: #646464 !important;
	display: block;
	float: left;
}

ul.results li a span.ville {
	width: 113px;
	font-weight: bold;
}

ul.results li a span.rue,
ul.results li a span.since {
	width: 260px;
}

ul.results li a span.distance {
	width: 225px;
	position: relative;
	top: -5px;
}

ul.results li a span.caract {
	width: 100px;
	min-height: 1px;
}

ul.results li a span.caract span {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: red;
	margin-right: 15px;
	position: relative;
	top: -6px;
}

ul.results li a span.date {
	width: 110px;
	padding-right: 20px;
}

ul.results li a span.nbr_places {
	width: 170px;
}

.allbonsplans ul.results li:first-child,
.searchbonsplans ul.results li:first-child,
.allbonsplans ul.results li.first-child,
.searchbonsplans ul.results li.first-child {
    border-top: none;
}


.allbonsplans ul.results li.lastchild,
.searchbonsplans ul.results li.lastchild {
    border-bottom: none;
}

ul.results li a span.ville,
ul.results li a span.address,
ul.results li a span.caract,
ul.results li a span.rue,
ul.results li a span.distance,
ul.results li a span.caracteristiques,
ul.results li a span.nbr_places,
ul.results li a span.since {
	padding-right: 10px;
}

ul.results li a span.address img,
ul.results li a span.distance img,
ul.results li a span.rue img,
ul.results li a span.since img {
	position: relative;
	top: -6px;
	left: 6px;
	cursor: help;
}

.allbonsplans ul.synthese,
.searchbonsplans ul.synthese {
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px 15px 0px;
}

.allbonsplans ul.synthese li,
.searchbonsplans ul.synthese li {
	float: left;
	margin-right: 100px;
	font-weight: bold;
}

.searchbonsplans form {
	margin-bottom: 30px;
}

.searchbonsplans form ul li {
	padding: 0 0 20px !important; 
}

.searchbonsplans form label[for=adress],
.searchbonsplans form label[for=adress]:hover,
.searchbonsplans form span {
	margin-right: 20px;
	display: block;
	width: 80px;
	float: left;
	padding: 0;
	background: none;
	color: #646464 !important;
}

.searchbonsplans form label[for=adress],
.searchbonsplans form label[for=adress]:hover {
	padding-top: 7px;
}

.searchbonsplans form label[for=gratuit],
.searchbonsplans form label[for=disque_non],
.searchbonsplans form label[for=search_distance]{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.searchbonsplans form label[for=payant],
.searchbonsplans form label[for=disque_oui],
.searchbonsplans form label[for=publish_date]{
	margin-left: -4px;
}

.searchbonsplans form label[for=gratuitAndPayant],
.searchbonsplans form label[for=disque_ouiAndNon],
.searchbonsplans form label[for=publish_date]{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -4px;
}

.searchbonsplans form label {
	cursor: pointer;
	padding: 7px 7px 5px;
	margin-right: 0;
	margin-left: 0;
}

.searchbonsplans form label:hover {
	background: #e8e8e8;
}

.searchbonsplans form label.checked {
	background: #00548e;
	color: #fff;
}

.searchbonsplans form input#adress {
	width: 830px;
}

.searchbonsplans.identitymembres form input#adress {
	width: 512px;
}

.searchbonsplans input[type=radio]{
	position: absolute;
	left: -9999px;
}

/* PAGE ACCOUNT PARAMETERS */

.account .col_left {
	width: 620px !important;
}

.account .col_right {
	width: 300px !important;
}

.account .col_left h2 {
	background: url(../images/settings_icon.png) left center no-repeat;
	height: 20px;
	padding-left: 30px;
}

.account .col_right h2 {
	background: url(../images/info_icon.png) left center no-repeat;
	height: 20px;
	padding-left: 30px;
}


.account .col_left .param h3 {
	font-weight: bold;
	margin-top: 15px;
}

.account .col_left .param h3:first-child,
.account .col_left .param h3.first-child {
	margin-top: 0;
}

.account .col_right .help p {
	margin-bottom: 10px;
}

.account ul li.last {
	padding-bottom: 0 !important;
}

.account ul li input[type=text], .account  ul li input[type=password] {
	width: 290px;
}

.param ul.parking_share li label[for=parking_share_non],
.param ul.mode_carte li label[for=plan] {
	margin-left: 0;
}

.param ul.parking_share li span,
.param ul.mode_carte li span {
	display: inline !important;
	width: 230px !important;
}

.param ul.parking_share li.hide span,
.param ul.mode_carte li.hide span {
	display: block;
	float: left;
	width: 230px;
}

.param ul.parking_share li.hide label,
.param ul.mode_carte li.hide label {
	margin-top: -7px;
}

.account ul li div.requiredmessage {
	padding-left: 150px;
	margin-top: 3px;
	margin-left: 2px;
	font-style: italic;
	font-size: 12px;
}

.account ul li div.first_part {
	width: 482px;
	float: left;
	margin-top: 3px;
}

.account ul li div.first_part span, .account ul li div.first_part label {
	width: 150px;
	display: block;
	float: left;
	color: #646464 !important;
}

.account ul li a.bluebutton, .account ul li input.redbutton {
	float: right;
	position: relative;
	z-index: 50;
}

.account ul.parking_share li label,
.account ul.mode_carte li label {
	display: inline !important;
	width: auto !important;
}

.account #password_verif {
	margin-top: 5px;
}

.account .parking_share li a.bluebutton {
	margin-top: -9px;
}

/* ###### REPORT_ABUS ##### */
.report_abus .col_left {
}

.report_abus .col_right {
}

.report_abus .col_left h2 {
	background: url(../images/accessdenied_icon.png) left center no-repeat;
	height: 20px;
	
	padding-left: 30px;
}

.report_abus .col_right h2 {
	background: url(../images/info_icon.png) left center no-repeat;
	height: 20px;
	
	padding-left: 30px;
}

.report_abus p {
	margin-bottom: 10px;
}

.report_abus form textarea {
	width: 448px;
	height: 240px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 14px;
}

.report_abus ul {
	list-style: disc;
	list-style-position: inside;
}

/* HOMEPAGE */
.homepage .identity_card {
	width: auto;
}

.homepage .identity_card .avatar a {
	
}

.homepage .identity_card .cote {
	padding-bottom: 24px !important;
}

.homepage .identity_card .tickets {
	padding-bottom: 0;
	overflow: hidden;
}

.homepage .identity_card a.creditbutton {
	margin-top: 0;
	margin-left: 0px;
	background-color: #0964A7;
}

.homepage .identity_card a.creditbutton:active {
	margin-top: 1px;
	margin-bottom: -1px;
}

.homepage .identity_card li.badges {
	clear: both;
	margin-top: 10px;
	margin-bottom: -10px;
}

.homepage .identity_card li.badges img {
	margin-left: 5px;
}

.homepage .identity_card li.badges img:hover {
	cursor: help;
}

.notifications h2 {
	background: url(../images/notification_icon.png) left center no-repeat;
	height: 20px;
	padding-left: 30px;
}

.notifications ul {
	overflow: hidden;
}

.notifications ul li {
	padding: 6px 10px 4px !important;
	position: relative;
	overflow: hidden;
}

.notifications ul li:hover {
	background: #eee !important;
}

.notifications ul a.supnotif {
	display: none;
}

.notifications ul li span.date {
	position: absolute;
	right: 0;
	font-size: 12px;
}

.notifications ul li:hover span.date {
	display: none;
}

.notifications ul li:hover a.supnotif {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background: url(../images/del_button.png) no-repeat left center;
	text-indent: -9999px;
}

.notifications ul li:hover a.supnotif:hover {
	background: url(../images/del_button_hover.png) no-repeat left center;
}

.notifications ul li span.message {
	width: 310px;
	display: block;
	float: left;
	color: #646464 !important;
}

.accountresume {
	margin-bottom: 40px !important;
}

.accountresume h2 {
	background: url(../images/account_icon.png) left center no-repeat;
	height: 20px;
	padding-left: 30px;
}

.mobileinfo .gray_bloc {
	position: relative;
}

.mobileinfo h2 {
	background: url(../images/mobile_icon.png) left center no-repeat;
	height: 20px;
	padding-left: 30px;
}

.mobileinfo p {
	width: 269px;
	float: left;
	margin-right: 10px;
}

.mobileinfo p.qrcode {
	width: 150px;
	position: absolute;
	top: 15px;
	right: 5px;
	
}

	
/* GENERAL */
textarea {
	resize: none !important;
}

.breadcrumbs {
	margin-bottom: 20px;
}

.breadcrumbs span {
	font-size: 12px;
	color: #666;
	background: #e6e6e6;
	border-radius: 2px;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #ccc;
}

/* WARNING MESSAGES */
.warning_info.gray_bloc {
	background: #e8e8e8 url(../images/warning_icon.png) no-repeat 15px center !important;
	padding: 17px 15px 13px 50px !important;
	border: 1px solid #ddddaa;
}

.badwarning_info.gray_bloc {
	background: #e8e8e8 url(../images/badwarning_icon.png) no-repeat 15px center !important;
	padding: 17px 15px 13px 50px !important;
	border: 1px solid #ddaaaa;
}

.accepted_info.gray_bloc {
	background: #e8e8e8 url(../images/accepted_icon.png) no-repeat 15px center !important;
	padding: 17px 15px 13px 50px !important;
	border: 1px solid #aaddaa;
}


.warning_info.gray_bloc a,
.badwarning_info.gray_bloc a,
.accepted_info.gray_bloc a {
	font-weight: bold;
}

div.error {
	margin-top: 5px;
	color: red;
	font-size: 10px;
	line-height: 15px;
}

div.gray_bloc {
	background: #e8e8e8;
	border-radius: 5px;
	padding: 15px 15px;
}

a.erasebtn {
	display: block;
	position: absolute;
	z-index: 100;
	width: 14px;
	height: 14px;
	background: url(../images/erasebtn.png) no-repeat;
	text-indent: -9999px;
}
div.buttons {
	margin-top: 20px;
}

.recentplans div.buttons {
	margin-top: 15px;
}

.margin {
	margin: 0 10px;
}

.margintop {
	margin-top: 10px;
}

.blue {
	color: #00548e;
}

.red {
	color: #e73945;
}

.bold {
	font-weight: bold;
}

input.redbutton, a.redbutton {
	display: inline;
	border: 1px solid #f06060 !important;
	padding: 6px 10px;
	color: #fff !important;
	font-size: 14px !important;
/*	text-shadow: 1px 1px 0 #f5b9ba !important; */
	font-weight: bold !important;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: 0px 0px 1px #333 !important;
	cursor: pointer !important;
	letter-spacing: 0px;
	background-color: #ed4848;
	
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d11717),
    color-stop(0.5, #de2424),
    color-stop(0.51, #ed4848),
    color-stop(1, #f65d5d) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #d11717 0%,
    #de2424 50%,
    #ed4848 51%,
    #f65d5d 100% );
}

input.redbutton:hover, a.redbutton:hover {
	background-color: #ed6666;

/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #f52626),
    color-stop(0.5, #ff2d39),
    color-stop(0.51, #ff5d60),
    color-stop(1, #ff7274) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #f52626 0%,
    #ff2d39 50%,
    #ff5d60 51%,
    #ff7274 100% );
}

input.redbutton:active, a.redbutton:active {
	color: #f1939a;
	background-color: #dc0000;
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #f65d5d),
    color-stop(0.5, #ed4848),
    color-stop(0.51, #de2424),
    color-stop(1, #d11717) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #f65d5d 0%,
    #ed4848 50%,
    #de2424 51%,
    #d11717 100% );
}

input.bluebutton, a.bluebutton {
	display: inline;
	border: 1px solid #6d9ec5;
	padding: 6px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 1px #333;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 0px;
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #005891),
    color-stop(0.5, #0a69a7),
    color-stop(0.51, #2078b1),
    color-stop(1, #2d85bd) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #0964a7 0%,
    #0964a7 50%,
    #2378b7 51%,
    #2c81bf 100% );
	
}

input.greenbutton, a.greenbutton {
	display: inline;
	border: 1px solid #7ba772;
	padding: 6px 10px;
	color: #fff;
	font-size: 14px;
/*	text-shadow: 1px -1px 0 #aaa; */
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 1px #333;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 0px;
	
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #1d731f),
    color-stop(0.5, #218423),
    color-stop(0.51, #259627),
    color-stop(1, #279f29) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #1d731f 0%,
    #218423 49%,
    #259627 50%,
    #279f29 100% );
	
}

input.greenbutton:hover, a.greenbutton:hover {
	text-decoration: none;
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #318c07),
    color-stop(0.5, #339a00),
    color-stop(0.51, #3bb300),
    color-stop(1, #41b905) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #2f8907 0%,
    #339a00 49%,
    #3bb200 50%,
    #41b905 100% );
}

input.greenbutton:active, a.greenbutton:active {
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #379f04),
    color-stop(0.5, #329900),
    color-stop(0.51, #2b8100),
    color-stop(1, #297606) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #379f04 0%,
    #329900 49%,
    #2b8100 50%,
    #297606 100% );
}

a.bluebutton, a.redbutton, a.greenbuttonn, span.disable, a.disablebutton {
	padding: 7px 10px 5px 10px !important;
}

input.bluebutton, input.redbutton, input.greenbutton, input.disablebutton {
	padding: 7px 10px 5px 10px !important;
}

input.bluebutton:hover, a.bluebutton:hover {	
	color: #fff;
	background-color: #2288ff;
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #1a6c9e),
    color-stop(0.5, #1a7ab0),
    color-stop(0.51, #1a89bc),
    color-stop(1, #1a93c6) );
    
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #1a6c9e 0%,
    #1a7ab0 50%,
    #1a89bc 51%,
    #1a93c6 100% );
}

input.bluebutton:active, a.bluebutton:active {
	color: #fff;
	background-color: #0964A7;
	
	/* DEGRADE CHROME, SAFARI */
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #2d85bd),
    color-stop(0.5, #2078b1),
    color-stop(0.51, #0a69a7),
    color-stop(1, #005891) );
	
	/* DEGRADE FIREFOX */
	background-image: -moz-linear-gradient(
    center bottom,
    #2d85bd 0%,
    #2078b1 50%,
    #0a69a7 51%,
    #005891 100% );
}

a.redbutton:hover, a.bluebutton:hover {
	text-decoration: none;
}

input.disablebutton, a.disablebutton {
	display: inline;
	border: 1px solid #ddd;
	padding: 6px 10px;
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 0px;
	
	background: #ddd;
}

input.disablebutton:hover, a.disablebutton:hover {
	cursor: default;
}

input {
	font-family: Helvetica, Arial;
}

input[type=text], input[type=password], input[type=file] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	height: 28px;
	vertical-align: middle;
	padding-left: 5px;
	font-style: italic;
	border: 1px solid transparent;
	position: relative;
	z-index: 3;
	border: 1px solid #ddd;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus {
	border: 1px solid #7b7b7b;
}

span.disable {
	background: #ddd;
	color: #aaa !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: help;
}

label[for=search_membre]{
	margin-right: 32px !important;
}

/* ##### POPUP ##### */
.shadow_popup_perso {
	width: 100%;
	height: 100%;
	background: url(../images/bg_opacity_black.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup_perso {
	background: url(../images/bg_content.jpg);
	border-radius: 5px;
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -145px;
	padding: 20px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.popup_perso.add_coment_popup {
	width: 320px;
	text-align: left;
}

.popup_perso.add_coment_popup textarea {
	width: 300px;
	height: 100px;
	font-family: Helvetica;
	font-style: italic;
	font-size: 12px;
	padding: 10px;
}

.popup_perso.add_coment_popup .cancel {
	margin-left: 11px;
	float: left;
}


.popup_perso .bluebutton,
.popup_perso .disablebutton {
	margin-right: 0px;
	float: left;
	margin-left: 49px;
}

.jsmessage {
	display: none;
}

/* #### NO JS #### */

.nojs .jsmessage {
	display: block;
}
.nojs .nojs {
	display: none;
}

.nojs.intro #content {
	padding: 0 !important;
}

.nojs #content .intro #login_form {
	margin: 20px auto 20px;
}

.nojs a.loginappear,
.nojs a.registerappear {
	display: none;
}

.nojs ul.demo li {
	display: none;
}

.nojs ul.demo li.active {
	display: block;
}

.nojs .global_connexion h1 {
	display: none;
}

.info {
	background: #ffffff;
	padding: 10px;
	color: #000;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 200px;
	text-align: center;
	margin-left: -100px;
	border-radius: 5px;
	
}

.nojs .cancel {
	display: none;
}


/* #### ETOILES #### */
#googlemaps .title_com_members {
	padding-bottom: 5px;
}

#googlemaps .title_com_members .first_part {
	float: left;
}

.first_part a:hover {
	text-decoration: none;
}

ul.notes-echelle {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}

.notes-echelle li {
	float: left;
	background: none !important;
	padding-left: 0 !important;
}

.notes-echelle li label {
	cursor: pointer;
	margin-right: 5px;
	background: url(../images/icon_cote_select.png);
	background-position: right top;
	display: block;
	width: 11px;
	height: 14px;
	text-indent: -9999px;
}

.notes-echelle li.note-off label {
	background-position: left top;
}

.notes-echelle li input {
	position: absolute;
	left: -9999px;
}


#content .col_left, #content .col_right {
	width: 460px;
	margin: 0 10px;
	float: left;
	line-height: 21px;
	font-size: 14px;
	position: relative;
}

#content .col_all {
	clear: both;
	margin: 0 10px;
	width: 940px;
	line-height: 21px;
	font-size: 14px;
}

#content .col_left.margintop, #content .col_right.margintop {
	margin-top: 60px;
}

.intro .col_left h2.margin, .intro .col_right h2.margin {
	margin: 30px 0 0 0;
}

.intro .col_left p, .intro .col_right p {
	margin: 10px 0;
}

.loginpage {
	background: url(../images/bg_content.jpg) !important;
}

.loginpage h2 {
	background: url(../images/registration_icon.png) no-repeat;
	padding-left: 30px;
	
	height: 20px;
}

.loginpage h3 {
	color: #646464;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}

.loginpage a {
	font-weight: bold;
	border-bottom: 1px dotted 333;
	color: #333;
}

.loginpage a:hover {
	text-decoration: none;
	color: red;
	border-bottom: 1px dotted red;
}

.loginpage form {
	margin-top: 10px;
	padding: 20px 20px 15px;
	background: #e1e1e1;
	border-radius: 5px;
}

.loginpage form label {
	display: block;
	width: 150px;
	float: left;
	padding-top: 5px;
}

.loginpage form input[type=text], .loginpage form input[type=password] {
	width: 263px;
}

/* FAQ */
.faq h2 {
	background: url(../images/help_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.faq .myplans ul li a {
	padding-left: 10px;
	font-weight: bold;
}

.faq .questionsreponses ul li {
	margin: 30px 0;
	font-size: 12px;
	
}

.faq .questionsreponses ul li:first-child,
.faq .questionsreponses ul li.first-child {
	margin-top: 0;
}

.faq .questionsreponses ul li.lastchild {
	margin-bottom: 0;
}

.faq .questionsreponses ul li span {
	font-weight: bold;
	display: block;
	font-size: 14px;
}

/* CONTACT PAGE */
.contact .form h2 {
	background: url(../images/contact_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.contact .form form input[type=text],
.lostpass .form form input[type=text]{
	width: 453px;
	position: relative;
	z-index: 1;
}

.contact .form form ul li,
.lostpass .form form ul li {
	position: relative;
}

.contact .form form ul li label,
.lostpass .form form ul li label {
	z-index: 99;
	font-size: 11px;
    font-style: italic;
    left: 10px;
    position: absolute;
    top: 5px;
}

.nojs.contact .form form ul li label,
.nojs.lostpass .form form ul li label {
	position: relative;
	left: -120px;
	top: -25px;
}

.contact .form form ul li textarea {
	 border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    font-family: Helvetica, Arial;
    font-size: 12px;
    height: 240px;
    line-height: 14px;
    padding: 5px;
    width: 448px;
}

.contact .infos h2 {
	background: url(../images/alert_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.contact .infos p,
.lostpass .infos p {
	margin-bottom: 20px;
}


.contact .infos p.lastchild,
.lostpass .infos p.lastchild {
	margin-bottom: 0;
}


/* LOST PASS PAGE */
.lostpass .form h2 {
	background: url(../images/lostpass_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.lostpass .infos h2 {
	background: url(../images/info_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.lostpass .form form {
	margin: 20px 0;
}


/* RECHARGE */
.tickets .explications h2 {
	background: url(../images/tickets_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}


.tickets .explicationsrech h2 {
	background: url(../images/moretickets_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.tickets .package h2 {
	background: url(../images/package_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.tickets .divmeth h2 {
	background: url(../images/meth_cash_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

.tickets .explications p,
.tickets .explicationsrech p {
	margin-bottom: 15px;
}


.tickets .explications p.lastchild,
.tickets .explicationsrech p.lastchild {
	margin-bottom: 0px;
}

.tickets form ol.packages {
	position: relative;
}

.tickets form ol.packages li {
	float: left;
}

.tickets form ol.packages li input {
	position: absolute;
	left: -9999px;
}

.tickets form ol.packages li label {
	display: block;
	width: 148px;
	height: 37px;
	background: url(../images/sprite_btn_pack.png) no-repeat;
	cursor: pointer;
	color: #fff;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding-top: 75px;
	margin-left: 10px;
}

.tickets form ol.packages li:first-child label,
.tickets form ol.packages li.first-child label {
	margin-left: 0;
}

.tickets form ol.packages li label span {
	display: block;
	font-size: 28px;
	position: absolute;
	top: 20px;
	text-align: center;
	width: 100%;
}


.tickets form ol.packages li.small label {
	width: 98px;
	height: 27px;
	font-size: 14px !important;
	padding-top: 47px;
	background-position: -30px -40px
}

.tickets form ol.packages li.small label:hover {
	background-position: -30px -170px;
}

.tickets form ol.packages li.small label:active,
.tickets form ol li.small label.checked,
.tickets form ol.packages li.small label.checked:hover {
	background-position: -30px -300px;
}

.tickets form ol.packages li.small label span {
	font-size: 18px;
}

.tickets form ol.packages li.medium label {
	width: 118px;
	height: 33px;
	background-position: -147px -40px;
	font-size: 18px !important;
	padding-top: 57px;
}

.tickets form ol.packages li.medium label:hover {
	background-position: -147px -170px;
}

.tickets form ol.packages li.medium label:active,
.tickets form ol li.medium label.checked,
.tickets form ol.packages li.medium label.checked:hover {
	background-position: -147px -300px;
}

.tickets form ol.packages li.large label {
	background-position: -281px -40px;
}

.tickets form ol.packages li.large label:hover {
	background-position: -281px -170px;
}

.tickets form ol.packages li.large label:active,
.tickets form ol li.large label.checked,
.tickets form ol.packages li.large label.checked:hover {
	background-position: -281px -300px;
}

.tickets form ol.packages li.medium label span {
	font-size: 20px;
}

.tickets form ul.methodes {
	margin-top: 15px;
}

.tickets form ul.methodes li {
	margin-bottom: 10px;
}

.tickets form ul.methodes li label {
	font-weight: bold;
	position: relative;
	padding: 11px 8px 10px 48px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

.tickets form ul.methodes li label:hover {
	background: #ddd;
	text-decoration: none;
}

.tickets form ul.methodes li label:active,
.tickets form ul.methodes li label.checked,
.tickets form ul.methodes li label.checked:hover {
	background: #00548E;
	color: #fff;
}

.tickets form ul.methodes li label img {
	position: absolute;
	top: 3px;
	left: 7px;
}

.tickets form ul.methodes li.mastercard label img {
	top: 6px;
}

.tickets form ul.methodes li input[type=radio]{
	position: absolute;
	left: -9999px;
}

.divmeth {
	position: relative;
}

.divmeth input.bluebutton {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.paiementok {
	margin-top: 20px !important;
	background: #e8e8e8 url(../images/alright_icon.png) no-repeat 15px center !important;
	padding-left: 75px !important;
}

/* MODIF AVATAR */
.modifavatar h2 {
	background: url(../images/webcam_icon.png) no-repeat;
	padding-left: 30px;
	height: 20px;
}

/* 404 */
body.p404 p {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}


/* COTES */

	.page ul li.com_members .title_com_members span.cote0,
	.page ul li.com_members .title_com_members span.cote1,
	.page ul li.com_members .title_com_members span.cote2,
	.page ul li.com_members .title_com_members span.cote3,
	.page ul li.com_members .title_com_members span.cote4,
	.page ul li.com_members .title_com_members span.cote5,
	.page .com_members .title_com_members span.cote0,
	.page .com_members .title_com_members span.cote1,
	.page .com_members .title_com_members span.cote2,
	.page .com_members .title_com_members span.cote3,
	.page .com_members .title_com_members span.cote4,
	.page .com_members .title_com_members span.cote5,
	.page table td.cotes span.cote0,
	.page table td.cotes span.cote1,
	.page table td.cotes span.cote2,
	.page table td.cotes span.cote3,
	.page table td.cotes span.cote4,
	.page table td.cotes span.cote5,
	.myplans ul li a span.cote0,
	.myplans ul li a span.cote1,
	.myplans ul li a span.cote2,
	.myplans ul li a span.cote3,
	.myplans ul li a span.cote4,
	.myplans ul li a span.cote5,
	ul.results li a span.cote0,
	ul.results li a span.cote1,
	ul.results li a span.cote2,
	ul.results li a span.cote3,
	ul.results li a span.cote4,
	ul.results li a span.cote5,
	ul.identity_card li.cote .cote0,
	ul.identity_card li.cote .cote1,
	ul.identity_card li.cote .cote2,
	ul.identity_card li.cote .cote3,
	ul.identity_card li.cote .cote4,
	ul.identity_card li.cote .cote5 {
		display: block;
		float: left;
		width: 65px;
		height: 14px;
		background: url(../images/cote_small.png) no-repeat;
		margin-left: 6px;
		margin-top: 3px;
		cursor: help;
	}
	
	.page .com_members .title_com_members span.cote0,
	.page .com_members .title_com_members span.cote1,
	.page .com_members .title_com_members span.cote2,
	.page .com_members .title_com_members span.cote3,
	.page .com_members .title_com_members span.cote4,
	.page .com_members .title_com_members span.cote5 {
		float: right;
	}
	
	.page table td.cotes span {
		margin-top: 0 !important;
		float: none !important;
		margin-left: 0 !important;
	}
	
	.page ul li.com_members .title_com_members span.cote5,
	.page .com_members .title_com_members span.cote5,
	.page table td.cotes span.cote5,
	.myplans ul li span.cote5,
	ul.results li span.cote5,
	ul.identity_card li.cote .cote5 {
		background-position: left top !important;
	}
	
	.page ul li.com_members .title_com_members span.cote4,
	.page .com_members .title_com_members span.cote4,
	.page table td.cotes span.cote4,
	.myplans ul li span.cote4,
	ul.results li span.cote4,
	ul.identity_card li.cote .cote4 {
		background-position: -13px top !important;
	}
	
	.page ul li.com_members .title_com_members span.cote3,
	.page .com_members .title_com_members span.cote3,
	.page table td.cotes span.cote3,
	.myplans ul li span.cote3,
	ul.results li span.cote3,
	ul.identity_card li.cote .cote3 {
		background-position: -26px top !important;
	}
	
	.page ul li.com_members .title_com_members span.cote2,
	.page .com_members .title_com_members span.cote2,
	.page table td.cotes span.cote2,
	.myplans ul li span.cote2,
	ul.results li span.cote2,
	ul.identity_card li.cote .cote2 {
		background-position: -39px top !important;
	}
	
	.page ul li.com_members .title_com_members span.cote1,
	.page .com_members .title_com_members span.cote1,
	.page table td.cotes span.cote1,
	.myplans ul li span.cote1,
	ul.results li span.cote1,
	ul.identity_card li.cote .cote1 {
		background-position: -52px top !important;
	}
	
	.page ul li.com_members .title_com_members span.cote0,
	.page .com_members .title_com_members span.cote0,
	.page table td.cotes span.cote0,
	.myplans ul li span.cote0,
	ul.results li span.cote0,
	ul.identity_card li.cote .cote0 {
		background-position: right top !important;
	}
	
/* JAVA BAR */
#javascript_bar {
	display: none;
}

.nojs #javascript_bar {
	display: block;
	position: absolute;
	top: 0;
	background: #e73945;
	z-index: 9999;
	width: 100%;
	position: fixed;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#javascript_bar p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}

/* SLIDER HOMEPAGE */
#content .intro ul.demo li {
	position: absolute;
	left: -440px;
}


/* IE6 DETECTED */
#ie6_bar {
	width: 600px;
	margin: 200px auto 0;
}

#ie6_bar.gray_bloc {
	background: #e8e8e8 !important;
	padding: 25px !important;
	border: 1px solid #aa0000;
}

#ie6_bar p {
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}

#ie6_bar ul li {
	margin-top: 20px;
	float: left;
	width: 150px;
	text-align: center;
}

/* WEBKIT BUG CORRECTION */

.webkit a.redbutton,
.webkit a.bluebutton,
.webkit a.greenbutton {
	display: table-cell;
	min-width: 1px;
	white-space: nowrap;
	height: 16px;
	line-height: 15px;
}

.webkit .popup_perso a.redbutton {
	float: right !important;
	margin-right: 60px;
}

.webkit .popup_perso.add_coment_popup input.bluebutton,
.webkit .popup_perso.add_coment_popup input.disablebutton {
	margin-left: 0 !important;
}

.webkit .popup_perso.add_coment_popup a.redbutton {
	position: relative !important;
	top: 0 !important;
	margin-right: 15px;
}


/* FIREFOX FIX BUG */
.firefox a.redbutton,
.firefox a.bluebutton,
.firefox a.greenbutton {
	line-height: 16px;
}

.firefox .popup_perso a.redbutton {
	position: relative;
	top: 5px;
}

.firefox .popup_perso.add_coment_popup input.bluebutton,
.firefox .popup_perso.add_coment_popup input.disablebutton {
	margin-left: 0 !important;
}

.firefox .popup_perso.add_coment_popup a.redbutton {
	position: relative;
	top: 0;
}


/* OPERA FIX BUG */
.opera .popup_perso .bluebutton,
.opera .popup_perso .disablebutton {
    float: left;
    margin-left: 49px;
    margin-right: 49px;
}

.opera a.redbutton,
.opera a.bluebutton,
.opera a.greenbutton {
	display: table-cell;
	min-width: 1px;
	white-space: nowrap;
	height: 16px;
	line-height: 15px;
}

.opera a.redbutton,
.ie7 a.redbutton,
.ie8 a.redbutton,
.opera input.redbutton,
.ie7 input.redbutton,
.ie8 input.redbutton {
	background-image: url(../images/redbutton_sprite.jpg);
}

.opera a.bluebutton,
.ie7 a.bluebutton,
.ie8 a.bluebutton,
.opera input.bluebutton,
.ie7 input.bluebutton,
.ie8 input.bluebutton {
	background-image: url(../images/bluebutton_sprite.jpg);
}

.opera a.greenbutton,
.ie7 a.greenbutton,
.ie8 a.greenbutton,
.opera input.greenbutton,
.ie7 input.greenbutton,
.ie8 input.greenbutton {
	background-image: url(../images/greenbutton_sprite.jpg);
}

.opera a.redbutton:hover,
.opera a.bluebutton:hover,
.opera a.greenbutton:hover,
.ie7 a.redbutton:hover,
.ie7 a.bluebutton:hover,
.ie7 a.greenbutton:hover,
.ie8 a.redbutton:hover,
.ie8 a.bluebutton:hover,
.ie8 a.greenbutton:hover,
.opera input.redbutton:hover,
.opera input.bluebutton:hover,
.opera input.greenbutton:hover,
.ie7 input.redbutton:hover,
.ie7 input.bluebutton:hover,
.ie7 input.greenbutton:hover,
.ie8 input.redbutton:hover,
.ie8 input.bluebutton:hover,
.ie8 input.greenbutton:hover  {
	background-position: left -33px;
}

.opera a.redbutton:active,
.opera a.bluebutton:active,
.opera a.greenbutton:active,
.ie7 a.redbutton:active,
.ie7 a.bluebutton:active,
.ie7 a.greenbutton:active,
.ie8 a.redbutton:active,
.ie8 a.bluebutton:active,
.ie8 a.greenbutton:active,
.opera input.redbutton:active,
.opera input.bluebutton:active,
.opera input.greenbutton:active,
.ie7 input.redbutton:active,
.ie7 input.bluebutton:active,
.ie7 input.greenbutton:active,
.ie8 input.redbutton:active,
.ie8 input.bluebutton:active,
.ie8 input.greenbutton:active {
	background-position: left -66px;
}

/* IE8 FIX BUG */
.intro.ie8 input[type=text],
.intro.ie8 input[type=password] {
	height: 23px !important;
	padding-top: 7px;
}

.intro.ie8 label {
	top: 8px !important;
}

.ie8 .popup_perso a.redbutton {
	position: relative;
	top: 5px;
}

/* IE7 FIX BUG */
body.ie7 {
	overflow-y: hidden;
}

.intro.ie7 input[type=text],
.intro.ie7 input[type=password] {
	height: 26px !important;
	padding-top: 8px;
}

.intro.ie7 label {
	top: 12px !important;
}

.intro.ie7 #content #register_form ul li input[type="text"],
.intro.ie7#content #register_form ul li input[type="password"] {
	width: 175px;
}

.ie7.tickets form ol.packages li.small label span {
	margin-left: -40px;
}

.ie7.tickets form ol.packages li.medium label span {
	margin-left: -45px;
}

.ie7.tickets form ol.packages li.large label span {
	margin-left: -55px;
}

.ie7 .divmeth input.bluebutton {
	width: 100px;
}

.ie7 .param input.redbutton {
	width: 100px;
	position: relative;
	top: -15px;
}

.ie7 .mobileinfo p {
	float: none;
}

.ie7 .search_bon_plan .gray_bloc {
	height: 122px;
}

.ie7 #form_search_bon_plan input[type=text]{
	position: relative;
	top: -35px;
	left: 80px;
}

.ie7 .search_bon_plan form ul li.tarif span {
	position: relative;
	left: -355px;
}

.ie7 .search_bon_plan form ul li.tarif label#labelgratuit{
	position: relative;
	left: -273px;
	top: -20px;
}

.ie7 .search_bon_plan form ul li.tarif label#labelpayant{
	position: relative;
	left: -213px;
	top: -40px;
}

.ie7 .search_bon_plan form input.bluebutton {
	position: relative;
	top: -45px;
}

.ie7 .popup_perso .redbutton {
	position: relative;
	top: 5px;
}

.ie7.faq span.arrow_list {
	margin-top: -20px;
}

.ie7.faq .questionsreponses ul li {
	width: 430px;
}

.ie7 .page #googlemaps a.redbutton.badfiche {
	position: relative;
	top: -35px;
}

.ie7 .page ul li.com_members ul li div.content_com_members {
	margin-top: 20px;
}

.ie7 .form_search_echanges.gray_bloc {
	height: 82px !important;
}

.ie7 .form_search_echanges input[type=text]{
	position: relative !important;
	top: 0px  !important;
	left: 0px !important;
}

.ie7 .form_search_echanges input.bluebutton {
	position: static !important;
	top: 30px !important;
}

.ie7 #footer .col_right table.stats {
	position: relative;
	top: -20px;
}

.ie7 #footer .col_right table.stats td {
	line-height: 21px;
}