/*
$Id: navwall.css,v 1.2.2.3 2004/01/29 12:45:30 groue Exp $
*/


/* side wall */

DIV#sidewalleyecandy {
	float:left;
	position: absolute;
	top:50px;
	left:0px;
	width:150px;
	height:350px;
	margin: 0;
	padding: 0;
	background-image: url("/img/rlgrad_155.gif");
	background-repeat : no-repeat;
	background-position : right top;
	border-right:1px solid #A69F8A;
}

#edito H3 {
	padding-left: 7px;
	padding-bottom: 4px;
	background-image: url("/img/lrgrad_100.gif");
	background-repeat : no-repeat;
	background-position : left bottom;
}

#edito H3 SPAN {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #5C584E;
	font-family: Optima, Arial, sans-serif;
	font-weight: bold;
}

DIV#edito {
	position: absolute;
	top: 50px;
	left: 150px;
}

#edito DIV.text {
	padding: 13px 0 0 15px;
}

#edito DIV.text P {
	padding-left: 15px;
}


