/* GLOBAL */

/* color ref : tkmlinks */

body {
	background : #E6DCCF;
}

/* TABS */

#tabs {
	border-bottom : 1px solid #596380;
}

.tab a:link, .tab a:visited {
	background : #727EA3;
	border : 1px solid #596380;
	color : #fff; 
}

.tab a:link.active, .tab a:visited.active {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

.addone {
	border: 0px;
	border-bottom : 1px solid #596380;
	background : #E6DCCF;
}

/* BLOC PRINCIPAL */

#main {
	background : #fff;
	border : 1px solid #596380;
}

.membertip {
	border: 1px solid #596380;
	background: #E6DCCF;
}
.membertip a {
	color: #727EA3;
}

/* BLOCK DE LIEN */

.category {
	background: #596380 url('../images/coin-haut-gauche.png') no-repeat top left;
}

.category h1 {
	color: #fff;
	background: #596380 url('../images/coin-haut-droite.png') no-repeat top right;
}
.linklist{
	background-color:#fff;
	border-right: 1px solid #596380;
	border-left: 1px solid #596380;
}
.category>div {
	background-color:#fff;
	border-right: 1px solid #596380;
	border-left: 1px solid #596380;
	border-bottom: 1px solid #596380;
}
.linklist li:hover {
	background : #eee;
}

.showhidecat {
	color: #fff;
}

.actionlink {
	color: #FF9900;
}

a.actionlink:hover, .linkitem {
	color: #000;
}

/* Forms */
input {
	border: 1px solid #000;
}

.errorline {
	color: #CC0033;
}

/* visitor */
.visitorcontentright{
	border: 1px solid #000;
	background : #eee;
}

.visitorcontentleft li, .sharedcategs li, .sharedtabs li, .sharedlinks li {
	border-bottom: 1px solid #fff;
}

.shareddate{
	background-color: #CFD4E6;
}

.shareditems a,  .shareddescription, .sharedlinkadd, .sharedcategadd, .sharedtabadd, .shareddate, .visitorcontentleft a, .sharedcategs a, .sharedtabs a, .sharedlinks a, .sharedcategs h1, .sharedtabs h1, .sharedlinks h1, .tagcloud h1, .mysearchresults h1, .allsearchresults h1, .sharedtitle {
	color: #807059;
}

/* member toolbar */
#member_toolbar {
	background-color: #CFD4E6;
	border-bottom: 1px solid #596380;
	font-size: xx-small;
	color: #000;
}

#member_toolbar_links a {
	color: #000;
}

/* member special tab */
.sharedcategs h1, .sharedtabs h1, .sharedlinks h1, .tagcloud h1, .mysearchresults h1, .allsearchresults h1 {
	border-bottom: 1px solid #807059;
}
.sharedcategs, .sharedtabs, .sharedlinks{
	background : #fff;
}

.tagcloud a{
	color: #000;
}

.rsspost {
	border: 1px solid #596380;
}

.rsspost h1 {
        color: #fff;
        background :  #596380;
}

.rsspost a {
        color: #fff;
}

.postcontent a {
	color: #fff;
}

#messagemarketing{
	border: 1px solid #596380;
}

.footer, .footer a{
	color:  #727EA3;
}

