/* Rendu CSS Visuel pour Casafree.com
Copyright Casafree sarl, toute reproduction est strictement interdite
- Version 1 - Septembre 2008
- Rendu Casa People
*/
.tete {
	background-image: url(http://www.casafree.com/modules/people/images/casapeople.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333399;
	padding-left: 320px;
	padding-top: 20px;
	border: 1px solid #333399;
	color: #FFFFFF;
	height: 154px;
}

.tete a{
	background-color: #333399;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
}

.tete a:hover{
	background-color: #0066CC;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}

.title-list a {
	color: #481359;
	font-size: 14px;
	font-weight: bold;
}

.article-tag-item a {
	color: #481359;
	font-weight: bold;
}
.title-list {
	float: left;
	width: 200px;
}
.descitem {
	background-color: #F0F0F0;
	border: 1px solid #999999;
	color: #000000;
	padding: 10px;
}