a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/find.png) repeat-y scroll bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em century gothic,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/a.png) no-repeat; display: block; height: 240px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: auto; 
	text-align: left;
	width: 620px; 
	height: 890px;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #000000;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #f50eac;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #ffffff;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;	
	font: bold 1.1em century gothic,Arial;
	color: #666;
}
.content p {
	margin: 18px 0 12px; color: #424242;
	text-align: justify;
}
.item {
	background: #ffffff url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.imageflottante
{
float: left;
margin : 20px;
}
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#b5dc04;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#000;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }