﻿@import url('style.css');
@import url('menu.css');
@import url('print.css');

.sommaire
{
	float: left;
	margin: 15px 0 0 10px;
	border: 1px solid #CCDBE6;
	padding: 1px;
	width: 513px;
	background: url('medias/fond_Bloc.png') repeat-x;
}

.sommaire .titre
{
	border-bottom: 1px solid #23699c;
	width: 100%;
	color: #23699C;
}

.sommaire .titre .texte
{
	margin: 2px 10px 2px 7px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.sommaire ul
{
	padding: 0 0 0 10px;
}

.sommaire li
{
	float: left;
	clear: both;
	padding-left: 10px;
	background: url('medias/puce_Sommaire.gif') no-repeat;
	background-position : 0px 3px;
}
