body{
    color: #4F4F4F;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.5;
    font-size: 12px;
    overflow:hidden;
}
body a{
    color: #1A559D;
    text-decoration: none;
}
body a:hover{
    color:#C10000;
    text-decoration: underline;
}
body div.div_datepicker{
    display:inline;
    margin-left:5px;
}
body div.wrapper{
    width:510px;
}
#datepicker{
    display:none;
}
.col_gauche{
    width:400px; 
    float:left;
    margin-left: 43px;
}
.col_droite{
    float:left;
    margin: 15px;
    width: 450px;
	font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
/*	border-top:1px solid #CCCCCC;*/
	padding-top: 10px;
}
.col_droite #commentairediv{
    overflow-y:auto;
    height:180px;
    padding-right:10px;
    margin-left: 30px;
}
.cartefrance{
    border: 1px solid #DDDDDD;
    height:427px;
    width:400px;
    background: url('../images/cartefrance.png') no-repeat;
}
.mini.wrapper{
    width: 136px;
}
.mini .col_gauche{
    margin: 0;
    width: 136px;    
}
.mini .cartefrance{
    border:0;
    height:145px;
    width:136px;
    /*background: url('../images/cartefrance_mini.jpg') no-repeat;*/
    background: none;
}



/* CSS BLOC LEGENDE*/

/*option2*/

/*fin option2*/

/*option1*/
#legendescarte.legende1 .col_droite_legende .indicateurImg{
	padding-bottom: 10px;
}
#legendescarte.legende1 .col_gauche_legende{
	float:left;
	width: 210px;
	border-right:1px solid #CCCCCC;
}
#legendescarte.legende1 .col_droite_legende{
	float:left;
	width: 160px;
	padding-left: 15px;
}
#legendescarte.legende1 hr{
	display:none;
}
/*fin option1*/
#legendescarte hr{
	border-color:#CCCCCC;
}
#legendescarte{
	margin-top: 10px;
}
#legendescarte .legendeindicateurs .legendeindicateur{
	width:130px;
	float:left; 
}
#legendescarte .legendeindicateurs .legendeindicateur .indicateurImg .imageindicateur{
	float:left;	
}
#legendescarte .legendeindicateurs{
	margin-top: 10px;
}
#legendescarte .legendeindicateurs .legendeindicateur .indicateurImg .legendeindic{
	float:left;
	margin-top:5px;
	margin-left:6px;
}

.couleurlegende{
    height:10px;
    width:10px;

}
.legendecarte{ 
    margin-left:5px;
    padding-top:10px;
    width:195px;
    float:left;
}
.legendecarte label{
    float:left;
    padding-left: 10px;
    width: 150px;
    font-size:12px;
}
.couleurlegende{
    float:left;
    margin-top: 4px;
    moz-opacity:0.8;
    opacity: 0.8; 
    filter:alpha(opacity=80);
    border: 1px solid #000000;
    

}
.clear{
    clear:both;
}
#navigationcarte{
    width:400px;
}
#navigationcarte .prec{
    float:left;
    margin-top:38px;
    width:80px;
    font-size:12px;
    font-weight:bold;
    text-align: left;
}
#navigationcarte .date{
    float:left;
    text-align: center;
    width:240px;
    margin-top:18px;
    font-size:12px;
    font-weight: bold;
}
#navigationcarte .suiv{
    float:left;
    margin-top:38px;
    width:80px;
    font-size:12px;
    font-weight:bold;
    text-align: right;
}
#commentairediv p{
    margin-top:5px;
    margin-bottom:5px;
}