﻿/* Css pour la carte interactive  */ 
#global #carte_interactive .cartoright
{
    margin-left:0px;
}
#global #carte_interactive {
    float: left;
    width: 940px;
}
#global .needhelp {
    float: right;
}
#global #carte_interactive #form {
    margin-top: 35px;
}
#global #carte_interactive #cartoForm {
    width: 940px;
    padding:20px;
}
#global #carte_interactive #cartoForm input {
    width: 490px;
}
#global #carte_interactive #cartoForm .submit {
    float: left;
    margin: 0px;
}
#global #carte_interactive #cartoForm .submit input {
    width: auto;
    margin-left: 10px;
    font-size:125%;
    padding:7px;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    border-style: solid;
    border-color:#407000;
    border-width:0 0 2px 0;
    -webkit-appearance: none;
}
#global #carte_interactive #cartoForm fieldset {
    float: left;
    width: 600px;
    margin-top:5px;
}
#global #carte_interactive #cartoForm fieldset label
{
    font-family: 'aller';
    font-size: 110%;
}
#global #carte_interactive #cartoForm fieldset input
{
    height: 25px;
    padding-left: 6px;
    padding-right: 6px;
}
#global #carte_interactive #cartoForm .liens
{
    margin-right:35px;
    float:right;
}
#global #carte_interactive #cartoForm ul {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}
#global #carteinteractive .labelPoint {
    font-size: 110%;
    margin-bottom: 15px;
}
#global #carteinteractive .labelPoint span {
    font-weight: bold;
}

#global .pointList .tripPointType
{
	font-weight: bold;
	font-size:105%;
	margin-top:3px;
	margin-left:5px;
	display:block;
}
#Carto #carteInteractive
{
    margin-top:40px;
}
#global #carte_interactive .cartoright #leftDetails
{
    float:left;
    margin-top:40px;
}
#global #carte_interactive .cartoright #typepoi
{
    padding:5px;
}
#global #carte_interactive .cartoright #typepoi .titreSelections
{
    font-family: 'aller';
    font-size: 170%;
    font-weight: normal;
}
#global #carte_interactive .cartoright #typepoi .titre
{   
    padding:10px 0px 5px;
}
#carteinteractive #stops .titre, #carteinteractive #places .titre {
    display: none;
}

#carteinteractive #FormNumRoad {
    margin-bottom: 10px;
}
#carteinteractive .labelPoint SPAN {
    font-weight: bold;
}
#carteinteractive .descriptionStop, #carteinteractive .descriptionPlace {
	padding:3px;
	margin-bottom:10px;
    background-color: #E7E7E8;

}
#carteinteractive .descriptionStop .linkWalk, #carteinteractive .descriptionPlace .linkWalk {
    margin-bottom: 10px;
}
#carteinteractive .plus {
	background-image: url('../../cartoV3/img/default/plus.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:18px;
	display: block;
    float:left;
}
#carteinteractive .minus {
	background-image: url('../../cartoV3/img/default/moins.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:18px;
	display: block;
    float:left;
}
#carteinteractive .spanNetwork
{
    float:left;
    margin-left:10px;
    padding-top:3px;
    font-size: 80%;
}
#carteinteractive .desc span {
    font-weight: bold;
    font-size: 105%;
}
#carteinteractive .showText  {
	padding-left:8px;
	padding-top:10px;
	margin-bottom:5px;
}
#carteinteractive .hideText
{
	display:none;
}
.descriptionStop .showText .title {
    font-weight: bold;
    font-size: 85%;
}
.descriptionStop .pictoLine  {
    margin-right:10px;
    float:left;
    clear: both;
}
.descriptionStop .line {
    margin-bottom: 3px;
}

.descriptionStop .showText a, .descriptionPlace .showText a {
    font-weight: normal;
}

#carteinteractive .alnoTitle {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #C52732;
    font-weight: bold;
}
#carteinteractive .alnoTitle:first-child {
    border-top: 0px;
}

#carteinteractive .placeTitle {
    font-weight: bold;
}

/* Liste arrets */
#carteinteractive UL.listStops li {
    list-style: none;
    margin-bottom: 10px;
}

#carteinteractive UL.listStops p {
    margin-bottom: 3px;
}

#carteinteractive UL.listLines li {
    list-style: disc;
    margin-left: 30px;
}

