
/* ---------- Styles specific to the project ----------- */

td.header1 {
        font-Family : Verdana,Arial,Helvetica;
        font-Weight : bold;
        font-Size : 13px;
        color : rgb(34,39,139);
        text-decoration : none;
        text-align : left;
        padding-top : 1px;
        padding-bottom : 1px;
        padding-left : 20px;
        background :  #ffffff url(../images/menu_st.gif) no-repeat center left;
        /*border-bottom : 1px solid rgb(203,220,252);*/
        height : 20px;
        }

div.fill{
        height: 40px;
}

/* div langues */
div#custLangues{
        position: absolute;
        top: 286px;
		margin: 0px 20px 0px 720px;
		padding: 0px;
        width: 210px;
        }

ul.navlangues{
        list-style-type: none;
        margin: 0px;
		padding: 0px;
		text-align: right;
		color: #9dadb8;
		font-weight: normal;
        font-size: 0.8em;
        }

ul.navlangues li{
        padding: 0px 0px 0px 0px;
		display: inline;
        }

ul.navlangues li a {
        color: #2b88b5;
        text-decoration: none;
        }

ul.navlangues li a:hover {
        color: #2b88b5;
        text-decoration: underline;
        }

/* Accueil */
a.vert {
        color: #8ac719;
		font-weight: bold;
        text-decoration: none;
        }
a.bleu {
        color: #0ba6ee;
		font-weight: bold;
        text-decoration: none;
        }
a.fushia {
        color: #e051b3;
		font-weight: bold;
        text-decoration: none;
        }
a.jaune {
        color: #ffa200;
		font-weight: bold;
        text-decoration: none;
        }
a:hover.vert {
        color: #8ac719;
		font-weight: bold;
        text-decoration: underline;
        }
a:hover.bleu {
        color: #0ba6ee;
		font-weight: bold;
        text-decoration: underline;
        }
a:hover.fushia {
        color: #e051b3;
		font-weight: bold;
        text-decoration: underline;
        }
a:hover.jaune {
        color: #ffa200;
		font-weight: bold;
        text-decoration: underline;
        }

/* Tableau Trouver un specialiste */
table.Specialite {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		width: 100%;
		border: 0px;
		}
td.Cabinet {
		text-align: left;
        border-bottom: 1px solid #b0c6d6;
		border-right: 1px solid #b0c6d6;
		}
td.CabinetEnd {
		text-align: left;
        border-bottom: 1px solid #b0c6d6;
		}
span.Region {
		font-weight: bold;
		color: #8ac719;
		text-transform: uppercase
		}
span.Nom {
		font-weight: bold;
		text-transform: uppercase;
		}

