html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	background-image: url(logo-vie-et-opinions.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #000;
	color: white;
	padding-bottom: 2em;
}

#bloc-page {
	margin: 0 42px 0 364px;
	padding-top: 0em;
}

#bloc-page p {
	margin: 0;
	text-indent: 2em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#menu {
	float: left;
	position: absolute;
	width: 280px;
	margin: 300px 42px 0 42px;
	background-image: url(menu-section.jpg);
	background-repeat: no-repeat;
	background-color: #99FF66;
	text-align: center;
	padding-top: 24px;
}

#menu a {
	display: block;
	height: 1.4em;
	line-height: 1.4em;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	border-bottom: solid 1px black;
}

#menu a:hover {
	color: red;
}

#menu a#encours {
	background-color: maroon;color: #ffffff;
} 

#onglets {
	margin-bottom: 2em;
}

#onglets a {
	display: block;
	margin: 0;
	white-space: nowrap;
	float: left;
	color: #ffffff;
	background-color: #CC6633;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	height: 1.6em;
	line-height: 1.6em;
	border-right: solid 1px black;
	text-decoration: none;
	padding: 0 7px;
}

#onglets a#encours {
	background-color: #ffffff;
	color: #cc6633;
}

.noms {
	color: yellow;
}

h1 {/* Non affichable, pour les moteurs de recherche */
	display: none;
}

h2 {
	margin: 135px 5px 29px 380px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: 500;
	font-style: normal;
	text-indent: 1em;
	text-align: justify;
	color: red;
	border: solid;
	border-width: 1px;
	border-color: #009933;
}

h3 {
	margin: 1em  0 1em 0;
	padding: 0; 
	height: 1.7em;
	line-height: 1.7em; 
	background-color: #990000; 
	color: yellow;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: 500;
	font-style: normal;
	text-indent: 1em;
}

h4 {
	margin: 1.5em 0 1em 0;
	padding: 0.2em 0;
	background-color: #00FFFF;
	color: #ff0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-indent: 1em;
}

h6 {
	text-align: right;
}

#bloc-page blockquote {
	margin: 1em 0 1em 7em;
}

#bloc-page blockquote p {
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
}

#bloc-page blockquote p.retrait {
	text-indent: 4em;
}

#bloc-page p.rs { /* Retrait simple */
	text-indent: 3em;
}

#bloc-page p.rd { /* Retrait double */
	text-indent: 5em;
}

.centrage {
	margin-top: 10px;
	margin-bottom: -13px;
	text-align: center;
	font-size: 3em;
}

.affichage td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
}

li {
	list-style-type: none;
	list-style-position: inside;
}

a {
	color: #00ff00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#dedicace {
	padding-top: 1em;
	border-top: solid white 1px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

sup {
	vertical-align: super;
	font-size: 70%;
}

#logo {
	margin: 0;
	position: absolute;
	top: 0;
	right: 18px;
}

.droite {
	float: right;
	margin: 12px 42px 12px 20px;
}

p img.droite {
	margin-right: 0;
}

.gauche {
	float: left;
	margin: 12px 20px 12px 0;
}

p img.gauche {
	margin-left: 0;
}
