
*{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
#adresse {
	background-image: url(img/carre_adresse.png);
	height: 69px;
	width: 235px;
	position:absolute;
	bottom:0px;
}

p{
font-size:11px;
color:#666666;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height:523px;
	position:relative;
}
#legend,.legend{
	position:absolute;
	top:0px;
	right:0px;
	background-image: url(img/legende.png);
	width: 239px;
}



#sidebar{
position:absolute;
bottom:0px;
left:0px;
height:432px;

}
#footer{
height:250px;
background-color:white;
text-align:center;
color:#666;

}

#footer div{
width:920px;
margin:0 auto;
background:url(img/footer.png) left top repeat-y #fff;
}



#footer ul li{
width:25%;
float:left;
text-align:left;
padding-top:10px;
list-style:none;
}
#footer ul li p{
padding:15px;
}
#footer ul li strong{
color:#000;
font-size:11px;
text-transform:uppercase;
font-weight:normal;
}
#site{
height:773px;
overflow:hidden;
position:relative;
}
body>#site{
background-image:url('img/bg-wrap.png');
background-repeat:repeat;
}
#baseline {
	background-image: url(img/carre_strille.png);
    height:120px;
	width: 235px;
	position:absolute;
	top:239px;
}
#baseline p{
line-height:150%;
padding:20px;
color:#333;
}
#adresse p{
color:white;
line-height:115%;
padding:10px 20px;
}
#deco img{
position:absolute;
top:0;
left:0;
}
.lnkRef{
display:block;
background:url(img/font_a.png) no-repeat top left;
height:26px;
line-height:26px;
text-decoration:none;
font-size:11px;
color:black;
font-weight:bold;
padding-left:10px;
}
#legend p{
padding:10px;
}

.clear{
	clear:both;
}

#logo img{
	padding-top:40px;
	padding-left:50px;
}

.legend p,#legend p{
	color:#333;
	padding:15px;
}

.lnkRef:hover{
	color:#666;
}

a
{
	color:#333;
	text-decoration:none;
}

a img{
	border:none;
}
span.hyperlink{
font-weight:bold;
text-decoration:underline;
color:#336699;
cursor:pointer;
}


