﻿#sommaire03 a {
    display: block;
    height: 40px;
    padding: 2px 2px 0 0;
}
#sommaire03, #mots03 {
	margin: 20px 0 15px 0;
	position:relative;
}
#sommaire03 *, #mots03 * {
	color: #111;
}
#sommaire03 .bottom, #mots03 .bottom {
	height: 24px;
}
#sommaire03 h2, #mots03 h2 {
	height: 17px;
	padding: 4px 0 4px 0;
    text-align: center;
	text-transform: uppercase;
	font-size: .8em;
}
#sommaire03 ul, #mots03 ul {
/*    min-height: 140px;*/
}
#sommaire03 li img, #mots03 li img {
/*    position:absolute;*/
/*    top:7px;*/
/*    left:12px;	*/
    float: left;
/*    margin: 2px 4px 8px 8px;*/
    margin: 4px;
}
#sommaire03 li {
/*    position: relative;*/
/*    min-height: 30px;*/
/*    margin: 0;*/
	font-size: .9em;
	line-height: 1em;
    clear: left;
}
#sommaire03 a:hover, #mots03 a:hover {
	text-decoration:none;
}
#sommaire03 {
	background: url(../images/sommaire03haut.png) no-repeat;
}
#mots03 {
	background: url(../images/mots03haut.png) no-repeat;
}
#sommaire03 .bottom {
	background: url(../images/sommaire03bas.png) no-repeat 0 bottom;
}
#mots03 .bottom {
	background: url(../images/mots03bas.png) no-repeat 0 bottom;
}
#sommaire03 ul {
	background: #d9e3e5 url(../images/sommaire03milieu.png) no-repeat 0 0;
/*    position:relative;*/
}
#mots03 ul {
	background: #e3d7d4 url(../images/mots03milieu.png) no-repeat 0 0;
	padding:8px 2px 8px 8px;
}
#sommaire03 li:first-child {
/*    padding-top:12px;*/
}
#sommaire03 li:first-child img {
/*    top:13px;*/
}
#sommaire03 .selected {
	border-left: solid 4px #af101d;
	border-bottom: none;
}
#mots03 li {
	display:inline;
	padding:2px 8px 2px 2px;
	font-size:.9em;
	line-height:1.4em;
}
#sommaire03 li:hover {
	background-color:#a4bfc8;
}
#mots03 li:hover {
	font-weight:bold;
	background-color:#c7ada1;
}	
#mots03 .selected {
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}


