body {
     margin: 0;
	 background-image: url(images/bg.png);
	 background-repeat: repeat-x;
	 background-color: #CCEF79;
	 font-family: trebuchet MS;
	 font-size: 11px;
	 color: #ACA086;
	 line-height: 13px;
	 text-align: justify;
	 }
	 
	 #menu {
     position: absolute;
     left: 63px;
     top: 374px;
     width: 161px;
}

#contenu {
     position: absolute;
     left: 230px;
     top: 374px;
     width: 333px;
}

#bienvenue {
position: absolute;
left: 63px;
top: 221px;
width: 185px;
}

h1 {
     font-family: georgia;
     font-size: 11px;
     color: #C690E4;
     font-weight: bold;
	 font-style: italic;
     letter-spacing: 0px;
     text-transform: lowercase;
     text-align: left;
     margin: 0px;
     padding: 2px 15px;
     border-bottom: none;
}

A:link , A:visited , A:active {
text-decoration : none;
color : #A6D438;
border-bottom:0px #E89051; 
}

