﻿
.historique-frise
{
    background-image: url(Historique/morceau_frise.jpg);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
}
.historique-flecheup
{
    background-image: url(Historique/fleche_up.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 50px;
    height: 25px;
}
.historique-flechedown
{
    background-image: url(Historique/fleche_down.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 50px;
    height: 25px;
}
.historique-boutondate
{
    background-image: url(Historique/bt_date.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 25px;
    padding-top:2px;
    text-align: center;
    vertical-align: middle;
}
.historique-boutondate:hover
{
	cursor: pointer;
	cursor: hand;
}

#historique-zonegauche
{
    vertical-align:top;
	font-size:9pt;
	font-family:Verdana;
	color:#004A91;
}

#historique-zonedroite
{
    background-image:url(BERTHOUD/bloc_droit.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	width:99px;
	height:420px;
	text-decoration:none;
}
#historique-zonedroite a
{

}
.historique-lignezonedroite
{
    font-family:Arial;
    color:#004B93;
    font-weight:bold;
    font-size:11px;
    padding-left:2px;
    padding-top:2px;
    width:99px;
    height:21px;
    text-decoration:none;
    cursor: pointer;
    cursor: hand;
}
#historique-imagelienpdf
{
    width:99px;
    height:130px;
}
/* Style sur les itinéraires */
#itineraire-zone-liens
{
	background-image:url(BERTHOUD/zone_liens_2_etages.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 196px;
	width: 158px;
	vertical-align: top;
	text-align:center;

}

ul
{
	/*list-style-image: url(ViewNode/puce_fleche_bleu_clair.gif);*/
	list-style-type:none;
	list-style-image:none;		
	
	font-family: Verdana;
	font-size: 12px;
	text-align : left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 10px;		
}

li
{
	/*position :relative;*/
	background : url(ViewNode/puce_fleche_bleu_clair.gif) no-repeat;
	background-position : 0px 3px;
	list-style-type:none;
	list-style-image:none;
	/*list-style-position: outside;*/
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	/*width : 100%;	*/
	clear : both;		
}

.ul_enquete
{        
    list-style-image : none;
    list-style-type : none;
    padding : 0px 0px 0px 0px;
    margin : 0px 0px 0px 0px;    
    clear : both;
    width:100%;
    
}

.ul_enquete li
{
    background : none;
	list-style-image : none;
    clear:both;
    padding : 5px 0px 0px 0px;
    margin : 0px 0px 0px 0px;
    border : none;   
    overflow : hidden;
    text-align : left;
    
}

.ul_enquete li.gauche
{
    display : block;    
    padding : 23px 5px 0px 35px;
    float : left; 
    border : none;            
}

.ul_enquete li.droite
{
    clear:none;
    display : block;    
    padding : 5px 0px 0px 0px;
    float : left;   
    
}

textarea.DisableControls
{
    background-color : #EBEBE4;
}

textarea.EnableControls
{
    background-color : none;
}