/* INDEXS */

#gauche .index_lettre {
	color: #666;
	font-family: Georgia, serif;
	font-style: italic;
	padding: 10px 10px 30px 10px;
}
#gauche .index_lettre .hidden, dl .hidden {display: none;}
#gauche .index_lettre a {
	color: #2a2a2a;
	display: block;
	font-family: 'Trebuchet MS', arial, sans-serif;
	float: left;
	font-style: normal;
	padding: 5px 7px 5px 7px;
	text-transform: uppercase;
	text-decoration: none;
}
#gauche .index_lettre a:hover, .index_lettre a:focus {
	background: #795164 url(/___include/images/structure/background/bg-arrow.gif) no-repeat bottom center;
	color: white;
}

#gauche .index-page .index_lettre {
	color: #666;
	font-family: Georgia, serif;
	font-style: italic;
	padding: 10px 10px 30px 10px;
}
#gauche .index-page .index_lettre .hidden, dl .hidden {display: none;}
#gauche .index-page .index_lettre a {
	color: #2a2a2a;
	display: block;
	font-family: 'Trebuchet MS', arial, sans-serif;
	float: left;
	font-style: normal;
	padding: 5px 7px 5px 7px;
	text-transform: uppercase;
	text-decoration: none;
}
#gauche .index-page .index_lettre a:hover, .index_lettre a:focus {
	background: #795164 url(/___include/images/structure/background/bg-arrow.gif) no-repeat bottom center;
	color: white;
}
	/* -------------------------------------------------------------------------------------------------->>> 4.X liste <<<-----------*/

#gauche .index-page .oeuvre dd {
	float: left;
	line-height: 1.8em;
	margin: 0;
	padding: 0 5px;
	width: 48%;
}
#gauche .index-page .oeuvre dd a {color: #222;}
#gauche .index-page .oeuvre dd a:hover, .index-page .oeuvre dd a:focus {color: black;}
#gauche .index-page .oeuvre .clear {
	clear: both;
	float: none;
	font-size: 1px;
	margin: 0;
	padding: 1px 0 0;
}
#gauche .index-page .oeuvre dt {
	background: #c6c08e url(/___include/images/structure/background/tiled/pattern-01.gif) repeat 0 15px;
	clear: both;
	color: black;
	font-weight: 900;
	margin: 8px 0 5px;
	padding: 2px 0 2px 298px;
	position: relative;
	text-transform: uppercase;
}
#gauche .index-page .oeuvre dt a {
	background: white url(/___include/images/elements/signet.gif) no-repeat 0 0;
	color: white;
	display: block;
	position: absolute;
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	height: 40px;
	width: 20px;
	right: 5px;
	top: 0;
}
#gauche .index-page .oeuvre dt a span {
	position: absolute;
	top: 2px;
	left: 7px;
	z-index: 100;
}
#gauche .index-page .oeuvre dt a:hover, .index-page .oeuvre dt a:focus {
	text-decoration: none;
	background: white url(/___include/images/elements/signet.gif) no-repeat bottom left;
}
