

.sommaire{
	font-size: 0.8em;
	margin-top: 1em;

}

.sommaire .left{
	float : left; 
	width : 580px;
	border-right: #808080 dotted 3px;
	overflow: hidden;
	padding: 5px;
}

.sommaire .right{
	float: right; 
	width : 350px;
	padding: 5px;
	text-align: center;
}

.sommaire h2{
	font-size: 1.1em;
}/* dernièrement */

.sommaire h1{
	font-size: 1.3em;
	
}
/* titres articles */

.sommaire li{
	padding: 1em;
	margin-bottom : 1em;
}

.sommaire p{
	margin: 5px;
}

.sommaire a{
	font-weight: bold;
}

.sommaire a:hover{
	
}
