@charset "utf-8";
/* CSS Document Proprété de BelleAeris */

	/* ************** */
	/* INITIALISATION */
	/* ************** */

/* General */
html, adress, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, hr, pre { display:block; }
li { display:list-item; }
head { display:none; }
table { display:table; }
tr { display:table-row; }
tbody { display:table-row-group; }
tfoot { display:table-footer-group; }
col { display:table-column; }
colgroup { display:table-column-group; }
td, th { display:table-cell; }
caption { display:table-caption; }
body, div, p, form, h1, h2, h3, h4, h5, h6, ul, li, table, td, tr { margin:0; padding:0; }

/* Page */
html { font-size:100%; }
body { font-size:1em; line-height:1.25em; }

/* Titres */
h1, h2, h3, h4, h5, h6 {
    line-height:1.2;
    font-weight:bold;
    font-style:normal;
	text-align:center;
}
h1 { font-size:1.75em; }
h2 { font-size:1.5em; }
h3 { font-size:1.25em; }
h4 { font-size:1em; }
h5 { font-size:0.75em; }
h6 { font-size:0.50em; }

/* Listes */
ul { margin-left:40px; margin-bottom:-10px; }

/* Paragraphes */
p { text-indent:40px; border-spacing:0; border-collapse:collapse; border-width:0; }
address { margin:0.75em 0; font-style:italic; }
blockquote { margin:1.5em 0; font-size:1em; font-style:normal; }

/* Images */
img { border:0px; line-height:0px; }

/* Liens */
a img { border:none; }
a { text-decoration:underline; }
br:before { content:"\A" }
:focus { outline:thin dotted invert }

/* Elements caracteres */
i, cite, em, var { font-style:italic; }
b, strong { font-weight:bold; }
big { font-size:1.25em; }
small, sub, sup { font-size:0.75em; }

/* Formulaires */
form, fieldset { margin:0; padding:0; border:none; font-size:1em; }
input, button, select { vertical-align:middle; }

/* Tables */
table { border:0; border-collapse:collapse; border-spacing:0px; }
td, th { vertical-align:inherit; font-size:1em; }
th { font-size:1em; font-weight:bold; text-align:center; }
caption { text-align:center; }

/* Elements autres */
pre, tt, code, kbd, samp { font-family:monospace }
pre { white-space:pre }
sub { vertical-align:sub }
thead, tbody, tfoot { vertical-align:middle }
del { text-decoration: line-through; }
hr { border:1px inset }
ins	 { text-decoration:underline }


	/* ******* */
	/* Général */
	/* ******* */

/* ************** */
/* Class standard */
/* ************** */

/* Applique au contenu html */
html {
	background-image:url('123finances-ht.png');
	background-repeat:repeat-x; }

/* Applique au body */
body {
	margin:0 auto;
	background:url('123finances-ht-page.png') no-repeat center top;
	text-align:center;
	/*width:600px;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

/* Liens generaux */
	/* Applique aux liens normaux, actifs, visites */
	a:link, a:active, a:visited { color:#666666; }

	/* Applique aux liens quand la souris passe dessus */
	a:hover { color:#999999; }
