/*
$Id: layout3.css,v 1.2.4.2 2004/01/17 13:20:38 groue Exp $

_____________
|XX  |      |
|    |      |
|aaa |      |
|aaa |      |
|____|______|

*/

H3 {
	margin-bottom : 20px;
}

DIV#edito {
	width : 200px;
	position : absolute;
	bottom: 26px;
	left : 0px;
	margin-left : 8px;
}

#edito P {
	text-align : left /*justify*/;
}

DIV#editomenu {
	background-image: url("/img/rlgrad_155.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 1px 0 0 0;
	margin: 20px 0 0 0;
	width: 232px;
	font-size: 12px;
	text-align: right;
}

DIV#editomenu UL
{
	margin: 5px 8px 0 0;
	border: 0px;
	padding: 0px;
	list-style-type: none;
}

DIV#editomenu LI {
	white-space : nowrap;
	margin : 0px;
	border: 0px;
	padding: 0px;
	background-color : white;	/* IE mac hack 1 */
}

DIV#editomenu A
{
	display: block;
	padding: 1px 0 1px 0;
	margin: 0 0 0 10px;
	background-image: url("/img/rsarrow_clear.gif");
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	text-transform: lowercase;
	text-align : right;
	text-decoration: none;
}

DIV#editomenu A:hover {
	background-image : url("/img/rsarrow_black.gif");
}

DIV#editomenu A:active {
	background-image : url("/img/rbarrow_black.gif");
}

DIV#editomenu A SPAN {
	display: block;
	margin: 0 16px 0 0;
	color: #807B6A !important;
}

DIV#editomenu A:hover SPAN {
	color: black !important;
}

DIV#editomenu A:active SPAN {
	color: black !important;
}

DIV#frame {
	position: absolute;
	top: 0px;
	left: 240px;
	padding: 0;
	width: 500px;
	height: 399px;
	text-align: right;
	border-left: solid 1px #A69F8A;
}

