@CHARSET "UTF-8";

/**
 *
 */

span.hcalendar.link {
    display:none;
    position:absolute;
    border-radius:5px;
    width:auto;
    top:33px;
    right:0;
    background-color:transparent;
    font-size:12px;
    text-align: right;
    box-shadow: none;
}

span.hcalendar.link a {
    color:#FFFFFF;
    display:block;
    padding: 0;
}

span.hcalendar.link a:hover {
    background: none;
}

span.hcalendar.link img
{	float:none;
    margin-left:0;
    border: 0}

.vevent {
    font-size:19px;
    color: #004b99;
}

.vevent abbr {
    border:0;
}

.vevent .date_lieu {
    position: absolute;
    top:90px;
    right:10px;
    text-align: right;
}

.vevent .description {
    position: absolute;
    top:20px;
    right:10px;
    width: 320px;
    text-align: right;
    font-weight: bold;
}

/**
 * vCard
 */

.myvcard {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    width: 40%;
    margin:1em;
    background: white;
    border:1px solid #CCC;
    padding: 15px;
    box-shadow: 3px 3px 3px rgba(67, 67, 67, 0.3);
}

.myvcard a:hover {
    background-color: transparent;
}

.myvcard .fn
{	margin: 0;
    font-weight: normal;
    font-size: 14px}

.myvcard .title {
    font-style: italic;
}

.myvcard p
{	margin: 2px 0}

.myvcard .picto
{	width: 16px;
    position: absolute;
    top: 15px;
    right: 25px}

.myvcard .picto img {
    border:0;
    margin: 0;
    margin-bottom: 3px;
}

.myvcard .picto span
{	margin: 0 0 3px 0}


.my_documents_left { float:left; }
.my_documents_right { float:right; }