﻿body
{
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 10px 0 0px;
}

div
{
	background: white;	
}

div.logoBar	
{
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

div.menuBar
{
	background: #383838; 
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 100px;
}

div.siteMainBox
{
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

a.menuText
{
	text-decoration: none;
	color: white;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}

div.intro
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;	
}

div.titre
{
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 16px;
}

div.liste
{
	background: #CBB7FF;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 15px;
	font-size: 16px;
}

div.liste li 
{
  margin-top: 20px;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

h2
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

div.benefice1
{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	color: #A593FF;
	text-align: left;
}

div.benefice2
{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	color: #000080;
	text-align: justify;
}