.blackborder
{
	border-right:solid black 1px;
	border-left:solid black 1px;
	border-top:solid black 1px;
}

.whiteborder
{
	border-bottom:solid black 1px;
}

.content
{
	border-right:solid black 1px;
	border-left:solid black 1px; 
	border-bottom:solid black 1px;
	background-color:#E7E3E0;
}

.arial
{
	font-size: 12px;
	font-family:Arial,Verdana,Helvetica,Geneva,sans-serif;
}

ul, li{
	text-align:left;
	margin: 5px 0px 0px 10px;
}

.titre
{
	font-size: 30px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,Geneva,sans-serif;
}

a{
	text-decoration:none;
	color:black;
}

a:hover{
	text-decoration:none;
	color:black;
}

a:visited{
	text-decoration:none;
	color:black;
}

#header
{
  background: #DCDCDC;
  border-top: 1px solid #C9C8C8;
  border-bottom: 2px groove #AAAAAA;
  border-left: 1px solid #C9C8C8;
  border-right: 1px solid #C9C8C8;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  height: 58px;
  clear:left;
}

#txtpieddepage 
{
text-align: center;
color: grey;
font-size:8px;
}