/* DECO EN ECHO */
/* 11 fev 2010 */

body {

background: #fff url(deco-en-echo.jpg) top right no-repeat;
color:#000;
font-family:garamond,georgia,serif;
font-size:110%;
}

#fond {
width:1280px;
margin:0 auto;
position:relative;
}

ul li {
line-height:200%;
}

ul li a, ul li a:link {
background:yellow;
color:blue;
}

ul li a:hover {
background:limegreen;
}

ul li a.active {
background:pink;
font-weight:bolder;
}
