#titrepatient
{
    margin-top: 20px;
    margin-left: 200px !important;
    margin-left: 10px;
    width: 640px;
    float: right;
    height: 38px !important;
    height: 60px;
    padding-top: 22px;
    background-image: url(../images/titre_patient.gif);
    background-position: center right;
    background-repeat: no-repeat;
}
.menupatientTop
{
    background-image: url(../images/menupatientTop.gif);
    background-repeat: no-repeat;
    height: 7px;
    font-size: 0;
}
.menupatientBottom
{
    background-image: url(../images/menupatientBottom.gif);
    background-repeat: no-repeat;
    height: 7px;
}
.menupatient
{
    border: 2px solid rgb(208, 175, 254);
    background-color: #FFFFFF;
    width: 160px;
}
.menupatient span
{
    display: block;
    width: 160px;
    text-align: left;
    font-weight: bold;
    padding-left: 7px;
    width: 153px !important;
    width: 160px;
    background-color: rgb(208, 175, 254);
}
.menupatient a
{
    display: block;
    width: 160px;
    text-decoration: none;
    color: #000000;
    text-align: left;
    padding-left: 20px;
    width: 140px !important;
    width: 160px;
    background-image: url(../images/puce_vide.gif);
    background-repeat: no-repeat;
    background-position: 4% center;
}
.menupatient a:hover, .menupatient .actif
{
    background-color: rgb(233, 217, 252);
    width: 140px !important;
    width: 160px;
    background-image: url(../images/puce_pleine.gif);
    background-repeat: no-repeat;
}

.tblBus {
	width: 475px;
	margin: 0 auto;
	background-color: rgb(0,0,0);
	border-spacing: 1px;
	text-align: center;
}
.tblBus th {
	background-color: rgb(208, 175, 254);
	text-align: center;
}
.tblBus td.tblBus_heure {
	background-color: rgb(233, 217, 252);
	text-align: center;
	font-weight: bold;
}
.tblBus td {
	background-color: rgb(255, 255, 255);
	text-align: center;
}