#global #carte_interactive #pointForm {
    float: left;
    margin-left: 50px;
    width: 300px;
}

#global #carte_interactive #pointForm .submit {
    float: left;
    margin: 0px;
    margin-top: 6px;
}
#global #carte_interactive #pointForm .submit input {
    width: auto;
    margin-left: 10px;
}

#global #carte_interactive #pointForm fieldset {
    float: left;
}

#carteinteractive #FormNumRoad input.streetNumber {
     width: 35px;
}

#carteinteractive #FormNumRoad LABEL, #carteinteractive #FormNumRoad input.streetNumber {
    float: left;
}

#carteinteractive #FormNumRoad .submit {
    margin: 0px;
     margin-left: 5px;
}

/*POI selectionné*/
#global #carte_interactive .cartoright DIV#selectedPoi,
#global #carte_interactive .cartoright DIV#infosPoi
{
    background: none repeat scroll 0 0 #E4E8EC;
    border: 2px solid #005FB0;
    border-bottom:none;
    margin: 0;
    position: static;
    width: 420px;
    padding: 40px 5px;
}
#global #carte_interactive .cartoright DIV#infosPoi
{
    background: none repeat scroll 0 0 #C6E3E4;
    border:none;
    border-top: 2px solid #005FB0;
    margin: 0;
    position: static;
    width: 424px;
    padding:5px;
    
}
#global #carte_interactive .cartoright DIV#infosPoi #closeInfos
{
    background-image: url('../../img/croix.png');
	background-repeat: no-repeat;
    background-color: #C6E3E4;
    height:20px;
    width:20px;
    cursor:pointer;
    float:right;
}
#global #carte_interactive .cartoright DIV#selectedPoi .titreSelections
{
    font-size:150%;
    font-weight:bold;
}

#Carto
{
    border:none;
}
#global #carte_interactive #Carto #typepoi
{
    width:420px;
}
/*Liste de POI*/
#global #carte_interactive .depList
{
    margin-bottom:20px;
    border: 1px solid #E5E5E5;
    padding:20px;
    margin-top: 35px;
}
#global #carte_interactive .depList SELECT
{
    float:left;
    margin-right:20px;
    height:30px;
    margin-top:5px;
    max-width: 700px;
}
#global #carte_interactive .depList SELECT option {
    max-width: 700px;
}

#global #carte_interactive .depList #PointDep label {
    display: none;
}

#global #carte_interactive .depList .submit INPUT
{
    width: auto;
    margin-left: 10px;
    font-size:125%;
    padding:7px;
     border-left: medium none;
    border-right: medium none;
    border-top: medium none;
      border-style: solid;
    border-color: #407000;
    border-width:0 0 2px 0;
}
/*erreur de recherche*/
#global #carte_interactive .errorSearch
{
    background: url("../../img/default/Page/error.png") no-repeat scroll 20px center;
    border: 1px solid #E5E5E5;
    clear: both;
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 25px 20px 25px 90px;
    color:#E10000;
    margin-top: 35px;
}
#global #carte_interactive .errorSearch P {
    margin: 0px;
    line-height: 1.2;
}
#global #mapLegend li
{
    display:block;
   
}

#Carto #separator
{
    border-left: 1px solid #E5E5E5;
    float: left;
    height: 820px;
    margin-left: 25px;
    padding-left: 5px;
    position: relative;
}
#Carto #separator #imgsep
{
    background:url("../../img/default/Page/arrow_carto.png") no-repeat left center;
    height: 29px;
    left: -10px;
    position: absolute;
    top: 185px;
    width: 15px;
    
}
#Carto #separator #imgsep-depositaire
{
    background:url("../../img/default/Page/arrow_carto.png") no-repeat left center;
    height: 29px;
    left: -10px;
    position: absolute;
    top: 90px;
    width: 15px;
    
}
#Carto #separator #imgsep.selectedDep
{
    top:100px;
}

/*legende*/
#global #mapLegend LI.large
{
	width:170px;
}
#global #mapLegend li {
    margin-right: 5px;
    line-height: 1.5;
    margin-bottom: 5px;
    height: auto;
}

/*checkbox poi*/
#typepoi .mobServices DIV,
#typepoi .lpProx DIV{
    margin-top: 5px;
}

#cartoList .point {
    float: left;
}

#cartoList .submit.search {
    margin-top: 28px;
}