@charset "UTF-8";
/* CSS Document */
a:hover {
color:#CCCCCC;
text-decoration:underline;
}
a:visited {
color:#0099FF;
text-decoration:none;

}

a:link{color:#0099FF;
text-decoration:none;
}
body{
	margin:40px;
	color:#000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	background:#FFFF66;
}
#eltot{
	margin: 0 auto;
	width:700px;
	height:500px;

}

#capsal{
	position:relative;
	margin: 0px;
	width:700px;
	height:125px;
	background: url(capsal.png);
}
#content{
	position:relative;
	margin:0px;
	width:700px;
	background: url(bg-body.png);

	top:0px;
}


#peu-sub{
	position:relative;
	top:0px;
	height:10px;
	clear:both;}



#peu{
	position:relative;
	top:0px;
	height:50px;
	clear:both;
	background: url(bg-peu.png);}

#col-esq{

	position:relative;
	width:250px;
	height:325px;
	float:left;
}

#col-drt{

	position:relative;
	width:400px;
	float:left;
}

#menu{
position:relative;
left:25px;
}

li{

	list-style-image:url(pic.png);
	line-height:180%;
	font: 12px Verdana, Helvetica, sans-serif;

}

#contacte{
	top:90px;
	left:35px;
	width:160px;
	height:117px;
	padding: 5px;
	padding-left:10px;
	position:relative;
	background:url(bg-contact.png) no-repeat;
	line-height:145%;
}

.img{ border:1px solid #00CCFF; padding:2px;}