/* Les !"l!"ments HTML en g!"n!"ral-------------------------------------------------------- */body {	color: #000;	font-size: 70%; 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	line-height: 1.5em;	background-color: transparent;}html, body {	margin: 0;	padding: 0;	text-align: left;}h1, h2, h3, h4, h5, h6{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}h1 {font-size: 1.5em;}h2 {font-size: 1.4em;}h3 {font-size: 1.3em;}h4 {font-size: 1.2em;}h5 {font-size: 1.1em;}h6 {font-size: 1em;}a {	color: #369;	text-decoration: none;}a:visited {	color: #369;	text-decoration: none;}a:hover {	color: #006;	text-decoration: none;}/* La page-------------------------------------------------------- */#page {	background: #fff;	color: inherit;}#main {	float: left;	width: 520px;} /* Le contenu de la page-------------------------------------------------------- */.content {	background: transparent;	text-align: left;	margin-bottom: 0;	color: #444;}.intro {	margin: 0;}.intro img {	margin: 12px 0 0;	border-width: 0;}.titre {	color: #006;	font-size: 1.1em;	line-height: 0px;	background: transparent;	margin: 0;	padding: 0;}.soustitre {	color: #444;	font-size: 1em;	background: transparent;	margin: 0;}.post-name {	color: #006;	font-weight: normal;	margin: 0;}.post-info {	color: #999;	background: transparent;	font-size: 85%;}.p {	font-weight: normal;	font-style: italic;	margin-top: 5px;}.notes {	font-size: 85%;	color: #000;}/* Ligne et autre-------------------------------------------------------- */.ligne {	text-align: left;	margin-top: 12px;	margin-bottom: 12px;	width: 472px;	height: 2px;	background: #006;}.renvoi{	font-size: 1em;	font-weight: bold;	background: transparent;	margin: 20px 0;}