body
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  color: #0F005F;
  background-color: white;
  
}

.element_fenetre
{
  width:250px;
  height:150px;
  font-size:12px;
  border-bottom: solid 1px red;
  border-top: solid 1px red;
  border-right: solid 1px red;
  border-left: solid 1px red;
  background-color: #0F5F9F;
}

.element_fenetre h1
{
  background-color: #0F005F;
  font-size:9pt;
  color: white;
  text-align:center;
}

.titre
{
  font-size:18pt;
  color: white;
  text-align:center;
  font-style: bold;
}

.titre2
{
  font-size:14pt;
  color: #0F005F;
  text-align:center;
  font-style: bold;
}

.menu
{
	float:left;
	width:180px;
	background-color:#e7f8fd;
}

.menu h1
{
  font-size:8pt;
  color: white;
  text-align:center;
  background-color:#0F005F;
}

.menu h2
{
  font-size:8pt;
  color: black;
  text-align:center;
  background-color:gray;
}

.sh1
{
  font-size:8pt;
  color: #0F005F;
  text-align:center;
}

.menu li a
{
	color: #0F005F;
	font-size:8pt;
	text-decoration: none;
	display: block;
}

.menu li a:hover
{
	color: white;
	font-size:8pt;
	text-decoration: underline;
	background-color:gray;
}

.global
{
    width:980px;
	font-size:8pt;
margin-left:auto;
margin-right:auto;
}

lu,li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
