
#contenu {
	display:block;	/* needed for opera */
}
#blocmap {
	float:left;
	width:660px;
	background-color:#FFFFFF;
}
#sidebar {
	float:right;
	width:325px; /*275*/
}


#map_wrapper {
	border: 1px solid #ccc;
	padding:7px;
}

#map {
	height:560px;
	display:block;
}

#map_footer {
	color:#666666;
	margin: 5px 0;
}
	

#refresh {
	padding-right:	20px;
	background: 	transparent url(../img/arrow_refresh.png) no-repeat center right;
}
	
#savemap {
	float:right;
	padding: 0px 20px 2px 0px;
	background: transparent url(../img/common/home.gif) no-repeat top right;
}

#maselection {
	margin-top:5px;
}

#maselection .bordure {
	background:#FFFFFF url(../img/fd_maselection.jpg) repeat-x top;
}

#maselection .col2 {
	padding-left:10px;
}

#trafic_selection {
	overflow:hidden;
}

.saved_item {
	line-height:16px;
	padding:3px 0 0 15px;
	background:#FFFFFF url(../img/flecheGreen.gif) no-repeat left center;
}

/*#maselection {
	clear:left;
	width:670px; 
}*/

/* Class pop-ups GMAP */

.event_info {
	width:200px;
	}
		
.event_info p:first-letter {
	text-transform:capitalize;
	}
	
/* ----- Boîte de connexion à Mon V-Trafic ----- */

#loginBox .loginText {
	text-align:justify;
	display:none;
	margin:5px;
}

#loginForm {
	margin: 15px 0;
}

#semail, #spass {
	width:130px;
	margin: 3px 5px;
	border:#ccc solid 1px;
}

#loginForm label {
	font-weight:bold;
	text-align:right;
	display:block;
}

#inscr {
	float:right;
	font-weight:bold;
	margin-right: 5px;
}
	
#errorcon {
    color:	red;
    padding: 5px;
    display: none;
	text-align:right;
}

#modalBackground {
	background-color:#333333;
	height:100%;
	left:0;
	opacity:0.5;
	filter:alpha(opacity='50');
	position:fixed;
	top:0;
	width:100%;
	z-index:666;
}

/* ----- barre de liens ----- */

#notLogged {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin:2px 0 0 10px;
	border:none;
}

#teaserText  {
	margin: 10px;
	cursor:pointer;
}

/* ----- Boîte de description d'un point (évènement, poi, ...) ----- */

.eventDetail {
	width: 250px;
}

.detailIcon {
	float:left;
}

.pointDetail h3 {
	font-family:Arial;
	font-size:large;
	font-weight:bold;
	border-bottom: 1px solid silver;
	margin-left: 40px;
	color: black;
}

.detailContent{
	clear:both;
	margin: 10px 0px;
	overflow:hidden;
}

.scrollableDetail {
	max-height:300px;
	overflow:auto;
}

.pointDetail p{
	text-align:justify;
}

.eventDate
{
	display: none;
	margin-top:1em;
}

#velibLogo 
{
	float:right;
	margin: 7px;
}

/***** POIS DETAILS *****/

.radarDetail {
	width:300px;
}

.fuelDetail {
	width:400px;
}

.fuel_prices {
	font-size:0.9em;
	float:right;
}

.fuel_prices tbody {
	background-color:#333;
	color:#ddd;
	font-family:Courier New,Prestige,monospace;
	font-weight:bold;
}

.fuel_prices td {
	padding: 5px;
}


/***** METEO *****/

#meteo_carousel {
	width: 308px; /*239px;*/
	height:110px;
	margin: 10px auto 0;
}

#meteo_carousel #carousel_container {
	position:relative;
	float:	left;
	overflow:hidden;
	width: 288px; /*215px; */
	font-size:0.8em;
}

#meteo_carousel ul {
	margin:	0;
	padding:0;
	position:relative;
	left:	0;
	top:	0;
	width:100000px;
}  

#meteo_carousel ul li {
	float:left;
	height:110px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	width:72px;
}

.meteo_now {
	font-weight: bold;
}

#meteo_carousel .carousel_button {
	float: left;
	width: 10px;
	height:	110px;
}

#meteo_carousel .previous_button {
	background: transparent url(../img/meteo/arrow_left.png) no-repeat 0 50%;
	cursor:	pointer;
}
#meteo_carousel .previous_button_disabled {
	background:transparent url(../img/meteo/arrow_left_inactive.png) no-repeat 0 50%;
	cursor:default;
}

#meteo_carousel .next_button {
	background: transparent url(../img/meteo/arrow_right.png) no-repeat 0 50%;
	cursor:	pointer;
}
#meteo_carousel .next_button_disabled {
	background:transparent url(../img/meteo/arrow_right_inactive.png) no-repeat 0 50%;
	cursor:default;
}

