<!--
.Style1 {font-size: 18px}
.bloc { 
border-style : solid;
border-width : 1px;
border-color : #d3cbcb;
} 
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
}
.Style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Style6 {
	color: #0066FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style7 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
h1
{
  font-family: Arial,helvetica,sans-serif;
  color: #000000;
  font-weight: bold;
  font-size:12px;
  background-color : transparent ;
  PADDING: 0;
  margin: 0;
}
h2
{
  font-family: Arial,helvetica,sans-serif;
  PADDING: 0;
  margin: 0;
  font-weight: normal;
  color: #515c62;
  font-size: 12px;
}
h3
{
  font-family: Arial,helvetica,sans-serif;
  PADDING: 0;
  margin: 0;
  font-weight: normal;
  color: #515c62;
  font-size: 12px;
}
			#nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				}
			#nav li {
				display: inline ;
				margin-right: 1px 
}	
<!--top-->
div#bandeau {
	width:930px;
	height:95px;
	background-color:#FFFFFF;
	}
div#intro {
	width:930px;
	height:30px;
	background-color:#FFFFFF;
	float:left 
	}
a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

.divlink a {
display: block;
width: 150px;
background: url(navbg.gif) repeat;
}

.divlink a:hover {
background: url(navhoover.gif) repeat;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #000000;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	width: 150px;
             background: url(navhoover.gif);

}

li {
	float: left;
	position: relative;
	
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #504a4a;

}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li ul {
	display: none;
	position: absolute;
	width: 152px;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #faf4f4;
	border-right: solid 1px #504a4a;
             border-left: solid 1px #504a4a;
             border-bottom: solid 1px #504a4a;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

						

-->

