body {
	margin-right: 0px;
	background-image: url(bg.gif);
}
ul {
//  margin: 0; //pb sous ff
//  padding: 0; // pb sous ff
	list-style-position: outside;
	padding-top: 0px;
	margin-top: 0px;
}
li {
//  line-height: 17px;
//  text-indent: 18px;
  padding-top: 0px;
  padding-left: 0px;
}
#sommaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #333333;
	color: #000000;
	text-decoration: none;
}
#sommaire a:link {
	text-decoration: none;
	color: #0000FF;
}
#sommaire a:visited {
	text-decoration: none;
	color: #0000FF;
}
#sommaire a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#sommaire a:active {
	text-decoration: none;
	color: #0000FF;
}

#Texte {
	margin-left: 5px;
	margin-right: 10px;
	background-color: #F0F5FA;
	padding-left: 5px;
	left: 5px;
	clip: rect(auto,auto,auto,5px);
	border: 1px solid #666666;
}
#Texte .CompCG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#pub {
	width: 120px;
	height: 100px;
}
#Titre {
	font-family: "Times New Roman", Times, serif;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#Texte .Infos {
	background-color: #FFFFCC;
	margin-left: 15px;
	border: 1px solid #666666;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