/*** Styled info windows ***/
#ext_info_window{
    width: 225px;
}
#ext_info_window_contents{
    background-color: #FFF;
}
#ext_info_window_contents h3{
	font-family:Arial;
	font-size:large;
	font-weight:bold;
	color:black;
	border-bottom: 1px solid silver;
}
#ext_info_window_contents h3, #ext_info_window_contents .detailContent{
	margin:10px;
}
#ext_info_window_tl, #ext_info_window_tr, #ext_info_window_bl, #ext_info_window_br,
#ext_info_window_t,#ext_info_window_l,#ext_info_window_r,#ext_info_window_b{
	background-color: silver;
    height: 1px;
    width: 1px;
}

/***** CR TOGGLE + LEGEND *****/

#cr_colors {
	float:left;
	width:130px;
	border-right:1px solid gray;
	margin-top:5px;
	padding-bottom:5px;
}

#cr_colors img {
	vertical-align:	middle;
	padding-right:	10px;
}

#cr_cblind {
	float:left;
	width:120px;
	margin:5px;
}

#cr_cblind_warning {
	clear: both;
	font-size: 0.9em;
}

/**************************/


.handle {
    cursor:move;
}

img.attention {
	float:left;
	display:inline;
	margin-right:5px;
}
	


/***** DECORATION DES MODULES *****/

.modul {
	margin-bottom:5px;
	clear:both;
}

.modul_wrap {
	padding:4px 4px 0;
}

.modul h2, #maselection h2 {
	line-height:22px;
	/*margin:0;*/
	padding:2px 2px 0 3px;
}

.modul_caption {
	float:right;
	margin-right:5px;
	font-style:italic;
	color:#66ad20;
}

.modul.bordure {
	background:#FFFFFF url(../img/fd_modul.jpg) repeat-x top;
}

.croix {
	float:right;
	margin:2px;
}

.source {
	font-size:	80%;
	font-style: italic;
	clear:both;
	text-align:right !important;
	margin-top:10px;
}
.source a{
	color:#666666;
	text-decoration: underline;
}


.check {
	margin:0;
}

.col2 {
	float:left;
	width:48%;
}
.col2 li {
	height:18px;
}
.col2 li img {
	vertical-align:top;
	margin-left:2px;
}

/* floating box for module details (ex: itinerary) */
#iti_detail {
	margin:5px 5px 0 5px;
	z-index:10000;
	position:absolute;
	top:120px;
	left:100px;
	width:400px;
}


.flash_fleche {
	width:23px;
	padding:0 0 0 4px;
	text-align:left;
	border:0;
	vertical-align:top;
}

.flash_fleche img {
	margin:0;
	}

.flash_date {
	text-align:right;
	font-size:10px;
	font-weight:normal;
	width:90px;
	padding:0 0px 0 0;
}

.flash_desc {
	text-align:left;
	overflow:hidden;
}

.flash_plus {
	width:20px;
	text-align:right;
	padding:0;
	border:0;
	vertical-align:top;
}
	
.flash_plus img {
	margin:1px -1px -1px 1px;
}

.flash_web {
	border:0;
}



/* Liens direct Home */
#lien_directs {
	margin:0 0 0 35px;
	width:90%;
	padding-bottom:5px;
	}

#lien_directs td {
	cursor:pointer;
	font-weight:normal;
	height:16px;
	}

/* TEXT */
#vert {
	font-size:12px;
	font-weight:bold;
	color:#6ab023;
	}
	
#rouge {
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	}

/* Bison  */

#bison_content table {
	border-collapse:collapse;
	width:100%;
}

#bison_zone {
	font-weight:bold;
	border-bottom:1px solid gray;
	width:	40%;
}

.bison_value {
	font-weight:bold;
	text-align:center;
}
.bison_day {
	font-size:0.9em;
	text-align:center;	
	border-bottom:1px solid gray;
}
.bison_dep, .bison_arr {
	font-size:0.9em;
	text-align:right;
	padding-right:5px;
	border-right:1px solid gray;
}
.bison_dep {
	background:transparent url(../img/arrow_right.png) left center no-repeat;
}
.bison_arr {
	background:transparent url(../img/arrow_left.png) left center no-repeat;
}

/* TP */

