@charset "utf-8";
body {
	background-color: #2b2d2a;
	margin: 0; 
    padding: 0; 
}

.titre {
	font-family: Tahoma;
	color: #c0a476;
	font-size: 18px;
	font-weight: bolder;
}
.texte {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: normal;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.titre-news {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;

}
.date-news {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: normal;
}
#perso3 {
	font-family: Tahoma;
    font-weight:12px;
	font-weight: bold;
	color: #FFFFFF;
    background-color:#141514;
        border-color:#141514;
    border-top-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    }

