/*-----------------------------------------------
Author : Hueberlink
pages: arl.html, medipsy.html
-------------------------------------------------*/

/*tags*/
h1 {
font-size: 16px;
color: #262a33;
}

/*div main - reduced to create space for div slideshow*/
#main {
width: 340px;
padding: 15px 15px 15px 0;
float: right;
text-align: left;
}

/*div slideshow*/
#slideshow {
width: 150px;
float: right;
}

#slideshow p {
margin: 0 2px 0 0;
padding: 0;
background: url(image/bande.jpg) no-repeat;
text-align: center;
}
#slideshow a {
text-decoration: none;
font-weight: bold;
}
#slideshow a:link, #slideshow a:visited {
color: #dedfea;
}
#slideshow a:hover, #slideshow a:active {
color: #FFF;
}