#tps {
	border:gray solid 1px;
	background-color: #fff;
	/*width:100%;*/
	float:left;
}	
#tp_off {
	float: right;
	background:transparent url(../img/common/close.gif) right center no-repeat;
	padding: 3px 18px 0 0;
}
#tp_details {
	overflow:hidden;
	clear:both;
}
#tp_save {
	float:right;
	padding-right: 18px;
	background: transparent url(../img/common/home.gif) no-repeat right center;
}
#tp_details_table {
	width:		100%;
	margin:5px 0;
	clear:both;
	border-collapse:collapse;
}
#tp_details_table tr {
	border-bottom:	1px solid gray;
}
#tp_details_table td {
	padding:3px 0;
}
.tp_desc { 
	width:66%;
}
.tp_via {
	color:gray;
	display:block;
}
.tp_start {
	width:33%;
}
.tp_end {
	padding-left: 12px !important;
	background:transparent url(../img/flecheGreen.gif) 1px center no-repeat;
	width:33%;
}
.tp_time {
	text-align:right;
}
.tp_speed {
	text-align:right;
	padding-right:3px;
}
.tp_warn {
	font-weight:bold;
	text-align:center;
}

/******************* TABS **********************/

#mapTop {
	clear:both;
	margin-top:5px;
	height:28px;
}

#tabs {
	float:left;
	height:100%;
	margin-left:3px;
}

.tab {
	background: url(../img/bg_light_gray.png) top repeat-x ;
	float:left;
	text-align:center;
	cursor:pointer;
	margin-left:5px;
	height:100%;
	border-bottom: none !important;
}

.tab:hover {
	background: url(../img/bg_dark_gray.png) top repeat-x ;
}

/* hacks for pre-1.9 gecko */
.tab, x:-moz-any-link {width:165px;}
.tab, x:-moz-any-link, x:default {width:auto !important;}

.tooltip {
	background: #fff6d5;
	padding:5px;
	border: 1px solid #666;
	position:	absolute;
	z-index:	12345678;
	font-size:0.8em;
	width:200px;	
}

.active{
	background: url(../img/fd_modul.jpg) top repeat-x !important;
	font-weight:bold;
	cursor:	auto !important;
}

.tab_content {
	padding:5px 5px 0 5px;
}	

/**************************************************/

#static_module {
	background:#FFFFFF url(../img/grad_gray_45_tr.png) no-repeat scroll right top;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0 0 5px -6px;
	padding:7px;
}

#heure {
	padding-bottom:3px;
	font-weight:bold;
}

#time {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:gray;
	color:white;
	font-weight:bold;
	padding:1px 15px;
}

#direct_access {
	border-top:1px solid gray;
	padding-top:5px;
	clear:both;
	overflow:hidden;
}

.miniMap {
	text-align:center;
}

#cities {
	border:1px solid gray;
}

#quickLinks{
	float:left;
}

#search {
	border-top:1px solid gray;
	padding-top:5px;
	font-size:0.9em;
}

#search input, #search select {
	font-size:0.9em;
	margin:3px 0;
}

#address {
	width:145px;
	margin:0 5px 0 0;
	padding:2px;
	border:gray solid 1px;
}

/* dirty (IE...) hack */
#static_module  *{
	zoom:1.0;
}

/******/

.ademeLabelValue {
	font-weight:	bold;
	font-size:		18px;
}

/******/

#webcam_teaser {
	float:right;
	position:relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url(../img/bg_light_gray.png) center top repeat-x;	
	border-color:silver;
	border-style:solid;
	border-width:1px; /* 2px 2px 1px;*/
	
	text-decoration:none;
	font-weight:bold;
	color:black;
	font-size:0.9em;
	height:43px;
	margin-left:15px;
	padding:15px 120px 5px 5px;

	/* disable it temporarily */
	display:none;
}

#webcam_teaser:hover {
	background:transparent url(../img/bg_dark_gray.png) center top repeat-x;	
	text-decoration:none;
	color:black;
/*	border-color:silver;
	border-style:solid;
	border-width:2px 1px 1px 2px;*/
}

#webcam_teaser:visited {
	color:black;
}

#webcam_sample {
	border:2px solid gray;
	position:absolute;
	right:10px;
	top:-5px;
}

#webcam_sample_icon {
	float:left;
	margin:3px 5px 20px 0;
}


#rw_teaser {
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url(../img/bg_light_gray.png) center top repeat-x;
	border:1px solid silver;
	font-size:0.9em;
	padding:10px;
}

/*******/

#news_stream {
clear:both;
color:black;
font-size:0.9em;
padding:25px 0 0;
}
#news_stream h2 {
}
#news_posts {
}
.news_post {
border-bottom:1px solid silver;
margin:10px 0;
padding-bottom:10px;
}
.news_title {
display:inline;
font-weight:bold;
}
.news_date {
color:gray;
display:inline;
}
.news_more {
text-align:right;
}
#news_links{
text-align:right;
}
#news_rss{
background:transparent url(../img/common/feed-icon-14x14.png) no-repeat scroll right center;
padding-right:20px;
}
