#membre {
}

#membre div.head {
	background-image: url(/design/membre/head-bg.png);
	background-repeat: no-repeat;
}
#membre div.head div.inner {
	padding:10px;
	font-size: 16px;
}
#membre div.head div.inner b {
	font-size: 16px;
}
#membre div.menu {
	background-image: url(/design/membre/menu-bg.png);
	background-repeat: no-repeat;
	line-height: 31px;
	padding-left: 35px;
}
#membre div.menu a {
	color:#080705;
	text-decoration: none;
	font-size: 12px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #080705;
}
#membre div.menu a.last {
	border-right: 0;
}
#membre div.menu a.bold {
	font-weight: bold;
}
#membre div.menu a.grey {
	color:#808080;
}

#membre div.tab {
	background-color: #eef3f4;
	padding:10px;
}
#membre div.tab table {
	width:100%;
}
#membre div.tab table th,
#membre div.tab table td {
	padding:5px;
	vertical-align: top;
}
#membre div.tab table th {
	width:200px;
	text-align: left;
	font-weight: normal;
}
#membre div.tab table thead th,
#membre div.tab table thead td {
	font-weight: bold;
	color:#404040;
}
#membre div.tab table td p {
	margin-bottom:5px;
}
#membre div.tab input,
#membre div.tab select,
#membre div.tab textarea {
	border:1px solid #4296b0;
	padding:3px;
	width:300px;
}
#membre div.tab3col input,
#membre div.tab3col select,
#membre div.tab3col textarea {
	width:200px;
}
#membre div.tab textarea {
	height:100px;
}
#membre div.tab input.btn {
	width: 100px;
	background-color: #4296b0;
	color: white;
}
#membre div.tab input.check {
	width: 20px;
}
#membre div.tab input.small {
	width: 20px;
	text-align: center;
}
#membre td.error {
	background-color:#FFCFD3;
}
#membre div.error {
	background-color:#FFCFD3;
	padding:3px 3px 3px 5px;
}

#logo {
	text-align:center;
}
#logo a {
	color:black;
}
ul#images {
	background-color: white;
}
ul#images li {
	display:block;
	width:100px;
	padding:5px;
	text-align:center;
	float:left;
	margin-right:5px;
}
ul#images li a {
	color:black;
}

table.messagerie-list tr.unread {
	background-color: #e1eaec;
}
table.messagerie-list td {
	font-size: 11px;
}
table.messagerie-list td a {
	text-decoration: none;
	color:black;
	font-size: 12px;
}
table.messagerie-list td a:hover {
	text-decoration: underline;
}
table.messagerie-list td.avatar {
	width: 40px;
}
table.messagerie-list td.infos {
	width: 150px;
	color:#444;
}
table.messagerie-list td.summary {
	color:#444;
}
table.messagerie-list tr.unread td.summary a {
	font-weight: bold;
}
table.messagerie-list td.sep {
	border-bottom: 1px solid white;
	padding:0 !important;
}


table.amis-list tr.unread {
	background-color: #e1eaec;
}
table.amis-list td {
	font-size: 11px;
}
table.amis-list td a {
	text-decoration: none;
	color:black;
	font-size: 12px;
}
table.amis-list td a:hover {
	text-decoration: underline;
}
table.amis-list td.avatar {
	width: 40px;
}
table.amis-list td.infos {
	width: 150px;
	color:#444;
}
table.messagerie-list td.sep {
	border-bottom: 1px solid white;
	padding:0 !important;
}


