@charset "utf-8";
/* CSS Document */
img {
	text-decoration: none;
	border: none;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #ecece7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;

}

.left{
	float: left;
}

.right {

	margin-left: 350px;
	overflow: auto;
}

.description {
	color: #666666;

}

.magenta {
	color: #ff0040;
		font-size:13px;
		font-weight:bold;

}

.titre {
		font-size:13px;
				font-weight:bold;
						font-size:13px;



}


a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}


a.friend {
	color: #666666;
	background: none; 
	text-decoration: none;
}

a.friend:hover , a.friend:active  {
	color: #666666;
	background: #a6d715; 
	text-decoration: none;
}