/*
$Id: layout1.css,v 1.2.4.3 2004/01/17 13:20:36 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 : justify;*/
}

DIV#edito SPAN {
	color : black;	/* WinIE hack 3 */
}

/* theme menu */

#thememenu {
	float : right;
	width : 300px;
	margin-right : 8px;
	position : absolute;
	top : 44px;
	right : 0px;
}

UL.thememenu
{
	list-style-type: none;
	margin: 0;
}

UL.thememenu LI {
/*	display : block; WINIE */
	padding: 0;
	margin: 0;
	white-space : nowrap;
	font-size : 12px;
	text-align : right;
}

UL.thememenu LI A {
	display : block;
	padding : 5px 0 2px 0;
	text-decoration : none;
	color : #807B6A;
	text-align : right;	/* WINIE */
}

UL.thememenu LI A SPAN.menuitem {
	display : block;
	padding : 0 0 2px 0;
}

UL.thememenu LI A SPAN.moreitem {
	display : none;
}

UL.thememenu LI A:hover SPAN.menuitem {
	background-image: url("/img/dots.gif");
	background-repeat: repeat-x;
	background-position: center bottom;
}

UL.thememenu LI A:hover SPAN.moreitem {
	display : inline;
}

UL.thememenu LI A:active {
	color : black;
}

