ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 800px;
}

li {
	float: left;
	border-bottom: 1px;
	margin: 3px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin: 0px;
	padding: 0px;
	background-color: White;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.Slogan {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000099;
}
A.LienPrincipal {
	color: #FF3300;
}
A.LienPrincipal:hover {
	color: #999999;
	text-decoration: none;
}
A.LienCopyRight {
	color: #666666;
	text-decoration: none;
}
A.LienCopyRight:hover {
	color: Black;
	text-decoration: underline;
}
.gras {
	font-weight: bold;
	color: #000000;
}
.CorpsPrincipal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Italique {
	font-style: italic;
	color: #666666;
}
hr {
	border: 1px solid #000066;
}
.CopyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: left;
}
.TitrePrincipal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000099;
}
.CorpsContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.NomContact {
	font-size: 10px;
	color: #000066;
	text-decoration: underline;
}
.Fond {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu a {
	background-image: url(http://www.proinfoservice.fr/img/btnbleupis.jpg);
	width: 111px;
	height: 40px;
	float: left;
	display: block;
	text-align: center;
	color: Menu;
	margin: 0px;
	padding: 5px;
	font-family: Verdana;
}
#menu a:hover{
	color: Silver;
	margin: 0px;
	padding: 5px;
}
#menu a span
{
	display: none;
}
#menu a:hover span
{
	display: block;
	position: absolute;
	top: 42px;
	left: 0px;
	width: 760px;
	text-align: left;
	color: White;
	background: #000099;
	clip: auto;
	margin-bottom: 5px;
	padding-bottom: 5px;

}