/*
input[type=text] { ... }
input[type=password] { ... }
input[type=submit] { ... }
*/

.message {
	padding: 25px 10px 10px 0px;
}

/*ptissot*/
a.info {
    position: relative;
    z-index: 24;
    /*background-color:#EDF7FF;*/
    color: #6699cc;
    text-decoration: none;
    margin-left: 5px;
    font-weight: normal;
    font-size: 12px;
    height: 17px;
	padding-left: -5px;
	margin: 5px 5px 5px 5px;
	/*background-image: url(images/alert.gif);*/

    background-repeat: no-repeat;
	background-position: left;
    }


a.info:hover { z-index: 25; }


a.info span {
        display: none;
    }

/*le contenu de la balise span ne sera visible que pour l'état a:hover */

a.info:hover span {

    display:  inline-block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 15em;
    border: 1px solid #6699cc;
    background-color: #eeeeee;
    color: #6699cc;
    text-align: justify;    
    padding: 5px;
    z-index: 100;
    }

/*
.tel
{
	height: 17px;
	padding-left: -5px;
	margin: 5px 5px 5px 5px;*/
	/*background-image: url(images/alert.gif);*/
/*
    background-repeat: no-repeat;
	background-position: left;
}
*/
/*ptissot*/

/* pgasser */
a.selectedLink  
{
	/*color : #3B7DD3;*/
	color : #388AC4;
	font-weight: bold; 
	font-size:15px;
}
a.unselectedLink  
{
	color : #4F6B72;
	font-weight: normal;
	font-size:15px; 
}
/* pgasser end */


