
@import url(../style_base.css);    

#fiche_main {
	border: 1px solid #000;
	padding:10px;
	margin: 0px 20px 0px 20px;
	background-color: #f8f8f8;
    color: #000;
}

#title h3 {
    font-size: 20px;
}

#left_col *{
    margin-right:10px;
}

p {
    text-indent: 20px;
    margin-top:6px;
    margin-bottom:8px;
}

#backlink {

}

#backlink a {
    margin-top: 40px;
    margin-left: 550px;
    margin-right: 20px;
    display: block;
    border: 1px solid #000;
    padding: 3px 10px 3px 10px;
    background-color: #5dab93;
    color: #fff;
}

#backlink a:hover {
    border: 1px solid #000;
    background-color: #99EFAF;
    color: #050388;

}

.author {
	text-align: right;
	margin-bottom:10px;
    margin-top:40px;
    font-weight: bold;
}

.p_intro {
    text-indent: 20px;
    font-weight:bold;
    margin-bottom:40px;
}