/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	background-image: url(/images/fond-popunet.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
		
/* ---------- TYPOGRAPHIE ---------- */

a {
	font-weight: bold;
	color: #000;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h2, h3 {
	color: #039;
}
h3 {
	padding-top: 1em;
	border-top: 1px solid #999;
}

/* ---------- PAGE ---------- */

#conteneur {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* ---------- POPUNET ---------- */

#popunet {
	position: absolute;
	width: 290px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-image: url(/images/milieu-notoriete-popunet.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* ---------- INFOS ---------- */

#contenu {
	width: 468px;
	margin-left: 292px;
	padding-top: 130px;
}

/* ---------- PIED DE PAGE ---------- */

#piedPage {
	border-top: 1px solid #999;
	width: 468px;
	margin-left: 292px;
}
#piedPage p {
	font-size: 10px;
	color: #666;
}
#piedPage p a {
	color: #666;
}

/* ---------- MENU GAUCHE ---------- */

#menuNotoriete {
	background-image: url(/images/logo-popunet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 140px;
	padding-left: 10px;
	padding-bottom: 10px;
}
ul.menuNotoriete {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
ul.menuNotoriete li {
	margin-top: 10px;
}

/* ---------- MENU HAUT ---------- */

#menuHaut {
	position: absolute;
	top: 92px;
	right: 0;
	width: 468px;
}
ul.menuHaut {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFF;
}
ul.menuHaut li {
	display: inline;
}
ul.menuHaut a {
	padding: 0 5px;
	margin: 0;
	color: #FFF;
	text-decoration: underline;
	border-right: 1px solid #FFF;
}
ul.menuHaut a:hover {
	text-decoration: none;
	}

/* ---------- PUB GOOGLE ---------- */

#GoogleHaut {
	position: absolute;
	top: 10px;
	right: 0;
}
#GoogleMenu {
	background-image: url(/images/bas-notoriete-popunet.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 70px;
}

/* ---------- TABLEAU ---------- */

table {
	text-align: right;
	vertical-align: bottom;
	width: 100%;
}
td.couronne {
	text-align: left;
}




